@charset "UTF-8";

.com_ccl_txt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1096c5;
    letter-spacing: .16em;
    line-height: 1.7;
	font-feature-settings: "palt";
    width: 11.4em;
    height: 11.4em;
    box-sizing: border-box;
    background: #FFF linear-gradient(0deg, rgba(227, 227, 228, 0) 0%, rgba(221, 248, 252, 1) 99.87%);
    border-radius: 50%;
}

/*ボタン色
---------------------------------------------------------*/
.medical .com_btn2 a {
	background: #6cc2c4;
}
.medical .com_btn2 span::before {
	color: rgba(0,0,0,0.3);
}



/*導入文
---------------------------------------------------------*/
.med_lead {
	position: relative;
	padding-bottom: 90px;
}
.med_lead::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: calc(100% - 40px);
	left: 0;
	top: 40px;
background: -moz-linear-gradient(top,  rgba(221,248,252,1) 0%, rgba(227,227,228,0) 100%);
background: -webkit-linear-gradient(top,  rgba(221,248,252,1) 0%,rgba(227,227,228,0) 100%);
background: linear-gradient(to bottom,  rgba(221,248,252,1) 0%,rgba(227,227,228,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf8fc', endColorstr='#00e3e3e4',GradientType=0 );
}

.med_lead .com_lead_txt {
	color: #1096c5;
	font-size: 370%;
	letter-spacing: .15em;
	line-height: 1.2em;
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.med_lead .com_lead_txt {
	font-size: 5.2vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_lead {
	padding-bottom: 8%;
}
.med_lead::before {
	height: calc(100% - 30px);
	top: 30px;
}
.med_lead .com_lead_txt {
	font-size: 280%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_lead {
	padding-bottom: 10%;
}
.med_lead::before {
	height: calc(100% - 1.5em);
	top: 1.5em;
}

.med_lead .com_lead_txt {
	font-size: 200%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
}



/*共通スタイル
---------------------------------------------------------*/
/* 画像・テキストレイアウト */
.med_flt {
	overflow: hidden;
}
.med_flt .img_l,
.med_flt .img_r {
	width: 36.1%;
	max-width: 440px;
}
.med_flt .img_l {
	float: left;
}
.med_flt .img_r {
	float: right;
}
.med_flt .txt_l,
.med_flt .txt_r {
	width: 60.9%;
}
.med_flt .txt_l {
	float: left;
}
.med_flt .txt_r {
	float: right;
}
.med_flt.txt_long .img_l {
	margin-right: 3%;
	margin-bottom: 1.0em;
}
.med_flt.txt_long .img_r {
	margin-left: 3%;
	margin-bottom: 1.0em;
}
.med_flt.txt_long .txt_l,
.med_flt.txt_long .txt_r {
	width: 100%;
	float: none;
}
/* スタイル1 */
.med_style1 dt {
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	color: #1096c5;
	font-size: 170%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
/* text */
.med_pick_txt1,
.med_pick_txt2,
.med_pick_txt3 {
	text-align: center;
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(2.2vw,143%);
	letter-spacing: .15em;
	line-height: 1.8;
}
.med_pick_txt2 {
	font-size: min(2.8vw,187%);
}
.med_pick_txt3 {
	font-size: min(2.5vw,168%);
	margin-bottom: 2em;
}
.med_fuki {
	position: relative;
	text-align: center;
	width: 15em;
	color: #FFF;
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(2.2vw,143%);
	letter-spacing: .15em;
	line-height: 1.2;
	background-color: #df5d4c;
	box-sizing: border-box;
	padding: .5em 2em;
	border-radius: .8em;
	margin: 0 auto .8em;
}
.med_fuki::before {
	position: absolute;
	content: "";
	background-color: #df5d4c;
	width: .6em;
	height: .5em;
	top: 99%;
	left: 0;
	right: 0;
	margin: auto;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 画像・テキストレイアウト */
.med_flt .img_l,
.med_flt .img_r {
	width: 40%;
	margin-bottom: 1.0em;
}
.med_flt .img_l {
	margin-right: 3%;
}
.med_flt .img_r {
	margin-left: 3%;
}
.med_flt .txt_l,
.med_flt .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}
/* スタイル1 */
.med_style1 dt {
	font-size: 150%;
	letter-spacing: .1em;
	margin-bottom: .2em;
}
/* text */
.med_pick_txt1,
.med_fuki {
	font-size: 2.3vw;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* 画像・テキストレイアウト */
.med_flt .img_l,
.med_flt .img_r {
	width: 70%;
	margin: 0 auto 1.0em !important;
	float: none;
}
.med_flt .sp_img_w {
	width: 90%;
}
.med_flt .txt_l,
.med_flt .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}
/* スタイル1 */
.med_style1 dt {
	font-size: 140%;
	letter-spacing: normal;
	margin-bottom: .2em;
}
/* text */
.med_pick_txt1,
.med_pick_txt2 {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.6;
}
.med_pick_txt2 {
	font-size: 120%;
}
.med_pick_txt3 {
	font-size: 115%;
	margin-bottom: 1.2em;
}
.med_fuki {
	width: 15em;
	font-size: 120%;
	letter-spacing: .1em;
}
}




/* med_flt_list
---------------------------------------------------------*/
.med_flt_list > li{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #aba7a7;
}
.med_flt_list > li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

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

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.med_flt_list > li{
    padding-bottom:7%;
    margin-bottom: 7%;
}
}


/*med_chklist
---------------------------------------------------------*/
.med_chklist li {
	box-sizing: border-box;
	font-size: 125%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-top: 1em;
	padding-left: 2.5em;
	position: relative;
}
.med_chklist li::before {
	content: "";
	position: absolute;
	line-height: 1.0em;
	letter-spacing: normal;
	width: 1.6em;
	height: 1.6em;
	background: url("../../images/icon_check@2x.png") no-repeat left top;
	background-size: contain;
	left: 0;
	top: .2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_chklist li {
	font-size: 110%;
	line-height: 1.4em;
	padding-left: 2.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_chklist li {
	font-size: 105%;
	line-height: 1.4em;
	margin-top: .8em;
	padding-left: 2.0em;
}
}


/*med_check
---------------------------------------------------------*/
.med_check .check_title {
	background: #78c9e3;
	text-align: center;
	position: relative;
	padding: 70px 0 50px;
}
.med_check .check_title .abs {
	position: absolute;
	width: 18%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.med_check .check_title p {
	position: absolute;
	z-index: 0;
	width: 25%;			/*適宜調整*/
	max-width: 225px;	/*適宜調整*/
	right: calc(50% + 160px);	/*適宜調整*/
	bottom: 0;
}
.med_check .check_title .check_index {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 260%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-right: 1.8em;
}
.med_check .check_title .check_index::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../images/che_icon@2x.png") no-repeat right center;
	background-size: contain;
}

.med_check .check_inbox {
	background: #fff url("../images/che_fukidashi@2x.png") no-repeat center top;
	background-size: auto 22px;
	padding: 50px 4%;
}
.med_check .med_chklist {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
}
.med_check .med_chklist li {
	width: 49%;
	max-width: 500px;
	font-size: 130%;
	padding-bottom: 1.0em;
	margin-top: 1.5em;
	border-bottom: solid 1px #aba7a7;
}
.med_check .med_chklist li.txt_long {
	width: 100%;
	max-width: 100%;
}
.med_check .med_chklist li:nth-child(1),
.med_check .med_chklist li:nth-child(2) {
	margin-top: 0;
}

.med_check .check_txt {
	margin-top: 50px;
	background: rgba(223,227,197,0.8);
	text-align: center;
	color: #748201;
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.8em;
	padding: 1.0em 3%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check .check_title {
	padding: 7% 0 4%;
}
.med_check .check_title p {
	left: 5%;
	right: auto;
}
.med_check .check_title .check_index {
	font-size: 230%;
	letter-spacing: .05em;
	padding-right: 1.5em;
}

.med_check .check_inbox {
	padding: 6% 4%;
}
.med_check .med_chklist li {
	margin-top: 1em;
}
.med_check .med_chklist li.txt_long {
	width: 100%;
	max-width: 100%;
}

.med_check .check_txt {
	margin-top: 4%;
	font-size: 120%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check .check_title {
	padding: 10% 0 6%;
	padding-left: 20%;
}
.med_check .check_title .abs {
	width: 25%;
}
.med_check .check_title p {
	width: 35%;
	right: auto;
	left: 0;
}
.med_check .check_title .check_index {
	font-size: 170%;
	letter-spacing: .05em;
	padding-right: 1.4em;
}

.med_check .check_inbox {
	background-size: auto 1.0em;
	padding: 8% 4% 6%;
}
.med_check .med_chklist {
	display: block;
}
.med_check .med_chklist li {
	width: 100%;
	max-width: 100%;
	margin-top: .6em;
}
.med_check .med_chklist li:nth-child(1) {
	margin-top: 0 !important;
}

.med_check .check_txt {
	margin-top: 6%;
	text-align: left;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding: 1.0em 3%;
}
}



/*ピックアップ
---------------------------------------------------------*/
/*青いスラッシュ*/
.med_box_slash {
	background: #fff url("../images/slash@2x.png") no-repeat center top;
	background-size: auto 20px;
	padding: 55px 4% 40px;
}
.med_box_slash .slash_title {
	text-align: center;
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	color: #1096c5;
	font-size: 220%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*青いスラッシュ*/
.med_box_slash {
	background-size: 40% auto;
	padding: 5% 4% 4%;
}
.med_box_slash .slash_title {
	font-size: 210%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*青いスラッシュ*/
.med_box_slash {
	background-size: 70% auto;
	padding: 8% 4% 6%;
}
.med_box_slash .slash_title {
	font-size: 170%;
	letter-spacing: .1em;
	margin-bottom: .2em;
}
}



/*症状、治療法
---------------------------------------------------------*/
.med_box_list > li {
	margin-bottom: 70px;
}
.med_box_list > li:last-child {
	margin-bottom: 0;
}
.med_box_list .med_list_index {
	border-top: solid 2px #1096c5;
	border-bottom: solid 2px #1096c5;
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 180%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding: .7em 5%;
	margin-bottom: 50px;
}
.med_box_list .med_list_index span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3%;
}
.med_box_list .med_list_index .c_txt {
	display: inline-block;
    color: #1096c5;
    margin-right: .8em;
    font-size: 110%;
    letter-spacing: 0.2em;
    margin-left: 1.9em;
    box-sizing: border-box;
}
.med_box_list .med_list_inbox {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.med_box_list .med_list_flex {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.med_box_list .med_list_flex .img_l {
	width: 21%;
	max-width: 225px;
}
.med_box_list .med_list_flex .txt_r {
	width: 76%;
	max-width: 824px;
}

.med_obi_style > dt {
	background: #e5eae5;
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .5em 4%;
	position: relative;
	margin-bottom: .5em;
}
.med_obi_style > dt::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 100%;
	left: 0;
	top: 0;
	background: #ccc;
}
.med_obi_style > dd {
	padding: 0 4%;
	letter-spacing: .05em;
	margin-bottom: 1.5em;
}
.med_obi_style > dd:last-of-type {
	margin-bottom: 0;
}
.med_obi_style > dt.col_blue {color: #1096c5;}
.med_obi_style > dt.col_blue::before {background: #91d1f3;}
.med_obi_style > dt.col_green {color: #34a46f;}
.med_obi_style > dt.col_green::before {background: #a6dccb;}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.med_box_list .med_list_index .c_txt {
    margin-left: 0;
    margin-right: .5em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_box_list > li {
	margin-bottom: 6%;
}
.med_box_list .med_list_index {
	font-size: 170%;
	letter-spacing: .1em;
	padding: .5em 3%;
	margin-bottom: 4%;
}

.med_obi_style > dt {
	padding: .5em 3%;
}
.med_obi_style > dt::before {
	width: 8px;
}
.med_obi_style > dd {
	padding: 0 3%;
}
.med_box_list .med_list_index .c_txt {
    margin-left: 0;
    margin-right: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_box_list > li {
	margin-bottom: 8%;
}
.med_box_list .med_list_index {
	font-size: 140%;
	letter-spacing: .05em;
	padding: .5em 3%;
	margin-bottom: 6%;
}
.med_box_list .med_list_index span {
	margin-right: 2%;
}
.med_box_list .med_list_flex {
	display: block;
}
.med_box_list .med_list_flex .img_l {
	width: 40%;
	margin: 0 auto 1.0em;
}
.med_box_list .med_list_flex .txt_r {
	width: 100%;
	max-width: 100%;
}

.med_obi_style > dt {
	font-size: 120%;
	padding: .4em 5%;
	margin-bottom: .3em;
}
.med_obi_style > dt::before {
	width: .3em;
}
.med_obi_style > dd {
	padding: 0 5%;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}
.med_box_list .med_list_index .c_txt {
    margin-left: 0;
    margin-right: .5em;
}
}



/*メリット・デメリット（サイズ大）
---------------------------------------------------------*/
.med_merit_box {
	background: rgba(255,212,196,0.5);
	padding: 50px 4% 60px;
}
.med_merit_box .merit_title {
	background: #fff;
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #d95769;
	font-size: 210%;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding: .5em 0;
	position: relative;
	margin-bottom: 40px;
}
.med_merit_box .merit_title span{
	letter-spacing: normal;
}
.med_merit_box .merit_title::before {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	background: url("../images/merit@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(-8%, 8%);
	transform: translate(-8%, 8%);
}

.med_merit_box .merit_list {
	width: 100%;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.med_merit_box .merit_list > li {
	margin-top: 30px;
	border-top: dotted 1px #8f8989;
	padding-top: 30px;
}
.med_merit_box .merit_list > li:nth-child(1),
.med_merit_box .merit_list.col2 > li:nth-child(2) {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}
.med_merit_box .merit_list.col2 {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.med_merit_box .merit_list.col2 > li {
	width: 48%;
	max-width: 490px;
}
.med_merit_box .merit_list.col2 > li.txt_width {
	width: 100%;
	max-width: 100%;
}

.med_merit_style > dt {
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	color: #d95769;
	font-size: 140%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding-left: 2.2em;
	background: url("../images/chk_merit@2x.png") no-repeat left .2em;
	background-size: 1.5em auto;
	margin-bottom: .5em;
}
.med_merit_style > dt .icon_open {
	width: 1.2em;
	height: 1.2em;
	background-color: #d95769;
}

/*デメリット*/
.med_merit_box.demerit {background: rgba(200,218,223,0.5);}
.med_merit_box.demerit .merit_title {color: #415382;}
.med_merit_box.demerit .merit_title::before {
	background-image: url("../images/demerit@2x.png");
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(8%, 8%);
	transform: translate(8%, 8%);
}
.demerit .med_merit_style > dt {
	color: #415382;
	background-image: url("../images/chk_demerit@2x.png");
}
.demerit .med_merit_style > dt .icon_open {
	background-color: #415382;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_merit_box {
	padding: 4% 4% 5%;
}
.med_merit_box .merit_title {
	font-size: 180%;
	margin-bottom: 4%;
}
.med_merit_box .merit_title::before {
	width: 16vw;
	height: 16vw;
}

.med_merit_box .merit_list > li {
	margin-top: 3%;
	padding-top: 3%;
}

.med_merit_style > dt {
	font-size: 130%;
	letter-spacing: .05em;
	padding-left: 2.0em;
	margin-bottom: .3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_merit_box {
	padding: 4% 4% 6%;
}
.med_merit_box .merit_title {
	font-size: 140%;
	letter-spacing: .2em;
	margin-bottom: 6%;
}
.med_merit_box .merit_title::before {
	width: 20vw;
	height: 20vw;
}

.med_merit_box .merit_list > li {
	margin-top: 6% !important;
	border-top: dotted 1px #8f8989 !important;
	padding-top: 6% !important;
}
.med_merit_box .merit_list > li:nth-child(1) {
	margin-top: 0 !important;
	border-top: none !important;
	padding-top: 0 !important;
}
.med_merit_box .merit_list.col2 {
	display: block;
}
.med_merit_box .merit_list.col2 > li {
	width: 100%;
	max-width: 100%;
}

.med_merit_style > dt {
	font-size: 130%;
	letter-spacing: .1em;
	padding-left: 2.0em;
	margin-bottom: .2em;
}
}



/* med_mer_dem
---------------------------------------------------------*/
.med_mer_dem{
	display: flex;
    justify-content: space-between;
}
.med_mer_dem > li{
	position: relative;
    width: 48.5%;
    background: rgba(255,212,196,0.50);
    padding: 22px 2.5% 20px;
    box-sizing: border-box;
}
.med_mer_dem > li.demerit{
    background:rgba(200,218,223,0.50);
}
.med_mer_dem > li dt{
    background: #fff;
    text-align: center;
    font-size:140%;
    line-height: 1em;
    padding: .8em 1em;
    box-sizing: border-box;
    color: #d95769;
    margin-bottom: .7em;
}
.med_mer_dem > li.demerit dt{
    color: #415382;
}
.med_mer_dem > li dd ul{
    max-width: 515px;
    margin: 0 auto;
}
.med_mer_dem > li dd li{
    position: relative;
    padding-left:1.5em;
    box-sizing: border-box;
    line-height: 1.9em;
    letter-spacing: normal;
}
.med_mer_dem > li dd li::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e806';	
	left: 0;
	font-size:100%;
	top: .05em;
    color: #e48996;
}
.med_mer_dem > li.demerit dd li::before{
	content: '\e807';
    color: #7a87a7;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_mer_dem > li{
    width: 49%;
    padding: 2%;
}
.med_mer_dem > li dt{
    font-size:120%;
    padding: .6em 1em;
    margin-bottom: .5em;
}
.med_mer_dem > li dd li{
    padding-left:1.3em;
}
.med_mer_dem > li dd li::before{
	top: .1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.med_mer_dem{
    display: -webkit-block;
	display: block;
}
.med_mer_dem > li{
    width:100%;
    padding: 4%;
}
.med_mer_dem > li.demerit{
    margin-top: 3%;
}
.med_mer_dem > li dt{
    font-size:120%;
    padding: .5em 1em;
    margin-bottom: .5em;
}
.med_mer_dem > li dd ul{
    max-width: 100%;
}
.med_mer_dem > li dd li{
    line-height: 1.8em;
}
}




/* med_whitebox
---------------------------------------------------------*/
.med_whitebox{
    background: #fff;
    padding: 35px 4% 55px;
    box-sizing: border-box;
} 
.med_whitebox h4{
    font-size: 200%;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    color: #34a46f;
    text-align: center;
    border-bottom: 1px solid #34a46f;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.med_whitebox h4 span{
    letter-spacing: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.med_whitebox{
    padding: 3% 4%;
} 
.med_whitebox h4{
    font-size: 170%;
    padding-bottom: .4em;
    margin-bottom: .6em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.med_whitebox{
    padding: 4%;
} 
.med_whitebox h4{
    font-size: 140%;
    letter-spacing: 0.05em;
    padding-bottom: .3em;
    margin-bottom: .6em;
}
}





/*med_flt_human
---------------------------------------------------------*/
.med_flt_human{
	padding-bottom: 60px;
	position: relative;
}
.med_flt_human .txt_l {
	position: relative;
	z-index: 1;
}
.med_flt_human .txt_l dd {
	width: 72%;
}
.med_flt_human .abs {
	position: absolute;
	z-index: 0;
	width: 28%;
	max-width: 330px;
	right: 2%;
	bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flt_human{
	padding-bottom: 5%;
}
.med_flt_human .txt_l dd {
	width: 68%;
}
.med_flt_human .abs {
	width: 35%;
	right: 0;
	-webkit-transform: translateX(6%);
	transform: translateX(6%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flt_human{
	padding-bottom: 0;
}
.med_flt_human .txt_l dd {
	width: 100%;
}
.med_flt_human .abs {
	position: static;
	width: 70%;
	margin-top: 3%;
	margin-left: auto;
	margin-right: 0;
}
}



/*
---------------------------------------------------------*/
.med_col_list li {
	box-sizing: border-box;
	border: solid 4px #dee3db;
	padding: 35px 3% 30px;
}
.med_col_list dt {
	text-align: center;
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(2.1vw,160%);
	letter-spacing: .15em;
	line-height: 1.4em;
	padding-bottom: .8em;
	margin-bottom: .8em;
	position: relative;
}
.med_col_list dt::before {
	content: "";
	position: absolute;
	width: 60%;
	max-width: 150px;
	height: 3px;
	background: #78b2c2;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.med_col_list dd {
	letter-spacing: .05em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_col_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.med_col_list li {
	width: 32.4%;
	margin-right: 1.4%;
}
.med_col_list li:nth-of-type(n+4) {
	margin-top: 1.5%;
}
.med_col_list li:nth-child(3n),
.med_col_list li:last-child {
	margin-right: 0;
}

}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col_list li {
	padding: 3% 2%;
}
.med_col_list dt {
	font-size: 2.3vw;
	letter-spacing: .05em;
}
.med_col_list dt::before {
	height: 2px;
}
.med_col_list dd {
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col_list {
	font-size: 90%;
	line-height: 1.6em;
}
.med_col_list li {
	width: 100%;
	margin-top: 2%;
	padding: 3% 5% 4%;
}
.med_col_list li:first-child {
	margin-top: 0 !important;
}
.med_col_list dt {
	font-size: 140%;
	letter-spacing: .05em;
}
.med_col_list dt::before {
	height: 2px;
}
.med_col_list dd {
	letter-spacing: normal;
}
}



/*med_footer
---------------------------------------------------------*/
.med_footer {
	padding-top: 100px;
	padding-bottom: 100px;
}
.med_footer div.ft_cronos_l {
	text-align: center;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.2em;
	padding-bottom: .8em;
	margin-bottom: 50px;
	position: relative;
}
.med_footer div.ft_cronos_l::before {
	content: "";
	position: absolute;
	width: 30%;
	max-width: 205px;
	height: 1px;
	background: #6b6660;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.med_footer .com_link_list {
	width: 100%;
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.med_footer .com_link_list li {
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}
.med_footer .com_link_list li:nth-child(3n) {
	margin-right: 0;
}
.med_footer .com_link_list li:nth-child(-n+3) {
	margin-top: 0;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_footer {
	padding-top: 8%;
	padding-bottom: 8%;
}
.med_footer div.ft_cronos_l {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_footer {
	padding-top: 10%;
	padding-bottom: 10%;
}
.med_footer div.ft_cronos_l {
	font-size: 100%;
	padding-bottom: .5em;
	margin-bottom: 6%;
}

.med_footer .com_link_list {
	max-width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.med_footer .com_link_list li {
	width: 49%;
	margin: 2% 0 0 !important;
}
.med_footer .com_link_list li:nth-child(-n+2) {
	margin-top: 0 !important;
}
}