@charset "UTF-8";

/*header 
---------------------------------------------------------*/
.contentpage #header {
	background: none;
	margin-bottom: 0;
}
.contentpage #header::before {
	position: static;
	display: none;
	background: none;
}
.contentpage #header .m_bg {
	background-image: url(../images/root/m_img.jpg);
	background-size: cover;
	max-height: 810px;
	height: 70vw;
}
.contentpage #header #h_logo{
	text-align: left;
}
.contentpage #header #h_logo h1{
	color: #363636;
}
.contentpage #header #m_nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
}
.contentpage #header .m_abs{
	position: absolute;
	max-width: 941px;
	width: 72.385vw;
	display: block;
	left: 0;
	bottom: 90px;
	z-index: 0;
}
.contentpage #header .m_copy{
	position: absolute;
	max-width: 800px;
	width: 61.54vw;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 90px;
	z-index: 1;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.contentpage #header .m_abs{
	bottom: 6.9231vw;
}
.contentpage #header .m_copy{
	bottom: 6.9231vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage #header .m_bg {
	background-image: url(../images/root/m_img_sp.jpg);
}

.contentpage #header #m_nav {
	display: none;
	position: static;
	transform: translateY(0%);
}
.contentpage #header .m_abs{
	max-width: 750px;
	width: 100vw;
	right: 0;
	margin: auto;
	bottom: 20.0533334vw;
}
.contentpage #header .m_copy{
	width: 94vw;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 9vw;
}
}
/* Mobile X　(Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
.contentpage #header .m_bg {
	max-height: calc(100vh - 35.99vw);
	height:  calc(100vh - 35.99vw);
}
}
/* Mobile Y　(Landscape)
------------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: landscape) {
.contentpage #header .m_bg {
	max-height: 144.133334vw;
	height: 144.133334vw;
}
}



/*trouble
---------------------------------------------------------*/
.trouble{
	background-color: #4c4e3d;
	padding: 90px 0 75px;
	color: #fff;
}
.trouble .img{
	max-width: 226px;
	width: 25%;
	margin: 0 auto;
}
.trouble .txt{
	font-size: min(113%,2vw);
	letter-spacing: 0.06em;
	line-height: 1.7em;
	font-weight: bold;
	text-align: center;
	margin: 1em auto 1.8em;
}
.trouble .lead{
	font-size: min(223%,3.93vw);
	letter-spacing: 0.06em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 90px;
}
.trouble .lead .bg{
	font-size: 90%;
	line-height: 1em;
	letter-spacing: 0.06em;
	color: #484642;
	padding:0.4em 0.5em;
	background-color: #fff;
	border-radius: 0.27em;
	display: inline-block;
	margin: 0 0.5em;
}
.trouble .lead .underline{
	position: relative;
	font-size: 119.8%;
	letter-spacing: 0.06em;
	display: inline-block;
	z-index: 1;
	margin: 0.5em 1.2em 0 0;
}
.trouble .lead .underline{
	position: relative;
	z-index: 1;
}
.trouble .lead .underline::before{
	position: absolute;
	content: "";
	background: url("../images/root/underline@2x.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 6.575em;
	height: 0.6em;
	left: -1.6em;
	bottom: -0.2em;
	z-index: -1;
}
.trouble .lead .bracket::before{
	position: absolute;
	content: "";
	background: url("../images/root/bracket_l.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 1em;
	height: 1em;
	left: -0.45em;
	top:0.2em;
	z-index: -1;
}
.trouble .lead .bracket::after{
	position: absolute;
	content: "";
	background: url("../images/root/bracket_r.svg") no-repeat right bottom;
	background-size: 100% 100%;
	width: 1em;
	height: 1em;
	right: -0.45em;
	bottom:0.2em;
	z-index: -1;
}
.trouble .lead .small{
	font-size: 81%;
	letter-spacing: 0.07em;
	line-height: 1.8em;
}
.trouble .lead .green{
	color: #1b7680;
}
.trouble .lead .red{
	color: #e68f6c;
}
.trouble .lead .blue{
	color: #c0f8ff;
}
.trouble .lead .yellow{
	color: #ffffb5;
}
.trouble .trouble_list{
	background-color: #353a2e;
	border-radius: 20px;
	padding: 55px 4%;
	box-sizing: border-box;
	position: relative;
}
.trouble .trouble_list h3{
	font-size:min(147%,2.5vw);
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #484642;
	text-align: center;
	padding: 0.8em;
	max-width: 	18.7em;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0.636em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(-50%);
}
.trouble .trouble_list dl{
	max-width: 950px;
	margin: 0 auto;
}
.trouble .trouble_list dl dt{
	font-size: min(187%,3.2vw);
	letter-spacing: 0.08em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 0.8em;
}
.trouble .trouble_list dl dt::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 1.25em;
	top:0.5em;
	right: calc(50% + 9.9em);
	transform: rotate(-25deg);
}
.trouble .trouble_list dl dt::after{
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 1.25em;
	top:0.5em;
	left: calc(50% + 9.9em);
	transform: rotate(25deg);
}
.trouble .trouble_list dl dt span{
	font-size: 178.6%;
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #ffe6e4;
}
.trouble .trouble_list dl dd{
	font-size: min(133%,2.3vw);
	letter-spacing: 0.08em;
	line-height: 1.4em;
	display: flex;
	justify-content: space-between;
}
.trouble .trouble_list dl dd ul{
	max-width: 440px;
	width: 48.5%;
	box-sizing: border-box;
}
.trouble .trouble_list dl dd li{
	margin-top: 0.8em;
	padding-left: 2em;
	position: relative;
}
.trouble .trouble_list dl dd li::before{
	position: absolute;
	content: "";
	background: url("../images/root/icon_check.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 1.6em;
	height: 1.6em;
	left: 0;
	top:-0.1em;
}
.trouble .trouble_list dl dd li:first-child{
	margin-top: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.trouble{
	padding: 9% 0 7.5%;
}
.trouble .lead{
	margin-bottom: 9%;
}
.trouble .trouble_list{
	border-radius: 2vw;
	padding: 5% 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.trouble{
	padding: 11% 0 9.5%;
}
.trouble .img{
	width: 35%;
}
.trouble .txt{
	font-size: 3.8vw;
	letter-spacing: 0.05em;
}
.trouble .lead{
	font-size: 6.8vw;
	margin-bottom: 11%;
}
.trouble .lead .bg{
	margin: 0.2em 0.5em;
}
.trouble .lead .underline{
	margin: 0.3em 1.2em 0 0;
}
.trouble .trouble_list{
	border-radius: 2vw;
	padding: 10% 5% 8%;
}
.trouble .trouble_list h3{
	font-size:4vw;
	letter-spacing: 0.05em;
	max-width: 16.8em;
}
.trouble .trouble_list dl dt{
	font-size:4.2vw;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}
.trouble .trouble_list dl dt span{
	letter-spacing: 0.05em;
}
.trouble .trouble_list dl dt::before{
	right: calc(50% + 9.4em);
}
.trouble .trouble_list dl dt::after{
	left: calc(50% + 9.4em);
}
.trouble .trouble_list dl dd{
	font-size:3.8vw;
	letter-spacing: 0.05em;
	display: block;
}
.trouble .trouble_list dl dd ul{
	max-width: 100%;
	width: 100%;
}
.trouble .trouble_list dl dd ul:first-child{
	margin-bottom: 0.8em;
}
}



/*wish
---------------------------------------------------------*/
.wish{
	background: #85856f url("../images/root/wish_bg@2x.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding: 0 0 70px;
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}
.wish::before{
	position: absolute;
	content: "";
	background: #4c4e3d;
	font-size:min(174%,2.4vw);
	letter-spacing: 0.06em;
	line-height: 1.65em;
	width: 100%;
	height: 2.269231em;
	left: 0;
	top:0;
	z-index: -1;
}
.wish .wish_list{
	max-width: 34.8279em;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 8.077em;
	font-size:min(174%,2.4vw);
	letter-spacing: 0.06em;
	line-height: 1.65em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.wish .wish_list p{
	margin-top: -1.8em;
	margin-right: -0.4em
}
.wish .wish_list p span{
	font-size: 130%;
	letter-spacing: 0.06em;
	line-height: 1em;
	color: #7f739e;
}
.wish .wish_list li{
	width: 10.0769em;
	background: #fff;
	aspect-ratio: 10 / 10;
	border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.wish .wish_list li .icon{
	position: absolute;
	display: block;
	width: 5.5em;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	transform: translateY(45%);
	
}
.wish .wish_list li .icon .grd{
	margin: 0 auto;
	text-align: center;
	width: 0.961538462em;
	position: relative;
}
.wish .wish_list li:first-child .icon .grd::before{
	position: absolute;
	content:"";
	background: url("../images/root/arrow_line_x@2x.png") no-repeat left bottom;
	background-size: 100% 100%;
	height: 0.961538462em;
	width: 25.71em;
	left: 0;
	top:100%;
}
.wish .wish_list li:nth-child(2) .icon::before{
	position: absolute;
	content: "";
	background: url("../images/root/arrow.svg") no-repeat center bottom;
	background-size: 100% 100%;
	width: 3.1538462em;
	height: 3.038462em;
	left: 0;
	right: 0;
	margin: auto;
	top:calc(100% + 0.9em);
}
.wish .treatment_name{
	font-size: min(180%,2.9vw);
	letter-spacing: 0.06em;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.wish .treatment_name dt{
	max-width: 800px;
	width: 29.41em;
	margin: 0 auto 0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wish{
	padding: 0 0 7%;
	margin-bottom: 9%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.wish{
	padding: 0 0 9%;
	margin-bottom: 12%;
}
.wish .wish_list{
	font-size:2.9vw;
}
.wish .wish_list li:first-child .icon .grd::before{
	width: 26em;
}
.wish .wish_list li:last-child .icon .grd::before{
	position: absolute;
	content:"";
	background:#85856f no-repeat right bottom;
	background-size: 100% 100%;
	height: 0.961538462em;
	width: 4em;
	left:  0.961538462em;
	top:100%;
}
.wish .treatment_name{
	font-size: min(180%,3.7vw);
}
.wish .treatment_name dt{
	width: 100%;
	margin: 0 auto 0.2em;
}
}



/*共通
---------------------------------------------------------*/
#pagebody{
	color: #2c292c;
}
.txt_al_c,
.sp_txt_l{
	text-align: center;
}
.contentpage .medical {
	line-height: 2.44em;
	letter-spacing: 0.1em;
}
/*med_index1*/
.med_index1{
	font-size: 240%;
	letter-spacing: 0.12em;
	line-height: 1.5em;
	padding: 0.5em 3%;
}
.med_index1.purple{
	background: linear-gradient(to bottom, rgba(133,115,167,1) 0%,rgba(133,115,167,0.7) 100%); 
}
.med_index1.green{
	background: linear-gradient(to bottom, rgba(70,184,167,1) 0%,rgba(70,184,167,0.7) 100%); 
}
.med_index1.orange{
	background: linear-gradient(to bottom, rgba(214,129,61,1) 0%,rgba(214,129,61,0.7) 100%); 
}
.med_index1.brown{
	background: linear-gradient(to bottom, rgba(77,71,47,1) 0%,rgba(113,100,74,1) 100%); 
}
/*med_flt*/
.med_flt .img_r,
.med_flt .img_l{
	max-width: 460px;
	width: 39%;
}
.med_flt .img_r {
	margin-left: 4%;
	margin-bottom: 0;
}
.med_flt .img_l {
	margin-right: 4%;
	margin-bottom: 0;
}
.med_flt .txt_l,
.med_flt .txt_r{
	max-width: 670px;
	width: 57%;
}
.med_flt .txt_l{
	float: left;
}
.med_flt .txt_r{
	float: right;
}
.med_flt.img580 .img_r,
.med_flt.img580 .img_l{
	max-width: 580px;
	width: 48.4%;
}
.med_flt.img580 .txt_l,
.med_flt.img580 .txt_r{
	max-width: 560px;
	width: 47.6%;
}
.med_flt.img535 .img_r,
.med_flt.img535 .img_l{
	max-width: 535px;
	width: 44.6%;
}
.med_flt.img535 .txt_l,
.med_flt.img535 .txt_r{
	max-width: 560px;
	width: 51.4%;
}
/*med_style1*/
.med_style1 dt {
	font-size: 174%;
	color: #2c292c;
	margin-bottom: 0.6em;
}
/*med_border_list*/
.med_border_list li{
	padding-top: 60px;
	margin-top: 60px;
	border-top:1px solid #efeceb;
}
.med_border_list li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top:none;
}
/*root_btn*/
.root_btn {
	margin-top: 30px;
}
.root_btn a {
	text-align: left;
	color: #fff;
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-size: min(2.1vw, 134%);
	letter-spacing: .08em;
	line-height: 1.3em;
	box-sizing: border-box;
	padding: 1em 1.6em;
	border-radius: 2em;
	background: linear-gradient(to right, rgba(77,71,47,1) 0%,rgba(112,99,73,0.94) 100%);
}
.root_btn a span {
	position: relative;
	display: inline-block;
	padding-right: 1.8em;
}
.root_btn a::after {
	content: "";
	position: absolute;
	background: url(../images/root/btn_arrow.svg) no-repeat right center;
	background-size: 86% auto;
	width: 1em;
	height: 1em;
	right: 1.6em;
	top: 50%;
	transform: translateY(-50%);
}
.root_btn.ank a::after {
	transform: translateY(-50%) rotate(90deg);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .medical {
	line-height: 2em;
	letter-spacing: 0.05em;
}
/*med_index1*/
.med_index1{
	font-size: 210%;
}
/*med_flt*/
.med_flt .img_r,
.med_flt .img_l{
	margin-bottom: 1em;
}
.med_flt .txt_l,
.med_flt .txt_r{
	max-width: 100%!important;
	width: 100%!important;
	float: none!important;
}
/*med_style1*/
.med_style1 dt {
	font-size: 154%;
}
/*med_border_list*/
.med_border_list li{
	padding-top: 6%;
	margin-top: 6%;
}
/*root_btn*/
.root_btn {
	margin-top: 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sp_txt_l{
	text-align: left;
}
.sp_txt_c{
	text-align: center;
}
.contentpage .medical {
	line-height: 1.8em;
	letter-spacing: normal;
}
/*med_index1*/
.med_index1{
	font-size: 170%;
	letter-spacing:0.05em;
}
/*med_flt*/
.med_flt .img_r,
.med_flt .img_l{
	width: 80%;
	margin: 0 auto 5%;
}
.med_flt .txt_l,
.med_flt .txt_r{
	max-width: 100%!important;
	width: 100%!important;
	float: none!important;
}
.med_flt.img580 .img_r,
.med_flt.img580 .img_l{
	width: 100%;
}
.med_flt.img535 .img_r,
.med_flt.img535 .img_l{
	width: 90%;
}
/*med_style1*/
.med_style1 dt {
	font-size: 130%;
}
/*med_border_list*/
.med_border_list li{
	padding-top: 8%;
	margin-top: 6%;
}
/*root_btn*/
.root_btn {
	margin-top: 5%;
}
.root_btn a {
	font-size: 100%;
}
}



/*vpt
---------------------------------------------------------*/
#vpt .box1 .flow_box{
	background-color: #edf0fc;
	padding: 45px 4%;
	box-sizing: border-box;
	margin-top: 50px;
}
#vpt .box1 .flow_box .inbox{
	max-width: 1060px;
	margin: 0 auto;
}
#vpt .box1 .flow_box .tit{
	font-size: 174%;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	background-color: #9b8db9;
	border-radius: 0.38em;
	margin-bottom: 35px;		
}
#vpt .box1 .flow_box ul{
	display: flex;
	justify-content: space-between;
}
#vpt .box1 .flow_box ul li:nth-child(odd) {
	max-width: 270px;
	width: 28.08%;
}
#vpt .box1 .flow_box ul li.arrow{
	max-width: 41px;
	width: 4.264%;
	padding-top: 59px;
}
#vpt .box1 .flow_box ul li div{
	max-width: 270px;
	margin: 0 auto;
}
#vpt .box1 .flow_box ul li dt{
	font-size: 174%;
	letter-spacing: .05em;
	line-height: 1.6em;
	text-align: center;
	margin: 0.6em auto 0.4em;
}
#vpt .box1 .flow_box ul li dd{
	line-height: 1.9em;
	letter-spacing: 0.02em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#vpt .box1 .flow_box{
	padding: 4.5% 4%;
	margin-top: 5%;
}
#vpt .box1 .flow_box .tit{
	font-size: 154%;
	margin-bottom: 3.5%;
}
#vpt .box1 .flow_box ul li dt{
	font-size: 154%;
}
#vpt .box1 .flow_box ul li dd{
	line-height: 1.8em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#vpt .box1 .flow_box{
	padding: 6% 5%;
	margin-top: 8%;
}
#vpt .box1 .flow_box .tit{
	font-size: 130%;
	margin-bottom:6%;
}
#vpt .box1 .flow_box ul li dt{
	font-size: 130%;
}
#vpt .box1 .flow_box ul{
	display: block;;
}
#vpt .box1 .flow_box ul li:nth-child(odd) {
	max-width: 	100%;
	width: 100%;
}
#vpt .box1 .flow_box ul li.arrow{
	max-width: 41px;
	width: 10%;
	padding-top: 0;
	margin: 5% auto;
}
#vpt .box1 .flow_box ul li.arrow img{
	transform: rotate(90deg);
}
#vpt .box1 .flow_box ul li div{
	width: 70%;
	margin: 0 auto; 
}
#vpt .box1 .flow_box ul li dt{
	font-size: 130%;
}
#vpt .box1 .flow_box ul li dd{
	line-height: 1.8em;
	letter-spacing: normal;
}
}



