.privacy .heading--primary.imgBg {
    line-height: 1.44;
    background-image: url(../img/mv_privacy.webp);
}

.information {
    padding-bottom: 52rem;
}



.info__list {
    margin-bottom: 45rem;
}

.item__lists {
    margin-top: 30rem;
}

.item__list {
    letter-spacing: .1em;
    padding: 12rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-gray-lighter);
}

.item__title {
    font-weight: 600;
    width: 211rem;
    font-size: 16rem;
}

.item__text {
    width: 762rem;
}

.text {
    margin-bottom: 30rem;
}

.text.mt {
    margin-top: 11rem;
}

.text--link {
    word-break: break-all;
}

.annotation {
    margin: 50rem 0 13rem;
}

.btn--more p {
    letter-spacing: .1em;
    color: var(--color-green);
}

.btn--prev {
    margin: 119rem auto 0;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .privacy .heading--primary.imgBg {
        background-image: url(../img/mv_privacy_sp.webp);
    }

    .information {
        padding: 13rem 0 34rem;
    }

    .heading--secondary {
        line-height: 1.6;
        padding-bottom: 19rem;
    }

    .info__list {
        margin-bottom: 26rem;
    }

    .item__lists {
        margin-top: 12rem;
    }

    .item__list {
        flex-direction: column;
        gap: 4rem;
    }

    .item__title {
        width: 100%;
    }

    .item__text {
        width: 100%;
    }

    .info__list:nth-child(3)>.text:nth-child(2),
    .info__list:nth-child(4)>.text {
        margin-bottom: 0;
    }

    .annotation {
        margin: 30rem 0 13rem;
    }

}