/* formリセット */
::placeholder {
  color: #888;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0;
}
input[name="zip"] {
  width: 100px;
  margin-bottom: .5rem;
}
textarea {
  height: 100px;
  vertical-align: bottom;
}
/* .contactform-sec {
  padding: 10rem 0;
} */
.contactform-eles {
  max-width: 850px;
  margin: 0 auto;
}
.contactform-eles .eles:not(:last-child) {
  margin-bottom: 1rem;
}
.dl-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #181818;
}
.dl-contact dt,
.dl-contact dd {
  padding: 1rem;
}
.dl-contact dt:not(:last-of-type),
.dl-contact dd:not(:last-of-type) {
  border-bottom: 1px solid #181818;
}
.dl-contact dt {
  width: 280px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dl-contact dd {
  width: calc(100% - 280px);
}
.hissu,
.ninni {
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 7px;
  text-align: center;
  font-weight: 600;
}
.hissu {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.ninni {
  border: 1px solid #555;
  color: #555;
}
.contact-submit-wrap {
  border: 1px solid #181818;
  padding: 1.5rem 2rem 2.5rem;
  text-align: center;
}
.contactbtn {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  color: #fff;
  transition: .5s;
  padding: 1rem;
  display: block;
  border: none;
  background: #2243a6;
  cursor: pointer;
  position: relative;
  top: 0;
  box-shadow: 0 6px #24397a;
  border-radius: 0;
}
.contactbtn:hover {
  opacity: 1;
  top: 6px;
  box-shadow: 0 0 #555;
  transition: .5s;
}
.contactbtn:disabled {
  background: #999;
  box-shadow: 0 6px #818181;
}
.contactbtn:disabled:hover {
  opacity: 1;
  top: 0;
}
.wpcf7-spinner {
  display: none !important;
}
form.sent .contactform-eles {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  max-width: 850px;
  margin: -5rem auto 5rem;
}
.wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contactform-sec {
    padding: 5rem 0;
  }
  .dl-contact dt {
    width: 100%;
    justify-content: left;
    border-bottom: 1px solid #181818;
  }
  .dl-contact dd {
    width: 100%;
  }
  .dl-contact dt .txt {
    margin-right: 1rem;
  }
  .wpcf7 form .wpcf7-response-output {
    max-width: 335px;
    margin: -4rem auto 5rem;
  }
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 1rem;
    width: 50%;
}
@media screen and (max-width: 767px){
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 80%;
  }
}