@charset "UTF-8";

/*box1
---------------------------------------------------------*/
.box1 .med_style1 dt{
	padding-left: 0;
	position: static;
}
.box1 .med_style1 dt::before {
	position: static;
	background: none;
}

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

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}


