/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
  padding-top: 40px;
}
main section.ttlsection .wrapper .ttl_en {
  width: 132px;
}
main section.ttlsection .wrapper h2 {
  bottom: 45px;
}
main section.s01 .wrapper {
  width: 1040px;
  margin: 30px auto 0;
}
main section.s01 .wrapper .t01 {
  font-size: 14px;
  line-height: 26px;
}
main section.s01 .wrapper .t01 a {
  text-decoration: none;
  color: #000;
}
main section.s01 .wrapper dl {
  margin-top: 50px;
}
main section.s01 .wrapper dl dt {
  font-size: 18px;
}
main section.s01 .wrapper dl dd {
  margin-top: 20px;
}
main section.s01 .wrapper dl dd ul li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
}
main section.s01 .wrapper dl dd ul li span {
  width: 36px;
  display: block;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    padding-top: 10px;
  }
  main section.ttlsection .wrapper .ttl_en {
    width: 70px;
  }
  main section.ttlsection .wrapper h2 {
    bottom: 10px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 0;
  }
  main section.s01 .wrapper .t01 {
    font-size: 13px;
    line-height: 24px;
  }
  main section.s01 .wrapper .t01 a {
    text-decoration: none;
    color: #000;
  }
  main section.s01 .wrapper dl {
    margin-top: 40px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 16px;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 15px;
  }
  main section.s01 .wrapper dl dd ul li {
    position: relative;
    padding-left: 32px;
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px;
  }
  main section.s01 .wrapper dl dd ul li span {
    width: 30px;
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
  }
}