/** h2, h2&h3目次 */
.toc {
    position: relative;
    border: dashed 1px #333;
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 32px 24px 24px 24px;
    text-align: left;
    font-size: 16px;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        YuGothic,
        "ヒラギノ角ゴ ProN W3",
        Hiragino Kaku Gothic ProN,
        Arial,
        "メイリオ",
        Meiryo,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.08rem;
}

.toc__title {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #333;
    background-color: #fff;
    width: 210px;
    height: 40px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: bold;
}

.entryBody .toc__menu {
    margin: 0;
}

.entryBody .toc__menu .toc__menu-item {
    list-style: none;
    margin-bottom: 12px;
}

.entryBody .toc__menu .toc__menu-item:last-child {
    margin-bottom: 0;
}

.toc__menu-item a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
}

.toc__menu-item a span {
    max-width: calc(100% - 32px);
    margin-left: 12px;
}

.entryBody .toc__menu-children {
    margin: 12px 0 0 0;
}

.entryBody .toc__menu-children .toc__menu-children_item {
    list-style: none;
    padding-left: 64px;
    margin-bottom: 6px;
}

.toc__menu-children_item a {
    font-size: 16px;
}

.toc__menu-children_item a::before {
    content: "";
    display: block;
    min-width: 12px;
    width: 12px;
    height: 1px;
    background: #333;
}

@media only screen and (max-width: 768px) {
    .toc {
        margin-top: 48px;
        margin-bottom: 48px;
        padding: 28px 12px 16px 12px;
    }

    .toc__menu-item a {
        font-size: 16px;
    }
}

/* h3目次 */
.subheading_toc_wrap {
    position: relative;
    border: solid 1px #333;
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 24px;
    text-align: left;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        YuGothic,
        "ヒラギノ角ゴ ProN W3",
        Hiragino Kaku Gothic ProN,
        Arial,
        "メイリオ",
        Meiryo,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.08rem;
}

.subheading_toc_wrap__title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.entryBody .subheading_toc_wrap__menu {
    margin: 0;
    padding: 0;
}

.entryBody .subheading_toc_wrap__menu .subheading_toc_wrap__menu-item {
    list-style: none;
    margin-bottom: 16px;
}

.subheading_toc_wrap__menu .subheading_toc_wrap__menu-item:last-child {
    margin-bottom: 0px;
}

.subheading_toc_wrap__menu-item a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
}

.subheading_toc_wrap__menu-item a span {
    max-width: calc(100% - 32px);
    margin-left: 12px;
}

@media only screen and (max-width: 768px) {
    .subheading_toc_wrap {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px 12px;
    }

    .subheading_toc_wrap__menu-item a {
        font-size: 14px;
    }
}

.subheading_toc_wrap + p:empty::before {
    content: none;
}
