@charset "UTF-8";

/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img_area .m_img .m_title .ft_amandine {
	font-size:224%;
	letter-spacing: .08em;
	line-height: 1.0em;
}
.contentpage .m_img_area .m_img .m_title .ft_rodin {
	font-size: 377%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0.2em;
}
.contentpage .m_img_area .m_img .m_title .ft_rodin .cyousei1{
	margin-left: -0.5em;
}
.contentpage .m_img_area .m_img .m_title .ft_rodin .cyousei2{
	letter-spacing: -0.5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img_area .m_img .m_title .ft_amandine {
	font-size:110%;
}
.contentpage .m_img_area .m_img .m_title .ft_rodin {
	font-size: 180%;
	letter-spacing: 0.08em;
}
}



/*下層共通
---------------------------------------------------------*/
/*ボックス*/
.com_inbox{
	max-width: 1200px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_inbox div.com_btn1 a {
	margin-left: auto;
	margin-right: auto;
}
}



/* med_flot_box
---------------------------------------------------------*/
.med_flot_box .img_r,
.med_flot_box .txt_r{
	float: right;
}
.med_flot_box .img_l,
.med_flot_box .txt_l{
	float: left;
}
.med_flot_box .img_r,
.med_flot_box .img_l{
	max-width: 440px;
	width: 37%;
}
.med_flot_box .txt_r,
.med_flot_box .txt_l{
	max-width: 708px;
	width: 59%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flot_box .txt_r,
.med_flot_box .txt_l{
	float: none;
	max-width: 100%;
	width: 100%;
}
.med_flot_box .img_l{
	margin-right: 4%;
	margin-bottom: 1em;
}
.med_flot_box .img_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flot_box .img_r,
.med_flot_box .txt_r,
.med_flot_box .img_l,
.med_flot_box .txt_l{
	float: none;
}
.med_flot_box .img_r,
.med_flot_box .img_l{
	width: 80%;
	margin: 0 auto 1em;
	text-align: center;
}
.med_flot_box .txt_r,
.med_flot_box .txt_l{
	max-width: 100%;
	width: 100%;
}
}



