@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

main section.s01 .wrapper dl + dl {
  margin-top: 40px;
}

main section.s01 .wrapper dl dt {
  font-size: 20px;
  font-weight: bold;
}

main section.s01 .wrapper dl dd {
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}

main section.s01 .wrapper dl dd ul {
  margin: 28px auto;
}

main section.s01 .wrapper dl dd ul li {
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-top: 28px;
}

main section.s01 .wrapper dl dd ul li::before {
  content: "・";
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl + dl {
    margin-top: 30px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 16px;
    font-weight: bold;
  }
  main section.s01 .wrapper dl dd {
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
  }
  main section.s01 .wrapper dl dd ul {
    margin: 24px auto;
  }
  main section.s01 .wrapper dl dd ul li {
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  main section.s01 .wrapper dl dd ul li::before {
    content: "・";
    width: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
  }
}
