/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%!important;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #f8f8f8;
  box-shadow: none;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
::placeholder {
  color: #999;
}
textarea {
  max-width: 100%!important;
  width: 100%!important;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
  .inquiry td,
  .inquiry th {
    font-size: 15px;
    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;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px
  }
}
.inquiry th {
  padding: 13px;
  text-align: left;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #fce7e2;
  border: solid 1px #d7d7d7;
}
.inquiry td {
  border: solid 1px #d7d7d7;
    padding: 13px;
}
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7
}
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #eb613b;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px
}
.any {
  font-size: 7px;
  padding: 5px;
  background: #999;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px
}
.verticallist .wpcf7-list-item {
  display: block
}
#formbtn {
  display: block;
  padding: 10px;
  width: 300px;
  background: #eb613b;
  color: #fff;
  font-size: 15px;
  margin: 25px auto 0;
  border: 2px solid #eb613b;
  transition: 0.3s;
}
#formbtn:hover {
  background: #993300;
  color: #fff;
  border: 2px solid #993300;
}

#formbtn:disabled {
  background: #fff;
  color: #eb613b;
  border: 2px solid #eb613b;
}
th {
  text-transform: uppercase;
  padding: 13px
}
td {
  border-top: 1px solid #ededed;
  padding: 12px
}
input,
select,
textarea {
/*  border: 1px solid #dfdfdf;*/
  letter-spacing: 1px;
  max-width: 100%;
  resize: none
}
