/* .table-of-contents {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.table-of-contents.style-box {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: none;
}

.table-of-contents.style-simple {
    background: transparent;
    border: none;
    padding: 15px 0;
}

.toc-title {
    color: #1B2C73;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #1B2C73;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list .toc-h2 {
    font-weight: 600;
}

.toc-list .toc-h3 {
    margin-left: 20px;
    font-size: 14px;
    color: #666;
}

.toc-list a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    padding: 4px 0;
}

.toc-list a:hover {
    color: #1B2C73;
    text-decoration: underline;
}

.no-headings {
    text-align: center;
    color: #666;
    font-style: italic;
} */

/* スムーススクロール */
/* html {
    scroll-behavior: smooth;
} */

/* 見出しへのスクロール時のオフセット調整 */
/* h2[id], h3[id] {
    scroll-margin-top: 20px;
}
 */

/* B向けテンプレート専用スタイル */



