/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper dl + dl {
  margin-top: 35px;
}
main section.s01 .wrapper dl dt {
  font-size: 15px;
  font-weight: bold;
}
main section.s01 .wrapper dl dd {
  margin-top: 10px;
}
main section.s01 .wrapper dl dd p {
  font-size: 13px;
  line-height: 16px;
}

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