<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body#sub-category #main {
    background: url(/departure/safety/images/main-img.jpg) no-repeat center top;
}


@media screen and (max-width:767px) {
    body#sub-category #main .category-header {
        background: url(/departure/safety/images/main-img-sp.jpg) no-repeat center top;
    }
}
</pre></body></html>