@charset "UTF-8";

/* LINEバナー表示(2026/02/03) */
#line-sp + .contents_box01 {
    display: none;
}
@media only screen and (max-width: 900px) {
    #line-pc + .contents_box01 {
        display: none;
    }
    #line-sp + .contents_box01 {
        display: block;
    }
}