main {
    width: calc(100% - 80px);
}


.figure-title {
    font-size: 1.2rem;
}


.collapse .card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1.5rem;
}

/* セクションタイトル */
.section-title {
    position: relative;
    background: transparent !important;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #333333;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #c67b7b;
    border-radius: 2px;
}


/* Results Navigation Styles */

/* スムーズスクロールの設定 */
html {
    scroll-padding-top: 190px;
    scroll-behavior: smooth;
}

/* ナビゲーションセクションヘッダーのスタイル */
.nav-section-header {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    border-radius: 4px;
}

.nav-section-header:hover {
    background-color: #f8f9fa;
}

/* アクティブ状態のヘッダー */
.nav-section-header.active {
    background-color: #e7f3ff;
    color: #0066cc;
    font-weight: 600;
}

/* ナビゲーションリンクのスタイル */
.nav-subsection .nav-link {
    padding: 0.5rem 1rem 0.5rem 2rem;
    color: #666;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    font-size: 0.95rem;
}

.nav-subsection .nav-link:hover {
    background-color: #f8f9fa;
    color: #0066cc;
    border-left-color: #cce5ff;
}

/* アクティブ状態のリンク */
.nav-subsection .nav-link.active {
    background-color: #e7f3ff;
    color: #0066cc;
    border-left-color: #0066cc;
    font-weight: 500;
}

/* コラプスアニメーション */
.collapse {
    transition: height 0.35s ease;
}

/* ナビゲーションセクション間のスペース */
.nav-section {
    margin-bottom: 0.5rem;
}

/* サブセクションのスタイル */
.nav-subsection {
    background-color: #fafbfc;
    border-radius: 0 0 4px 4px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/* view detailsボタンをコンテンツ幅いっぱいに */
.protocol-button {
    width: 100% !important;
    max-width: 100% !important;
}
