/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding-top: 100px;
}
main section.s01 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s01 .wrapper h2 {
  height: 138px;
  background-image: url(../../images/co0102.png);
  background-size: 100% 100%;
  font-size: 40px;
  padding-top: 49px;
  text-align: center;
  color: #fff;
  line-height: 100%;
  position: relative;
  border-radius: 20px 20px 0 0;
}
main section.s01 .wrapper h2 img {
  width: 250px;
  display: block;
  position: absolute;
  top: -60px;
  left: 30px;
}
main section.s01 .wrapper .mailform {
  width: 100%;
  display: block;
  padding: 120px 80px 40px !important;
  background-color: #fff;
}
main section.s01 .wrapper .mailform table {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .mailform table tbody {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .mailform table tr {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .mailform table tr th {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 100%;
  color: #531010;
  font-weight: bold;
}
main section.s01 .wrapper .mailform table tr th span {
  display: inline-block;
  vertical-align: top;
  background-color: #800;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  padding: 3px 8px;
  margin: 2px 0 0 8px;
}
main section.s01 .wrapper .mailform table tr td {
  width: 100%;
  display: block;
  padding: 12px 0 25px;
}
main section.s01 .wrapper .mailform table tr td input {
  width: 100%;
  display: block;
  background-color: #EFEFEF;
  border: none !important;
  border-bottom: 1px solid #800 !important;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 15px;
}
main section.s01 .wrapper .mailform table tr td input::-webkit-input-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td input::-moz-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td input:-ms-input-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td input::-ms-input-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td input::placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td span {
  margin: 0 !important;
}
main section.s01 .wrapper .mailform table tr td label {
  width: auto;
  background-color: #EFEFEF;
  font-size: 17px;
  line-height: 17px;
  padding: 16px 15px;
  color: #531010;
  display: inline-block !important;
  vertical-align: top;
  margin: 8px 5px 0 0;
}
main section.s01 .wrapper .mailform table tr td label input {
  width: 17px !important;
  height: 17px !important;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
main section.s01 .wrapper .mailform table tr td textarea {
  width: 100% !important;
  height: 170px !important;
  display: block;
  background-color: #EFEFEF;
  border: none !important;
  border-bottom: 1px solid #800 !important;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 15px;
}
main section.s01 .wrapper .mailform table tr td textarea::-webkit-input-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td textarea::-moz-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td textarea:-ms-input-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td textarea::-ms-input-placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform table tr td textarea::placeholder {
  color: #A8A8A8;
}
main section.s01 .wrapper .mailform .privacy {
  text-align: center;
  font-size: 15px;
  color: #531010;
}
main section.s01 .wrapper .mailform .privacy a {
  font-size: 17px;
  color: #531010;
}
main section.s01 .wrapper .mailform .submitbtn {
  background-color: #07223C;
  width: 580px !important;
  height: 80px !important;
  border-radius: 10px;
  display: block !important;
  border: none !important;
  outline: none;
  margin: 20px auto 0;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

footer .wrapper .contactbox {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding-top: 50px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s01 .wrapper h2 {
    height: 70px;
    background-image: url(../../images/co0102.png);
    background-size: 100% 100%;
    font-size: 20px;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    position: relative;
    border-radius: 10px 10px 0 0;
  }
  main section.s01 .wrapper h2 img {
    display: none;
  }
  main section.s01 .wrapper .mailform {
    width: 100%;
    display: block;
    padding: 30px 20px 20px !important;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  main section.s01 .wrapper .mailform table {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .mailform table tbody {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .mailform table tr {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .mailform table tr th {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 100%;
    color: #531010;
    font-weight: bold;
  }
  main section.s01 .wrapper .mailform table tr th span {
    display: inline-block;
    vertical-align: top;
    background-color: #800;
    font-size: 10px;
    line-height: 100%;
    color: #fff;
    padding: 3px 8px;
    margin: 2px 0 0 8px;
  }
  main section.s01 .wrapper .mailform table tr td {
    width: 100%;
    display: block;
    padding: 8px 0 20px;
  }
  main section.s01 .wrapper .mailform table tr td input {
    width: 100%;
    display: block;
    background-color: #EFEFEF;
    border: none !important;
    border-bottom: 1px solid #800 !important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  main section.s01 .wrapper .mailform table tr td input::-webkit-input-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td input::-moz-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td input:-ms-input-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td input::-ms-input-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td input::placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td .wpcf7-list-item {
    display: block !important;
  }
  main section.s01 .wrapper .mailform table tr td label {
    width: 100%;
    display: block;
    background-color: #EFEFEF;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 10px;
    color: #531010;
    display: block !important;
    margin: 5px 0 0 !important;
  }
  main section.s01 .wrapper .mailform table tr td label input {
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  main section.s01 .wrapper .mailform table tr td textarea {
    width: 100% !important;
    height: 170px !important;
    display: block;
    background-color: #EFEFEF;
    border: none !important;
    border-bottom: 1px solid #800 !important;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 15px;
  }
  main section.s01 .wrapper .mailform table tr td textarea::-webkit-input-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td textarea::-moz-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td textarea:-ms-input-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td textarea::-ms-input-placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform table tr td textarea::placeholder {
    color: #A8A8A8;
  }
  main section.s01 .wrapper .mailform .privacy {
    text-align: left;
    font-size: 11px;
    color: #531010;
  }
  main section.s01 .wrapper .mailform .privacy a {
    font-size: 12px;
    color: #531010;
  }
  main section.s01 .wrapper .mailform .submitbtn {
    background-color: #07223C;
    width: 250px !important;
    height: 40px !important;
    border-radius: 10px;
    display: block !important;
    border: none !important;
    outline: none;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    cursor: pointer;
  }
}