/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  line-height: 180%;
}
main section.s01 .wrapper .return {
  margin-top: 80px;
  text-align: center;
}
main section.s01 .wrapper .return a {
  display: inline-block;
  font-size: 18px;
  color: #009F18;
  border-bottom: 1px solid #009F18;
  text-decoration: none;
  padding-bottom: 5px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 180%;
  }
  main section.s01 .wrapper .return {
    margin-top: 30px;
    text-align: center;
  }
  main section.s01 .wrapper .return a {
    display: inline-block;
    font-size: 14px;
    color: #009F18;
    border-bottom: 1px solid #009F18;
    text-decoration: none;
    padding-bottom: 5px;
  }
}