@charset "utf-8";

#privacy h2 {
    margin-bottom: 30px;
}

#privacy dl dt:first-of-type {
    border-top: 1px solid #59b55b;
    padding-top: 30px;
}

#privacy dl dt {
    margin: 30px 0 10px;
    font-weight: bold;
}

#privacy dl dd {
    border-bottom: 1px solid #59b55b;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    #privacy h2 {
        margin-bottom: 15px;
    }
}
