/* ------------------------------
 width: all
------------------------------ */
main {
  padding-top: 20px;
}
main section.s01 .wrapper .t01 {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
main section.s01 .wrapper dl {
  margin-top: 40px;
}
main section.s01 .wrapper dl dt {
  font-size: 15px;
  font-weight: bold;
}
main section.s01 .wrapper dl dd {
  font-size: 15px;
  line-height: 25px;
}
main section.s01 .wrapper .t02 {
  font-size: 15px;
  margin-top: 90px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 940px) {
  main {
    padding-top: 20px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 12px;
    line-height: 16px;
  }
  main section.s01 .wrapper dl {
    margin-top: 25px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
  }
  main section.s01 .wrapper dl dd {
    font-size: 12px;
    line-height: 16px;
  }
  main section.s01 .wrapper .t02 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 35px;
  }
}