@charset "UTF-8";

/*m_img
---------------------------------------------------------*/
.ortho .m_img_area{background-image: url(../images/ortho/m_img@2x.jpg);}
.implant .m_img_area{background-image: url(../images/implant/m_img@2x.jpg);}
.denture .m_img_area{background-image: url(../images/denture/m_img@2x.jpg);}
.beauty .m_img_area{background-image: url(../images/beauty/m_img@2x.jpg);}
.yobo .m_img_area{background-image: url(../images/yobo/m_img@2x.jpg);}
.caries .m_img_area{background-image: url(../images/caries/m_img@2x.jpg);}
.perio .m_img_area{background-image: url(../images/perio/m_img@2x.jpg);}
.kids .m_img_area{background-image: url(../images/kids/m_img@2x.jpg);}
.whitening .m_img_area{background-image: url(../images/whitening/m_img@2x.jpg);}
.mouthpiece .m_img_area{background-image: url(../images/mouthpiece/m_img@2x.jpg);}
.surgery .m_img_area{background-image: url(../images/surgery/m_img@2x.jpg);}



/*med_flt
---------------------------------------------------------*/
.med_flt .img_r,
.med_flt .img_l{
	width: 37%;
	max-width: 450px;
}
.med_flt.img380 .img_r,
.med_flt.img380 .img_l{
	width: 32%;
	max-width: 380px;
}
.med_flt .img_r{
	float: right;
}
.med_flt .img_l{
	float: left;
}
.med_flt .txt_l,
.med_flt .txt_r{
	width: 59%;
	max-width: 710px;
}
.med_flt.img380 .txt_l,
.med_flt.img380 .txt_r{
	width: 64%;
	max-width: 780px;
}
.med_flt .txt_l{
	float: left;
}
.med_flt .txt_r{
	float: right;
}
.med_flt dt{
	margin-bottom: 1.3rem;
}
.med_flt dt small.gry{
	color: #777;
	font-size: 70%;
	letter-spacing: 0.18em;
	line-height: 1.8em;
	display: inline-block;
	margin-right: 0.5em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flt .img_r,
.med_flt .img_l{
	margin-bottom: 1rem;
}
.med_flt .img_r{
	margin-left: 4%;
}
.med_flt .img_l{
	margin-right: 4%;
}
.med_flt .txt_l,
.med_flt .txt_r{
	width: 100%!important;
	max-width: 100%!important;
	float: none;
}
.med_flt dt{
	margin-bottom: 1rem;
}
.med_flt dt small.gry{
	display: block;
	margin-bottom: 0.2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flt .img_r,
.med_flt .img_l{
	width: 80%;
	float: none;
	margin: 0 auto 5%;
}
.med_flt.img380 .img_r,
.med_flt.img380 .img_l{
	width: 70%;
}
.med_flt .txt_l,
.med_flt .txt_r{
	width: 100%!important;
	max-width: 100%!important;
	float: none;
}
.med_flt dt{
	margin-bottom: .5rem;
}
.med_flt dt small.gry{
	display: block;
	margin-bottom: 0.2em;
}
}



/*med_flx
---------------------------------------------------------*/
.med_flx{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.med_flx li{
	max-width: 570px;
	width: 48.5%;
	margin-top: 80px;
}
.med_flx li:nth-child(-n + 2){
	margin-top: 0;
}
.med_flx li .img{
	max-width: 570px;
	margin: 0 auto 30px;
	text-align: center;
}
.med_flx li .txt{
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}
.med_flx li dt{
	margin-bottom: .5rem;
}
.med_flx li .no{
	color: #b1b1b5;
	margin-bottom: 0.5em;
}
.med_flx li .no span{
	font-size: 146%;
	letter-spacing: 0.08em;
	line-height: 1em;
	display: inline-block;
	transform: translateY(-0.08em);
	margin-left: 0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flx li .img{
	margin: 0 auto 5%;
}
.med_flx li{
	margin-top: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flx{
	display: block;;
}
.med_flx li{
	max-width: 100%;
	width: 100%;
	margin-top: 10%!important;
}
.med_flx li:first-child{
	margin-top: 0!important;
}
.med_flx li .img{
	margin: 0 auto 5%;
}
.med_flx li .txt{
	max-width: 100%;
}
}



/*med_bdr
---------------------------------------------------------*/
.med_bdr > li{
    padding-bottom: 60px;
    margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.med_bdr > 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_bdr > li{
    padding-bottom: 6%;
    margin-bottom: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_bdr > li{
    padding-bottom: 6%;
    margin-bottom: 8%;
}
}



/*med_box1
---------------------------------------------------------*/
.med_box1{
	background: #f6f6f6;
	padding: 60px 4%;
	box-sizing: border-box;
}
.med_box1.bdr{
	background: none;
	border: solid #808080 1px;
}
.med_box1 > div{
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.med_box1 .med_box1_title{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	text-align: center;
}
.med_box1 .med_box1_title .co19{
	color: #89898f;
	margin-bottom: .5em;
}
.med_box1 .med_flt .img_r{
	width: 27%;
}
.med_box1 .med_flt .img_r.deco{
	position: relative;
}
.med_box1 .med_flt .img_r.deco::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/surgery/abs1.svg) no-repeat top right;
	background-size: 100% auto;
	width: 49.5%;
	height:150px;
	top:-1.5em;
	right: 0;
}
.med_box1 .med_flt .txt_l{
	width: 69%;
}
.med_box1 .med_flx li{
	max-width: 500px;
}
.med_box1 .med_flx li:nth-child(-n + 2){
	margin-top: 0;
}
.med_box1 .med_flx li .img{
	max-width: 500px;
}
.med_box1 .med_flx li .txt{
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.med_box1 .med_flx li .txt dt small{
	font-size: 70%;
	letter-spacing: 0.18em;
	line-height: 1.7em;
	display: block;
	margin-bottom: 0.4em;
}
.med_box1 .med_flx li dt{
	margin-bottom: 1.2rem;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_box1{
	padding: 5% 4% 6%;
}
.med_box1 .med_box1_title{
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}
.med_box1 .med_box1_title .co19{
	margin-bottom: .4em;
}
.med_box1 .med_flt .txt_l{
	width: 100%!important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_box1{
	padding: 8% 5% 10%;
}
.med_box1 > div{
	max-width: 100%;
}
.med_box1 .med_box1_title{
	padding-bottom: 1.5rem;
	margin-bottom: 2.5rem;
}
.med_box1 .med_flt .img_r{
	width: 70%;
}
.med_box1 .med_flt .img_r.deco::before{
	top:-1em;
}
.med_box1 .med_flt .txt_l{
	width:100%;
}
.med_box1 .med_flx li{
	max-width: 100%;
}
.med_box1 .med_flx li .txt{
	max-width: 100%;
}
.med_box1 .med_flx li .txt dt small{
	letter-spacing: 0.1em;
}
}



/*med_box2
---------------------------------------------------------*/
.med_box2{
	border: solid 4px #e6e6e6;
	padding: 80px 4% 70px;
	box-sizing: border-box;
}
.med_box2 .inbox{
	max-width: 1060px;
	margin: 0 auto;
}
.med_box2 .tit p{
	font-size: 304%;
	letter-spacing: 0.08em;
	line-height: 1em;
	color: #b1b1b5;
	margin-bottom: 0.15em;
}
.med_box2 .bdr > li{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.med_box2 .bdr > li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.med_box2 .med_flt .img_r {
	max-width: 350px;
	width: 34%;
}
.med_box2 .med_flt .txt_l {
	max-width: 655px;
	width: 62%;
}
.med_box2 .med_flt .txt_l dt small,
.med_box2 .med_flt .txt dt small{
	font-size: 74%;
	letter-spacing: 0.18em;
	line-height: 1.7em;
	display: block;
	margin-bottom: 0.4em;
}
.med_box2 .img_list{
	display: flex;
    flex-wrap: wrap;
}
.med_box2 .img_list > li{
	width: 31%;
	margin-right: 3.5%;
	margin-top: 40px;
}
.med_box2 .img_list > li:nth-child(3n){
	margin-right: 0;
}
.med_box2 .img_list > li:nth-child(-n + 3){
	margin-top: 0;
}
.med_box2 .img_list > li div{
	max-width: 326px;
	margin: 0 auto 20px;
	text-align: center;
}
.med_box2 .img_list > li p,
.med_box2 .img_list > li dt{
	font-size:min(138%,2.3vw);
	letter-spacing: 0.13em;
	line-height: 1.7em;
	text-align:center;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.med_box2 .img_list > li dt{
	margin-bottom: 0.4em;
}
.med_box2 .notes{
	color: #777;
	margin-top: 0.5em;
}
.med_box2 .point{
	display: table;
	width: 100%;
}
.med_box2 .point dt,
.med_box2 .point dd{
	display: table-cell;
	vertical-align: middle;
}
.med_box2 .point dt{
	width: 19%;
	background-color: #b1b1b5;
}
.med_box2 .point dt p{
	font-size:min(190%,3.2vw);
	letter-spacing: 0.08em;
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.med_box2 .point dd{
	width: 81%;
	background-color: #f6f6f6;
	padding: 40px 3%;
	box-sizing: border-box;
}
.med_box2 .point dd p{
	max-width: 740px;
	margin: 0 auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_box2{
	padding: 7% 4% 6%;
}
.med_box2 .bdr > li{
	padding-bottom: 6%;
	margin-bottom:  6%;
}
.med_box2 .med_flt .img_r {
	margin-left: 4%;
	margin-bottom: 1em;
}
.med_box2 .med_flt .txt_l {
	max-width: 100%;
	width: 100%;
}
.med_box2 .med_flt .txt_l dt small,
.med_box2 .med_flt .txt dt small{
	line-height: 1.6em;
}
.med_box2 .img_list > li{
	margin-top: 4%;
}
.med_box2 .img_list > li div{
	margin: 0 auto 4%;
}
.med_box2 .img_list > li p,
.med_box2 .img_list > li dt{
	letter-spacing:0.05em;
	line-height: 1.6em;
}
.med_box2 .img_list > li dt{
	margin-bottom: 0.2em;
}
.med_box2 .point dd{
	padding: 3%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_box2{
	padding: 10% 5% 9%;
}
.med_box2 .inbox{
	max-width: 100%;
}
.med_box2 .tit p{
	margin-bottom: 0em;
}
.med_box2 .tit p{
	font-size: 285%;
	letter-spacing: 0.05em;
	margin-bottom: 0em;
}
.med_box2 .bdr > li{
	padding-bottom: 8%;
	margin-bottom:  8%;
}
.med_box2 .med_flt .img_r {
	width: 80%;
}
.med_box2 .med_flt .txt_l {
	max-width: 100%;
	width: 100%;
}
.med_box2 .med_flt .txt_l dt small,
.med_box2 .med_flt .txt dt small{
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.med_box2 .img_list{
	 display: block;
}
.med_box2 .img_list > li{
	width: 100%;
	margin-right: 0;
	margin-top: 6%!important;
}
.med_box2 .img_list > li:nth-child(-n + 1){
	margin-top: 0!important;
}
.med_box2 .img_list > li div{
	width: 60%;
	margin: 0 auto 4%;
	text-align: center;
}
.med_box2 .img_list > li p,
.med_box2 .img_list > li dt{
	font-size:110%;
	letter-spacing:0.1em;
}
.med_box2 .img_list > li dt{
	margin-bottom: 0.2em;
}
.med_box2 .point{
	display: block;
}
.med_box2 .point dt,
.med_box2 .point dd{
	display: block;
	width: 100%;
}
.med_box2 .point dt{
	padding: 5%;
	box-sizing: border-box;
}
.med_box2 .point dt p{
	font-size:150%;
}
.med_box2 .point dd{
	padding: 5%;
}
.med_box2 .point dd p{
	max-width: 100%;
}
}



/*med_flow_box
---------------------------------------------------------*/
.med_flow_box{
	background-color: #f6f6f6;
	padding-top: min(50px,5%);
	padding-bottom: min(50px,5%);
	padding-left: 4%;
	padding-right: 4%;
	box-sizing: border-box;
}
.med_flow_box ul{
	display: flex;
	justify-content: space-between;
    margin: 0 auto;
	max-width: 1020px;
}
.med_flow_box ul li{
	max-width: 160px;
	width: 17%;
}
.med_flow_box ul li.arrow{
	max-width: 12px;
	width: 1.275%;
	margin-top: 64px;
}
.med_flow_box ul li .img{
	max-width: 140px;
	width: 87.5%;
	margin: 0 auto 1em;
	text-align: center;
	position: relative;
	z-index: 1;
}
.med_flow_box ul li .img .abs{
	position: absolute;
	max-width: 90px;
	width: 64.3%;
	right: 0;
	top:0;
	transform: translate(35%,-35%);
	z-index: 2;
}
.med_flow_box ul li .txt dt{
	line-height: 1em;
	margin-bottom: 0.3em;
}
.med_flow_box ul li .txt dd{
	font-size: min(95%,1.3vw);
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1112px) {
.med_flow_box ul li.arrow{
	margin-top: 5.756vw;
}
.med_flow_box ul li .img{
	margin: 0 auto 1.4vw;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_box ul li .txt dd{
	font-size: min(95%,1.5vw);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_box{
	padding: 6% 5%;
}
.med_flow_box ul{
	display: block;
	max-width: 96%;
}
.med_flow_box ul li{
	max-width: 100%;
	width: 100%;
}
.med_flow_box ul li.arrow{
	width: 6%;
	margin: 4% auto;
	
}
.med_flow_box ul li.arrow img{
	transform: rotate(90deg);
	margin: 0;
	display: block;
}
.med_flow_box ul li:nth-child(odd){
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.med_flow_box ul li .img{
	width: 40%;
	margin: 0;
}
.med_flow_box ul li .img .abs{
	position: absolute;
	max-width: 90px;
	width: 53%;
	right: 0;
	top:0;
	transform: translate(23%,-23%);
	z-index: 2;
}
.med_flow_box ul li .txt{
	width: 52%;
	text-align: left;
}
.med_flow_box ul li .txt dd{
	font-size:95%;
}
}



/*med_check
---------------------------------------------------------*/
.med_check{
	position: relative;
}
.med_check::before{
	position: absolute;
	display:block;
	content: "";
	width: 100%;
	height: calc(100% - 2.5em);
	bottom:0;
	left: 0;
	border:1px solid #808080;
}
.med_check > div{
	position: relative;
	z-index: 2;
}

.med_check .med_check_inbox{
    padding: 0 4% 50px;
    box-sizing: border-box;
}
.med_check .med_check_title{
	text-align: center;
	border-bottom: 1px solid #ccc;
	max-width: 1060px;
	padding-bottom: 1.9rem;
	margin: 0 auto 3.5rem;
}
.med_check .med_check_title .co80{
	display: inline-block;
	margin: 0 auto 1.2rem;
	color: #dddddd;
	background: #fff;
	padding: 0 1.2em;
	box-sizing: border-box;
}

.med_check ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.med_check ul li{
	position: relative;
	width: 48.5%;
	margin-top: 1.2em;
	padding-left: 2em;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
.med_check ul li:nth-child(-n+2){
	margin-top: 0;
}
.med_check ul li::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/check.svg) no-repeat top left;
	background-size: 100% auto;
	width: 1.4em;
	height: 1.4em;
	top:.2em;
	left: 0;
}

.med_check .med_check_inbox2{
	background: #f6f6f6;
	padding: 40px 4%;
	box-sizing: border-box;
	text-align: center;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check::before{
	height: calc(100% - 2em);
}
.med_check .med_check_inbox{
    padding: 0 4% 6%;
}
.med_check .med_check_title{
	padding-bottom: 1.2rem;
	margin: 0 auto 2rem;
}
.med_check .med_check_title .co80{
	margin: 0 auto 1rem;
	padding: 0 1em;
}

.med_check ul li{
	padding-left: 1.9em;
}
.med_check ul li::before{
	width: 1.2em;
	height: 1.2em;
}

.med_check .med_check_inbox2{
	padding: 3.5% 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check::before{
	height: calc(100% - 1.5em);
}
.med_check .med_check_inbox{
    padding: 0 5% 8%;
}
.med_check .med_check_title{
	padding-bottom: 1.3rem;
	margin: 0 auto 2rem;
}
.med_check .med_check_title .co80{
	margin: 0 auto 1rem;
	padding: 0 .5em;
}

.med_check ul{
	display: block;
}
.med_check ul li{
	width: 100%;
	margin-top: 1em!important;
	padding-left: 1.8em;
	letter-spacing: normal;
}
.med_check ul li:nth-child(1){
	margin-top: 0!important;
}
.med_check ul li::before{
	width: 1.2em;
	height: 1.2em;
}
.med_check .med_check_inbox2{
	padding: 8% 4%;
}
}



/*med_col_list
---------------------------------------------------------*/
.med_col_list{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.med_col_list li{
    background: #f6f6f6;
    box-sizing: border-box;
    margin-top: 2%;
	margin-right: 2%;
    padding: 50px 4.5% 55px;
}
.med_col_list li .med_col_list_title{
	border-bottom: 1px solid #808080;
	text-align: center;
	padding-bottom: 1.1rem;
	margin-bottom: 2rem;
}
.med_col_list li .med_col_list_title.zen26{
	font-size: min(165%,2.3vw);
}
.med_col_list li .med_col_list_title small{
	font-size:75%;
	letter-spacing: 0.05em;
}
.med_col_list li .icon{
	max-width: 65px;
	width: 4.0625em;
	margin: 0 auto 0.8em;
}
/*col2*/
.med_col_list.col2 li{
    width:48.5%;
	margin-right: 3%;
	margin-top: 3%;
}
.med_col_list.col2  li:nth-child(2n){
	margin-right: 0;
}
.med_col_list.col2  li:nth-child(-n+2){
    margin-top: 0;
}
.med_col_list.col2 li .med_col_list_title,
.med_col_list.col2 li p{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
/*col3*/
.med_col_list.col3 li{
	width: 32%;
	padding-left: 2%;
	padding-right:2%;
}
.med_col_list.col3  li:nth-child(3n){
	margin-right: 0;
}
.med_col_list.col3  li:nth-child(-n+3){
    margin-top: 0;
}

.med_col_list.col3 li .med_col_list_title,
.med_col_list.col3 li p{
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col_list li{
    padding: 3.5% 4% 5%;
}
.med_col_list li .med_col_list_title{
	padding-bottom: 0.8rem;
	margin-bottom: 1rem;
}
.med_col_list li .med_col_list_title.zen26{
	font-size: min(165%,2.5vw);
}
.med_col_list li .med_col_list_title small{
	font-size:70%;
	letter-spacing: normal!important;
}
/*col2*/
.med_col_list.col2 li{
    width:49%;
	margin-right: 2%;
	margin-top: 2%;
}
/*col3*/
.med_col_list.col3 li{
	width: 32.33333%;
	margin-right: 1.5%;
	margin-top: 1.5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col_list{
	display: block;
}
.med_col_list li{
	width: 100%!important;
	margin-bottom: 3%;
    margin-top: 0!important;
	margin-right: 0!important;
    padding: 5% 5% 6%!important;
}
.med_col_list li:last-child{
	margin-bottom: 0;
}
.med_col_list li .icon{
	width: 4em;
	margin: 0 auto 0.6em;
}
.med_col_list li .med_col_list_title,
.med_col_list li p{
	max-width: 100%!important;
}
.med_col_list li .med_col_list_title{
	padding-bottom: 0.8rem;
	margin-bottom: 1rem;
}
.med_col_list li .med_col_list_title.zen26{
	font-size:125%;
}
.med_col_list li .med_col_list_title small{
	font-size:75%;
}
}



/* med_rank
---------------------------------------------------------*/
.med_rank{
	margin-bottom: 1.2em;
}
.med_rank li{
    display: inline-block;
	color: #578937;
    text-align: center;
    line-height: 1em;
	letter-spacing: 0.1em;
    background: #f1f7eb;
    padding: 0.75em 0;
	margin-right: .5em;
	width: min(130px,8.125em);
	box-sizing: border-box;
}
.med_rank li:last-child{
	margin-right: 0;
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.med_rank{
    display: flex;
    justify-content: space-between;
	margin-bottom: 0.8em;
	margin-top:  .7rem;
}	
.med_rank li{
	margin-right: 0;
	width: 31.5%;
	display: block;
}
}



/* med_img_list
---------------------------------------------------------
.med_img_list{
    display: flex;
    justify-content: space-between;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.med_img_list li{
	max-width: 253px;
	width: 24%;
}
.med_img_list li div{
	max-width: 253px;
	margin: 0 auto;
	text-align: center;
}
.med_img_list li p{
	font-size: min(100%,1.35vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-top: 1em;
}
.med_img_list li p span{
	font-size: 126%;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	display: block;
	margin-bottom: 0.5em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
}



/*med_flow_vertical
---------------------------------------------------------*/
.med_flow_vertical > li {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding-left: 7.6875em;
	padding-bottom: 50px;

}
.med_flow_vertical > li:last-child{
	padding-bottom: 0;
}
.med_flow_vertical > li::after {
	font-size: 250%;
	letter-spacing: 0.08em;
	content: "";
	position: absolute;
	z-index: -2;
	background:#808080;
	width: 1px!important;
	height: 100%;
	top: 0;
	left:1.1125em;
}
.med_flow_vertical > li:last-child::after {
	display: none;
}
.med_flow_vertical > li .no {
	font-size: 250%;
	letter-spacing: 0.08em;
	line-height: 1em;
	text-align: center;
	color: #89898f;
	position: absolute;
	left: 0;
	top:0;
	width:2.225em;
	height: 2.225em;
	border: 1px solid #808080;
	border-radius: 2.225em;
	padding: 0.49em 0 0;
	box-sizing: border-box;
	background-color: #fff;
}
.med_flow_vertical > li .no::before{
	position: absolute;
	z-index: -1;
	content: "";
	background: #fff;
	width: 3px;
	height: 0.5em;
	left: 0;
	right: 0;
	margin: auto;
	top:100%;
}
.med_flow_vertical > li .no::after{
	position: absolute;
	z-index: -1;
	content: "";
	background: #fff;
	width: 3px;
	height: 0.5em;
	left: 0;
	right: 0;
	margin: auto;
	bottom:100%;
}
.med_flow_vertical > li .med_flt{
	max-width: 1100px;
	margin-right: 0;
	margin-left: auto;
	padding-top: 1.4em;
}
.med_flow_vertical > li .med_flt .img_r{
	max-width: 380px;
	width: 35%;
}
.med_flow_vertical > li .med_flt .txt_l{
	max-width: 655px;
	width: 61%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_vertical > li {
	padding-left: 12vw;
	padding-bottom: 4%;
}
.med_flow_vertical > li::after {
	font-size: 4.2vw;
}
.med_flow_vertical > li .no {
	font-size: 4.2vw;
}
.med_flow_vertical > li .med_flt{
	padding-top: 2.5vw;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.med_flow_vertical > li {
	padding-left: 16vw;
	padding-bottom: 10%;
}

.med_flow_vertical > li::after {
	font-size: 6.3vw;
}
.med_flow_vertical > li .no {
	font-size: 6.3vw
}

.med_flow_vertical > li .med_flt{
	max-width: 100%;
	padding-top: 0;
}
.med_flow_vertical > li .med_flt .img_r{
	width:80%;
}
.med_flow_vertical > li .med_flt .txt_l{
	max-width: 100%;
	width: 100%;
}
	.med_flow_vertical > li .med_flt .txt_l dt{
		text-align: center;
	}
}



/*med_merit_demerit
---------------------------------------------------------*/
.med_merit_demerit{
	display: flex;
	justify-content: space-between;
}
.med_merit_demerit div{
	max-width: 590px;
	width: 48.5%;
	padding:0 4% 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.med_merit_demerit div::before{
	font-size:min(115%,2.2vw);
	line-height: 1.7em;
	position: absolute;
	content: "";
	background: #f6f6f6;
	width: 100%;
	height: calc(100% - 1.2em);
	left: 0;
	bottom: 0;
	z-index: -1;
}
.med_merit_demerit div dl{
	max-width: 510px;
	margin: 0 auto;
}
.med_merit_demerit div dl dt{
	line-height: 1em;
	padding: 0.7em 0;
	border-radius: 1.2em;
	margin-bottom: 1em;
}
.med_merit_demerit div.merit dl dt{
	background-color: #7ba95f;
}
.med_merit_demerit div.demerit dl dt{
	background-color: #b89668;
}
.med_merit_demerit div dl dd ul{
	max-width: 470px;
	margin: 0 auto;
}
.med_merit_list li,
.med_demerit_list li{
	line-height: 1.8em;
	margin-top: 0.6em;
	padding-left: 1.7em;
	position: relative;
}
.med_merit_list li:first-child,
.med_demerit_list li:first-child{
	margin-top: 0;
}
.med_merit_list li::before{
	position: absolute;
	font-family: "fontello";
	content: '\e804';
	font-size: 94%;
	left: 0;
	top:0.05em;
	color: #7ba95f;
}
.med_demerit_list li::before{
	position: absolute;
	font-family: "fontello";
	content: '\e805';
	font-size: 94%;
	left: 0;
	top:0.05em;
	color: #b89668;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_merit_demerit{
	display: flex;
	justify-content: space-between;
}
.med_merit_demerit div{
	padding:0 4% 3%;
}
.med_merit_demerit div::before{
	line-height: 1.6em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_merit_demerit{
	display: block;
}
.med_merit_demerit div{
	max-width: 100%;
	width: 100%;
	padding:0 5% 6%;
	margin-top: 8%;
}
.med_merit_demerit div:first-child{
	margin-top: 0;
}
.med_merit_demerit div::before{
	font-size:105%;
	line-height: 1.6em;
}
.med_merit_demerit div dl{
	max-width: 100%;
}
.med_merit_demerit div dl dd ul{
	max-width: 100%;
}
}



/* med_qa
---------------------------------------------------------*/
.med_qa li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.med_qa li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.med_qa li dt,
.med_qa li dd{
	position: relative;
	padding-left: 5.5rem;
	box-sizing: border-box;
}
.med_qa li dt{
	margin-bottom: 1em;
}
.med_qa li dt::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/icon_q.svg")no-repeat top left;
	background-size: 100% auto;
	width: 4rem;
	height: 4rem;
	top: -0.55rem;
	left: 0;
}
.med_qa li dd::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/icon_a.svg")no-repeat top left;
	background-size: 100% auto;
	width: 4rem;
	height: 4rem;
	top: 0.4rem;
	left: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_qa li{
	padding-bottom: 5%;
	margin-bottom:5%;
}
.med_qa li dt,
.med_qa li dd{
	padding-left: 4rem;
}
.med_qa li dt{
	margin-bottom: .6em;
}
.med_qa li dt::before{
	width: 3rem;
	height: 3rem;
	top: -0.55rem;
}
.med_qa li dd::before{
	width: 3rem;
	height: 3rem;
	top: 0.4rem;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_qa li{
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.med_qa li dt,
.med_qa li dd{
	padding-left: 13vw;
}
.med_qa li dt{
	margin-bottom: .5em;
}
.med_qa li dt::before{
	width: 10vw;
	height:10vw;
	top: -0.2rem;
}
.med_qa li dd::before{
	width: 10vw;
	height:10vw;
	top: 0.7rem;
}
}