@charset "UTF-8";

.top.second #privacy .inner{
  max-width:1100px;
  margin:50px auto;
  width:95%;
}
.top.second #privacy .inner h3.priva {
    line-height: 1.7em;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 100px;
    font-weight:normal;
}
.top.second #rule {
    border: 1px solid #bbb;
    padding: 21px 19px 0 19px;
    margin: 0 0 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px #eee;
}

.top.second .rule-section {
    margin: 0 0 30px;
}
.top.second .rule-section h3 {
    border-bottom: 1px dotted #777;
    font-weight: bold;
    padding: 0 0 2px;
    margin: 0 0 2px;
}
.top.second .rule-section p {
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 768px) {

}
