@charset "UTF-8";


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


/*box1
---------------------------------------------------------*/
.box1 .med_rel_box .check_title dd{
	background-position: calc(50% + 6.7em) center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .med_rel_box .check_title dd{
	background-position: calc(50% + 4.5em) center;
}

}





/*box2
---------------------------------------------------------*/
.box2 .med_item_box .med_flt.img_300 .img_r{
	max-width: 300px;
	width: 30%;
}
.box2 .med_item_box .med_flt.img_300 .txt_l{
	width: 66%;
	font-size: 85%;
	line-height: 1.9em;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .med_item_box .med_flt.img_300 .img_r{
	width: 70%;
}
.box2 .med_item_box .med_flt.img_300 .txt_l{
	width: 100%;
}
}