/* PRIVACY */
.privacy .pageBox {
    display: block;
}

.enactment {
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    text-align: right;
    line-height: 1.5;
}

#privacy ol {
    counter-reset: count;
    list-style: none;
}

#privacy ol p {
    margin-bottom: 10px;
}

#privacy ol ol {
    padding-left: 20px;
}

#privacy ol ol ol {
    text-indent: -1.1rem;
    padding-left: 1.1rem;
}

#privacy ol li {
    position: relative;
}

#privacy ol li h2,
#privacy ol li h3 {
    margin: 30px 0 10px;
    text-indent: -1.1rem;
    padding-left: 1.1rem;
}

#privacy ol li h4 {
    font-weight: normal;
}

#privacy ol li h2::before {
    counter-increment: count;
    content: counters(count, ".") ". ";
}

#privacy ol li h3::before {
    counter-increment: count;
    content: "(" counter(count)")";
}

#privacy ol li h4::before {
    counter-increment: count;
    content: counter(count);
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 2px;
    line-height: 1;
}