/* ------------------------------------------------------------ PC */
#sec1 {
  padding: 210px 0 147px;
}
#sec1 h2 {
  font-size: 27px;
  font-family: 'Noto-Sans-JP-Medium';
  line-height: 26px;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 20px;
}
#sec1 h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 1px;
  background: #023c9a;
}
#sec1 .set {
  margin-bottom: 120px;
}
#sec1 .set:last-child {
  margin-bottom: 0;
}
#sec1 .set ul {
  margin-top: 22px;
  line-height: 34px;
}
#sec1 .set ul li {
  line-height: inherit;
}
#sec1 .set ol {
  line-height: 34px;
  margin-top: 25px;
  margin-left: 3px;
}
#sec1 .set ol li {
  display: flex;
  line-height: inherit;
  align-items: start;
  gap: 17px;
  margin-right: -9px;
  margin-bottom: 34px;
}
#sec1 .set ol li span {
  line-height: inherit;
}
#sec1 .set h3 {
  font-size: 18px;
  margin-top: 33px;
  font-family: 'Noto-Sans-JP-Bold';
}
#sec1 .set h3 + ol {
  margin-left: 23px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  /* ------------------------------------------------------------ mobile */
  #sec1 {
    padding: 52px 0;
  }
  #sec1 h2 {
    font-size: 18px;
    padding-bottom: 24px;
    margin-bottom: 19px;
  }
  #sec1 .set {
    margin-bottom: 58px;
  }
  #sec1 .set ol {
    margin-top: 0px;
    line-height: 28px;
  }
  #sec1 .set ol li {
    margin-right: 0;
    margin-bottom: 28px;
  }
  #sec1 .set ol li span {
    min-width: 12px;
  }
  #sec1 .set ul {
    line-height: 28px;
  }
  #sec1 .set h3 + ol {
    margin-top: 23px;
    margin-left: 0;
  }
}

/*# sourceMappingURL=compliance-policy.css.map */
