.privacypolicySection {
    padding: 64px 5%;
}

.privacypolicySection .content--text {
    font-size: 1.6rem;
    line-height: 1.5;
}

.privacypolicySection .content--titleBox {
    padding: 40px 0 24px;
}

.privacypolicySection .content--title {
    font-size: 3.2rem;
}

.privacypolicySection .content--list {
    margin-top: 24px;
}

.privacypolicySection .content--listItem {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 20px;
    list-style: square;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .privacypolicySection {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .privacypolicySection {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .privacypolicySection .content--title {
        font-size: 2.4rem;
    }
}