.friends-page.friends-page--privacy-policy {
    padding-bottom: 0;
    background: #ffffff;
}

.friends-privacy-hero {
    position: relative;
    height: 230px;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/subpage/obi.webp");
    background-size: cover;
    background-position: center;
}

.friends-privacy-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

body.friends-custom-site h1.friends-privacy-hero__title {
    margin: 0;
    color: #2a3033;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.friends-privacy-content {
    padding: 120px 0 140px;
    background: #ffffff;
}

body.friends-custom-site .friends-privacy-content__inner.friends-container {
    width: min(1160px, calc(100% - 64px));
}

body.friends-custom-site p.friends-privacy-intro {
    margin: 0;
    color: #2a3033;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
}

.friends-privacy-block {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid #cdcdcd;
}

body.friends-custom-site h2 {
    margin: 0;
}

body.friends-custom-site .friends-privacy-block h2 {
    color: #2a3033;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

body.friends-custom-site .friends-privacy-block p {
    margin-top: 16px;
    color: #2a3033;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

body.friends-custom-site ul.friends-privacy-list {
    margin-top: 16px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

body.friends-custom-site .friends-privacy-list li {
    position: relative;
    padding-left: 1em;
    color: #2a3033;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
}

body.friends-custom-site .friends-privacy-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

body.friends-custom-site p.friends-privacy-contact {
    margin-top: 18px;
    color: #2a3033;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
}

@media (max-width: 1024px) {
    .friends-privacy-content {
        padding-top: 86px;
        padding-bottom: 110px;
    }

    .friends-privacy-block {
        margin-top: 40px;
        padding-top: 32px;
    }

    body.friends-custom-site .friends-privacy-block h2 {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .friends-privacy-hero {
        height: 150px;
        min-height: 150px;
    }

    body.friends-custom-site h1.friends-privacy-hero__title {
        font-size: 28px;
        font-weight: 500;
    }

    .friends-privacy-content {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    body.friends-custom-site .friends-privacy-content__inner.friends-container {
        width: min(1160px, calc(100% - 32px));
    }

    body.friends-custom-site p.friends-privacy-intro {
        font-size: 16px;
        line-height: 1.8;
    }

    .friends-privacy-block {
        margin-top: 30px;
        padding-top: 24px;
    }

    body.friends-custom-site .friends-privacy-block h2 {
        font-size: 19px;
    }

    body.friends-custom-site .friends-privacy-block p,
    body.friends-custom-site .friends-privacy-list li,
    body.friends-custom-site p.friends-privacy-contact {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.8;
    }
}
