/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
  padding-top: 5px;
}
main section.s01 .wrapper dl {
  margin-top: 50px;
}
main section.s01 .wrapper dl dt {
  border-left: 5px solid #009F18;
  padding: 5px 0 5px 15px;
  font-size: 30px;
  font-weight: bold;
}
main section.s01 .wrapper dl dd {
  margin-top: 15px;
  font-size: 20px;
  line-height: 190%;
  text-align: justify;
  text-justify: inter-ideograph;
}
main section.s01 .wrapper .t01 {
  text-align: right;
  font-size: 20px;
  line-height: 190%;
  font-weight: bold;
  margin-top: 25px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 15px 15px 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl {
    margin-top: 15px;
  }
  main section.s01 .wrapper dl dt {
    border-left: 3px solid #009F18;
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 140%;
    font-weight: bold;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 10px;
    font-size: 12px;
    line-height: 190%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  main section.s01 .wrapper .t01 {
    text-align: right;
    font-size: 12px;
    line-height: 190%;
    font-weight: bold;
    margin-top: 25px;
  }
}