@charset "UTF-8";

/*med_box1
---------------------------------------------------------*/
.med_box1 .med_flt .txt_l{
	max-width: 738px;
	width: 70%;
}
.med_box1 .med_flt .img_r{
	max-width: 285px;
	width: 27%;
}
.med_box1 .med_flt .img_r.deco::before{
	background-image: url(../images/perio/abs1.svg) ;
	width: 48.1%;
	max-width: 137px;
	height:137px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_box1 .med_flt .txt_l{
	max-width: 100%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_box1 .med_flt .txt_l{
	max-width: 100%;
}
.med_box1 .med_flt .img_r{
	width: 70%;
}
}
