/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav li.li08 a {
  color: #B6FC31;
}

main section.ttlsection {
  background-image: url(../../../images/bg_contact.jpg);
}
main section.s01 .wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0 260px;
}
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
main section.s01 .wrapper .t01 {
  margin-top: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 200%;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection {
    background-image: url(../../../images/bg_contact.jpg);
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 50px 25px 120px;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  main section.s01 .wrapper .t01 {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 200%;
  }
}