@charset "UTF-8";

/* PC向けのスタイル */
@media only screen and (min-width: 641px) {

.box_area {
	padding: 0px;
	margin: 0px;
}
.box_area_ex {
	padding: 0px;
	margin: 0px;
}
.sin_pictxt {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.sin_pictxt_area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 47%;
}
.sin_pictxt_max_text {
	font-size: 170%;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #5A4A37;
}
.sin_pictxt_min_text {
	line-height: 2em;
}
.sin_pictxt_pic {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 47%;
}
.sin_pictxt_pic img{
	max-width:100%;
}
.sin_pictxt dl {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 47%;
    float: right;
}
.sin_pictxt dl dt {
    color: #fbf2cc;
    font-size: 140%;
    letter-spacing: 0.1em;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    line-height: 1.5em;
}
.sin_pictxt dl dd {
    color: #FFFFFF;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.sin_pictxt_links {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
.sin_text {
	margin: 0px;
	padding: 0px;
}
.list_area {
	display: flex;
	justify-content: space-between;
 flex-wrap: wrap;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.list_area_inner {
 padding: 0px;
 height: auto;
 width: 30%;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 0px;
}
.list_title_top {
 background-color: #E6F6F7;
 padding: 10px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 margin-left: 0px;
 text-align: center;
 font-style: italic;
 font-weight: bold;
 font-size: 120%;
}

.list_picture {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.list_title {
	font-size: 120%;
	font-weight: bold;
	color: #5A4A37;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.list_comment {
}
.middle_contents {
	display: flex;
	justify-content: space-between;
 align-items: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.middle_contents_ex {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.middle_contents_picture {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 40%;
}
.middle_contents_area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 53%;
}
.middle_contents_area ul {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.middle_contents_area ul li {
	font-size: 130%;
	padding: 0px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	font-weight: bold;
}
.middle_contents_text_max {
	font-size: 170%;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #5A4A37;
}
.middle_contents_text {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
.middle_contents_area dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.middle_contents_area dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #EC765F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.middle_contents_area dl dd {
	margin: 0px;
	padding: 0px;
}
.link-btn-mid {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 400px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-mid a {
	color: #5a4a37;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #f6ca1c;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../img/yajirushi_btn.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 23px;
	border-radius: 50px;
	font-weight: bold;
}
.link-btn-mid a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #f8d757;
}
.link-btn-mid i{
        color: #5a4a37;
        font-size: 16px;
        margin-left: 8px;
        font-style: normal !important;
}
.link-btn-s {
 text-align: center;
 padding: 0px;
 height: auto;
 width: 65%;
 margin-top: 15px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
.link-btn-s a {
	color: #5a4a37;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #f6ca1c;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../img/yajirushi_btn.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 23px;
	border-radius: 50px;
	font-weight: bold;
}
.link-btn-s a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #f8d757;
}
.senmon_link {
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 100%;
	background-color: #FFF6D6;
}
.senmon_link_text {
 font-size: 110%;
 font-weight: bold;
 color: #ec765f;
 text-align: center;
 padding: 0px;
 margin: 0px;
}
.senmon_link_btn {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 35%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.senmon_link_btn a {
	color: #5a4a37;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	background-color: #f6ca1c;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../img/yajirushi_btn.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 20px;
	border-radius: 50px;
	font-size: 110%;
	font-weight: bold;
}

/*===========
scroll
===========*/
.scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
    height: 12px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
    background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}
 
/*===========
table
===========*/

.scroll-box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0 30px 0;
	   table-layout: fixed;
    box-sizing: border-box;
}
.lingual_table .feature {
 background-color: #EC765F;
 color: #fff;
 font-size: 110%;
 letter-spacing: 0.1em;
 width: 40%;
}

.lingual_table .feature_02 {
    background-color: #fff;
	border: none;
	width: 18%;
}

.lingual_table td {
 padding: 12px;
 border: 1px solid #ccc;
 vertical-align: top;
 box-sizing: border-box;
 line-height: 1.7em;
 font-size: 90%;
}
.lingual_table th {
 background: #fefce1;
 vertical-align: middle;
 padding: 12px;
 border: 1px solid #ccc;
 box-sizing: border-box;
}
.lingual_table ._sticky {
    position: sticky;
    left: 0;
}
.lingual_table ._sticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.lingual_table .maru {
  color: #e49caf;
  font-size: 36px;
  font-weight: bold;
}
.lingual_table .sankaku {
  color: #75aab8;
  font-size: 36px;
  font-weight: bold;
}
.lingual_table .star {
  color: #eecd15;
  font-size: 120%;
  text-align: center;
}
.chiryou_flow {
	margin: 0px;
	padding: 0px;
}
.chiryou_flow::after {
  content: "\f107"; /* fa-angle-down のUnicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #666;
  margin: 10px 0;
}
/* 最後のステップには矢印を表示しない */
.chiryou_flow.last::after {
  content: none;
}
.chiryou_flow dl {
	margin: 0px;
	padding: 40px;
	background-color: #F9F8F3;
	border-radius: 10px;
}
.chiryou_flow dl dt {
	font-size: 130%;
	font-weight: bold;
	color: #EC765F;
	border-bottom: 1px solid #EC765F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.chiryou_flow dl dd {
	margin: 0px;
	padding: 0px;
}
.case_area {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 60px;
 margin-left: 0px;
}
.case_pic {
 padding: 0px;
 text-align: center;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 25px;
 margin-left: 0px;
}
.case_table {
  width: 100%;
  border-collapse: collapse;
}
.case_table th,
.case_table td {
  text-align: left;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.case_table th {
  width: 25%;   /* 左列（項目名）の幅を固定 */
  background-color: #f9f9f9;
}
.chiryou_type {
 padding: 40px;
 border-radius: 10px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 0px;
}
.chiryou_type_title {
	font-size: 130%;
	font-weight: bold;
	color: #EC765F;
	border-bottom: 1px solid #EC765F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.chiryou_type_pic {
 padding: 0px;
 text-align: center;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 margin-left: 0px;
}
.chiryou_type_text {
	margin: 0px;
	padding: 0px;
}
.nayami_illsut {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 60px;
 margin-left: 0px;
}
.nayami_illsut dl {
 background-color: #f8f6ee;
 margin: 0px;
 padding: 20px;
 height: auto;
 width: 23%;
 text-align: center;
 border-radius: 15px;
}
.nayami_illsut dl dt {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}
.nayami_illsut dl dd {
 margin: 0px;
 padding: 0px;
 line-height: 1.6em;
}
.center_pic {
 text-align: center;
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
.midashi_md {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.midashi_md_area {
	margin: 0px;
	padding: 40px;
	height: auto;
	width: 50%;
}
.midashi_md_title {
	color: #5A4A37;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 120%;
}
.midashi_md_area ul {
}
.midashi_md_area ul li {
	padding: 0px;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
}

}

/* スマホ向けのスタイル */
@media only screen and (max-width: 640px) {

.box_area {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box_area_ex {
	padding: 0px;
	margin: 0px;
}

.sin_pictxt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0px;
}
.sin_pictxt_area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.sin_pictxt_max_text {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #5A4A37;
}
.sin_pictxt_min_text {

}
.sin_pictxt_pic {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.sin_pictxt_pic img{
	max-width:100%;
}
.sin_pictxt dl {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 47%;
    float: right;
}
.sin_pictxt dl dt {
    color: #fbf2cc;
    font-size: 140%;
    letter-spacing: 0.1em;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    line-height: 1.5em;
}
.sin_pictxt dl dd {
    color: #FFFFFF;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.sin_pictxt_links {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
.sin_text {
	padding: 0px;
	margin: 0px;
}
.list_area {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.list_area_inner {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 0px;
}
.list_title_top {
 background-color: #E6F6F7;
 padding: 10px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 margin-left: 0px;
 text-align: center;
 font-style: italic;
 font-weight: bold;
 font-size: 120%;
}

.list_picture {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.list_title {
	font-size: 120%;
	font-weight: bold;
	color: #5A4A37;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.list_comment {
}
.middle_contents {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.middle_contents_ex {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.middle_contents_picture {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.middle_contents_area {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.middle_contents_area ul {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.middle_contents_area ul li {
	font-size: 110%;
	padding: 0px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	font-weight: bold;
}
.middle_contents_area dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.middle_contents_area dl dt {
	font-size: 110%;
	font-weight: bold;
	color: #EC765F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.middle_contents_area dl dd {
	margin: 0px;
	padding: 0px;
}
.middle_contents_text_max {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #5A4A37;
}
.middle_contents_text {
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	height: auto;
	width: 100%;
}
.link-btn-mid {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.link-btn-mid a {
 color: #5a4a37;
 text-decoration: none;
 padding-top: 15px;
 padding-bottom: 15px;
 display: block;
 background-color: #f6ca1c;
 margin: 0px;
 padding-right: 0px;
 padding-left: 0px;
 background-image: url(../../img/yajirushi_btn.png);
 background-repeat: no-repeat;
 background-position : right 15px bottom 23px;
 border-radius: 50px;
 font-weight: bold;
 font-size: 90%;
}
.link-btn-mid i{
        color: #5a4a37;
        font-size: 16px;
        margin-left: 8px;
        font-style: normal !important;
}
.link-btn-s {
 text-align: center;
 padding: 0px;
 height: auto;
 width: 100%;
 margin-top: 15px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
.link-btn-s a {
 color: #5a4a37;
 text-decoration: none;
 padding-top: 15px;
 padding-bottom: 15px;
 display: block;
 background-color: #f6ca1c;
 margin: 0px;
 padding-right: 0px;
 padding-left: 0px;
 background-image: url(../../img/yajirushi_btn.png);
 background-repeat: no-repeat;
 background-position : right 15px bottom 23px;
 border-radius: 50px;
 font-weight: bold;
 font-size: 90%;
}
.senmon_link {
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 100%;
	background-color: #FFF6D6;
}
.senmon_link_text {
 font-size: 110%;
 font-weight: bold;
 color: #ec765f;
 text-align: center;
 padding: 0px;
 margin: 0px;
}
.senmon_link_btn {
 text-align: center;
 padding: 0px;
 height: auto;
 width: 100%;
 margin: 0px;
}
.senmon_link_btn a {
 color: #5a4a37;
 text-decoration: none;
 padding-top: 12px;
 padding-bottom: 12px;
 display: block;
 background-color: #f6ca1c;
 margin: 0px;
 padding-right: 0px;
 padding-left: 0px;
 background-image: url(../../img/yajirushi_btn.png);
 background-repeat: no-repeat;
 background-position : right 15px bottom 20px;
 border-radius: 50px;
 font-weight: bold;
}
/*===========
scroll
===========*/
.scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
    height: 12px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
    background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}
 
/*===========
table
===========*/

.scroll-box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0 30px 0;
	   table-layout: fixed;
    box-sizing: border-box;
}
.lingual_table .feature {
 background-color: #EC765F;
 color: #fff;
 font-size: 110%;
 letter-spacing: 0.1em;
 width: 40%;
}

.lingual_table .feature_02 {
    background-color: #fff;
	border: none;
	width: 18%;
}

.lingual_table td {
 padding: 12px;
 border: 1px solid #ccc;
 vertical-align: top;
 box-sizing: border-box;
 line-height: 1.6em;
 font-size: 80%;
}
.lingual_table th {
 background: #fefce1;
 vertical-align: middle;
 padding: 12px;
 border: 1px solid #ccc;
 box-sizing: border-box;
 font-size: 90%;
 line-height: 1.5em;
}
.lingual_table ._sticky {
    position: sticky;
    left: 0;
}
.lingual_table ._sticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.lingual_table .maru {
  color: #e49caf;
  font-size: 36px;
  font-weight: bold;
}
.lingual_table .sankaku {
  color: #75aab8;
  font-size: 36px;
  font-weight: bold;
}
.lingual_table .star {
  color: #eecd15;
  font-size: 120%;
  text-align: center;
}
.chiryou_flow {
	margin: 0px;
	padding: 0px;
}
.chiryou_flow::after {
  content: "\f107"; /* fa-angle-down のUnicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #666;
  margin: 10px 0;
}
/* 最後のステップには矢印を表示しない */
.chiryou_flow.last::after {
  content: none;
}
.chiryou_flow dl {
 margin: 0px;
 padding: 30px;
 background-color: #F9F8F3;
 border-radius: 10px;
}
.chiryou_flow dl dt {
	font-size: 130%;
	font-weight: bold;
	color: #EC765F;
	border-bottom: 1px solid #EC765F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.chiryou_flow dl dd {
	margin: 0px;
	padding: 0px;
}
.case_area {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 40px;
 margin-left: 0px;
}
.case_pic {
 padding: 0px;
 text-align: center;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 margin-left: 0px;
}
.case_table {
  width: 100%;
  border-collapse: collapse;
}
.case_table th,
.case_table td {
  text-align: left;
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 90%;
  line-height: 1.7em;
}
.case_table th {
  width: 25%;   /* 左列（項目名）の幅を固定 */
  background-color: #f9f9f9;
}
.chiryou_type {
 padding: 30px;
 border-radius: 10px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 0px;
}
.chiryou_type_title {
	font-size: 130%;
	font-weight: bold;
	color: #EC765F;
	border-bottom: 1px solid #EC765F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.chiryou_type_pic {
 padding: 0px;
 text-align: center;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 margin-left: 0px;
}
.chiryou_type_text {
	margin: 0px;
	padding: 0px;
}
.nayami_illsut {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 20px 0px;
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 50px;
 margin-left: 0px;
}
.nayami_illsut dl {
 background-color: #f8f6ee;
 margin: 0px;
 padding: 15px;
 height: auto;
 width: 48%;
 text-align: center;
 border-radius: 10px;
}
.nayami_illsut dl dt {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}
.nayami_illsut dl dd {
 margin: 0px;
 padding: 0px;
 line-height: 1.5em;
 font-size: 90%;
}
.center_pic {
 text-align: center;
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
.midashi_md {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.midashi_md_area {
	margin: 0px;
	padding: 20px;
}
.midashi_md_title {
	color: #5A4A37;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 110%;
}
.midashi_md_area ul {
}
.midashi_md_area ul li {
	padding: 0px;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
 font-size: 90%;
}

}
