/* ------------------------------
 width: all
------------------------------ */
main section.fv .ttlbox {
  background-image: url(../../images/bg_contact.jpg);
}

main section.s01 .wrapper {
  padding: 100px 0 300px;
}

main section.s01 .wrapper .t01 {
  font-size: 20px;
  text-align: center;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.fv .ttlbox {
    background-image: url(../../images/bg_contact.jpg);
  }
  main section.s01 .wrapper {
    padding: 50px 18px 100px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    text-align: center;
  }
}
