@charset "utf-8";

/*  Modules  title
 */

.policies-title {
    margin: 6.5rem auto;
}

.policies-title-text {
    font-weight: bold;
    font-size: 2em;
    margin: 0 auto 1em;
    color: var(--font-color-primary);
}

/*  Modules  body
 */

.policies-page-body {
    row-gap: 2rem;
    line-height: 1.9rem;
    letter-spacing: 2px;
    margin-bottom: 9rem;

    font-size: 0.95em;
}

.policies-one {
    width: 100%;
    gap: 0.1rem;
}

.policies-value-list {
    margin-left: -22px !important;
}

/*  Modules  isp
 */

.isp-one:last-child {
    margin-top: 2.7rem;
    line-height: 2.8rem;
}

.isp-one:last-child img {
    margin-right: 3px;
}

/*  Modules  pp
 */

.pp-page-body {
    row-gap: 4rem;
}

/*  pc xx-small : pc x-small ((1024 + 1080) / 2)
*/

@media screen and (max-width: 1052px) {
    .policies {
        width: 90%;
        font-size: 0.9rem;
    }

    .policies-title {
        width: 70%;
    }

    .policies-value-list {
        margin-left: -25px !important;
    }
}

/*  iPhone 12 pro Max : iPad portrate ((428px + 768px) / 2)
*/

@media screen and (max-width: 598px) {
    .policies-title-text {
        font-size: var(--font-size-subtitle-nano);
    }
}
