@media only screen and (max-width: 980px) and (min-width: 691px){


.box_tel_l {
    float: left;
    width: 50%;
    background: url(../image/common/icon_contact_tel.gif) no-repeat center 10px;
    padding: 45px 10px 20px;
    position: relative;
}

.box_tel_r {
    float: left;
    width: 50%;
    background: url(../image/common/icon_contact_fax.gif) no-repeat center 10px;
    padding: 45px 10px 20px;
    position: relative;	
}

.box_tel .box_tel2_in {
    width: 100%;
    font-size: 19px;
}
.box_tel3_in{
	width:50%;
}
.box_tel3_in:nth-child(3n){
	margin-top:40px;
	border-left:none;
}
.foot_contact .box_tel_l,.foot_contact .box_tel_r,.foot_contact .box_tel2_in{
width:  50% !important;
}

}
