.privacy {
    padding-top: 77px;
}

.privacy-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.privacy-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-top: 80px;
}

.privacy-list__box {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.privacy-list__box h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    letter-spacing: .08em;
}

.privacy-list__box h4 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 500;
}

.privacy-list__box h5 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 500;
}

.privacy-list__note {
    background-color: #F7F7F7;
    padding: 32px;
}

.privacy-list__note p {
    font-size: 14px;
}

.privacy-list__box dl {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.privacy-list__box dd {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0;
}

.privacy-list__box ul {
    padding: 24px 0;
}

.privacy-list__box ul li {
    display: flex;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-bottom: 6px;
}

.privacy-list__box ul li:before {
    content:  "";
    width:  4px;
    height:  4px;
    display:  inline-block;
    background-color: #363636;
    border-radius:  50%;
    position:  relative;
    top: 12px;
    margin-right: 8px;
}

.privacy-list__box ul li p {
    width: 90%;
}

@media (max-width: 780px) {
    .privacy-list {
        margin-top: 12vw;
    }
    .privacy-wrapper {
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
}