@charset "UTF-8";

.contentpage .m_img_area .m_title .ft_min {
	margin-left: -.1em;
}



/*インプラント治療とは
---------------------------------------------------------*/
.box1 .compare {
	display: flex;
	justify-content: space-between;
}
.box1 .compare > dl {
	width: 32.3%;
	background-color: #f6f5f6;
	box-sizing: border-box;
}
.box1 .compare > dl > dt {
	background-image: url("../images/implant/bg1@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding: 18% 0 15%;
}
.box1 .compare > dl > dt .ft_sempl {
	display: block;
	font-size: 150%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .2em;
}
.box1 .compare > dl > dd {
	padding: 30px 6% 40px;
}
.box1 .compare .merit_style {
	margin-top: 1.5em;
}
.box1 .compare .demerit_style {
	margin-top: 2.0em;
}
.box1 .compare .col_imp {background-color: #dae9f1;}
.box1 .compare .col_brd > dt {background-image: url("../images/implant/bg2@2x.jpg");}
.box1 .compare .col_dnt > dt {background-image: url("../images/implant/bg3@2x.jpg");}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .compare > dl {
	width: 32.8%;
}
.box1 .compare > dl > dt {
	font-size: 125%;
	letter-spacing: .1em;
}
.box1 .compare > dl > dt .ft_sempl {
	margin-bottom: 0;
}
.box1 .compare .demerit_style {
	margin-top: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .compare {
	display: block;
}
.box1 .compare > dl {
	width: 100%;
	margin-top: 3%;
}
.box1 .compare > dl:first-of-type {
	margin-top: 0;
}
.box1 .compare > dl > dt {
	font-size: 115%;
	letter-spacing: .05em;
	padding: 10% 0;
}
.box1 .compare > dl > dt .ft_sempl {
	letter-spacing: .1em;
	margin-bottom: 0;
}
.box1 .compare > dl > dd {
	padding: 5% 6% 6%;
}
.box1 .compare .merit_style {
	margin-top: 1.0em;
}
.box1 .compare .demerit_style {
	margin-top: 1.0em;
}
}



.box5 .med_flt .img_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
.box5 .med_flt .img_l{
	margin-right: 4%;
	margin-bottom: 1em;
}
.box5 .med_flt .sankou{
	font-size: 90%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: right;
	margin-top: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box5 .med_flt .img_r{
	margin-left: auto;
	margin-bottom: 1em;
}
.box5 .med_flt .img_l{
	margin-right: auto;
}
.box5 .med_flt .sankou{
	text-align: left;
	padding-left: 5.25em;
	text-indent: -5.25em;
}
}