@charset "utf-8";
@media screen and (max-width: 768px) {
    .tab-switch:checked+.tab-label+.tab-content {
        width: 100%;
    }
}