.intro-note {
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #134e4a;
    margin-bottom: 24px;
}

.intro-note strong {
    color: #0f766e;
}

.q-block {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f1f5f9;
}

.q-block:last-of-type {
    border-bottom: none;
}

.q-title {
    font-size: 0.96rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.6;
    margin-bottom: 6px;
}

.q-note {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 12px;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radio-group .checkbox-label input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #0d9488;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-label {
    align-items: flex-start;
    line-height: 1.5;
}

/* ===== 完了画面：受付番号 ===== */
.receipt-box {
    background: #f0fdfa;
    border: 2px solid #99f6e4;
    border-radius: 16px;
    padding: 20px 16px;
    margin-top: 20px;
    text-align: center;
}

.receipt-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 8px;
}

.receipt-code {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #0f766e;
    margin: 4px 0 10px;
}

.receipt-note {
    font-size: 0.85rem;
    color: #134e4a;
    line-height: 1.7;
}
