/* ------------------------------
 width: all
------------------------------ */
main section.s02 {
  padding-bottom: 200px;
}

main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

main section.s02 .wrapper dl dt {
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 1px;
  margin-top: 30px;
}

main section.s02 .wrapper dl + .subt02 {
  margin-top: 200px;
}

main section.s02 .wrapper dl dd {
  border-top: 2px dotted #bbb;
  margin-top: 20px;
  padding-top: 20px;
}

main section.s02 .wrapper dl dd ul li {
  font-size: 1.06rem;
  margin-bottom: 2px;
  padding-left: 24px;
  position: relative;
  letter-spacing: 1px;
}

main section.s02 .wrapper dl dd ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #1ea0a8;
  position: absolute;
  top: 5px;
  left: 0;
}

main section.s02 .wrapper dl dd ul li a {
  color: #228edc;
  font-weight: bold;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.s02 {
    padding-bottom: 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s02 .wrapper dl dt {
    font-size: 0.875rem;
    line-height: 180%;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  main section.s02 .wrapper dl + .subt02 {
    margin-top: 50px;
  }
  main section.s02 .wrapper dl dd {
    border-top: 2px dotted #bbb;
    margin-top: 15px;
    padding-top: 15px;
  }
  main section.s02 .wrapper dl dd ul li {
    font-size: 0.875rem;
    margin-bottom: 2px;
    padding-left: 20px;
    position: relative;
  }
  main section.s02 .wrapper dl dd ul li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background-color: #1ea0a8;
    position: absolute;
    top: 4px;
    left: 0;
  }
}
