.terms .heading--primary.imgBg {
    line-height: 1.44;
    background-image: url(../img/mv_terms.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: 262rem;
    font-size: 16rem;
}

.item__text {
    width: 762rem;
}

.text {
    margin-bottom: 30rem;
}

.text--link {
    word-break: break-all;
}

.btn--prev {
    margin: 112rem auto 0;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .terms .heading--primary.imgBg {
        background-image: url(../img/mv_terms_sp.webp);
    }

    .information {
        padding: 13rem 0 34rem;
    }

    .heading--secondary {
        line-height: 1.6;
        padding-bottom: 19rem;
    }

    .info__list {
        margin-bottom: 33rem;
    }

    .item__lists {
        margin-top: 12rem;
    }

    .item__list {
        flex-direction: column;
        gap: 4rem;
    }

    .item__title {
        width: 100%;
    }

    .item__text {
        width: 100%;
    }

    .info__list:first-child .text {
        margin-bottom: 12rem;
    }

    .btn--prev {
        margin: 112rem auto 0;
    }
}