/* ------------------------------
 width: all
------------------------------ */
main {
  padding-bottom: 120px;
}
main section.s01 {
  padding: 0 20px;
  margin-top: 120px;
}
main section.s01 .wrapper {
  max-width: 1100px;
  padding-right: 50px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 160%;
}
main section.s01 .wrapper dl {
  margin-top: 26px;
}
main section.s01 .wrapper dl dt {
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
}
main section.s01 .wrapper dl dd {
  font-size: 16px;
  line-height: 160%;
}
main section.s01 .wrapper .list01 li {
  position: relative;
  padding-left: 20px;
}
main section.s01 .wrapper .list01 li span {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .list02 li {
  position: relative;
  padding-left: 30px;
}
main section.s01 .wrapper .list02 li span {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .list02 li .list01 li {
  position: relative;
  padding-left: 20px;
}
main section.s01 .wrapper .list02 li .list01 li span {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .end {
  text-align: right;
  font-size: 16px;
  margin-top: 25px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main {
    padding-bottom: 70px;
  }
  main section.s01 {
    padding: 0 15px;
    margin-top: 45px;
  }
  main section.s01 .wrapper {
    max-width: 1100px;
    padding-right: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 160%;
  }
  main section.s01 .wrapper dl {
    margin-top: 23px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 14px;
    line-height: 160%;
    font-weight: bold;
  }
  main section.s01 .wrapper dl dd {
    font-size: 14px;
    line-height: 160%;
  }
  main section.s01 .wrapper .list01 li {
    position: relative;
    padding-left: 16px;
  }
  main section.s01 .wrapper .list01 li span {
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .list02 li {
    position: relative;
    padding-left: 25px;
  }
  main section.s01 .wrapper .list02 li span {
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .list02 li .list01 li {
    position: relative;
    padding-left: 16px;
  }
  main section.s01 .wrapper .list02 li .list01 li span {
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .end {
    text-align: right;
    font-size: 14px;
    margin-top: 23px;
  }
}