@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#main_img {
	background-image: url(../img/contact/main_img.jpg);
}
#conts_01 {
	padding-top: 113px;
    margin-bottom: 33px;
}
#conts_01 .auto {
	width: 848px;
}
#conts_01 dl {
    text-align: center;
}
#conts_01 dl dt {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 16px;
}
#conts_01 dl dd {
    margin-bottom: 16px;
}
}
/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#main_img {
	background-image: url(../img/contact/main_img.jpg);
}
#conts_01 {
	padding-top: 68px;
}
#conts_01 dl {
    text-align: center;
}
#conts_01 dl dt {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 16px;
}
#conts_01 dl dd {
    margin: 0 auto 16px;
    text-align: left;
    max-width: 382px;
}
}