@charset "UTF-8";

/*
---------------------------------------------------------*/
.contentpage .m_img .m_img_bg{
	background-image:url(../images/implant/m_img@2x.jpg);
}


/* 共通
---------------------------------------------------------*/
.med_flt .imp_title{
	position: relative;
	font-size:125%;
	letter-spacing: .2em;
	color:#544A47;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 55px;
}
.med_flt .imp_title::before{
	position: absolute;
	display: block;
	content: "";
	background:url("../images/implant/line_icon.svg") no-repeat top center;
	background-size:100% auto;
	width: 32.7px;
	height: 34.7px;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.imp_title2{
	font-size:150%;
	letter-spacing: .23em;
	color:#4C7DA7;
	border-top: 2px solid #4C7DA7;
	border-bottom: 2px solid #4C7DA7;
	padding: 15px 0;
	margin-bottom: 55px;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flt .imp_title{
	letter-spacing: .15em;
	margin-bottom: 25px;
	margin-top: 43px;
}
.med_flt .imp_title::before{
	background-size:90% auto;
	top: -43px;
}
.imp_title2{
	font-size: 130%;
	letter-spacing: .15em;
	padding: 10px 0;
	margin-bottom: 30px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flt .imp_title{
	font-size:115%;
	letter-spacing: .1em;
	margin-bottom: 4%;
	margin-top: 40px;
}
.med_flt .imp_title::before{
	background-size: 85% auto;
	top: -40px;
}

.imp_title2{
	font-size: 115%;
	letter-spacing: .1em;
	padding: 3% 0;
	margin-bottom: 5%;
}
}



/* box02
---------------------------------------------------------*/
.box02 .iconlist{
	max-width: 1020px;
	margin: 5% auto;
}
.box02 .iconlist li{
	float: left;
	margin-right: 2%;
	width: 18.4%;
}
.box02 .iconlist li:last-child{
	margin-right: 0;
}
.med_flt.bigimg .img_r{
	width: 45%;
	max-width: 508px;
	margin-bottom: .5em;
	margin-left: 4%;
}
.med_flt.bigimg .txt_l{
	width: 51%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box02 .iconlist{
	margin: 3% auto 5%;
}
.box02 .iconlist li{
	margin-right: 1.5%;
	width: 18.8%;
}
.med_flt.bigimg .img_r{
	width: 45%;
}
.med_flt.bigimg .txt_l{
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box02 .iconlist{
	margin: 5% 15%;
}
.box02 .iconlist li{
	float: left;
	margin-right: 4%;
	width: 48%;
	margin-bottom: 4%;
}
.box02 .iconlist li:nth-child(even){
	margin-right: 0;
}
.box02 .iconlist li:last-child{
	margin-bottom: 0;
}
.med_flt.bigimg .img_r{
	width: 80%;
	margin-left: auto;
}
.med_flt.bigimg .txt_l{
	width: 100%;
}
}



/* box03
---------------------------------------------------------*/
.imp_col3 li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.imp_col3 li:last-child{
	margin-right: 0;
}
.imp_col3 li .col3_title{
	padding: 5% 8% 5%; 
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	letter-spacing: 0.2em;
	color:#fff;
	background: #4C7DA7;
}
.imp_col3 li:nth-child(2) .col3_title,
.imp_col3 li:nth-child(3) .col3_title{
	background: #A8A8AE;
}
.imp_col3 li .col3_con{
	padding: 5% 10% 0;
	background: #F2EFED;
}
.imp_col3 li .col3_con.merit{
	margin-bottom: 3px;
}
.imp_col3 li .col3_con.merit,
.imp_col3 li .col3_con.demerit{
	padding-bottom: 7%;
}
.imp_col3 li .col3_con img{
	margin-top: 20px;
}
.imp_col3 li .col3_con .tit{
	font-size: 115%;
	letter-spacing: .01em;
	text-align: center;
	color:#F6A0A2;
	border-bottom: 1px solid #F6A0A2;
	padding-bottom: .2em;
	margin-bottom: 1em;
}
.imp_col3 li .col3_con li{
	position: relative;
	width: 93%;
	margin-right: 7%;
	padding-left: 1.5em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.imp_col3 li .col3_con li::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/icon_merit.svg) no-repeat top left;
	background-size: 15px;
	top: .25em;
	left: 0;
	width: 16px;
	height: 16px;
}
.imp_col3 li .col3_con.demerit .tit{
	color:#A4988D;
	border-bottom: 1px solid #A4988D;
}
.imp_col3 li .col3_con.demerit li::before{
	background: url(../images/icon_demerit.svg) no-repeat top left;
	background-size: 15px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.imp_col3 li{
	width: 32.666%;
	margin-right: 1%;
}
.imp_col3 li .col3_title{
	padding: 4% 0; 
	font-size: 130%;
	letter-spacing: 0.15em;
}
.imp_col3 li .col3_con{
	padding: 5% 6%;
}
.imp_col3 li .col3_con.merit,
.imp_col3 li .col3_con.demerit{
	padding-bottom: 5%;
}
.imp_col3 li .col3_con img{
	margin-top: 5% 0;
}
.imp_col3 li .col3_con li{
	width: 90%;
	margin-right: 10%;
	padding-left: 1.3em;
	margin-bottom: .7em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.imp_col3 li{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 8%;
}
.imp_col3 li:last-child{
	margin-bottom: 0;
}
.imp_col3 li .col3_title{
	padding: 3% 0;
	font-size: 120%;
	letter-spacing: 0.15em;
}
.imp_col3 li .col3_con{
	padding: 5% 6% 0;
}
.imp_col3 li .col3_con.merit,
.imp_col3 li .col3_con.demerit{
	padding-bottom: 5%;
}
.imp_col3 li .col3_con .img{
	margin: 0 auto;
	text-align: center;
}
.imp_col3 li .col3_con li{
	padding-left: 1.3em;
	margin-bottom: .6em;
}
.imp_col3 li .col3_con li::before{
	top: .3em;
}
}