@charset "utf-8";

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
    div#page-intro {
        background: url("../../resources/sw_img/h1bg_contact.jpg") no-repeat center top;
    }
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

    div#page-intro {
        background: url("../../resources/sw_img/h1bg_contact.jpg") no-repeat left top;
    }

}
