@charset "UTF-8";


/*---------------------------------------------------------
common
---------------------------------------------------------*/
main {
	background-color: #F6F8F6;
	padding-bottom: 110px;
}
.com_lead_box .com_deco_txt {
	margin-bottom: 2em;
}
.com_lead_box .com_deco_txt span {
	color: #1e88a8;
}
.com_lead {
	text-align: center;
}

hr {
	margin: 60px 0;
	height: 1px;
	background: #E6E6E6;
}

.med_cnsl .com_time_txt > li:first-of-type::after,
.med_step .com_time_txt > li:first-of-type::after {
	content: "｜";
	margin-left: .8em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_lead > dt {
	font-size: min(240%,3.4vw);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
main {
	padding-bottom: 10%;
}
hr {
	margin: 6% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
main {
	padding-bottom: 12%;
}
hr {
	margin: 8% 0;
}
.com_lead_box .com_deco_txt {
	margin-bottom: 1.5em;
}
}

/*---------------------------------------------------------
 com_flt
---------------------------------------------------------*/
.com_flt .img_l,
.com_flt .img_r {
	max-width: 420px;
}
.com_radibox .com_flt .img_l,
.com_radibox .com_flt .img_r,
.med_pickup .com_flt .img_l,
.med_pickup .com_flt .img_r,
.med_step .com_flt .img_l,
.med_step .com_flt .img_r {
	max-width: 340px;
}
.com_flt .img_l.img_450,
.com_flt .img_r.img_450 {
	max-width: 450px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_flt .img_l,
.com_flt .img_r {
	width: 33%;
}
.com_flt .txt_l,
.com_flt .txt_r {
	width: 62%;
}
.com_radibox .com_flt .img_l,
.com_radibox .com_flt .img_r,
.med_pickup .com_flt .img_l,
.med_pickup .com_flt .img_r,
.med_step .com_flt .img_l,
.med_step .com_flt .img_r {
	width: 29.6%;
}
.com_flt .img_l.img_450,
.com_flt .img_r.img_450 {
	width: 35%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_flt .img_l,
.com_flt .img_r {
	width: 38%;
}
.com_radibox .com_flt .img_l,
.com_radibox .com_flt .img_r,
.med_pickup .com_flt .img_l,
.med_pickup .com_flt .img_r,
.med_step .com_flt .img_l,
.med_step .com_flt .img_r {
	width: 32%;
}
.com_flt .img_l.img_450,
.com_flt .img_r.img_450 {
	width: 40%;
}
}


/*---------------------------------------------------------
 com_radibox
---------------------------------------------------------*/
.com_radibox {
	margin-bottom: 40px;
}
.com_radibox:last-of-type {
	margin-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_radibox {
	margin-bottom: 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_radibox {
	margin-bottom: 6%;
}
}


/*---------------------------------------------------------
style
---------------------------------------------------------*/
/*丸付き 21px*/
.med_style1 > dt,
.med_style1_txt {
	position: relative;
	font-size: min(166%,2.3vw);
	letter-spacing: .1em;
	line-height: 1.4;
	font-feature-settings: "halt";
	padding-left: 1.1em;
	margin-bottom: .4em;
}
.med_style1 > dt::before,
.med_style1_txt::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	color: #1E88A8;
	font-size: 78%;
	left: 0;
	top: .16em;
}
.med_style1 > dt .brc,
.med_style1_txt .brc {
	display: inline-block;
}
/*丸付き 21px...28px*/
.med_style2 > dt {
	position: relative;
	font-size: min(2.2vw,140%);
	letter-spacing: .1em;
	line-height: 1.4;
	padding-left: 1.5em;
	margin-bottom: .6em;
}
.med_style2 > dt span:first-of-type {
	position: relative;
}
.med_style2 > dt span:first-of-type::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	color: #1E88A8;
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1;
	left: -1.6em;
	top: .05em;
}
.med_style2 > dt span:last-of-type {
	display: inline-block;
	color: #1E88A8;
	font-size: 133%;
	vertical-align: -0.1em;
}
/*text*/
.med_pick_txt {
	text-align: center;
	font-size: min(2.2vw,160%);
	letter-spacing: .12em;
	line-height: 2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*丸付き 21px*/
.med_style1 > dt,
.med_style1_txt {
	letter-spacing: .02em;
}
/*丸付き 16px...28px*/

/*text*/
.med_pick_txt {
	letter-spacing: .1em;
	line-height: 1.8;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*丸付き 21px*/
.med_style1 > dt,
.med_style1_txt {
	font-size: 115%;
}
.med_style1 > dt {
	font-size: 115%;
	margin-bottom: .6em;
}
/*丸付き 16px...28px*/
.med_style2 > dt {
	font-size: 90%;
}
.med_style2 > dt span {
	display: block;
}
.med_style2 > dt span:last-of-type {
	font-size: 140%;
}
.med_style2 > dt::before {
	top: 0;
}
/*text*/
.med_pick_txt {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.8;
}
}


/*---------------------------------------------------------
flt_list
---------------------------------------------------------*/
.flt_list > div {
	box-sizing: border-box;
	padding: 0 3.5% 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #E6E6E6;
}
.flt_list > div:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flt_list > div {
	padding: 0 2.5% 6%;
	margin-bottom: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flt_list > div {
	padding: 0 0% 10%;
	margin-bottom: 10%;
}
}


/*---------------------------------------------------------
med_pickup
---------------------------------------------------------*/
.med_pickup {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 70px 5.7% 50px;
	border-radius: 4em;
}
.med_pickup .com_deco_txt {
	margin-bottom: 2em;
}
.med_pickup .pick_title {
	text-align: center;
	font-size: min(233%,2.8vw);
	letter-spacing: .14em;
	line-height: 1.6;
	margin-bottom: 1.2em;
}
.med_pickup.col_ppl .com_deco_txt::first-letter,
.med_pickup.col_ppl .med_style1 > dt::before,
.med_pickup.col_ppl .med_style1_txt::before {
	color: #B188A8;
}
/*pick_col3*/
.med_pickup .pick_col3 .box_img {
	max-width: 340px;
	margin: 0 auto 5%;
}
.med_pickup .pick_col3 p.txt {
	text-align: center;
	font-size: min(166%,2.1vw);
	letter-spacing: .12em;
	line-height: 1.6;
	margin-top: .6em;
}
/*pick_col2*/
.med_pickup .pick_col2 .box_img {
	max-width: 520px;
	margin: 0 auto 5%;
}
.med_pickup .pick_col2 dt {
	text-align: center;
	font-size: min(3vw,213%);
}
/*pick_point*/
.med_pickup .pick_point {
	margin-top: 30px;
}
.med_pickup .pick_point .com_ccl_txt {
	position: relative;
	font-size: 120%;
	letter-spacing: .14em;
	line-height: 1;
	background-color: #1E88A8;
	margin-right: 1.6em;
}
.med_pickup .pick_point dt {
	color: #1E88A8;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: .5em;
}
/*med_col_list*/
.med_pickup .med_col_list > li {
	background-color: #f6f8f6;
	border-radius: 2em;
}
/*med_col_list*/
.med_pickup .med_col_list dt {
	font-size: min(2.1vw,166%);
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_pickup .pick_col3 {
	display: flex;
}
.med_pickup .pick_col3 > div {
	width: 30%;
	margin-right: 5%;
}
.med_pickup .pick_col3 > div:nth-of-type(3n) {
	margin-right: 0;
}
/*pick_col2*/
.med_pickup .pick_col2 {
	display: flex;
	justify-content: space-between;
}
.med_pickup .pick_col2 > div {
	width: 47%;
	max-width: 520px;
}
/*pick_point*/
.med_pickup .pick_point {
	display: flex;
	align-items: center;
}
/*med_col_list*/
.med_pickup .med_col_list.col3 > li {
	width: 32.5%;
	padding: 25px 2%;
	margin-right: 1.25%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_pickup {
	padding: 7% 5.5% 5%;
}
/*pick_point*/
.med_pickup .pick_point .com_ccl_txt {
	font-size: 105%;
}
.med_pickup .pick_point dt {
	font-size: 125%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_pickup {
	padding: 10% 6% 8%;
	border-radius: 8vw;
}
.med_pickup .pick_title {
	font-size: 125%;
	letter-spacing: .05em;
}
/*pick_col3*/
.med_pickup .pick_col3 > div:not(:last-of-type) {
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px solid #E6E6E6;
}
.med_pickup .pick_col3 .box_img {
	width: 70%;
}
.med_pickup .pick_col3 p.txt {
	font-size: 115%;
	letter-spacing: .1em;
}
/*pick_col2*/
.med_pickup .pick_col2 > div:nth-of-type(n+2) {
	margin-top: 9%;
}
.med_pickup .pick_col2 dt {
	font-size: 125%;
}
/*pick_point*/
.med_pickup .pick_point .com_ccl_txt {
	font-size: 95%;
	margin: 0 auto 5%;
}
.med_pickup .pick_point dt {
	text-align: center;
	font-size: 115%;
	letter-spacing: .05em;
}
/*med_col_list*/
.med_pickup .med_col_list dt {
	font-size: 115%;
}
}


/*---------------------------------------------------------
med_cnsl
---------------------------------------------------------*/
.med_cnsl {
	padding-top: 65px;
	margin-top: 120px;
}
.med_cnsl .cnsl_tit {
	text-align: center;
	font-size: min(300%,4vw);
	letter-spacing: .14em;
	line-height: 1.5;
	margin-bottom: .2em;
}
.med_cnsl .com_deco_txt {
	margin-bottom: 2.5em;
}
.med_cnsl .com_deco_txt::first-letter {
	color: #FAB28A;
}
.med_cnsl .abs {
	position: absolute;
	width: 14%;
	max-width: 160px;
	left: 50%;
	top: 0;
	translate: -50% -70%;
}
.med_cnsl .com_contact {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid currentColor;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_cnsl {
	padding-top: 6%;
	margin-top: 12%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_cnsl {
	padding-top: 10%;
	margin-top: 15%;
}
.med_cnsl .cnsl_tit {
	font-size: 140%;
	letter-spacing: .04em;
}
.med_cnsl .com_deco_txt {
	margin-bottom: 2em;
}
.med_cnsl .abs {
	width: 20%;
	translate: -50% -60%;
}
.med_cnsl .com_contact {
	font-size: 90%;
	padding-top: 6%;
	margin-top: 6%;
}
}


/*---------------------------------------------------------
med_col_list
---------------------------------------------------------*/
.med_col_list > li {
	background-color: #FFF;
	box-sizing: border-box;
	padding: 35px 1.6% 60px;
}
.med_col_list dt {
	text-align: center;
	font-size: min(2.4vw,213%);
	letter-spacing: .12em;
	line-height: 1.4;
	font-feature-settings: "halt";
	margin-bottom: .3em;
}
.med_col_list dd.radi {
	text-align: center;
	font-size: min(1.8vw,140%);
	letter-spacing: .1em;
	line-height: 1.2;
	background-color: #E3E8E3;
	border-radius: 2em;
	padding: .7em 0;
	margin: 1em 0;
}
.med_col_list dd.ft_jos {
	text-align: center;
	color: #DCDCD2;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 1em;
}
.med_col_list dt:not(.lblu):not(.ppl):not(.pnk) {
	color: #1E88A8;
}

/*アイコン*/
.med_col_list.icon {
	padding-top: 3.8%;
}
.med_col_list.icon > li {
	padding-top: 0 !important;
}
.med_col_list.icon img {
	width: 50%;
	max-width: 165px;
	margin: 0 auto -10%;
	translate: 0 -32%;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_col_list {
	display: flex;
    flex-wrap: wrap;
}
.med_col_list.col2 > li {
	width: 49%;
	padding: 45px 3%;
	margin-right: 2%;
}
.med_col_list.col3 > li {
	width: 31.6%;
	padding: 35px 2% 60px;
	margin-right: 2.6%;
}
.med_col_list.col2 > li:nth-of-type(even),
.med_col_list.col3 > li:nth-of-type(3n) {
	margin-right: 0;
}
.med_col_list.col3 > li:nth-of-type(n+4) {
	margin-top: 2.6%;
}
/*アイコン*/
.med_col_list.icon > li {
	padding-top: 25px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col_list.col2 > li {
	padding: 4% 3%;
}
.med_col_list.col3 > li {
	padding: 5% 3% 4%;
}
.med_col_list dt {
	letter-spacing: .1em;
}
.med_col_list dd.ft_jos {
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col_list > li {
	padding: 8% 6.5% 10%;
}
.med_col_list > li:nth-of-type(n+2) {
	margin-top: 3%;
}
.med_col_list dt {
	font-size: 130%;
}
.med_col_list dd.radi {
	font-size: 110%;
	margin: .8em 0;
}
.med_col_list dd.ft_jos {
	font-size: 105%;
}
/*アイコン*/
.med_col_list.icon {
	padding-top: 8%;
}
.med_col_list.icon > li:nth-of-type(n+2) {
	margin-top: 10%;
}
.med_col_list.icon img {
	width: 30%;
	margin: 0 auto -6%;
}
}


/*---------------------------------------------------------
med_check
---------------------------------------------------------*/
.med_check {
	position: relative;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
.med_check::before {
	position: absolute;
	content: "";
	background-color: #E1E4DF;
	width: 100%;
	height: calc(100% - 60px);
	left: 0;
	bottom: 0;
}
.med_check .bg {
	box-sizing: border-box;
	padding: 45px 4.8% 65px;
}
.med_check .chk_title {
	position: relative;
	width: 78%;
	text-align: center;
	letter-spacing: .08em;
	line-height: 1.5;
	background-color: #fff;
	box-sizing: border-box;
	padding: 2.4em 3% 1.8em;
	border-radius: 1.8em;
	margin: 0 auto;
}
.med_check .chk_title::before {
	position: absolute;
	content: "";
	background: url("../images/common/chk_bg.svg") no-repeat center bottom;
	background-size: contain;
	width: 14.3em;
	height: 11.2em;
	right: 10%;
	bottom: 10%;
}
.med_check .chk_title::after {
	position: absolute;
	content: "";
	background-color: #FFF;
	width: 1.54em;
	height: 1.54em;
	left: 0;
	right: 0;
	top: 99%;
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.med_check .chk_title .abs {
	position: absolute;
	width: 15%;
	max-width: 126px;
	left: 50%;
	top: 0;
	translate: -50% -70%;
}
.med_check .chk_title p {
	font-size: 113%;
	margin-bottom: .3em;
}
.med_check .chk_title .ft_min {
	position: relative;
	font-size: min(3.6vw,266%);
	letter-spacing: .15em;
	line-height: 1.3;
}
.med_check .chk_title .ft_min span {
	color: #B188A8;
}
.med_check .radi_txt {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: min(2.2vw,146%);
	letter-spacing: .15em;
	line-height: 1.5;
	background-color: #B188A8;
	padding: 1em;
	border-radius: 2em;
	margin-top: 2em;
}
/*chk_list*/
.med_check .chk_list li {
	position: relative;
	font-size: 113%;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 1.1em 0;
	padding-left: 4em;
	border-bottom: 1px solid #FFF;
}
.med_check .chk_list li::before {
	position: absolute;
	content: "";
	background: url("../images/common/check.svg") no-repeat center center;
	background-size: contain;
	width: 2.8em;
	height: 2.2em;
	left: .5em;
	top: .4em;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_check .chk_list {
	display: flex;
    flex-wrap: wrap;
}
.med_check .chk_list li {
	width: 48%;
	margin-right: 4%;
}
.med_check .chk_list li:nth-of-type(even) {
	margin-right: 0;
}
.med_check .chk_list li:nth-of-type(n+3) {
	margin-top: 1em;
}
}

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

.med_check .bg {
	padding: 5% 5% 6%;
}
.med_check .chk_title .ft_min {
	letter-spacing: .1em;
}
/*chk_list*/
.med_check .chk_list li {
	font-size: 105%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.med_check::before {
	height: calc(100% - 17vw);
}
.med_check .bg {
	padding: 7% 6% 10%;
}
.med_check .chk_title {
	width: 88%;
	padding: 1.8em 2% 1.5em;
}
.med_check .chk_title::before {
	width: 7em;
	right: -5%;
}
.med_check .chk_title::after {
	height: 1.3em;
}
.med_check .chk_title .abs {
	width: 25%;
	translate: -50% -60%;
}
.med_check .chk_title p {
	font-size: 85%;
	margin-bottom: .5em;
}
.med_check .chk_title .ft_min {
	font-size: 135%;
	letter-spacing: .08em;
}
.med_check .radi_txt {
	font-size: 105%;
	letter-spacing: .05em;
	margin-top: 1.2em;
}
/*chk_list*/
.med_check .chk_list li {
	font-size: 95%;
	padding: .8em 0;
	padding-left: 3em;
}
.med_check .chk_list li::before {
	width: 2.2em;
	height: 2em;
	left: .5em;
}
.med_check .chk_list li:nth-of-type(n+2) {
	margin-top: .5em;
}
}

/*---------------------------------------------------------
med_flow
---------------------------------------------------------*/
.med_flow .scl_area {
	position: relative;
}
.med_flow_list {
	max-width: 1010px;
	display: flex;
    justify-content: center;
	margin: 0 auto;
}
.med_flow_list li {
	position: relative;
	width: 25%;
	box-sizing: border-box;
}
.med_flow_list .img_item {
	position: relative;
	width: 77%;
	max-width: 185px;
	margin: 0 auto 1em;
}
.med_flow_list .img_item::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e80a';
	color: #1E88A8;
	font-size: min(2vw,130%);
	left: 120%;
	top: 50%;
	translate: -50% -50%;
}
.med_flow_list .img_item .abs {
	position: absolute;
	width: 65%;
	max-width: 99px;
	right: 0;
	top: 0;
	translate: 30% -25%;
}
.med_flow_list li:last-of-type .img_item::after {
	display: none;
}
.med_flow_list .txt {
	position: relative;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .08em;
}
.med_flow_list .txt dt {
	color: #1E88A8;
	font-size: min(2vw,140%);
	line-height: 1.2;
	letter-spacing: .1em;
	font-feature-settings: "halt";
	margin-bottom: .5em;
}
.med_flow_list .txt dt .ft_jos {
	font-size: 145%;
	line-height: 1;
}
.med_flow_list .txt dd {
	padding: 0 5%;
}
/*5列*/
.med_flow_list.col5 .img_item {
	width: 68%;
	max-width: 154px;
}
.med_flow_list.col5 .img_item::after {
	left: 124%;
}

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

.med_flow .scl_area {
	overflow: visible !important;
}
/* .med_flow_list .txt {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
} */
/*5列*/
.med_flow_list.col5 {
	max-width: 1134px;
}
.med_flow_list.col5 li {
	width: 20%;
}

}

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

.med_flow_list .txt dd {
	font-size: 90%;
}
}

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

.med_flow .scl_area {
	padding-bottom: 11%;
}
.med_flow .med_flow_list {
   min-width: max-content;
}
.med_flow .med_flow_list > li {
    width: 40vw;
}
.med_flow_list .img_item {
	width: 70%;
	margin-bottom: .8em;
}
.med_flow_list .img_item::after {
	font-size: 110%;
}
.med_flow_list .txt dt {
	font-size: 110%;
}
.med_flow_list p.txt,
.med_flow_list .txt dd {
	font-size: 88%;
	letter-spacing: .02em;
}
}


/*---------------------------------------------------------
med_rank
---------------------------------------------------------*/
.med_rank {
	display: flex;
	margin: 1em 0;
}
.med_rank > li {
	font-size: 120%;
	line-height: 1.4;
	letter-spacing: .14em;
	white-space: nowrap;
	margin-right: 1em;
	background-color: #F6F8F6;
	padding: .5em 1.4em;
	border-radius: .8em;
	border-bottom-left-radius: .2em;
}
.med_rank > li:last-of-type {
	margin-right: 0;
}
.med_rank > li i {
	color: #1E88A8;
	margin-left: .8em;
	letter-spacing: normal;
	line-height: 1;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_rank > li {
	font-size: 105%;
	letter-spacing: .1em;
	padding: .5em 1.2em;
	margin-right: .8em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_rank {
	justify-content: center;
}
.med_rank > li {
	font-size: 95%;
	letter-spacing: .05em;
	padding: .5em .8em .5em 1em;
	margin-right: .4em;
}
.med_rank > li i {
	margin-left: .4em;
}
}


/*---------------------------------------------------------
med_mer_dem
---------------------------------------------------------*/
.med_mer_dem {
	margin-top: 40px;
}
.med_mer_dem .com_deco_txt {
	font-size: 120%;
	margin-bottom: 1.5em;
}
.med_mer_dem .com_deco_txt.bdr {
	padding-top: 1em;
	margin-bottom: 2.53em;
}
.med_mer_list li,
.med_dem_list li {
	position: relative;
	line-height: 1.5;
	padding-left: 2.2em;
	margin-top: 1.2em;
}
.med_mer_list li:first-child,
.med_dem_list li:first-child {
	margin-top: 0;
}
.med_mer_list li::before, 
.med_dem_list li::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e80b';
	font-size: 140%;
	letter-spacing: normal;
	line-height: 1;
	left: 0;
	top: .06em;
}
.med_dem_list li::before {
	content: '\e80e';
}
.med_mer_dem .merit .com_deco_txt::first-letter,
.med_mer_dem .merit .med_mer_list li::before {
	color: #FAB28A;
}
.med_mer_dem .demerit .com_deco_txt::first-letter,
.med_mer_dem .demerit .med_dem_list li::before {
	color: #B188A8;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_mer_dem {
	display: flex;
    justify-content: space-between;
}
.med_mer_dem > dl {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.med_mer_dem > dl dd {
	height: 100%;
	box-sizing: border-box;
}
.med_mer_dem > dl:first-of-type dd {
	padding-right: 8%;
	border-right: 1px dashed currentColor;
}
.med_mer_dem > dl:last-of-type dd {
	padding-left: 8%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_mer_dem {
	margin-top: 4%;
}
.med_mer_dem .com_deco_txt {
	font-size: 110%;
	margin-bottom: 1.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_mer_dem {
	margin-top: 6%;
}
.med_mer_dem .com_deco_txt {
	font-size: 105%;
	margin-bottom: 1.2em;
}
.med_mer_dem .com_deco_txt.bdr {
	margin-bottom: 1.8em;
}
.med_mer_dem > dl:first-of-type {
	margin-bottom: 8%;
}
.med_mer_list li,
.med_dem_list li {
	margin-top: .8em;
}
}


/*med_faq
---------------------------------------------------------*/
.med_faq dt,
.med_faq dd {
	position: relative;
	padding: 0 5% 0 13.2%;
}
.med_faq dt {
	font-size: min(186%,2.5vw);
	letter-spacing: .12em;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 1.07em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 1.8em;
	margin-bottom: 1em;
}
.med_faq dt:first-of-type {
	margin-top: 0;
}
.med_faq dt::after {
	position: absolute;
	content: "";
	background-color: #FFF;
	width: .82em;
	height: .82em;
	left: 7.3%;
	top: 99%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	translate: -50% 0;
}
.med_faq .deco {
	position: absolute;
	width: 5.8em;
	text-align: center;
	color: #DCDCD2;
	font-family: josefin-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(1.1rem,1.6vw);
	letter-spacing: .1em;
	line-height: 1.2;
	top: -0.4em;
	left: 7.3%;
	translate: -50% 0;
}
.med_faq .deco::first-letter {
	display: block;
	font-size: 423%;
	line-height: 1;
}
.med_faq dt .deco {
	top: 45%;
	translate: -50% -50%;
}
.med_faq dt .deco::first-letter {color: #1E88A8;}
.med_faq dd .deco::first-letter {color: #FAB28A;}

.med_faq dd {
	min-height: 80px;
}
.med_faq .com_btn1 {
	margin-top: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_faq dt {
	letter-spacing: .08em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_faq dt,
.med_faq dd {
	padding: 0 5% 0 18%;
}
.med_faq dt {
	font-size: 120%;
	letter-spacing: .02em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.med_faq dt::after {
	left: 9%;
}
.med_faq .deco {
	font-size: 2vw;
	left: 9%;
}
.med_faq dt .deco {
	top: 2em;
	translate: -50% 0;
}
}


/*med_step
---------------------------------------------------------*/
.med_step > li {
	position: relative;
	border-bottom: 1px solid currentColor;
	padding-bottom: 50px;
	margin-bottom: 80px;
}
.med_step > li::after {
	position: absolute;
	content: "";
	background-color: #1E88A8;
	width: 38px;
	height: 32px;
	left: 50%;
	top: 100%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	translate: -50% 0;
}
.med_step > li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.med_step > li:last-of-type::after {
	display: none;
}
.med_step .step_no {
	width: 11.5em;
	text-align: center;
	font-family: josefin-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1;
	box-sizing: border-box;
	padding: .2em 2em .6em;
	border-radius: 1.7em;
	border-bottom-left-radius: .4em;
	border: 1px solid currentColor;
	margin: 0 auto 1.7em;
}
.med_step .step_no span {
	color: #1E88A8;
	font-size: 190%;
	vertical-align: -0.1em;
	margin-left: .3em;
}
.med_step .med_flt .img_r {
	max-width: 400px;
}
.med_step .st_contact {
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px 5%;
	border-radius: 2em;
	margin: 30px auto 0;
}
.med_step .com_contact {
	margin-top: 0;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_step .med_flt .img_r {
	width: 37%;
	margin-left: 5%;
}
.med_step .med_flt .txt_l {
	width: 58%;
}
.med_step .aster_txt {
	margin-top: 2em;
}
.med_step .st_contact {
	width: 90%;
	max-width: 900px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_step > li {
	padding-bottom: 5%;
	margin-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_step > li {
	padding-bottom: 8%;
	margin-bottom: 12%;
}
.med_step > li::after {
	width: 8vw;
	height: 6vw;
}
.med_step .step_no {
	font-size: 90%;
}
.med_step .st_contact {
	padding: 6% 5%;
	margin-top: 5%;
}

}


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

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

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

}

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

}

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

}