main {
  margin-top: 180px;
}
.p-head {
  margin-bottom: 60px;
}
.p-head .ht {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 4px solid #000;
}
.p-head .ht:after {
  content:"";
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  bottom: -4px;
  max-width: 296px;
  height: 4px;
  background: #BE0220;
}
.p-head .ht h1 {
  font-weight: 600;
  font-size: 36px;
  line-height:52px;
}
.p-head .ht .st {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color:#BE0220;
}

.sec-privacy {
  padding-bottom: 120px;
}
.pri-wrap {
  max-width: 760px;
  margin:auto;
}
.pri-wrap h3 {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  padding-left: 20px;
  margin:50px 0 12px;
}
.pri-wrap h3:before {
  content:"";
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #BE0220;
}
.pri-wrap ol {
  margin-bottom: 14px;
}
.pri-wrap ol>li {
  line-height: 24px;
  margin-bottom: 14px;
}
.pri-wrap ol>li:last-child {
  margin-bottom: 0;
}
.pri-wrap ol li ul {
  margin-top: 10px;
  list-style: disc;
  padding-left: 22px;
}
.pri-wrap ol li ul>li {
  line-height: 24px;
}
.pri-wrap p {
  margin-bottom: 14px;
}
.pri-wrap .n {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 2px;
}
.pri-wrap .tel,
.pri-wrap .mail {
  display: inline-block;
  font-size: 15px;
}
.pri-wrap .tel {
  margin-right: 24px;
}
.pri-wrap span .hl {
  color: #9A011A;
}

@media (max-width: 992px) {
  main {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 120px;
  }
  .sec-privacy {
    padding-bottom: 40px;
  }
  .p-head {
    margin-bottom: 30px;
  }
  .p-head .ht {
    padding-bottom: 15px;
  }
  .p-head .ht:after {
    max-width: 200px;
  }
  .p-head .ht h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .p-head .ht .st {
    font-size: 15px;
    line-height: 20px;
  }
  .pri-wrap h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 35px 0 8px;
  }
}

