@charset "UTF-8";

/* メインイメージ */
.contentpage .m_img_area .m_img::before{
	background-image: url("../images/caries/m_img@2x.jpg");
}





/*box2
---------------------------------------------------------*/
.box2 .com_flot_box .img_l{
	max-width: 360px;
	width: 30%;
}
.box2 .com_flot_box .txt_r{
	max-width: 775px;
	width: 66%;
}
.box2 .med_col3 li:nth-child(1){
	background-color: #c9ebed;
}
.box2 .med_col3 li:nth-child(2){
	background-color: #f5d9d0;
}
.box2 .med_col3 li:nth-child(3){
	background-color: #ede1be;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .com_flot_box .txt_r{
	max-width: 100%;
	width:100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .com_flot_box .img_l{
	width: 70%;
}
.box2 .com_flot_box .txt_r{
	max-width: 100%;
	width:100%;
}
}



