.toc_box {
    display: none;
}

@media screen and (min-width: 1280px) {
    .toc_box {
        display: flex;
        flex-direction: column;
    }
}

/* ez-toc-* はEasy Table of Contentsのカスタマイズ用 */

#ez-toc-container {
    background: var(--wp--custom--color--blue--200) !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 24px 24px !important;
}

#ez-toc-container a:visited {
    color: var(--wp--custom--color--neutral--800) !important;
}

#ez-toc-container a:hover {
    color: var(--wp--custom--color--blue--400) !important;
    text-decoration: none !important;
}

#ez-toc-container ul {
    margin-left: 0 !important;
    padding-left: 0em !important;
}

#ez-toc-container ul ul {
    margin-left: 0 !important;
    padding-left: 1em !important;
}

.ez-toc-title-container {
    padding-bottom: 16px;
}

.ez-toc-title {
    color: var(--wp--custom--color--blue--700) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.ez-toc-list>*+* {
    margin-top: 12px !important;
}

.ez-toc-link {
    color: black !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
