#formWrap {
  border-top: 4px solid #006BB4;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.formTable {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
}

.formTable tbody {
  width: 100%;
}

.formTable tr {
  border-bottom: 10px solid #fff;
  width: 100%;
}

.formTable th {
  width: 30%;
  background-color: #f3f3f3;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.formTable td {
  width: 70%;
  padding: 10px 10px 10px 40px;
  margin: 10px;
}

.formTable .hissu {
  color: #ff0000;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  text-align: center;
}

.formTable td input[type="checkbox"] {
  appearance: auto;
  transform: scale(1.2);
  border: 1px solid #555;
}

.formTable td input, .formTable td textarea {
  padding: 10px;
  background: #f9f9f9;
  max-width: 100%;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
}

.formTable td .form_zip {
  display: inline-block;
  width: 5em;
  margin-right: 10px;
}

.btn_submit {
  background: #006BB4 url(../images/top/ico_sankaku.png) 94% 50% no-repeat;
  display: inline-block;
  width: 236px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.5px;
  padding: 10px 26px 10px 18px;
  margin: 0 10px;
  border-radius: 25px;
  letter-spacing: -0.3px;
}

.btn_reset {
  background: #333333 url(../images/top/ico_sankaku.png) 94% 50% no-repeat;
  display: inline-block;
  width: 236px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.5px;
  padding: 10px 26px 10px 18px;
  margin: 0 10px;
  border-radius: 25px;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
  .formTable {
    display: block;
  }

  .formTable tbody {
    display: block;
  }

  .formTable tr {
    border-bottom: 6px solid #fff;
    display: block;
  }

  .formTable th {
    display: block;
    width: 100%;
  }

  .formTable td {
    display: block;
    width: 100%;
    padding: 20px 10px 20px 10px ;
    margin: 0;
  }
  .formTable td input[type="text"],.formTable td input[type="email"], .formTable td textarea {
    width: 100%;
  }
  .formTable td .form_list li{
    margin-bottom: 5px;
  }
  .formTable td input[type="checkbox"] {
    transform: scale(1.0);
    transform: translateY(3px);
  }
  .formTable td .zip_1{
    width: 30%!important;
  }
  .formTable td .zip_2{
    width: 70%!important;
  }

  .formTable td .form_zip {
    width: auto;
  }
  .btn_submit {
    width: 130px;
    padding: 10px 26px 10px 10px;
    max-width: 48%;
  }

  .btn_reset {
    width: 130px;
    padding: 10px 26px 10px 10px;
    max-width: 48%;
  }

}
