/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .mainttl {
  background-image: url(../../images/bg_ttl_pr.jpg);
}
main section.s01 {
  width: 1100px;
  margin: 0 auto;
}
main section.s01 .wrapper .dl01 + .dl01 {
  margin-top: 70px;
}
main section.s01 .wrapper .dl01 .dt01 {
  font-size: 24px;
  letter-spacing: 8px;
}
main section.s01 .wrapper .dl01 .dd01 {
  margin-top: 15px;
}
main section.s01 .wrapper .dl01 .dd01 dl dt {
  font-size: 24px;
  letter-spacing: 8px;
  margin-top: 30px;
}
main section.s01 .wrapper .dl01 .dd01 dl dd {
  font-size: 15px;
  line-height: 2.3;
  margin-top: 5px;
}
main section.s01 .wrapper .dl01 .dd01 dl dd ul li {
  position: relative;
  padding-left: 40px;
}
main section.s01 .wrapper .dl01 .dd01 dl dd ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .dl01 + .dl01 {
    margin-top: 40px;
  }
  main section.s01 .wrapper .dl01 .dt01 {
    font-size: 18px;
    letter-spacing: 5px;
  }
  main section.s01 .wrapper .dl01 .dd01 {
    margin-top: 15px;
  }
  main section.s01 .wrapper .dl01 .dd01 dl dt {
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 15px;
  }
  main section.s01 .wrapper .dl01 .dd01 dl dd {
    font-size: 13px;
    line-height: 2;
    margin-top: 2px;
  }
  main section.s01 .wrapper .dl01 .dd01 dl dd ul li {
    position: relative;
    padding-left: 25px;
  }
  main section.s01 .wrapper .dl01 .dd01 dl dd ul li span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}