/**
 * ご利用ガイド（iegi_static_html/06_女性家着_ご利用ガイド.html の <style> をスコープ）
 * 本文のみ main に適用し、共通ヘッダー／フッターの継承を壊さない。
 */
body.guide-page main {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
}

body.guide-page main h1,
body.guide-page main h2,
body.guide-page main h3,
body.guide-page main h4,
body.guide-page main .font-serif {
    font-family: 'Noto Serif JP', serif;
}

.guide-page .guide-section {
    padding: 80px 0;
    border-bottom: 1px solid #f0efeb;
}

.guide-page .guide-section:last-child {
    border-bottom: none;
}

.guide-page .index-box {
    background-color: #fff;
    border: 1px solid #f0efeb;
    padding: 2rem;
    border-radius: 4px;
}

.guide-page .step-num {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 2.5rem;
    color: var(--color-rose-300);
    line-height: 1;
    margin-right: 1.5rem;
}

.guide-page main table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.guide-page main th {
    background-color: #f9f8f6;
    text-align: left;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #f0efeb;
    width: 30%;
}

.guide-page main td {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #f0efeb;
}

.guide-page .notice-box {
    background-color: #fafaf7;
    padding: 1.5rem;
    border-radius: 4px;
    font-size: 0.8125rem;
    color: #6b6b6b;
    border-left: 2px solid var(--color-rose-300);
}

.guide-page .measure-img {
    background-color: #f4f1eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.guide-page .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.guide-page .reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.guide-page .toc-link {
    transition: all 0.3s;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid transparent;
}

.guide-page .toc-link:hover {
    color: var(--color-rose-400);
    padding-left: 0.5rem;
}
