@charset "UTF-8";


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


/*compare
---------------------------------------------------------*/
.compare {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.compare > dl > dt {
	text-align: center;
	font-size: min(2.2vw,166%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6;
	background-color: #FFE0A2;
	padding: .8em 0;
	border-top-left-radius: 1.2em;
	border-top-right-radius: 1.2em;
}
.compare .box_img {
	max-width: 390px;
}
.compare .med_mer_dem {
	display: block;
}
.compare .med_mer_dem > dl {
	width: 100%;
	margin-top: 10px;
}
.compare .med_mer_dem > dl > dt {
   border-radius: 0;
}
.compare .med_mer_dem > dl > dd {
    padding-left: 6%;
	padding-right: 5%;
}
.compare > dl:first-of-type > dt {
	color: #FFF;
	background-color: var(--color-org);
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.compare {
	display: flex;
	justify-content: space-between;
}
.compare > dl {
	width: 31.7%;
}
.compare > dl > dt {
	font-size: min(170%,2.6vw);
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.compare {
	max-width: 390px;
}
.compare > dl {
	margin-bottom: 8%;
}
.compare > dl:last-of-type {
	margin-bottom: 0;
}
.compare > dl > dt {
	font-size: 120%;
	letter-spacing: .15em;
}
.compare .med_mer_dem > dl {
	margin-top: 8px;
}
}

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


/* PC,Tablet
------------------------------------------*/
@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) {

}
