/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  width: 1000px;
  margin: 0 auto;
  padding: 150px 0 90px;
}
main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
main section.s01 .wrapper .t01 {
  font-size: 20px;
  line-height: 170%;
  margin-top: 50px;
}
main section.s01 .wrapper dl {
  margin-top: 40px;
}
main section.s01 .wrapper dl dt {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0 10px 10px;
  line-height: 135%;
  border-left: 11px solid #F7CD00;
}
main section.s01 .wrapper dl dd .t02 {
  font-size: 20px;
  line-height: 170%;
  margin-top: 15px;
}
main section.s01 .wrapper dl dd .t03 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    width: 100%;
    padding: 40px 20px 60px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }
  main section.s01 .wrapper .t01 {
    font-size: 12px;
    line-height: 170%;
    margin-top: 50px;
  }
  main section.s01 .wrapper dl {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    line-height: 135%;
    border-left: 7px solid #F7CD00;
  }
  main section.s01 .wrapper dl dd .t02 {
    font-size: 12px;
    line-height: 170%;
    margin-top: 10px;
  }
  main section.s01 .wrapper dl dd .t03 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
  }
}