.privacy-section {
    padding: 6rem 0 0;
}

.date-text {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    line-height: 189.3%;
    letter-spacing: 0.035em;
    color: #383838;
}

.list-title {
    font-size: 16px;
    line-height: 189.3%;
    letter-spacing: 0.035em;
    color: #E77160;
}

@media screen and (max-width: 768px) {
    .list-title {
        line-height: 165.8%;
    }
}

.first-list-margin {
    margin-top: 92px;
}

@media screen and (max-width: 768px) {
    .first-list-margin {
        margin-top: 56px;
    }
}

.list-text {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    line-height: 189.3%;
    letter-spacing: 0.035em;
    color: #383838;
    margin-top: 33px;
}

@media screen and (max-width: 768px) {
    .list-text {
        margin-top: 19px;
    }
}

.other-list-margin {
    margin-top: 98px;
}

@media screen and (max-width: 768px) {
    .other-list-margin {
        margin-top: 86px;
    }
}

.bottom-list-margin {
    margin-bottom: 159px;
}

@media screen and (max-width: 768px) {
    .bottom-list-margin {
        margin-bottom: 95px;
    }
}

/***==========Responsive CSS Start=============****/
@media screen and (max-width: 767px) {
    .privacy-section {
        padding: 0;
    }
}