/*rct
---------------------------------------------------------*/
#rct .box2 .in_box{
	padding: 50px 0px 100px;
}
#rct .box2 .reason_list{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	font-size: min(153%, 1.9vw);
	letter-spacing:0.12em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
#rct .box2 .reason_list li{
	max-width: 380px;
	width: 32%;
	background-color: #e9f3f0;
	padding: 30px 1.8% 35px;
	box-sizing: border-box;
}
#rct .box2 .reason_list li dl{
	max-width: 332px;
	margin: 0 auto;
}
#rct .box2 .reason_list li dt{
	font-size: 113%;
	letter-spacing: 0.12em;
	line-height: 1em;
	color: #fff;
	padding: 0.4em;
	background-color: #347c84;
	border-radius: 0.9em;
	margin-bottom: 1em;
}
#rct .box2 .reason_list li dd strong{
	font-size: 126%;
	letter-spacing: 0.12em;
	line-height: 1.5em;
}
#rct .box2 .reason_list li:first-child dd strong{
	display: block;
	margin-top: 0.4em;
}
#rct .box2 .reason_list li:last-child dd strong:nth-of-type(2){
	display: block;
	margin-bottom: 0.4em;
}
#rct .box2 .reason_list li dd span{
	color: #347c84;
}
#rct .box2 .reason_list li dd small{
	display: block;
	font-size: 74%;
	letter-spacing: 0.12em;
	line-height: 1.4em;
	margin-top:1em;
}
#rct .box3 .med_flt .img_l p{
	color: #535353;
	font-size: min(100%,1.18vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0.8em;
}
#rct .box3 .fukidashi{
	font-size: 174%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1em;
	padding: 0.71em;
	max-width: 21.423076923em;
	box-sizing: border-box;
	background-color: #c2e2c4;
	border-radius: 0.35em;
	margin: 60px auto;
	position: relative;
}
#rct .box3 .fukidashi::before{
	position: absolute;
	content: "";
	background: url("../images/root/fukidashi_abs.svg") no-repeat center bottom;
	background-size: 100% 100%;
	width: 1.115385em;
	height: 1.115385em;
	left: 0;
	right: 0;
	margin: auto;
	top:100%;
}
#rct .box3 .root_btn{
	margin-top: 50px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#rct .box2 .in_box{
	padding: 5% 0 12%;
}
#rct .box2 .reason_list{
	margin-top: 4%;
	font-size: min(153%, 2vw);
	letter-spacing:0.1em;
}
#rct .box2 .reason_list li{
		width: 32.5%;
	padding: 3% 1.6% 3.5%;
}
#rct .box2 .reason_list li dt{
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
}
#rct .box2 .reason_list li dd strong{
	letter-spacing: 0.1em;
}
#rct .box2 .reason_list li dd small{
	letter-spacing: 0.1em;;
}
#rct .box3 .root_btn{
	margin-top: 4%;
}
#rct .box3 .med_flt .img_l p{
	font-size: min(100%,1.23vw);
	letter-spacing: 0.1em;
}
#rct .box3 .fukidashi{
	font-size: 154%;
	margin: 6% auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#rct .box2 .in_box{
	padding: 6% 0 12%;
}
#rct .box2 .reason_list{
	width: 80%;
	margin: 6% auto 0;
	display: block;
	margin-top: 6%;
	font-size: 113%;
}
#rct .box2 .reason_list li{
	max-width: 100%;
	width:  100%;
	padding: 7% 6%;
	margin-top: 5%;
}
#rct .box2 .reason_list li:first-child{
	margin-top: 0;
}
#rct .box2 .reason_list li dl{
	max-width: 100%;
	margin: 0 auto;
}
#rct .box2 .reason_list li dt{
	margin-bottom: 0.6em;
}
#rct .box3 .root_btn{
	margin-top: 6%;
}
#rct .box3 .med_flt .img_l p{
	font-size: min(100%,2.6vw);
	letter-spacing: 0.05em;
}
#rct .box3 .fukidashi{
	font-size: 130%;
	margin: 8% auto 9%;
}
#mtm .in_box{
	padding-bottom: 17%;
}
}



