@charset "UTF-8";

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



/*box3
---------------------------------------------------------*/
#prevention .com_check_list {
	column-count: 2;
}
#prevention .com_check_list > li {
	margin-top: 0 !important;
	margin-bottom: .5em;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#prevention .com_check_list {
	column-count: 1;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#prevention .com_check_list {
	column-count: 1;
}
#prevention .com_check_list > li {
	margin-top: .5em !important;
	margin-bottom: 0;
}
}



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

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

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