@charset "UTF-8";
#page .con_title.sub {
    height: 350px;
    background-image: url(../img/img_contact.jpg);
}

@media only screen and (max-width: 768px) {
    #page .con_title.sub {
        height: 45vw;
    }
}
