@charset "UTF-8";

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





/*box2
---------------------------------------------------------*/
.box2 .med_col3 li:nth-child(1){
	background-color: #f2ead1;
}
.box2 .med_col3 li:nth-child(2){
	background-color: #d9f1f2;
}
.box2 .med_col3 li:nth-child(3){
	background-color: #f8e4de;
}

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

}

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

}





/*box3
---------------------------------------------------------*/
.box3 .com_link2 a{
	margin-top: 0;
}
.box3 .med_border_list li:last-child .border {
	padding-bottom: 60px;
	border-bottom: 1px solid #cccccc;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .med_border_list li:last-child .border {
	padding-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .med_border_list li:last-child .border {
	padding-bottom: 7%;
}
}