/* ================================================================
   プライバシーポリシーページ専用スタイル (privacy.css)
   読み込み条件: is_page('privacy-policy') || is_page_template('page-privacy-policy.php')
   クラスプレフィックス: pp-
   共通コンポーネント: pg-fv / pg-breadcrumb / pg-table
================================================================ */

.pp-wrap {
    overflow-x: hidden;
}

.pp-inner {
    max-width: 860px;
    margin: 0 auto;
}

/* ================================================================
   リード文
================================================================ */
.pp-intro {
    font-size: .93rem;
    line-height: 1.9;
    color: var(--text-mid);
    margin-bottom: 56px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border);
}

/* ================================================================
   条項ブロック
================================================================ */
.pp-article {
    margin-bottom: 44px;
}

.pp-article:last-of-type {
    margin-bottom: 0;
}

.pp-article-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.1rem, 2.2vw, 1.3rem);
    font-weight: 700;
    color: var(--green-dark);
    line-height: 1.5;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.pp-article-num {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--green-light);
    color: var(--green);
    font-family: 'Noto Serif JP', serif;
    font-size: .95rem;
    font-weight: 700;
}

.pp-article-body p {
    font-size: .93rem;
    line-height: 1.9;
    color: var(--text-mid);
    margin-bottom: 16px;
}

.pp-article-body p:last-child {
    margin-bottom: 0;
}

.pp-article-body ul {
    margin: 0 0 16px 1.4em;
    color: var(--text-mid);
    font-size: .93rem;
    line-height: 1.9;
}

.pp-article-body ul:last-child {
    margin-bottom: 0;
}

.pp-article-body li {
    margin-bottom: 6px;
}

.pp-article-body li:last-child {
    margin-bottom: 0;
}

.pp-article-body a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pp-article-body a:hover {
    color: var(--green-dark);
}

/* ================================================================
   お問い合わせ窓口テーブル
================================================================ */
.pp-contact-table {
    margin-top: 20px;
}

.pp-contact-table a {
    color: var(--green);
    font-weight: 700;
    text-decoration: none;
}

.pp-contact-table a:hover {
    color: var(--green-dark);
    text-decoration: underline;
}

/* ================================================================
   制定日
================================================================ */
.pp-established {
    text-align: right;
    font-size: .82rem;
    color: var(--text-light);
    margin-top: 56px;
}

/* ================================================================
   レスポンシブ
================================================================ */
@media (max-width: 720px) {
    .pp-intro {
        font-size: .88rem;
        margin-bottom: 40px;
        padding-bottom: 24px;
    }

    .pp-article {
        margin-bottom: 36px;
    }

    .pp-article-title {
        gap: 10px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .pp-article-num {
        width: 28px;
        height: 28px;
        font-size: .85rem;
    }

    .pp-article-body p,
    .pp-article-body ul {
        font-size: .87rem;
    }
}
