@charset "UTF-8";

@media screen and (min-width: 901px) {
    a#sp_wdt+section {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    a#wdt+section {
        display: none;
    }
    a#sp_wdt+section {
        padding-top: 0;
    }
    a#sp_wdt+section .content_wrapper {
    padding: 0 !important;
}
    a#sp_wdt+section .inner_item_img {
    max-width: none !important;
    width: 100% !important;
}
}