/* ==========================================================================
   プライバシーポリシーページ
   ========================================================================== */
.privacy-content {
    color: var(--color-text);
}

.privacy-intro {
    margin-bottom: var(--space-xl);
}

.privacy-section {
    margin-bottom: var(--space-xl);
}

.privacy-section h2 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    margin-bottom: 1em;
}

.privacy-section p:not(:last-of-type),
.privacy-section ul:not(:last-of-type) {
    margin-bottom: 1em;
}

.privacy-section ul {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.5em;
}

.privacy-section ul > li {
    margin-bottom: 0.5em;
}

.privacy-section h3 {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
}

.contact-info {
    background-color: var(--color-bg-light);
    padding: 0.8em;
    border-radius: var(--border-radius-lg);
    margin-top: var(--space-md);
}

.contact-info p {
    margin-bottom: 0.5em;
}

@media (min-width: 768px) {
    .privacy-section {
        margin-bottom: 50px;
    }

    .privacy-section h2 {
        font-size: var(--font-size-xl);
        margin-bottom: var(--space-md);
    }

    .privacy-section h3 {
        margin-bottom: 12px;
    }

    .contact-info {
        padding: 25px;
        margin-top: var(--space-lg);
    }
}
