/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper {
  background-image: url(../../images/bg_ttl_contact.png);
}
main section.ttl_section .wrapper .txtbox {
  position: absolute;
  right: 35px;
  bottom: 30px;
  text-align: right;
}
main section.s01 {
  margin-top: 80px;
  padding-bottom: 100px;
  background-image: url(../../images/co0101.png);
  background-repeat: no-repeat;
  background-position: top 30px center;
}
main section.s01 .wrapper {
  width: 930px;
  margin: 0 auto;
}
main section.s01 .wrapper .txtbox {
  width: 700px;
  margin: 0 auto 70px;
}
main section.s01 .wrapper .txtbox h3 {
  font-size: 20px;
  letter-spacing: 5px;
}
main section.s01 .wrapper .txtbox .t01 {
  font-size: 14px;
  line-height: 200%;
  margin-top: 10px;
  letter-spacing: 3px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper {
    background-image: url(../../images/bg_ttl_contact.png);
  }
  main section.ttl_section .wrapper .txtbox {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
  }
  main section.s01 {
    margin-top: 50px;
    padding-bottom: 60px;
    background-image: url(../../images/co0101.png);
    background-repeat: no-repeat;
    background-size: 110% auto;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .txtbox {
    width: 100%;
    margin: 0 auto 40px;
  }
  main section.s01 .wrapper .txtbox h3 {
    font-size: 18px;
    letter-spacing: 3px;
  }
  main section.s01 .wrapper .txtbox .t01 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 5px;
    letter-spacing: 2px;
  }
}

main section.s01 .wrapper .formbox {
  width: 700px;
  margin: 0 auto 70px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 860px) {
main section.s01 .wrapper .formbox {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
}
}