@charset "UTF-8";

/* 画像サイズ調整(2025/10/14) */
@media screen and (max-width: 1000px) {
    #to-use + .contents_box01 >.content_wrapper {
        padding: 0;
    }
    #to-use + .contents_box01 >.content_wrapper .wrapper_item {
        padding: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    #to-use + .contents_box01 >.content_wrapper {
        padding: 0;
    }
}