/* ==========================================================================
   プライバシーポリシー（privacy-policy.php）
   ========================================================================== */

.privacy-page.site-main {
    padding: 0;
    max-width: none;
    margin-top: 0;
}

.privacy-page {
    --privacy-mincho: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    --privacy-align-x: var(--header-padding-x, 40px);
    --privacy-max: 880px;

    padding-bottom: 120px;
    background: transparent;
    color: #111111;
}

.privacy-page__body {
    padding: 0 var(--privacy-align-x) 5rem;
}

.privacy-page__inner {
    max-width: var(--privacy-max);
    margin: 0 auto;
}

.privacy-lead {
    margin: 0 0 56px;
    font-size: 1rem;
    line-height: 2;
    color: #333333;
}

.privacy-section {
    margin-bottom: 48px;
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section__title {
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
    font-family: var(--privacy-mincho);
    font-size: clamp(1.1rem, 2.2vw, 1.3rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #111111;
}

.privacy-section > p {
    margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333333;
}

.privacy-section > p:last-child {
    margin-bottom: 0;
}

.privacy-subsection__title {
    margin: 24px 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.5;
}

.privacy-list {
    margin: 0 0 8px;
    padding-left: 1.4em;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333333;
}

.privacy-list li {
    margin-bottom: 0.5em;
}

.privacy-list li:last-child {
    margin-bottom: 0;
}

.privacy-dl {
    margin: 16px 0 0;
    padding: 0;
}

.privacy-dl__row {
    display: grid;
    grid-template-columns: 7em minmax(0, 1fr);
    gap: 8px 20px;
    margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333333;
}

.privacy-dl__row:last-child {
    margin-bottom: 0;
}

.privacy-dl__row dt {
    margin: 0;
    font-weight: 700;
    color: #111111;
}

.privacy-dl__row dd {
    margin: 0;
}

.privacy-dl__row dd a {
    color: #2563eb;
    text-decoration: none;
    white-space: nowrap;
}

.privacy-dl__row dd a[href^="mailto:"] {
    white-space: normal;
    word-break: break-all;
}

.privacy-dl__row dd a:hover {
    opacity: 0.75;
}

.privacy-dl__note {
    display: block;
    margin-top: 4px;
    font-size: 0.9rem;
    color: #666666;
    white-space: normal;
}

@media screen and (max-width: 768px) {
    .privacy-page {
        --privacy-align-x: 12px;
        padding-bottom: 80px;
    }

    .privacy-lead {
        margin-bottom: 40px;
        font-size: 0.95rem;
        line-height: 1.85;
    }

    .privacy-section {
        margin-bottom: 36px;
    }

    .privacy-dl__row {
        grid-template-columns: 1fr;
        gap: 4px;
        margin-bottom: 18px;
    }

    .privacy-dl__row dd a[href^="tel:"] {
        white-space: nowrap;
    }
}