/*different
---------------------------------------------------------*/
#different{
	background-color: #f6efe4;
}
#different .w1200{
	padding: 90px 0 120px;
	position: relative;
	z-index: 1;
}
#different .w1200::before{
	position: absolute;
	content: "";
	background: url("../images/root/different_abs@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 31%;
	max-width: 368px;
	height: 368px;
	right: -2%;
	top:0;
	transform: translateY(-6.5%);
	z-index: -1;
}
#different .tit{
	max-width: 834px;
	width: 87%;
	margin: 0 auto 40px;
}
#different .txt{
	font-size: 114%;
	letter-spacing: 0.06em;
	line-height: 2em;
	text-align: center;
}
#different .different_list.col3{
	display: flex;
	justify-content: space-between;
}
#different .different_list > li{
	margin-top: 50px;
	background-color: #fff;
	padding: 60px 2.7%;
	box-sizing: border-box;
}
#different .different_list.col3 > li{
	padding: 55px 2.5%;
	max-width: 380px;
	width: 32.5%;
	box-sizing: border-box;
}
#different .different_list > li .inbox{
	max-width: 1060px;
	margin: 0 auto;
}
#different .different_list.col3 > li .inbox{
	max-width: 310px;
}
#different .different_list > li .med_flt .img_r,
#different .different_list > li .med_flt .img_l{
	max-width: 400px;
	width: 39%;
	position: relative;
}
#different .different_list > li .med_flt .txt_l,
#different .different_list > li .med_flt .txt_r{
	max-width: 564px;
	width: 57%;
}
#different .different_list > li .no span{
	display: block;
	font-size: min(134%, 1.7vw);
	letter-spacing: 0.06em;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.65em 1em;
	max-width: 7.612em;
	box-sizing: border-box;
	border-radius: 0.5em;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 0.8em;
}
#different .different_list > li .med_style1 dt {
	font-size: min(174%, 2.2vw);
}
#different .different_list > li:nth-child(1) .img_l{
	margin-top: 30px;
}
#different .different_list > li:nth-child(1) .img_l::before{
	position: absolute;
	content: "";
	background: url("../images/root/img10_abs@2x.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 100%;
	aspect-ratio: 10 / 8.825;
	max-height: 353px;
	left: 0;
	bottom: 0;
	z-index: 1;	
}
#different .different_list > li:nth-child(3) .img_l::before{
	position: absolute;
	content: "";
	background: url("../images/root/img13_abs@2x.png") no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	aspect-ratio: 10 / 8.75;
	max-height: 350px;
	left: 0;
	top: 0;
	z-index: 1;	
}
#different .different_list > li.purple_type .no span{
	background-color: #ab85cd;
}
#different .different_list > li.purple_type .med_style1 dt span{
	color: #ab85cd;
}
#different .different_list > li.green_type .no span{
	background-color: #52baa8;
}
#different .different_list > li.green_type .med_style1 dt span{
	color: #52baa8;
}
#different .different_list > li .sub_box{
	background-color: rgba(200,207,204,0.3);
	padding: 45px 4%;
	margin-top: 50px;
}
#different .different_list > li .sub_box dl{
	max-width: 920px;
	margin: 0 auto;
}
#different .different_list > li .sub_box dt{
	font-size: min(160%, 2.2vw);
	letter-spacing: 0.08em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 30px;
}
#different .different_list > li .sub_box .med_flt .img_l{
	max-width: 266px;
	width: 29%;
}
#different .different_list > li .sub_box .med_flt .txt_r{
	max-width: 612px;
	width: 67%;
}
#different .point {
	margin-top: 40px;
}
#different .point .point_tit{
	font-size: min(160%, 2.2vw);
	letter-spacing: 0.08em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	padding: 0.6em;
	max-width: 23.2em;
	box-sizing: border-box;
	background-color: #d0c3e6;
	border-radius: 0.42em;
	margin: 0 auto 75px;
}
#different .point ul{
	display: flex;
	justify-content: space-between;
}
#different .point ul li{
	max-width: 326px;
	width: 32%;
	background-color: rgba(200,207,204,0.3);
	padding: 60px 2.5% 35px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#different .point ul li .no{
	position: absolute;
	max-width: 75px;
	width: 7.5vw;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(-50%);
	z-index: 2;
}
#different .point ul li .img,
#different .point ul li dl{
	max-width: 270px;
	margin: 0 auto ;
}
#different .point ul li .img{
	text-align: center;
}
#different .point ul li dl dt{
	text-align: center;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#different .w1200{
	padding: 9% 0 12%;
}
#different .tit{
	margin: 0 auto 4%;
}
#different .txt{
	font-size: 110%;
}
#different .different_list > li{
	margin-top: 5%;
	padding: 6% 4%;
}
#different .different_list.col3 > li{
	padding: 5% 2.5%;
}
#different .different_list > li .no{
	max-width: 564px;
	width: 57%;
	display: block;
}
#different .different_list > li .txt_r .no{
	margin-right: 0;
	margin-left: auto;
}
#different .different_list > li:nth-child(3) .img_l{
	margin-bottom: 1.5em;
}
#different .different_list > li .sub_box{
	padding: 4.5% 4%;
	margin-top: 5%;
}
#different .different_list > li .sub_box dt{
	margin-bottom: 3%;
}
#different .point {
	margin-top: 4%;
}
#different .point .point_tit{
	margin: 0 auto 7.5%;
}
#different .point ul li{
	padding: 6vw 2.5% 3.5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#different .w1200{
	padding: 12% 0 14%;
}
#different .w1200::before{
	width: 40vw;
    height: 40vw;
    right: 0.5%;
    transform: translateY(-24%);
}
#different .tit{
	max-width: 652px;
	width: 98%;
	margin: 0 auto 6%;
}
#different .txt{
	font-size: 100%;
	letter-spacing: 0.05em;
}
#different .different_list.col3{
	display: block;
}
#different .different_list > li{
	margin-top: 4%;
	padding: 9% 5% 8%;
}
#different .different_list.col3 > li{
	padding: 8% 5%;
	max-width: 100%;
	width: 100%;
}
#different .different_list > li .inbox{
	max-width: 100%;
}
#different .different_list.col3 > li .inbox{
	max-width:  100%;
}
#different .different_list > li .med_flt .img_r,
#different .different_list > li .med_flt .img_l{
	width:80%;
	margin-bottom: 6%;
}

