@charset "UTF-8";
/*************************
共通class
************************ */
#ppbox .ttl {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0.1rem;
}

#ppbox .ttl:after {
  content: none;
}

#ppbox .txt {
  counter-reset: nmbp 0;
}

@media screen and (max-width: 767px) {
  #ppbox .txt {
    padding: 0;
  }
}

#ppbox .txt dl {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-top: 1px solid #c5ccd4;
  counter-increment: nmbp 1;
}

#ppbox .txt dl dt {
  font-size: 0.2rem;
  font-weight: 700;
  color: #004986;
  margin-bottom: 0.12rem;
  padding-left: 0.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #ppbox .txt dl dt {
    font-size: 0.15rem;
    margin-bottom: 0.06rem;
  }
}

#ppbox .txt dl dt:before {
  content: counter(nmbp) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #ppbox .txt dl dt:before {
    margin-bottom: 0.12rem;
  }
}

#ppbox .txt dl dd ol {
  counter-reset: nmb 0;
}

@media screen and (max-width: 767px) {
  #ppbox .txt dl dd ol {
    padding-top: 0.12rem;
  }
}

#ppbox .txt dl dd ol li {
  padding-left: 0.18rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #ppbox .txt dl dd ol li {
    margin-bottom: 0.12rem;
  }
}

#ppbox .txt dl dd ol li:before {
  counter-increment: nmb 1;
  content: counter(nmb) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #ppbox .txt dl dd ol li:before {
    margin-bottom: 0.12rem;
  }
}

#ppbox .txt dl:first-of-type {
  border-top: none;
}
