@charset "UTF-8";

/* メインイメージ 
---------------------------------------------------------*/
/* メインイメージ */
.contentpage .m_img_area{
	background-color: #fdf6f4;
	height: auto;
	max-height: auto;
}
.contentpage .m_img_area::before {
	position: static;
	content: none;
	background: none;
}
.contentpage .m_img_area .m_img{
	width: 58vw;
	margin: 0 auto 0 0;
	position: relative;
	z-index: 2;
	height: 450px;
	max-height: 35vw;
}
.contentpage .m_img_area .m_img::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}
.contentpage .m_img_area::after {
	position: static;
	background: none;
}
.contentpage .m_img_area .m_title{
	color: #3e3a39;
	z-index: 2;
}
.contentpage .m_img_area .m_title::before{
	background-image: url("../images/m_title_abs@2x.png");
	width: 412px;
	height: 220px;
	right: 1em;
	bottom: 0.8em;
	z-index: -1;
}
.contentpage .m_img_area .m_title .ft_en{
	color: #ff968a;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.contentpage .m_img_area .m_title::before{
	width: 41.2vw;
	height: 22vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img_area .m_title::before{
	width: 41.2vw;
	height: 22vw;
}
}





/*med_bgbox 
---------------------------------------------------------*/
.med_bgbox {
	padding: 50px 3.5% 60px;
}
.med_bgbox .med_bg_inbox{
	max-width: 1100px;
	margin: 0 auto;
}
.med_bgbox .bgbox_tit{
	font-size: min(150%,2.5vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.8em 1em;
	box-sizing: border-box;
	border-radius: 15px;
	margin-bottom: 45px;	
}
.med_bgbox .bgbox_list{
	max-width: 1000px;
	margin: 0 auto;
}
.med_bgbox .bgbox_list > li .border{
	padding: 60px 0;
	border-top: 1px solid #cccccc;
}
.med_bgbox .bgbox_list > li:first-child .border{
	border-top:none;
	padding-top: 0;
}
.med_bgbox .bgbox_list > li:last-child .border{
	padding-bottom: 0;
}
.med_bgbox .bgbox_style dt,
.med_bgbox .bgbox_style_txt{
	font-size: min(135%,2vw);
	letter-spacing: 0.05em;
	line-height: 1.8em;
	font-weight: bold;
}
.med_bgbox .bgbox_style dt{
	margin-bottom: 0.5em;
	padding-left: 1.4em;
	position: relative;
}
.med_bgbox .bgbox_style dt::before{
	position: absolute;
	content: "";
	background-color: #e8d884;
	background-repeat: no-repeat;
	background-position: left top;
	width: 0.8em;
	height: 0.8em;
	border-radius: 0.8em;
	left: 0;
	top:0.5em;
}
.med_bgbox .bgbox_style dt small{
	display: inline-block;
	line-height: 1.3em;
}
.med_bgbox .bgbox_style_txt{
	text-align: center;
}
.med_bgbox .bgbox_flex{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.med_bgbox .bgbox_flex > li{
	max-width: 290px;
	width: 31.5%;
}
.med_bgbox .bgbox_flex > li .img{
	max-width: 295px;
	margin: 1em auto 0;
	text-align: center;
}
.med_bgbox .com_flot_box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.med_bgbox .com_flot_box .img_r,
.med_bgbox .com_flot_box .img_l{
	max-width: 375px;
	width: 39.75%;
}
.med_bgbox .com_flot_box .txt_r,
.med_bgbox .com_flot_box .txt_l{
	max-width: 540px;
	width: 56.25%;
}
.med_bgbox .flow_box{
	background-color: #FFF;
	padding: 30px 3% 40px;
}
.med_bgbox .flow_box dl{
	max-width: 874px;
	margin: 0 auto;
}
.med_bgbox .flow_box dt{
	font-size: min(135%,2vw);
	letter-spacing: 0.05em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}
.med_bgbox .flow_box ul{
	display: flex;
	justify-content: space-between;
}
.med_bgbox .flow_box ul li{
	max-width: 140px;
	width: 17.5%;
}
.med_bgbox .flow_box ul li.arrow{
	max-width:18px;
	width: 2.25%;
	margin-top: 61px;
}
.med_bgbox .flow_box ul li div{
	max-width: 140px;
	margin: 0 auto;
	text-align: center;
}
.med_bgbox .flow_box ul li p{
	text-align: center;
	font-size: min(95%,1.5vw);
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-top: 0.5em;
}
.med_bgbox .point_box{
	background: #fff;
	display: table;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.med_bgbox .point_box dt{
	width: 15.625%;
	display: table-cell;
	vertical-align: middle;
	padding: 1.5em 2em;
}
.med_bgbox .point_box dt p{
	color: #fff;
	font-size: 200%;
	letter-spacing: 0.05em;
	line-height: 1em;
	text-align: center;
}
.med_bgbox .point_box dd{
	width: 84.375%;
	padding: 1.5em 1.8em;
	display: table-cell;
	vertical-align: middle;
}
.med_bgbox .img_list{
	display: flex;
	justify-content: space-between;
}
.med_bgbox .img_list li{
	max-width:290px;
	width: 31.5%;
	text-align: center;
}
.med_bgbox .img_list li div{
	max-width: 290px;
	margin: 0 auto;
	text-align: center;
}
.med_bgbox .img_list li p{
	font-size: min(135%,2vw);
	letter-spacing: 0.05em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 0.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 974px) {
.med_bgbox .flow_box ul li.arrow{
	margin-top: 6.263vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_bgbox {
	padding: 4% 3.5% 5%;
}
.med_bgbox .bgbox_tit{
	margin-bottom: 4%;	
}
.med_bgbox .bgbox_list > li .border{
	padding:5% 0;
}
.med_bgbox .bgbox_style dt,
.med_bgbox .bgbox_style_txt{
	font-size: min(135%,2.3vw);
	line-height: 1.5em;
}
.med_bgbox .bgbox_style dt::before{
	top:0.4em;
}
.med_bgbox .bgbox_style dt small{
	line-height: 1.4em;
	display: block;
}
.med_bgbox .com_flot_box .txt_r,
.med_bgbox .com_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
}
.med_bgbox .flow_box{
	padding: 2.5% 3% 3.5%;
}
.med_bgbox .flow_box dt{
	font-size: min(135%,2.3vw);
}
.med_bgbox .point_box dt{
	padding: 1.2em 1.4em;
}
.med_bgbox .point_box dt p{
	font-size: 3.2vw;
}
.med_bgbox .point_box dd{
	padding: 1.2em 1.4em;
}
.med_bgbox .img_list li p{
	font-size: min(135%,2.3vw);
	line-height: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_bgbox {
	padding: 6% 5% 7%;
}
.med_bgbox .bgbox_tit{
	font-size: 130%;
	letter-spacing: 0.05em;
	padding: 0.6em 0.5em;
	border-radius: 2vw;
	margin-bottom: 6%;
}
.med_bgbox .bgbox_list{
	max-width: 100%;
}
.med_bgbox .bgbox_list > li .border{
	padding: 7% 0 8%;
}
.med_bgbox .bgbox_list > li:first-child .border{
	border-top:none;
	padding-top: 0;
}
.med_bgbox .bgbox_list > li:last-child .border{
	padding-bottom: 0;
}
.med_bgbox .bgbox_style dt{
	font-size: 125%;
	letter-spacing: normal;
}
.med_bgbox .bgbox_style_txt{
	font-size: 100%;
	letter-spacing: normal;
}
.med_bgbox .bgbox_style dt{
	margin-bottom: 0.4em;
}
.med_bgbox .bgbox_style dt::before{
	top:0.5em;
}
.med_bgbox .bgbox_style dt small{
	display: inline-block;
	line-height: 1.3em;
}
.med_bgbox .bgbox_style_txt{
	text-align: left;
}
.med_bgbox .bgbox_flex{
	max-width: 100%;
	display: block;
}
.med_bgbox .bgbox_flex > li{
	max-width: 100%;
	width: 100%;
	margin-top: 7%;
	padding-top: 7%;
	border-top: 1px solid #cccccc;
}
.med_bgbox .bgbox_flex > li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;	
}
.med_bgbox .bgbox_flex > li .img{
	width: 70%;
	margin-top: 4%;
}
.med_bgbox .com_flot_box{
	max-width: 100%;
	display: flex;
	flex-direction: column-reverse;
}
.med_bgbox .com_flot_box .img_r,
.med_bgbox .com_flot_box .img_l{
	width: 70%;
	margin: 4% auto 0;
}
.med_bgbox .com_flot_box .txt_r,
.med_bgbox .com_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
}
.med_bgbox .flow_box{
	padding: 6% 6%;
}
.med_bgbox .flow_box dl{
	max-width: 100%;
}
.med_bgbox .flow_box dt{
	font-size: 125%;
}
.med_bgbox .flow_box ul{
	display: block;
}
.med_bgbox .flow_box ul li{
	max-width: 100%;
	width: 100%;
}
.med_bgbox .flow_box ul li:nth-child(odd){
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.med_bgbox .flow_box ul li.arrow{
	width: 6%;
	margin: 1% auto;
}
.med_bgbox .flow_box ul li.arrow img{
	display: block;
	margin: 0;
	transform:rotate(90deg);
}
.med_bgbox .flow_box ul li div{
	max-width: 140px;
	width: 40%;
	margin: 0;
}
.med_bgbox .flow_box ul li p{
	width: 53%;
	text-align: left;
	font-size: 95%;;
	margin-top: 0;
}
.med_bgbox .point_box{
	display: block;
	max-width: 100%;
}
.med_bgbox .point_box dt{
	width: 100%;
	padding: 0.6em 5%;
	box-sizing: border-box;
	display: block;
}
.med_bgbox .point_box dt p{
	font-size: 160%;
}
.med_bgbox .point_box dd{
	width: 100%;
	padding: 0.8em 5%;
	box-sizing: border-box;
	display: block;
}
.med_bgbox .img_list{
	display: block;
}
.med_bgbox .img_list li{
	max-width:100%;
	width: 100%;
	margin-top: 8%;
}
.med_bgbox .img_list li:first-child{
	margin-top: 0;
}
.med_bgbox .img_list li div{
	width: 70%;
}
.med_bgbox .img_list li p{
	font-size: 125%;
	letter-spacing: 0.05em;
}
}





/*med_sub_bgbox
---------------------------------------------------------*/
.med_sub_bgbox{
	background-color: #faf4e3;
	padding: 30px 4%;
}
.med_sub_bgbox dl{
	max-width: 1100px;
	margin: 0 auto;
}
.med_sub_bgbox dt{
	font-size: 120%;
	letter-spacing: 0.1em;
	list-style-image: 1.6em;
	font-weight: bold;
	color: #df6749;
	text-align: center;
	margin-bottom: 0.8em;
}
.med_sub_bgbox dd .dot_list li{
	line-height: 1.5em;
	margin-top: 0.8em;
	padding-left: 1.6em;
	position: relative;
}
.med_sub_bgbox dd .dot_list li:first-child{
	margin-top: 0;
}
.med_sub_bgbox dd .dot_list li::before{
	position: absolute;
	content: "";
	background: #efb3a4;
	width: 1.07em;
	height: 1.07em;
	border-radius: 1.07em;
	left: 0;
	top:0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_sub_bgbox{
	padding: 3% 4%;
}
.med_sub_bgbox dt{
	margin-bottom: 0.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_sub_bgbox{
	padding: 5% 5%;
}
.med_sub_bgbox dt{
	font-size: 115%;
	margin-bottom: 0.6em;
}
.med_sub_bgbox dd .dot_list li{
	margin-top: 0.5em;
}
}





/*med_border_box
---------------------------------------------------------*/
.med_border_box{
	border: 3px solid #ec9176;
	padding: 45px 4% 40px;
	box-sizing: border-box;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.med_border_box .com_flot_box{
	max-width: 950px;
	margin: 0 auto;
}
.med_border_box .com_flot_box .img_r{
	max-width: 285px;
	width: 30%;
}
.med_border_box .com_flot_box .txt_l{
	max-width: 615px;
	width: 65%;
}
.med_border_box .com_style1 dt{
	color: #df6749;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_border_box{
	padding: 4.5% 4% 4%;
}
.med_border_box .com_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_border_box{
	border-width: 2px;
	padding: 5.5% 5% 5%;
}
.med_border_box .com_flot_box .img_r{
	width: 70%;
}
.med_border_box .com_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
}
.med_border_box .com_style1 dt{
	text-align: center;
}

}







/*med_col3
---------------------------------------------------------*/
.med_col3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_col3 li{
	max-width: 390px;
	width: 32.5%;
	padding: 30px 2% ;
	box-sizing: border-box;
	background-color: #faf4e3;
	margin-top: 14px;
}
.med_col3.icon li{
	padding-top: 15px;
}
.med_col3 li:nth-child(-n + 3){
	margin-top: 0;
}
.med_col3 li div{
	max-width: 98px;
	width: 30%;
	margin: 0 auto 10px;
	text-align: center;
}
.med_col3 li dl{
	max-width: 320px;
}
.med_col3 li dt{
	font-size: min(170%,2.4vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 0.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col3 li{
	padding: 3% 2% ;
	margin-top: 2.75%;
}
.med_col3.icon li{
	padding-top: 1.5%;
}
.med_col3 li div{
	margin: 0 auto 1%;
}
.med_col3 li dt{
	font-size: min(170%,2.6vw);
	letter-spacing: 0.05em;
	margin-bottom: 0.4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col3{
    display:block;
}
.med_col3 li{
	max-width: 100%;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #faf4e3;
	margin-top: 4%!important;
}
.med_col3.icon li{
	padding-top: 1.5%;
}
.med_col3 li:nth-child(-n + 1){
	margin-top: 0!important;
}
.med_col3 li div{
	margin: 0 auto 1%;
}
.med_col3 li dl{
	max-width: 100%;
}
.med_col3 li dt{
	font-size: 140%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 0.4em;
}
}





/*med_col2
---------------------------------------------------------*/
.med_col2{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_col2 li{
	max-width: 590px;
	width: 49%;
	padding: 35px 3%;
	box-sizing: border-box;
	background-color:#faf4e3;
	margin-top: 20px;
}
.med_col2.tit_bg li{
	padding: 0;
	background-color: rgba(250,244,227,0.4);
}
.med_col2 li:nth-child(-n + 2){
	margin-top: 0;
}
.med_col2 li dt{
	font-size: min(170%,2.4vw);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 0.5em;
}
.med_col2.tit_bg li dt{
	font-size: min(115%,1.8vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	color: #df6749;
	font-weight: bold;
	padding: 1.2em 3%;
	background-color: #faf4e3;
	margin-bottom: 0;
}
.med_col2.tit_bg li dt span{
	font-size: 175%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.15em;
	display: block;
}
.med_col2 li dd{
	max-width: 510px;
	width: 94%;
	margin: 0 auto;
}
.med_col2.tit_bg li dd{
	width: 100%;
	max-width: 100%;
	padding: 30px 0 40px;
}
.med_col2.tit_bg li dd p{
	max-width: 510px;
	width: 94%;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col2 li{
	padding: 3.5% 3%;
	margin-top: 2%;
}
.med_col2 li dt{
	font-size: min(170%,2.6vw);
	letter-spacing: 0.05em;
	margin-bottom: 0.4em;
}
.med_col2.tit_bg li dt{
	font-size: min(115%,2vw);
}
.med_col2.tit_bg li dd{
	padding: 3% 0 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col2{
	display: block;
}
.med_col2 li{
	max-width: 100%;
	width: 100%;
	padding: 5%;
	margin-top: 4%!important;
}
.med_col2 li:nth-child(-n + 1){
	margin-top: 0!important;
}
.med_col2 li dt{
	font-size: 140%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 0.4em;
}
.med_col2.tit_bg li dt{
	font-size:95%;
	letter-spacing: 0.1em;
	padding: 1em 5%;
}
.med_col2.tit_bg li dt span{
	letter-spacing: 0.05em;
}
.med_col2 li dd{
	max-width: 90%;
	width: 90%;
}
.med_col2.tit_bg li dd{
	padding: 4% 0 5%;
}
.med_col2.tit_bg li dd p{
	max-width: 90%;
	width: 90%;
}
}






/*med_flow_list
---------------------------------------------------------*/
.med_flow_list{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.med_flow_list li{
	max-width: 185px;
	width:21%;
}
.med_flow_list li.arrow{
	max-width: 18px;
	width: 2%;
	margin-top: 83px;
}
.med_flow_list li .txt{
	text-align: center;
	font-size: min(95%,1.5vw);
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-top: 0.8em;
}
.med_flow_list.flow5{
	max-width: 1015px;
}
.med_flow_list.flow5 li{
	max-width: 160px;
	width:17%;
}
.med_flow_list.flow5 li.arrow{
	width: 1.9%;
	margin-top: 71px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1005px) {
.med_flow_list.flow5  li.arrow{
	margin-top: 7vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 938px) {
.med_flow_list li.arrow{
	margin-top:8.85vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_list{
	max-width: 90%!important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.med_flow_list li{
	max-width: 100%!important;
	width:100%!important;
}
.med_flow_list li:nth-child(odd){
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.med_flow_list li.arrow{
	width: 6%!important;
	margin: 1% auto!important;
}
.med_flow_list li.arrow img{
	display: block;
	margin: 0;
	transform: rotate(90deg);
}
.med_flow_list li div{
	max-width: 185px;
	width: 38%!important;
	margin: 0;
}
.med_flow_list.flow5 li div{
	max-width: 140px;
}
.med_flow_list li .txt{
	width: 55%;
	text-align: left;
	font-size: 95%;
	margin-top: 0;
}
}




/*med_border_list
---------------------------------------------------------*/
.med_border_list li .border{
	padding: 60px 0;
	border-top: 1px solid #cccccc;
}
.med_border_list li:first-child .border{
	padding-top: 0;
	border-top: 0;
}
.med_border_list li:last-child .border{
	padding-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_border_list li .border{
	padding: 5% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_border_list li .border{
	padding: 8% 0 7%;
}
}





/*med_checkbox
---------------------------------------------------------*/
.med_checkbox{
	background-color: rgba(250,244,227,0.4);
}
.med_checkbox .med_checkbox_tit{
	font-size: min(115%,1.8vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	color:#df6749;
	text-align: center;
	background-color: #faf4e3;
	padding: 45px 0 40px;
	box-sizing: border-box;
}
.med_checkbox .med_checkbox_tit dt{
	font-weight: bold;
	margin-bottom: 0.25em;
}
.med_checkbox .med_checkbox_tit dd{
	font-size: 190%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.med_checkbox .med_checkbox_tit dd span{
	padding-right:1.4em;
	position: relative;
}
.med_checkbox .med_checkbox_tit dd span::before{
	position: absolute;
	content: "";
	background: url("../images/check_box_tit_abs.svg") no-repeat right top;
	background-size: 100% 100%;
	width:1.1875em;
	height: 1.1875em;
	right: 0;
	top:-0.11em;
}
.med_checkbox .med_check_list{
	padding: 45px 3% 40px;
}
.med_checkbox .med_check_list ul{
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.med_checkbox .med_check_list ul li{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
	max-width: 473px;
	width: 48.5%;
	padding-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px solid rgba(104,93,91,0.3);
}
.med_checkbox .med_check_list ul li:nth-child(-n + 2){
	margin-top: 0;
}
.med_checkbox .med_check_list ul li span{
	padding-left: 2.5em;
	position: relative;
	display: block;
}
.med_checkbox .med_check_list ul li span::before{
	position: absolute;
	content: "";
	background: url("../images/icon_check.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 1.5625em;
	height: 1.5625em;
	left: 0;
	top:-0.04em;
}
.med_checkbox .med_check_list p{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #df6749;
	text-align: center;
	margin-top: 35px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_checkbox .med_checkbox_tit{
	padding: 4% 0 3.5%;
}
.med_checkbox .med_check_list{
	padding: 4% 3% 3.5%;
}
.med_checkbox .med_check_list ul li{
	font-size: 105%;
}
.med_checkbox .med_check_list p{
	font-size: 105%;
	margin-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_checkbox .med_checkbox_tit{
	font-size:95%;
	letter-spacing: 0.1em;
	padding: 5.5% 0 5%;
}
.med_checkbox .med_checkbox_tit dt{
	margin-bottom: 0.2em;
}
.med_checkbox .med_checkbox_tit dd{
	font-size: 150%;
	letter-spacing: normal;
    font-feature-settings: "palt";
}
.med_checkbox .med_check_list{
	padding: 6% 5% 5%;
}
.med_checkbox .med_check_list ul{
	max-width: 100%;
	display: block;
}
.med_checkbox .med_check_list ul li{
	font-size: 100%;
	letter-spacing: 0.05em;
	max-width: 100%;
	width: 100%;
	padding-bottom: 0.8em;
	margin-top: .8em;
}
.med_checkbox .med_check_list ul li:nth-child(2){
	margin-top: .8em;
}
.med_checkbox .med_check_list ul li span{
	padding-left: 2.25em;
}
.med_checkbox .med_check_list p{
	font-size: 100%;
	letter-spacing: 0.05em;
	margin-top: 4%;
}
}





/*med_trouble_list
---------------------------------------------------------*/
.med_trouble_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.med_trouble_list li{
	max-width: 168px;
	width: 15.5%;
}
.med_trouble_list li div{
	max-width: 168px;
	margin: 0 auto;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_trouble_list li{
	max-width: 31%;
	width: 31%;
	margin-top: 4%;
}
.med_trouble_list li:nth-child(-n + 3){
	margin-top: 0;
}
}





/*med_sodan_box
---------------------------------------------------------*/
.med_sodan_box{
	border: 5px solid rgba(223,103,73,0.3);
	padding: 50px 4% 40px;
	box-sizing: border-box;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.med_sodan_box .med_sodan_inbox{
	max-width: 920px;
	margin: 0 auto;
}
.med_sodan_box .com_flot_box{
	margin-bottom: 35px;
}
.med_sodan_box .com_flot_box .img_r{
	max-width: 330px;
	width: 36%;
	float: right;
}
.med_sodan_box .com_flot_box .txt_l{
	max-width: 540px;
	width: 60%;
	float: left;
}



/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.med_sodan_box .com_contact {
    width: 85%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_sodan_box{
	border-width: 4px;
	padding: 5% 4% 4%;
}
.med_sodan_box .com_flot_box{
	margin-bottom: 3.5%;
}
.med_sodan_box .com_flot_box .txt_l dt{
	margin-bottom: 2.5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_sodan_box{
	border-width: 3px;
	padding: 6% 5% 5%;;
}
.med_sodan_box .med_sodan_inbox{
	max-width: 100%;
}
.med_sodan_box .com_flot_box{
	margin-bottom: 5%;
}
.med_sodan_box .com_flot_box .img_r{
	width: 70%;
	margin: 4% auto 0;
	float: none;
}
.med_sodan_box .com_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
.med_sodan_box .com_flot_box .txt_l dt{
	margin-bottom: 4%;
}
.med_sodan_box .com_contact .tel_box {
    width: 100%;
	padding: 1.0em 8% .6em;
	text-align: center
}

.med_sodan_box .com_contact ul {
	width: 100%;
}
}





/*med_qa
---------------------------------------------------------*/
.med_qa li{
	margin-top: 50px;
}
.med_qa li:first-child{
	margin-top: 0;
}
.med_qa li dt{
	padding-left: 6em;
	margin-bottom: 2em;
	position: relative;
}
.med_qa li dt::before{
	position: absolute;
	content: "";
	background: url("../images/icon_q.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 2.7334em;
	height: 2.7334em;
	left: 1.5em;
	top:0.1em;
}
.med_qa li dt p{
	font-size:190%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.med_qa li dd{
	padding: 2em 3% 2em 6em;
	background-color:#faf4e3;
	box-sizing: content-box;
	position: relative;
}
.med_qa li dd p{
	max-width: 1070px;
}
.med_qa li dd::before{
	position: absolute;
	content: "";
	background: url("../images/icon_a.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 2.7334em;
	height: 2.7334em;
	left: 1.5em;
	top:2.1em;
}
.med_qa li dd::after{
	position: absolute;
	content: "";
	background: url("../images/qa_fukidashi.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 0.7em;
	height: 0.7em;
	left: 2.55em;
	bottom: 100%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_qa li{
	margin-top: 4%;
	font-size: 1.57vw;
}
.med_qa li dt{
	padding-left: 5em;
	margin-bottom: 1.5em;
}
.med_qa li dt::before{
	left: 1em;
}
.med_qa li dd{
	padding: 1.5em 3% 1.5em 5em;
}
.med_qa li dd::before{
	left: 1em;
}
.med_qa li dd::after{
	left: 2.05em;
}
.med_qa li dd p{
	font-size: 15px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_qa li{
	margin-top: 6%;
	font-size:70%;
}
.med_qa li dt{
	padding-left: 5em;
	margin-bottom: 1.5em;
}
.med_qa li dt::before{
	left: 1em;
}
.med_qa li dt p{
	letter-spacing: 0.05em;
}
.med_qa li dd{
	padding: 1.5em 3% 1.5em 5em;
}
.med_qa li dd::before{
	left: 1em;
}
.med_qa li dd::after{
	left: 2.05em;
}
.med_qa li dd p{
	font-size: 4.1vw;
}
}





/*med_merit_demerit
---------------------------------------------------------*/
.med_merit_demerit{
    display: flex;
    justify-content: space-between;
}
.med_merit_demerit dl{
	max-width: 590px;
	width: 49.5%;
	background-color: #faf4e3;
}
.med_merit_demerit dl dt{
	font-size: 160%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 0.5em 0;
}
.med_merit_demerit dl.merit dt{
	background-color: #ff93af;
}
.med_merit_demerit dl.demerit dt{
	background-color: #a18b8b;
}
.med_merit_demerit dl dd{
	padding: 30px 3% 35px;
}
.med_merit_demerit dl dd ul{
	max-width: 510px;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_merit_demerit dl dt{
	font-size: 2.5vw;
	padding: 0.4em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_merit_demerit{
    display: block;
}
.med_merit_demerit dl{
	max-width: 100%;
	width: 100%;
}
.med_merit_demerit dl:first-child{
	margin-bottom: 5%;
}
.med_merit_demerit dl dt{
	font-size: 130%;
	letter-spacing: 0.05em;
	padding: 0.4em 0;
}
.med_merit_demerit dl dd{
	padding: 4% 5% 5%;
}
.med_merit_demerit dl dd ul{
	max-width: 100%;
}
}





/*med_point_list
---------------------------------------------------------*/
.med_point_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_point_list li{
	max-width: 570px;
	width: 48%;
	margin-top: 70px;
}
.med_point_list li:nth-child(-n + 2){
	margin-top: 0;
}
.med_point_list li div{
	max-width: 570px;
	margin: 0 auto 25px;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_point_list li{
	margin-top: 7%;
}
.med_point_list li div{
	margin: 0 auto 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_point_list{
    display: block;
}
.med_point_list li{
	max-width: 100%;
	width: 100%;
	margin-top: 10%!important;
}
.med_point_list li:nth-child(-n + 1){
	margin-top: 0!important;
}
.med_point_list li div{
	margin: 0 auto 4%;
}
}
