.privacy_page {
    margin-top: min(42vw, 600px);
}

.privacy_page_content {
    width: 86%;
    margin: 0 auto;
    line-height: 1.5;
}

.privacy_top_text {
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.2em;
}

.privacy_wrap ol li {
    list-style: decimal;
    margin-left: 1em;
}

.privacy_wrap ol li:not(:first-of-type) {
    margin-top: 1em;
}

.privacy_wrap:not(:first-of-type) {
    margin-top: 80px;
}

.privacy_wrap h3 {
    font-size: min(4.17vw, 30px);
    border-bottom: 1px solid;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}

.privacy_wrap .privacy_list_wrap:not(:first-of-type) {
    margin-top: 30px;
}

.privacy_wrap h4 {
    font-size: 1em;
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 0.5em;
}

.privacy_wrap h4::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
}

.privacy_wrap ul {
    margin-left: 20px;
}

.privacy_wrap ul li {
    padding-left: 1em;
    position: relative;
}

.privacy_wrap ul li:not(:first-of-type) {
    margin-top: 0.5em;
}

.privacy_wrap ul li::before {
    content: "";
    display: inline-block;
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
}

p.privacy_right_text {
    text-align: right;
    margin-top: 1em;
}

@media screen and (max-width:768px) {
    .privacy_page_content {
        width: 90%;
    }

    .privacy_wrap h3 {
        font-size: min(5.33vw, 30px);
    }
}