@charset "utf-8";

.privacy .section--wrap {
    margin: 50px auto 120px;
}
.privacy ul {
    list-style:  none;
    margin:  0;
    padding: 0;
}
.privacy ul li::before {
    content:  "";
    width:  15px;
    height:  15px;
    display:  inline-block;
    background-color: #0098B4;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}