#different .different_list > li .no span{
	font-size: 100%;
}
#different .different_list > li .med_style1 dt {
	font-size: 130%;
}
#different .different_list > li:nth-child(1) .img_l{
	margin-top: 0;
}
#different .different_list > li:nth-child(3) .img_l{
	margin-bottom: 10%;
}
#different .different_list > li .sub_box{
	padding: 6% 5%;
	margin-top: 7%;
}
#different .different_list > li .sub_box dl{
	max-width: 100%;
}
#different .different_list > li .sub_box dt{
	font-size: 125%;
	letter-spacing: 0.05em;
	margin-bottom: 6%;
}
#different .different_list > li .sub_box .med_flt .img_l{
	width: 80%;
}
#different .point {
	margin-top: 6%;
}
#different .point .point_tit{
	font-size:130%;
	margin: 0 auto 6%;
}
#different .point ul{
	display: block;;
}
#different .point ul li{
	max-width: 100%;
	width: 100%;
	padding: 15% 5% 6%;
	margin-top: 15%;
}
#different .point ul li:first-child{
		margin-top: 16%;
}
#different .point ul li .no{
	width: 20%;
}

#different .point ul li .img{
	width: 80%;
}
#different .point ul li dl{
	max-width: 100%;
}
}



/*contact
---------------------------------------------------------*/
.contact{
	padding: 100px 0;
}
.contact .tit{
	font-size: min(154%, 2.4vw);
	letter-spacing: 0.08em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
.contact ul{
	display: flex;
	justify-content: space-between;
	max-width: 930px;
	margin: 0 auto;
}
.contact ul .tel{
	max-width:427px;
	width: 46%;
}
.contact ul .tel dt{
	font-size: min(120%, 1.8vw);
	letter-spacing: 0.22em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding: 0.45em 0;
	background-color: rgba(225,225,232,0.5);
	border-radius: 0.45em;
	margin-bottom: 0.7em;
}
.contact ul .tel dt span{
	color: #2ca9b4;
}
.contact ul .tel dd{
	max-width: 402px;
	width:94.1452%;
	margin: 0 auto;
	text-align: center;
}
.contact ul .web_mail{
	max-width:480px;
	width: 52%;
	display: flex;
}
.contact ul .web_mail p{
	width: 50%;
}
.contact ul .web_mail p a{
	display: block;
}
.contact ul .web_mail .web a{
	background: linear-gradient(to right,  rgba(55,128,202,1) 1%,rgba(63,86,183,1) 100%); 
}
.contact ul .web_mail .mail a{
	background: linear-gradient(to right,  rgba(60,175,97,1) 1%,rgba(54,139,82,1) 100%); 
}
.contact .time{
	letter-spacing: 0.14em;
	line-height: 1.6em;
	margin-top: 1.2em;
}
.contact .time .red{
	color: #de502d;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contact{
	padding: 10% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contact{
	padding: 12% 0;
}
.contact .tit{
	font-size: min(154%,4.8vw);
	letter-spacing: 0.05em;
}
.contact ul{
    flex-wrap: wrap;
	max-width: 100%;
}
.contact ul img{
	width: 100%;
	height: auto;
	display: block;
}
.contact ul .tel{
	max-width:100%;
	width: 100%;
	margin-bottom: 6%;
}
.contact ul .tel dt{
	font-size: min(120%,3.8vw);
	letter-spacing: 0.15em;
	padding: 0.5em 0;
	margin-bottom: 0.8em;
}
.contact ul .tel dd{
	max-width: 87.5%;
}
.contact ul .web_mail{
	max-width:100%;
	width: 100%;
	display: flex;
}
.contact ul .web_mail p{
	width: 50%;
}
.contact .time{
	letter-spacing: 0.1em;
	margin-top: 1em;
}
}



/*flow
---------------------------------------------------------*/
.flow .flow_list{
	max-width: 1100px;
	margin: 0 auto;
}
.flow .flow_list{
	margin-top: 10px;
}
.flow .flow_list > li{
	margin-top: 70px;
	background-color: rgba(213,207,188,0.3);
	padding: 0 4%;
	box-sizing: border-box;
}
.flow .flow_list > li:first-child{
	margin-top: 0;
}
.flow .flow_list > li .inbox{
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.flow .flow_list > li .inbox::before{
	position: absolute;
	content: "";
	background: #786e67;
	width: 1px;
	height: calc(100% + 70px);
	font-size: min(333.3334%,5vw);
	left: 1.06em;
	top:0;
	z-index: -1;
}
.flow .flow_list > li:last-child .inbox::before{
	position: static;
	content: none;
	background: none;
	display: none;
}
.flow .flow_list > li .con{
	max-width: 834px;
	width: 85%;
	padding: 60px 0;
}
.flow .flow_list > li .med_flt .img_r{
	max-width: 300px;
	width: 36%;
}
.flow .flow_list > li .med_flt .txt_l{
	max-width: 480px;
	width: 60%;
}
.flow .flow_list > li .no{
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(333.3334%,5vw);
	line-height: 1em;
	color: #786e67;
	left: 0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 2.12em;
	height: 2.12em;
	border: 1px solid #786e67;
	background-color: #fff;
	border-radius: 100%;
	margin-top: -0.7em;
}
.flow .flow_list > li .med_style1 dt{
	font-size: 187%;
	margin-bottom: 0.5em;
}
.flow .flow_list > li .ank_link{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.flow .flow_list > li .ank_link li{
	max-width: 407px;
	width: 49%;
	background: #fff;
	padding: 1.4em 3%;
	box-sizing: border-box;
	font-size: min(120%,1.8vw);
	letter-spacing: 0.08em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}
.flow .flow_list > li .ank_link li dl{
	max-width: 340px;
	margin: 0 auto;
}
.flow .flow_list > li .ank_link li dl dt{
	padding: 0.5em;
	color: #fff;
	border-radius: 1.25em;
	margin-bottom: 1em;
}
.flow .flow_list > li .ank_link li:first-child dl dt{
	background-color: #ab85cd;
}
.flow .flow_list > li .ank_link li:last-child dl dt{
	background-color: #52baa8;
}
.flow .flow_list > li .ank_link li dl dd{
	font-size: 139%;
	letter-spacing: 0.12em;
	line-height: 1em;
}
.flow .flow_list > li .ank_link li dl dd a{
	padding-right: 1.3em;
	position: relative;
}
.flow .flow_list > li .ank_link li dl dd a::before{
	position: absolute;
	content: "";
	background-image: url("../images/root/ank_arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
	width: 0.88em;
	height: 0.88em;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	border-radius: 100%;
}
.flow .flow_list > li .ank_link li:first-child dl dd a::before{
	background-color: #ab85cd; 
}
.flow .flow_list > li .ank_link li:last-child dl dd a::before{
	background-color: #52baa8; 
}
.flow .flow_list > li .ank_link li:first-child dl dd a span{
	color: #ab85cd;
}
.flow .flow_list > li .ank_link li:last-child dl dd a span{
	color: #52baa8; 
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flow{
	margin-bottom: 12%;
}
.flow .flow_list{
	margin-top: 1%;
}
.flow .flow_list li{
	margin-top: 7%;
}
.flow .flow_list li .con{
	padding: 6% 0;
}
.flow .flow_list li .med_style1 dt{
	font-size: 167%;
}
.flow .flow_list > li .ank_link{
	margin-top: 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flow{
	margin-bottom: 14%;
}
.flow .flow_list{
	margin-top: 2.5vw;
}
.flow .flow_list > li{
	margin-top: 8vw;
	padding: 0 5% 0 4%;
}
.flow .flow_list > li .inbox{
	max-width: 100%;
}
.flow .flow_list > li .inbox::before{
	font-size:6.5vw;
	height: calc(100% + 8vw);
}
.flow .flow_list > li .con{
	max-width: calc(100% - 16vw);
	width: calc(100% - 16vw);
	padding: 8% 0;
}
.flow .flow_list > li .med_flt .img_r{
	width: 100%;
	margin-bottom: 6%;
}
.flow .flow_list > li .no{
	font-size:6.5vw;
	width: 2.12em;
	height: 2.12em;
}
.flow .flow_list > li .med_style1 dt{
	font-size: 135%;
	text-align: center;
	margin-bottom: 0.3em;
}
.flow .flow_list > li .ank_link{
	display: block;
	margin-top: 6%;
}
.flow .flow_list > li .ank_link li{
	max-width: 100%;
	width: 100%;
	font-size: 3.5vw;
	padding-left: 5%;
	padding-right: 5%;
}
.flow .flow_list > li .ank_link li:last-child{
	margin-top: 5%;
}
.flow .flow_list > li .ank_link li dl{
	max-width: 100%;
	margin: 0 auto;
}
.flow .flow_list > li .ank_link li dl dd{
	letter-spacing: 0.1em;
}
}



/*risk
---------------------------------------------------------*/
.risk .risk_list{
	max-width: 960px;
	margin: 50px auto 0;
}
.risk .risk_list li{
	padding: 1.1em 0;
	border-bottom: 1px solid #e5dfc1;
}
.risk .risk_list li p{
	max-width: 900px;
	margin: 0 auto;
	padding-left: 1.8em;
	line-height: 1.7em;
	position: relative;
	box-sizing: border-box;
}
.risk .risk_list li p::before{
	position: absolute;
	left: 0;
	top:0;
}
.risk .risk_list li:nth-child(1) p::before{
	content: "①"
}
.risk .risk_list li:nth-child(2) p::before{
	content: "②"
}
.risk .risk_list li:nth-child(3) p::before{
	content: "③"
}
.risk .risk_list li:nth-child(4) p::before{
	content: "④"
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.risk .risk_list{
	margin: 4% auto 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.risk .risk_list{
	margin: 6% auto 0;
}
}



/*price
---------------------------------------------------------*/
.price .price_list{
	font-size: 134%;
	letter-spacing: 0.06em;
	line-height: 1.5em;
}
.price .price_list li{
	margin-top: 40px;
}
.price .price_list li:first-child{
	margin-top: 0;
}
.price .price_list li .tit{
	font-weight: bold;
	padding-left: 1.15em;
	position: relative;
	margin-bottom: 0.4em;
}
.price .price_list li .tit::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 0.7em;
	height: 0.7em;
	border-radius: 0.7em;
	left: 0;
	top: 0.4em;
}
.price .price_list li:nth-child(1) .tit::before{
	background-color: #ab85cd;
}
.price .price_list li:nth-child(2) .tit::before{
	background-color: #52C3B6;
}
.price .price_list li table{
	width: 100%;
}
.price .price_list li table th,
.price .price_list li table td{
	border-bottom: 5px solid #fff;
}
.price .price_list li table th{
	width: 62%;
	padding: 1.7129em 3em;
	box-sizing: border-box;
	font-weight: normal;
}
.price .price_list li table td{
	width: 38%;
	padding: 1.7129em 3em;
	box-sizing: border-box;
}
.price .price_list li:nth-child(1)  table th,
.price .price_list li:nth-child(1)  table td{
	background-color: #EDF0FC;
}
.price .price_list li:nth-child(2)  table th,
.price .price_list li:nth-child(2)  table td{
	background-color: #e8f8ed
}
.price .price_list li table tr:last-child th,
.price .price_list li table tr:last-child td{
	border-bottom: none;
}
.price .price_list li table tr td dl{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.price .price_list li table tr td dl dt{
	font-size:75%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin-right: 1em;
}
.price .price_list li table tr td dl dd{
	font-size: 105%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-weight: bold;
}
.price .price_list li table tr td dl dd span{
	font-size: 115%;
}
.price .price_list li:nth-child(1) table tr td dl dd span{
	color: #ab85cd;
}
.price .price_list li:nth-child(2) table tr td dl dd span{
	color: #38b3a1;
}
.price .note_list{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: 2em;
}
.price .note_list li{
	margin: 0 1em;
}
.price .price_btn a{
	width: 15.79em;
	max-width: 100%;
	font-size: 126.67%;
}
.price .price_btn a span {
	background-image:  url(../images/beauty/icon_arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding: 5px 2.5em 5px 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price .price_list{
	font-size: 124%;
}
.price .price_list li{
	margin-top: 4%;
}
.price .price_list li table th{
	padding: 1.7129em 2em;
}
.price .price_list li table td{
	padding: 1.7129em 2em;
}
.price .price_btn a{
	font-size: 116.67%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.price .price_list{
	font-size: 114%;
}
.price .price_list li{
	margin-top: 6%;
}
.price .price_list li table,
.price .price_list li table tbody,
.price .price_list li table tr,
.price .price_list li table th,
.price .price_list li table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.price .price_list li table th{
	padding: 5%  5% 0.3em;
}
.price .price_list li table td{
	padding: 0 5% 5%;
}
.price .price_list li table th{
	border-bottom: none;
}
.price .price_list li table td{
	border-image-source: 3px;
}
.price .note_list{
	display: block;
	margin-top: 1em;
	font-size: 90%;
	line-height: 1.8em;
}
.price .note_list li{
	margin: 0;
}
.price .price_btn a{
	font-size: 106.67%;
}
}
