@charset "UTF-8";


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

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

---------------------------------------------------------*/
.med_flow_list .txt dt span:nth-of-type(2) {
	vertical-align: .1em;
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1180px) {
.med_flow_list .txt dd br {
	display: none !important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow .scl_area {
	padding-top: 5vw;
}
.med_flow .poi_title {
	margin-bottom: 0;
}
}


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

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

/* 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) {


}