/* 埼玉県 防災情報 */
.lalert {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .lalert {
        margin-top: 20px;
    }
}

.lalert .lalert-container {
    width: 100%;
}

@media (max-width: 767px) {
    .lalert .lalert-container {
        overflow-x: scroll;
    }
}

.lalert #tab {
    display: flex;
}

.lalert #tab > li {
    max-width: 100%;
    width: 100%;
    display: inline;
    padding: 12px 8px;
    list-style: none;
    cursor: pointer;
    background: #e8e8e8;
    white-space: nowrap;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin: 0 2px;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .lalert #tab>li {
        font-size: 1.2rem;
    }
}

.lalert #tab>li:before {
    content: "";
}


.lalert #tab>li.select {
    background-color: #eacc48;
}

.lalert .disnon {
    display: none;
}
