@charset "UTF-8";

/*---------------------------------------------------------
m_img
---------------------------------------------------------*/
.contentpage .m_img > div {
	background-image: url(../../images/medical/periodontics/m_img@2x.jpg);
}


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

---------------------------------------------------------*/
.med_col_list > li:nth-of-type(1) dt::before {	background-image: url(../../images/medical/periodontics/col3_icon1.svg)}
.med_col_list > li:nth-of-type(2) dt::before {	background-image: url(../../images/medical/periodontics/col3_icon2.svg)}
.med_col_list > li:nth-of-type(3) dt::before {	background-image: url(../../images/medical/periodontics/col3_icon3.svg)}


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

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

}