@charset "UTF-8";

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



/*box1
---------------------------------------------------------*/
.box1 .med_check_box {
	border-bottom: solid 1px #bebfb7;
}
.box1 .med_check_box .tel_txt {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	margin-top: 30px;
}
.box1 .med_check_box .tel_txt > dt {
	font-size: 135%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-right: 3%;
}
.box1 .med_check_box .tel_txt .com_tel {
	font-size: 250%;
}
.box1 .med_check_box .column_box {
	max-width: 920px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .med_check_box {
	padding-bottom: 5%;
}
.box1 .med_check_box .tel_txt {
	margin-top: 3%;
}
.box1 .med_check_box .tel_txt > dt {
	font-size: 125%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .med_check_box {
	padding-bottom: 8%;
}
.box1 .med_check_box .tel_txt {
	display: block;
	margin-top: 8%;
}
.box1 .med_check_box .tel_txt > dt {
	font-size: 110%;
	letter-spacing: .05em;
	margin: 0 0 .5em;
}
.box1 .med_check_box .tel_txt .com_tel {
	font-size: 220%;
}
}



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

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

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