
.sec-ptop {
  word-break: break-all;
}
.sec-ptop p {
  margin-bottom: 0;
}
.sec-ptop h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  border-left: 10px solid #DC000C;
  padding-left:12px;
  margin: 60px 0 20px;
}
.sec-ptop a {
  color:#000;
  text-decoration: underline;
}
.sec-ptop ol {
  padding-left: 18px;
}
.sec-ptop ol>li {
  padding-left:4px;
}
.sec-ptop ol>li ol {
  margin-left: 30px;
}
.sec-ptop ul {
  list-style: disc;
  padding-left: 22px;
}

@media (max-width:767px) {
  .p-head .ht h1 {
    font-size: 20px;
    line-break: 30px;
  }
  .sec-ptop h3 {
    font-size: 18px;
    line-height: 28px;
    border-left: 6px solid #DC000C;
    padding-left:8px;
    margin: 35px 0 10px;
  }
  .sec-ptop ol>li ol {
    margin-left: 18px;
  }
}