/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(7) a::after {
  background-color: #8cc63f;
}

main section.s01 .wrapper {
  width: 1000px;
  margin: 0 auto;
}
main section.s01 .wrapper h2 {
  background-color: #00943E;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
}
main section.s01 .wrapper .t01 {
  width: 800px;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
  padding: 15px 0 15px 40px;
}
main section.s01 .wrapper .mailform {
  width: 100%;
}
main section.s01 .wrapper .mailform table {
  width: 100%;
  border-top: 1px solid #aaa;
}
main section.s01 .wrapper .mailform table tr {
  border-bottom: 1px solid #aaa;
}
main section.s01 .wrapper .mailform table tr th {
  width: 300px;
  vertical-align: middle;
  font-size: 16px;
  padding: 20px 20px;
}
main section.s01 .wrapper .mailform table tr th span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 8px 12px;
  margin-right: 20px;
}
main section.s01 .wrapper .mailform table tr th span.hissu {
  background-color: #00943E;
  color: #fff;
}
main section.s01 .wrapper .mailform table tr th span.ninni {
  background-color: orange;
  color: #000;
}
main section.s01 .wrapper .mailform table tr td {
  vertical-align: middle;
  padding: 20px 40px 20px 0;
}
main section.s01 .wrapper .mailform table tr td input[type=text] {
  width: 100% !important;
  display: block !important;
  font-size: 16px;
  line-height: 1.7;
  padding: 10px 15px;
  outline: none;
}
main section.s01 .wrapper .mailform table tr td ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
main section.s01 .wrapper .mailform table tr td ul li {
  display: inline-block;
}
main section.s01 .wrapper .mailform table tr td ul li + li {
  margin-left: 25px;
}
main section.s01 .wrapper .mailform table tr td ul li label {
  font-size: 16px;
  line-height: 18px;
}
main section.s01 .wrapper .mailform table tr td ul li label input {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-right: 10px;
}
main section.s01 .wrapper .mailform table tr td textarea {
  width: 100% !important;
  height: 130px !important;
  display: block !important;
  font-size: 16px;
  line-height: 1.7;
  padding: 10px 15px;
  outline: none;
}
main section.s01 .wrapper .mailform .caution {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
main section.s01 .wrapper .mailform .caution a {
  color: #00943E;
}
main section.s01 .wrapper .mailform .recaptchabox {
  margin: 40px auto 0;
  width: 304px;
}
main section.s01 .wrapper .mailform .submitbtn {
  width: 300px;
  font-size: 24px;
  color: #fff;
  display: block;
  border: none !important;
  margin: 15px auto 0;
  padding: 10px 0;
  background-color: firebrick;
}
main section.s01 .wrapper .mailform .submitbtn:disabled {
  background-color: #ccc !important;
  border-color: #999 !important;
  color: #666 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
main section.s01 .wrapper .mailform .submitbtn:disabled:hover {
  background-color: #ccc !important;
  opacity: 0.5 !important;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding-top: 0;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 {
    background-color: #00943E;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
  }
  main section.s01 .wrapper .t01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto;
    padding: 15px 0;
  }
  main section.s01 .wrapper .mailform {
    width: 100%;
  }
  main section.s01 .wrapper .mailform table {
    width: 100%;
    display: block;
    border-top: 1px solid #aaa;
  }
  main section.s01 .wrapper .mailform table tbody {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .mailform table tr {
    display: block;
    border-bottom: 1px solid #aaa;
  }
  main section.s01 .wrapper .mailform table tr th {
    width: 100%;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    padding: 15px 0 10px;
  }
  main section.s01 .wrapper .mailform table tr th span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
    margin-right: 10px;
  }
  main section.s01 .wrapper .mailform table tr th span.hissu {
    background-color: #00943E;
    color: #fff;
  }
  main section.s01 .wrapper .mailform table tr th span.ninni {
    background-color: orange;
    color: #000;
  }
  main section.s01 .wrapper .mailform table tr td {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 0 0 15px;
  }
  main section.s01 .wrapper .mailform table tr td input[type=text] {
    width: 100% !important;
    display: block !important;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 12px;
    outline: none;
  }
  main section.s01 .wrapper .mailform table tr td ul {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    text-align: left;
    width: 335px;
  }
  main section.s01 .wrapper .mailform table tr td ul li {
    display: inline-block;
  }
  main section.s01 .wrapper .mailform table tr td ul li + li {
    margin-left: 20px;
  }
  main section.s01 .wrapper .mailform table tr td ul li label {
    font-size: 16px;
    line-height: 18px;
  }
  main section.s01 .wrapper .mailform table tr td ul li label input {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 7px;
  }
  main section.s01 .wrapper .mailform table tr td textarea {
    width: 100% !important;
    height: 130px !important;
    display: block !important;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 12px;
    outline: none;
  }
  main section.s01 .wrapper .mailform .caution {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
  }
  main section.s01 .wrapper .mailform .caution a {
    color: #00943E;
  }
  main section.s01 .wrapper .mailform .submitbtn {
    width: 240px;
    font-size: 18px;
    color: #fff;
    display: block;
    border: none !important;
    margin: 15px auto 0;
    padding: 10px 0;
    background-color: firebrick;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s01 .wrapper .mailform .submitbtn:hover {
    background-color: #8CC63F;
  }
}