#privacy-wrap .detail {
    margin-left: 24px;
    color: #707070;
}

#privacy-wrap h2 {
    font-size: 1.7em;
    margin-bottom: 32px;
    border-bottom: solid 3px #62B6CB;
}

#privacy-wrap h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 12px;
}

.top-margin-more {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    #privacy-wrap {
        margin-top: 40px;
    }
    .detail {
        margin-bottom: 36px;
    }
}
