/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-color: #f5f5f5;
  padding: 100px 0 130px;
}
main section.s01 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s01 .wrapper h3 {
  font-size: 20px;
  font-weight: bold;
}
main section.s01 .wrapper h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 90px;
}
main section.s01 .wrapper .t01 {
  font-size: 14px;
  line-height: 200%;
  margin-top: 10px;
}
main section.s01 .wrapper .t01 a {
  text-decoration: none;
  color: #000;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    background-color: #f5f5f5;
    padding: 45px 0 100px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    font-size: 15px;
    font-weight: bold;
  }
  main section.s01 .wrapper h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 11px;
    line-height: 180%;
    margin-top: 15px;
  }
  main section.s01 .wrapper .t01 a {
    text-decoration: none;
    color: #000;
  }
  footer {
    margin-top: 0;
  }
}