/* med_style
---------------------------------------------------------*/
/*med_style1*/
.med_style1 > dt {
	font-size: min(3vw,177%);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.med_style1 > dd {
	line-height: 2em;
}
/*med_style2*/
.med_style2 > dt {
	font-size: min(2.8vw,159%);
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.med_style2 > dt > span.ten {
	margin-left: -0.25em;
}
.med_style2 > dt > span.green {
  display: inline-block;
}
.med_style2 > dd {
	line-height: 2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_style*/
.med_style1 > dt {
	letter-spacing: 0.05em;
}
/*med_style2*/
.med_style2 > dt {
	letter-spacing: 0.05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_style*/
.med_style1 > dt {
	font-size: 140%;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	margin-bottom: 0.3em;
}
.med_style1 > dd {
	line-height:  1.8em;
}
	
/*med_style2*/
.med_style2 > dt {
	font-size: 140%;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	margin-bottom: 0.4em;
}
.med_style2 > dd {
	line-height: 1.8em;
}
}



/* med_col
---------------------------------------------------------*/
.med_col3,
.med_col2 {
	display: flex;
    flex-wrap: wrap;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.med_col3 li,
.med_col2 li {
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 40px;
	border: rgba(103,175,155,0.8) 2px solid;
	border-radius: 20px;
}

.med_col3.icon li,
.med_col2.icon li {
	padding-top: 40px;
}
.med_col3.icon li div,
.med_col2.icon li div {
	max-width: 90px;
	width: 30%;
	margin: 0 auto 0.5em;
	text-align: center;
}

.med_col3 li dt,
.med_col2 li dt {
	font-size: min(177%,2.6vw);
	letter-spacing: 0.1em;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 0.7em;
}
.med_col3 li dd,
.med_col2 li dd {
	letter-spacing: 0.1em;
	line-height: 2em;
}

/*med_col3*/
.med_col3 li {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 1.25%;
	padding-left: 2%;
	padding-right: 2%;
}
.med_col3 li:nth-child(3n),
.med_col3 li:last-child {
	margin-right: 0;
}
.med_col3 li:nth-child(-n+3) {
	margin-top: 0;
}
.med_col3 li dl {
	max-width: 330px;
}

/*med_col2*/
.med_col2 li {
	width: 48.75%;
	margin-right: 2.5%;
	margin-top: 2.5%;	
	padding-left: 3%;
	padding-right: 3%;
}
.med_col2 li:nth-child(2n),
.med_col2 li:last-child {
	margin-right: 0;
}
.med_col2 li:nth-child(-n+2) {
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col3 li,
.med_col2 li {
	border-radius: 2vw;
}	
.med_col3.icon li,
.med_col2.icon li {
	padding-top: 4%;
}
.med_col3 li dt,
.med_col2 li dt {
	font-size: min(177%,2.7vw);
	letter-spacing: 0.05em;
}
	
/*med_col3*/
.med_col3 li {
	padding: 4.5% 2% 4%;
	margin-top: 1.5%;
}
/*med_col2*/
.med_col2 li {
	padding: 4% 3% 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col3,
.med_col2 {
    display:block;
}
.med_col3 li,
.med_col2 li {
	width: 100%;
	max-width: 100%;
	padding: 6% 5% 6%;
	margin-right: 0;
	margin-top: 4% !important;
	border-radius: 4vw;
}
.med_col3 li:first-child,
.med_col2 li:first-child {
	margin-top: 0 !important;
}	
.med_col3.icon li,
.med_col2.icon li {
	padding-top: 6%;
}
.med_col3 li dl,
.med_col2 li dl {
	max-width: 100%;
}
.med_col3 li dt,
.med_col2 li dt {
	font-size: 135%;
	letter-spacing: 0.05em;
	margin-bottom: .3em;
}
.med_col3 li dd,
.med_col2 li dd {
	letter-spacing: 0.05em;
	line-height: 1.8em;
}
}



/* med_flow_box
---------------------------------------------------------*/
.med_flow_list{
	max-width: 1096px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.med_flow_list li{
	max-width: 185px;
	width: 17%;
}
.med_flow_list li.arrow{
	max-width: 17px;
	width: 1.6%;
	margin-top: 84px;
}
.med_flow_list li div{
	max-width: 185px;
	margin: 0 auto 1em;
	position: relative;
}
.med_flow_list li .txt{
	text-align: center;
	font-size:  min(88%,1.4vw);
	letter-spacing: .05em;
	line-height: 1.8em;
}
.med_flow_list li .txt dt{
	font-size: 200%;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #67af9b;
	margin-bottom: 0.25em;
}

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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_list li .txt{
	font-size: 1.6vw;
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_list{
	max-width: 100%;
	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:5% !important;
	margin: 2% auto !important;
}
.med_flow_list li.arrow img{
	display: block;
	margin: 0;
	transform: rotate(90deg);
}
.med_flow_list li div{
	width: 42% !important;
	margin:0;
}
.med_flow_list li .txt{
	width: 52%;
	text-align:left;
	line-height: 1.5em;
	font-size: 95%;
}
}



/* 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: 6% 0;
}
}

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



/*med_flow_subbox
---------------------------------------------------------*/
.med_flow_subbox{
	background-color: #baaba6;
	color: #fff;
	padding: 50px 3%;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
}
.med_flow_subbox dl{
	max-width: 1080px;
	margin: 0 auto;
}
.med_flow_subbox dl dd{
	letter-spacing: 0.1em;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_subbox{
	padding: 7% 5%;
	border-radius: 0 0 4vw 4vw;
}
.med_flow_subbox dl dd{
	letter-spacing: 0.05em;
}
}



/* med_checkbox
---------------------------------------------------------*/
.med_checkbox{
	background-color: #f8f7f6;
	border-radius: 20px;
	padding: 0 4%;
}
.med_checkbox .inbox{
	padding: 70px 0 60px;
	max-width: 1075px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.med_checkbox .inbox::before{
	position: absolute;
	content: "check";
	font-family: amandine, sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: min(576.5%,10vw);
	letter-spacing: normal;
	color: #67af9b;
	line-height: 1em;
	left: 0;
	top:-0.5em;
	z-index: -1;
}
.med_checkbox .med_checkbox_tit{
	font-size: min(236%,4vw);
	letter-spacing: 0.1em;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 1em;
}
.med_checkbox .med_checkbox_tit dt{
	font-size: 50%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.med_checkbox .med_checkbox_tit dd span {
	display: inline-block;
	padding-right: 1.25em;
	position: relative;
}
.med_checkbox .med_checkbox_tit dd span::before{
	position: absolute;
	content: "";
	background: url("../images/icon_check.svg") no-repeat right center;
	background-size: 100% 100%;
	width: 1.1em;
	height: 1.1em;
	right: 0;
	bottom: .1em;
}
.med_checkbox .check_list{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	font-size: min(118%,2.1vw);
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.med_checkbox .check_list li{
	max-width: 513px;
	width: 48.5%;
	padding: 1.2em 0 1.0em;
	border-bottom: 1px solid #cccccc;
}
.med_checkbox .check_list li:nth-child(-n + 2){
	padding-top: 0;
}
.med_checkbox .check_list li span{
	display: block;
	padding-left: 1.85em;
	position: relative;
}
.med_checkbox .check_list li span::before{
	position: absolute;
	content: "";
	background: #ebebdc;
	width: 1.15em;
	height: 1.15em;
	left: 0;
	top: .2em;
	border-radius: 0.25em;
}
.med_checkbox p{
	font-size: min(118%,2.1vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_checkbox{
	border-radius: 2vw;
}
.med_checkbox .inbox{
	padding: 7% 0 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_checkbox{
	border-radius: 4vw;
	padding: 0 5%;
}
.med_checkbox .inbox{
	padding: 12% 0 7%;
}
.med_checkbox .inbox::before{
	font-size: 300%;
}
.med_checkbox .med_checkbox_tit{
	font-size:160%;
	letter-spacing: 0.05em;
}
.med_checkbox .med_checkbox_tit dt{
	font-size: 55%;
	letter-spacing: 0.05em;
	
}
.med_checkbox .med_checkbox_tit dd span{
	padding-right: 1.25em;
	position: relative;
}

.med_checkbox .check_list{
	display: block;
	font-size: 100%;
	letter-spacing: 0.05em;
}
.med_checkbox .check_list li{
	max-width: 100%;
	width: 100%;
	padding:1em 0!important;
}
.med_checkbox .check_list li:nth-child(-n + 1){
	padding-top: 0!important;
}
.med_checkbox .check_list li span{
	padding-left: 1.8em;
}
.med_checkbox p{
	font-size:100%;
	letter-spacing: 0.05em;
}
}



/* med_bgbox
---------------------------------------------------------*/
.med_bgbox {
	background-color: #faf6f0;
	padding: 0 3% 60px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.med_bgbox::before {
	position: absolute;
	content: "";
	background: url("../images/med_obj@2x.png") no-repeat left top;
	background-size: 100% auto;
	max-width: 140px;
	width: 11.7%;
	height: 140px;
	right: calc(50% + 16.6em);
	top: 0;
	z-index: -1;
}
.med_bgbox .inbox {
	max-width: 1080px;
	margin: 0 auto;
}
.med_bgbox .bgbox_tit {
	font-size: min(236%,4vw);
	letter-spacing: 0.15em;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 0.7em;
	margin-bottom: 1.1em;
	padding-top: 1.5em;
	position: relative;
}
.med_bgbox .bgbox_tit::before {
	position: absolute;
	content: "";
	background: #67af9b;
	width: 1.25em;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.med_bgbox .bgbox_list .border{
	padding: 50px 0;
	border-top: 1px solid #cccccc;
}
.med_bgbox .bgbox_list li:first-child .border{
	padding-top: 0;
	border-top: 0;
}
.med_bgbox .bgbox_list li:last-child .border{
	padding-bottom: 0;
}
.med_bgbox .bgbox_style > dt,
.med_bgbox p.bgbox_style {
	font-size: min(3vw,160%);
	letter-spacing: 0.09em;
	line-height: 1.6em;
	color: #67af9b;
}
.med_bgbox .bgbox_style > dt {
	margin-bottom: 0.5em;
}
.med_bgbox .bgbox_style > dd.fs15 {
	line-height: 2.0em;
}

.med_bgbox .bgbox_inbox {
	background: #fff;
	border-radius: 20px;
	padding: 30px 4%;
}
.med_bgbox .bgbox_inbox .bgbox_intit {
	text-align: center;
	font-size: min(3vw,160%);
	letter-spacing: .09em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
}

.med_bgbox .med_flot_box .img_r,
.med_bgbox .med_flot_box .img_l {
	max-width: 400px;
	width: 37.5%;
}
.med_bgbox .med_flot_box .txt_r,
.med_bgbox .med_flot_box .txt_l {
	width: 58.5%;
}

.med_bgbox.type2 {
	padding-top: 50px;
}
.med_bgbox.type2::before {
	display: none;
}
.med_bgbox .bgbox_tit2 {
	text-align: center;
	font-size: min(3vw,160%);
	letter-spacing: .09em;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.med_bgbox .bgbox_tit2 span {
	display: inline-block;
	position: relative;
}
.med_bgbox .bgbox_tit2 span::before,
.med_bgbox .bgbox_tit2 span::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1.5em;
	background: #120F10;
	top: 0;
}
.med_bgbox .bgbox_tit2 span::before {
	left: -1.2em;
	transform: rotate(-30deg);
}
.med_bgbox .bgbox_tit2 span::after {
	right: -1.2em;
	transform: rotate(30deg);
}

.med_bgbox .med_rank{
	font-size: 107%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	padding: 0.7em 1.8em;
	box-sizing: border-box;
	border-radius: 1.2em;
	background-color: #baaba6;
	margin-bottom: 1em;
	margin-top: 1.2em;
}
.med_bgbox .med_rank li{
	display: inline-block;
	margin-right: 0.7em;
}
.med_bgbox .med_rank li:last-child{
	margin-right: 0;
}

.med_bgbox .bgbox_col3 {
	display: flex;
    flex-wrap: wrap;
}
.med_bgbox .bgbox_col3 > li {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 60px;
}
.med_bgbox .bgbox_col3 > li:nth-child(3n),
.med_bgbox .bgbox_col3 > li:last-child {
	margin-right: 0;
}
.med_bgbox .bgbox_col3 > li:nth-child(-n+3) {
	margin-top: 0;
}
.med_bgbox .bgbox_col3 .img_box + .bgbox_style {
	margin-top: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_bgbox{
	padding: 0 3% 6%;
	border-radius: 2vw;
}
.med_bgbox::before{
	right: calc(50% + 14.6em);
}
.med_bgbox .bgbox_list .border{
	padding: 5% 0;
}

.med_bgbox .bgbox_inbox {
	border-radius: 2vw;
	padding: 4%;
}
.med_bgbox .bgbox_inbox .bgbox_intit {
	font-size: 140%;
	margin-bottom: 1.0em;
}

.med_bgbox .med_flot_box .txt_r,
.med_bgbox .med_flot_box .txt_l {
	max-width: 100%;
	width: 100%;
}
	
.med_bgbox.type2 {
	padding-top: 5%;
}
.med_bgbox .bgbox_tit2 {
	margin-bottom: 4%;
}

.med_bgbox .med_rank{
	font-size: 100%;
	letter-spacing: 0.05em;
	padding: 0.7em 1.2em;
	width: 58.5%;
}
.med_bgbox .med_rank li{
	margin-right: 0.4em;
}

.med_bgbox .bgbox_col3 > li {
	margin-top: 6%;
}
.med_bgbox .bgbox_col3 div + .bgbox_style {
	margin-top: 1.2em;
}
.med_bgbox .bgbox_col3 .bgbox_style > dt,
.med_bgbox .bgbox_col3 p.bgbox_style {
	font-size: 2.5vw;
	letter-spacing: .05em;
	line-height: 1.4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_bgbox{
	padding: 8% 5% 7%;
	border-radius: 4vw;
}
.med_bgbox::before{
	width: 20vw;
	height: 20vw;
	right: calc(50% + 5.5em);
}
.med_bgbox .bgbox_tit{
	font-size: 170%;
	letter-spacing: 0.05em;
	padding-top: 0;
}
.med_bgbox .bgbox_list .border{
	padding: 7% 0;
}
.med_bgbox .bgbox_style > dt,
.med_bgbox p.bgbox_style {
	font-size: 140%;
	letter-spacing: 0.05em;
}
.med_bgbox .bgbox_style > dt {
	margin-bottom: .3em;
}
	
.med_bgbox .bgbox_inbox {
	border-radius: 4vw;
	padding: 7% 6% 7%;
}
.med_bgbox .bgbox_inbox .bgbox_intit {
	font-size: 140%;
	letter-spacing: 0.05em;
	margin-bottom: .8em;
}

.med_bgbox .med_flot_box .txt_r,
.med_bgbox .med_flot_box .txt_l {
	max-width: 100%;
	width: 100%;
}
.med_bgbox .med_flot_box .img_r,
.med_bgbox .med_flot_box .img_l{
	width: 70%;
}
	
.med_bgbox.type2 {
	padding-top: 8%;
}
.med_bgbox .bgbox_tit2 {
	font-size: 140%;
	letter-spacing: 0.05em;
	margin-bottom: 6%;
}
	
.med_bgbox .med_rank{
	font-size: 110%;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	padding: 3.5% 5%;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}
.med_bgbox .med_rank li{
	margin-right: 2em
}
.med_bgbox .med_rank li:nth-child(2){
	margin-right: 0;
}

.med_bgbox .bgbox_col3 {
	display: block;
}
.med_bgbox .bgbox_col3 > li {
	width: 100%;
	margin-right: 0;
	margin-top: 7% !important;
	border-top: 1px solid #cccccc;
	padding-top: 7%;
}
.med_bgbox .bgbox_col3 > li:first-child {
	margin-top: 0 !important;
	border-top: none;
	padding-top: 0;
}
.med_bgbox .bgbox_col3 .img_box {
	width: 70%;
	margin: 0 auto 1.0em;
}
.med_bgbox .bgbox_col3 .img_box + .bgbox_style {
	margin-top: 0;
}
}



/* med_flow_vertical
---------------------------------------------------------*/
.med_flow_vertical > li {
	box-sizing: border-box;
	position: relative;
	padding-left: 15%;
	padding-bottom: 80px;
	z-index: 1;
}

.med_flow_vertical > li::after,
.med_flow_vertical > li .no {
	font-size: min(100%,1.5vw);
	letter-spacing: normal;
	line-height: 1.0em;
}
.med_flow_vertical > li::after {
	content: "";	/*罫線*/
	position: absolute;
	z-index: -2;
	width: 1px;
	height: 100%;
	background: #67af9b;
	top: 0;
	left: 4.412em;	/*半分*/
}
.med_flow_vertical > li .no {
	position: absolute;
	z-index: -1;
	width: 8.824em;
	left: 0;
	top: -1.0em;
}

.med_flow_vertical > li:last-child{
	padding-bottom: 0;
}
.med_flow_vertical > li:last-child::after {
	background: none;
}

.med_flow_vertical > li .med_flot_box{
	padding-top: 0.8em;
}
.med_flow_vertical > li .med_flot_box .img_r{
	max-width: 320px;
	width: 31.13%;
}
.med_flow_vertical > li .med_flot_box .txt_l{
	max-width: 660px;
	width: 64.87%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_vertical > li {
	padding-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_vertical > li {
	padding-left: 20%;
	padding-bottom: 10%;
}
.med_flow_vertical > li::after,
.med_flow_vertical > li .no {
	font-size: 90%;
}
.med_flow_vertical > li::after {
	left: 2.5em;
}
.med_flow_vertical > li .no {
	width: 6em;
	left: -0.5em;
}
.med_flow_vertical > li .med_flot_box {
	padding-top: 0;
}
.med_flow_vertical > li .med_flot_box .img_r {
	width: 80%;
}
.med_flow_vertical > li .med_flot_box .txt_l {
	max-width: 100%;
	width: 100%;
}
.med_flow_vertical .com_contact .com_tel {
	width: 100%;
}
.med_flow_vertical .com_contact .com_web2 {
	width: 100%;
}
}



/*
---------------------------------------------------------*/
.med_qa > li{
	border-top: 1px solid #ccc;
	padding-top: 60px;
	margin-top: 60px;
}
.med_qa > li:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.med_qa > li dt,
.med_qa > li dd{
	position: relative;
	padding-left: 5em;
}
.med_qa > li dt{
	margin-bottom: 2.3em;
}
.med_qa > li dt::before{
	position: absolute;
	content: "";
	background: url("../images/icon_q.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 3.59em;
	height: 3.59em;
	left: 0;
	top:-0.6em;
}
.med_qa > li dt span{
	font-size: min(3vw,177%);
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.med_qa > li dd{
	margin-left: 2.2em;
}
.med_qa > li dd::before{
	position: absolute;
	content: "";
	background: url("../images/icon_a.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 3.59em;
	height: 3.59em;
	left: 0;
	top:0;
}
.med_qa > li dd p{
	font-size: 15px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_qa > li{
	padding-top: 6%;
	margin-top: 6%;
}
.med_qa > li dt,
.med_qa > li dd{
	position: relative;
	padding-left: 4em;
}
.med_qa > li dt{
	margin-bottom: 1.8em;
}
.med_qa > li dt::before{
	width: 3em;
	height: 3em;
	top:-0.3em;
}
.med_qa > li dd::before{
	width: 3em;
	height: 3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_qa > li{
	padding-top:8%;
	margin-top: 8%;
}
.med_qa > li dt,
.med_qa > li dd{
	position: relative;
	padding-left: 3.5em;
}
.med_qa > li dt{
	margin-bottom: 1em;
}
.med_qa > li dt::before{
	width: 3em;
	height: 3em;
	top: 0em;
}
.med_qa > li dt span{
	font-size: 150%;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	margin-bottom: 0.4em;
}
.med_qa > li dd{
	margin-left: 0;
}
.med_qa > li dd::before{
	width: 3em;
	height: 3em;
}
}



/*med_osusume、med_point
---------------------------------------------------------*/
.med_osusume {
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #67AF9B;
	padding: 40px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.med_osusume dt {
	width: 22%;
	text-align: center;
	font-size: 130%;
	letter-spacing: .09em;
	line-height: 1.6em;
}
.med_osusume dd {
	width: 78%;
	box-sizing: border-box;
	padding-right: 4%;
}
.med_osusume dd li {
	line-height: 1.6em;
	margin-top: .5em;
	box-sizing: border-box;
	padding-left: 1.3em;
	position: relative;
}
.med_osusume dd li:first-child {
	margin-top: 0;
}
.med_osusume dd li::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	background: #67AF9B;
	border-radius: 50%;
	left: 0;
	top: .5em;
}

.med_point {
	border-radius: 20px;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.med_point dt {
	width: 20%;
	text-align: center;
	font-size: min(280%,4.5vw);
	letter-spacing: normal;
	line-height: 1.0em;
}
.med_point dd {
	width: 80%;
	box-sizing: border-box;
	padding-right: 3%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_osusume {
	border-radius: 2vw;
	padding: 4% 0;
}
.med_osusume dt {
	width: 25%;
}
.med_osusume dd {
	width: 75%;
}
.med_osusume dd li {
	padding-left: 1.0em;
}
	
.med_point {
	border-radius: 2vw;
	padding: 4% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_osusume {
	border-radius: 4vw;
	padding: 6% 5%;
	display: block;
}
.med_osusume dt {
	width: 100%;
	font-size: 120%;
	margin-bottom: .5em;
}
.med_osusume dd {
	width: 100%;
	padding-right: 0;
}
.med_osusume dd li {
	padding-left: 1.0em;
}
	
.med_point {
	border-radius: 4vw;
	padding: 6% 6%;
	display: block;
}
.med_point dt {
	width: 100%;
	font-size: 200%;
	margin-bottom: .4em;
}
.med_point dd {
	width: 100%;
	padding: 0;
}
}



/*med_attention
---------------------------------------------------------*/
.med_attention {
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #67AF9B;
	padding: 70px 4% 50px;
}
.med_attention .atte_tit {
	text-align: center;
	color: #67AF9B;
	font-size: min(3vw,177%);
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 60px;
}
.med_attention .atte_tit span {
	display: inline-block;
	padding-left: 2.0em;
	position: relative;
}
.med_attention .atte_tit span::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/icon_attention@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 0;
}
.med_attention .atte_inbox {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.med_attention .atte_list li {
	line-height: 1.6em;
	padding-bottom: 2.0em;
	border-bottom: solid 1px #ccc;
	margin-bottom: 2.0em;
	box-sizing: border-box;
	padding-left: 1.3em;
	position: relative;
}
.med_attention .atte_list li:last-child {
	margin-bottom: 0;
}
.med_attention .atte_list li::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	background: #67AF9B;
	border-radius: 50%;
	left: 0;
	top: .5em;
}

.med_attention_mini {
	text-align: center;
	padding-top: 4.5em;
	background: url("../images/icon_attention@2x.png") no-repeat center top;
	background-size: auto 3.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_attention {
	border-radius: 2vw;
	padding: 5% 4% 4%;
}
.med_attention .atte_tit {
	margin-bottom: 5%;
}
.med_attention .atte_list li {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_attention {
	border-radius: 4vw;
	padding: 4% 6% 5%;
}
.med_attention .atte_tit {
	font-size: 150%;
	letter-spacing: .1em;
	margin-bottom: 6%;
}
.med_attention .atte_tit span {
	display: block;
	padding: 1.8em 0 0;
}
.med_attention .atte_tit span::before {
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.med_attention .atte_list li {
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	padding-left: 1.0em;
}

.med_attention_mini {
	text-align: left;
	padding-top: 3.2em;
	background-size: auto 2.5em;
}
}



/*med_counseling
---------------------------------------------------------*/
.med_counseling {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background: rgba(97,171,129,0.2) url("../images/bg1@2x.png") no-repeat left top;
	background-size: 54% auto;
	border-radius: 20px;
	padding: 90px 4% 70px;
	position: relative;
}
.med_counseling .abs {
	width: 40%;
	max-width: 373px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	transform: translateY(-70%);
}
.med_counseling .title_box {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}
.med_counseling .title_box .ft_rodin {
	color: #61AB81;
	font-size: 235%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.med_counseling .title_box .ft_amandine {
	font-size: 120%;
	letter-spacing: .08em;
	line-height: 1.2em;
	margin-top: .5em;
}
.med_counseling .flt_box {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.med_counseling .flt_box .img_l {
	width: 34.5%;
	max-width: 320px;
	float: left;
}
.med_counseling .flt_box .txt_r {
	width: 62%;
	float: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_counseling {
	border-radius: 2vw;
	padding: 9% 4% 6%;
}
.med_counseling .abs {
	transform: translateY(-40%);
}
.med_counseling .title_box {
	margin-bottom: 4%;
	font-size: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_counseling {
	background-size: 80% auto;
	border-radius: 4vw;
	padding: 20% 6% 8%;
}
.med_counseling .abs {
	width: 60%;
	left: 0;
	top: 0;
	transform: translate(-5%,-30%);
}
.med_counseling .title_box {
	margin-bottom: 6%;
}
.med_counseling .title_box .ft_rodin {
	font-size: 170%;
	letter-spacing: .1em;
}
.med_counseling .title_box .ft_amandine {
	font-size: 100%;
}
.med_counseling .flt_box .img_l {
	width: 70%;
	margin: 0 auto 1.5em;
	float: none;
}
.med_counseling .flt_box .txt_r {
	width: 100%;
	float: 100%;
}
.med_counseling .com_contact .com_tel {
	width: 100%;
}
.med_counseling .com_contact .com_web2 {
	width: 100%;
}
}



/*med_no_box
---------------------------------------------------------*/
.med_no_box {
	display: flex;
    flex-wrap: wrap;
}
.med_no_box > li {
	margin-top: 60px;
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 40px 3% 30px;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
.med_no_box > li:nth-child(2n),
.med_no_box > li:last-child {
	margin-right: 0;
}
.med_no_box > li:nth-child(-n+2) {
	margin-top: 0;
}
.med_no_box > li::before {
	content: "01";
	font-family: amandine, sans-serif;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: #67AF9B;
	font-size: 225%;
	letter-spacing: normal;
	line-height: 1.0em;
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-30%);
}
.med_no_box > li:nth-child(2)::before {content: "02";}
.med_no_box > li:nth-child(3)::before {content: "03";}
.med_no_box > li:nth-child(4)::before {content: "04";}
.med_no_box dt {
	text-align: center;
	line-height: 1.6em;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_no_box > li {
	margin-top: 4%;
	border-radius: 2vw;
	padding: 5% 3% 4%;
}
.med_no_box > li::before {
	font-size: 200%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_no_box {
	display: block;
}
.med_no_box > li {
	margin-top: 8% !important;
	width: 100%;
	margin-right: 0;
	padding: 9% 6% 7%;
	border-radius: 4vw;
}
.med_no_box > li:first-child {
	margin-top: 0 !important;
}
.med_no_box > li::before {
	font-size: 200%;
}
}




/*メリット・デメリット
---------------------------------------------------------*/
.med_merit dt,
.med_demerit dt{
	font-size: min(2.3vw,130%);
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #120f10;
}
.med_merit dt{
	color: #db8479;
}
.med_demerit dt{
	color: #999999;
}
.med_merit_list,
.med_demerit_list{
	line-height: 1.5em;
	letter-spacing: 0.15em;
}
.med_merit_list li,
.med_demerit_list li{
	padding-left: 1.3em;
	position: relative;
	margin-top: 0.5em;
}
.med_merit_list li:first-child,
.med_demerit_list li:first-child{
	margin-top: 0;
}
.med_merit_list li::before,
.med_demerit_list li::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;
	width: 1em;
	height: 1em;
	left: 0;
	top: 0.25em;
}
.med_merit_list li::before{
	background-image: url("../images/icon_merit.svg");
}
.med_demerit_list li::before{
	background-image: url("../images/icon_demerit.svg");
}
.med_merit_demerit{
    display: flex;
    justify-content: space-between;
}
.med_merit_demerit > div{
	max-width: 530px;
	width: 49.1%;
	border: 1px solid;
	border-radius: 15px;
	padding: 25px 3%;
	box-sizing: border-box;
}
.med_merit_demerit > div.med_merit_box{
	border-color: #db8479;
}
.med_merit_demerit > div.med_demerit_box{
	border-color: #999999;
}
.med_merit_demerit > div dl{
	max-width: 450px;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_merit_demerit > div{
	border-radius: 1.5vw;
	padding: 3% 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_merit dt,
.med_demerit dt{
	font-size: 120%;
}
.med_merit_list,
.med_demerit_list{
	letter-spacing: 0.1em;
}
.med_merit_list li::before,
.med_demerit_list li::before{
	top: 0.2em;
}
.med_merit_demerit{
    display: block;
}
.med_merit_demerit > div{
	max-width: 100%;
	width: 100%;
	border-radius: 3vw;
	padding: 7% 6%;
}
.med_merit_demerit > div.med_merit_box{
	margin-bottom: 5%;
}
.med_merit_demerit > div dl{
	max-width: 100%;
}
}




/*
---------------------------------------------------------*/

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

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}