.legal {
    min-height: calc(100vh - 60px - 50px);
    background-color: #fff;
    padding: 70px 30px;
    border-top: 1px solid #e0e0e0;
}

.legal .security-header,
.legal .privacy-header {
    max-width: 1000px;
    margin: 0 auto 30px;

}

.legal .security-content,
.legal .privacy-content,
.legal .terms-content {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px
}


.legal h1 {
    font-size: 42px;
    line-height: 52px;
    color: #33333b;
    text-align: center;
     font-weight: 700;
}

.security-box p {
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #58595E;
     
}

.listdot {
    padding-left: 18px;
    list-style: inherit;
    color: #58595E;
     
}

.legal .security-content h3 {
    font-size: 18px;
     font-weight: 700;
    line-height: 24px;
}

.legal .security-content h4 {
    font-size: 16px;
     font-weight: 700;
    line-height: 22px;
}

.legal .security-content ul {
    list-style: none;
}

.legal .security-content ul h3 {
    font-size: 16px;
     font-weight: 700;
    line-height: 22px;
}

.legal .security-content a,
.legal .privacy-content a,
.legal .terms-content a {
    color: #ea3c00;
    text-decoration: underline;
}

/* privacy-box */
hr {
    color:#a9a2a2;
}
.privacy-content p {
    padding-top: 11px;
    line-height: 19px;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: rgb(89, 88, 88);
     
}

.privacy-content h1 {
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 5px;
}

.privacy-content h1,
.privacy-content h2,
.privacy-content h3 {
    color: #262626;
    margin: 0;
     font-weight: 700;
}

.privacy-content h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 21px;
    padding-top: 21px;
}

.privacy-content h3 {
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    padding-top: 24px;
}

.privacy-content h4 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 19px;
    margin-bottom: 0;
     font-weight: 700;
}

.privacy-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
     
}

.privacy-content ul li>h3{
    padding-top: 10px;
    color: #615e5e;
}

.privacy-content .one_line_col {
    float: none;
    border-top: 0;
    padding: 21px 0;
    position: relative;
    text-align: center;
}

.one_line_col:before,
.one_line_col:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d2cece;
}

.privacy-content .one_line_col h2{
    padding-top: 0;
    line-height: 70px;
}


.privacy-content h1+p,
.privacy-content h2+p {
    padding-top: 5px;
}

.privacy-content h3+p {
    padding-top: 0;
}

.for_boxes li {
    margin-top: 20px;
    padding: 0 15px 15px;
    border-radius: 5px;
    border: 1px solid #7a7878;
}

.privacy-content .two_line_col {
    float: none;
    border-top: 0;
    padding: 21px 0;
    position: relative;
}

.two_line_col:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d2cece;
}

.two_line_col:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d2cece;
    margin-top: 21px;
  }
  .privacy-content .list {
    list-style-type: disc;
    padding: 0 25px;
    font-size: 13px;
}

.privacy-content .list li {
    margin-top:2px
}

.box {
    margin-top: 20px;
    padding: 0 15px 15px;
    border-radius: 5px;
    border: 1px solid #7a7878;
}
/* terms-content */
.terms-content h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #33333b;
     font-weight: 700;
}
.terms-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #33333b;
     font-weight: 700;
}
.terms-content h2,
.terms-content h3 {
    margin: 48px 0 24px;
}

.terms-content p {
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
     
}

h3+p {
    margin-top: 12px;
}

p+p, p+ul {
    margin-top: 16px;
}
.terms-content ul {
    list-style: disc;
    margin-left: 10px;
 }

 .terms-content ul,
 .terms-content ol {
    margin-bottom: 24px;
 }

 .terms-content table {
    width: 100%;
    border: 1px solid #8e8e8e;
    margin-bottom: 24px;
 }
 .terms-content table tr {
    background-color: #F5F5FA;
 }
 .terms-content table td {
    padding: 12px 24px;
 }

 .terms-content .sideinfo {
    width: 100%;
    display: inline-block;
    background: #f4f4f4;
    color: #161616;
    padding: 24px;
    margin-top: 32px;
 }