@charset "utf-8";
/* =======================
privacy-policy
======================== */
.section-sub  {
    padding: 0 5.33%;
}

.title_txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0 0 56px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-sub {
        padding: 0 11.11%;
    }

    .title_txt {
        padding: 0 6.73%;;
    }
}

/* =======================
contents
======================== */
.section-contents {
    border-top: 1px solid #A6A9C1;
    border-bottom: 1px solid #A6A9C1;
    padding: 56px 0 48px;
    margin: 0 5.33% 40px;
}

.contents__title {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5; 
    letter-spacing: 1px; 
}

.contents__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 8px;
}

.contents__group:not(:first-child) {
    margin-top: 64px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-contents {
        margin: 0 11.11% 60px;
        padding: 72px 6.73%;
    }

    .contents__title {
        font-size: 3.2rem;
    }
}