@charset "utf-8";

/* ▼ PRIVACY POLICY ▼--------------------------------------- */
.privacy {
    padding: 100px 0 170px;
}
.privacy__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.policy__intro,
.privacy__body {
    max-width: 960px;
    margin-left: 0;
    margin-right: auto;
}
.policy__intro {
    margin-bottom: 60px;
    font-size: 1.1rem;
}
.privacy__body h2,
.privacy__body p,
.privacy__body ol,
.privacy__body ul,
.privacy__body li,
.privacy__body address {
    font-family: "Inter", "Zen Kaku Gothic New";
    font-size: 1.1rem;
}
.privacy__body h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}
.privacy__body li {
    margin-bottom: 0.2rem;
}
/* 第1階層 (1. 2. 3.) */
.policy-main-list {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 2rem;
}
/* 第2階層 ( (1) (2) (3) ) */
.policy-sub-list {
    list-style-type: none;
    counter-reset: sub-counter;
    padding-left: 0;
    margin: 10px 0;
}
.policy-sub-list > li {
    counter-increment: sub-counter;
    margin-bottom: 0.5rem;
}
.policy-sub-list > li::before {
    content: "(" counter(sub-counter) ") ";
}
/* 第3階層 ( a. b. c. ) */
.policy-desc-list {
    list-style-type: lower-alpha;
    padding-left: 3em;
    margin-top: 10px;
}
/* お問い合わせ窓口（address） */
.contact-address {
    display: inline-block;
    margin-top: 20px;
    padding-left: 1.5rem;
    font-style: normal;
}
.contact-address a {
    color: #2d92dd;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .privacy {
        padding: 20px 0 40px;
    }
    .policy__intro {
        margin-bottom: 50px;
        font-size: 1rem;
    }
    .privacy__body p,
    .privacy__body ol,
    .privacy__body ul,
    .privacy__body li,
    .privacy__body address {
        font-family: "Inter", "Zen Kaku Gothic New";
        font-size: 1rem;
    }
    .privacy__body h2 {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 1.1rem;
        font-weight: 600;
    }
}
