/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  width: 1200px;
  margin: 50px auto -150px;
}

main section.s01 .wrapper {
  padding: 100px;
}

main section.s01 .wrapper .t01 {
  font-size: 14px;
  line-height: 215%;
}

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

main section.s01 .wrapper dl dt {
  font-size: 14px;
  line-height: 215%;
}

main section.s01 .wrapper dl dd {
  font-size: 14px;
  line-height: 215%;
}

main section.s01 .wrapper .t02 {
  font-size: 21px;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main section.s01 {
    margin: 20px auto -50px;
    width: calc(100% - 40px);
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 20px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 13px;
    line-height: 215%;
  }
  main section.s01 .wrapper dl {
    margin-top: 28px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 13px;
    line-height: 215%;
  }
  main section.s01 .wrapper dl dd {
    font-size: 13px;
    line-height: 215%;
  }
  main section.s01 .wrapper .t02 {
    font-size: 18px;
    margin-top: 15px;
  }
}
