/* サイドバー制御 - 試験案内以外では非表示 */
/* body:not(.post-type-archive-tests) .l-sidebar {
    display: none;
}

body:not(.post-type-archive-tests) .l-main {
    width: 100%;
    max-width: none;
} */

@media screen and (max-width: 1000px) {
.l-sidebar {
    display: none;
}
}
