.wpcf7-form .form-table input[type="text"],
.wpcf7-form .form-table input[type="email"],
.wpcf7-form .form-table input[type="tel"],
.wpcf7-form .form-table select,
.wpcf7-form .form-table textarea {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #333333;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
}

.wpcf7-form .form-table textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.8em;
  overflow: auto;
}

@media(max-width:599px) {

  .wpcf7-form .form-table td,
  .wpcf7-form .form-table th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .wpcf7-form .form-table tr:first-child th {
    border-top: 1px solid #ddd !important;
  }
}

.wpcf7-form .form-table th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f8f8f8;
  border: solid 1px #ddd;
}

.wpcf7-form .form-table td {
  font-size: 14px;
  border: solid 1px #ddd;
}

.req {
  /* 必須 */
  font-size: 12px;
  padding: 5px;
  background: #e44141;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.any {
  /* 任意 */
  font-size: 12px;
  padding: 5px;
  background: #f09f4d;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.verticallist .wpcf7-list-item {
  display: block;
}

.wpcf7-form .form-table th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}

.wpcf7-form .form-table td {
  border-top: 1px solid #ededed;
  padding: 12px;
}

.wpcf7-form .form-table input,
.wpcf7-form .form-table select,
.wpcf7-form .form-table textarea {
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}

.text-center {
  text-align: center;
}

.wpcf7-submit {
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border: 1px solid;
  color: #192B5B;
  position: relative;
  transition: background-color .25s;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 60px auto 0;
  min-width: 35%;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: auto;
  box-shadow: 0px 1px 5px 0px rgba(16, 16, 40, 0.25);
  border-radius: .25rem;
  left: 36px;
}

.wpcf7-spinner {
  left: 36px;
}