/* ==========================================
   Voices 共通
========================================== */

.voices-section {
    padding: 55px 0;
    text-align: center;
}

.voices-section .section-heading {
    margin-bottom: 28px;
}


/* ==========================================
   Hero
========================================== */

.voices-hero {
    padding-top: 70px;
    padding-bottom: 35px;
}

.voices-lead {
    margin-top: 22px;
    color: #666;
    line-height: 2.2;
}


/* ==========================================
   Introduction
========================================== */

.voices-introduction {
    padding-top: 35px;
    padding-bottom: 55px;
}

.voices-intro-text {
    max-width: 760px;
    margin: 0 auto;
}

.voices-intro-text>p {
    margin-bottom: 20px;
    color: #666;
    line-height: 2.2;
}

.voices-intro-text>p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   Common Voices
========================================== */

.common-voices {
    max-width: 680px;
    margin: 34px auto;
    padding: 28px 36px;
    border-top: 1px solid #ece2cc;
    border-bottom: 1px solid #ece2cc;
}

.common-voices p {
    margin-bottom: 16px;
    color: #7a6645;
    font-size: 1.08rem;
    line-height: 2;
}

.common-voices p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   Voice List
========================================== */

.voice-list-section {
    padding-top: 35px;
    padding-bottom: 55px;
}

.voice-list {
    max-width: 820px;
    margin: 0 auto;
}

.voice-item {
    padding: 42px 0;
    border-bottom: 1px solid #ece2cc;
}

.voice-item:first-child {
    border-top: 1px solid #ece2cc;
}

.voice-number {
    display: block;
    margin-bottom: 12px;
    color: #c2a15c;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}

.voice-item h3 {
    margin-bottom: 20px;
    color: #6d5b47;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.8;
}

.voice-item p {
    max-width: 680px;
    margin: 0 auto;
    color: #666;
    line-height: 2.2;
}


/* ==========================================
   Notice
========================================== */

.voice-note {
    padding-top: 0px;
    padding-bottom: 25px;
}

.voice-note-text {
    max-width: 680px;
    margin: 0 auto;
    color: #777;
    font-size: 0.95rem;
    line-height: 2.1;
}


/* ==========================================
   Divider
========================================== */

.section-divider {
    width: 320px;
    height: 1px;
    margin: 45px auto 0;
    background: #d8c59a;
    opacity: 0.7;
}


/* ==========================================
   Closing
========================================== */

.closing-message {
    padding-top: 15px;
    padding-bottom: 80px;
}

.closing-inner {
    max-width: 700px;
    margin: 0 auto;
}

.closing-inner p {
    margin-bottom: 35px;
    color: #666;
    font-size: 1.05rem;
    line-height: 2.2;
}