@charset "utf-8";
.selection_sec .txt {
  float: initial;
  width: initial;
}

/* formリセット */
input,
textarea {
  outline: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}
input[name="zip"] {
  margin-bottom: .5rem;
  width: 100px;
}
input[name="mail"] {
  margin-bottom: .5rem;
}
textarea {
  height: 100px;
  resize: none;
  vertical-align: bottom;
}
.dl-contact {
  border: 1px solid #181818;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}
.dl-contact dt,
.dl-contact dd {
  padding: 10px;
  box-sizing: border-box;
}
.dl-contact dt:not(:last-of-type),
.dl-contact dd:not(:last-of-type) {
  border-bottom: 1px solid #181818;
}
.dl-contact dt {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
}
.dl-contact dd {
  background: #fff;
  width: calc(100% - 220px);
}
.hissu,
.ninni {
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: .9rem;
  padding: 2px 7px;
  text-align: center;
}
.hissu {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.ninni {
  border: 1px solid #555;
  color: #555;
}
.contact-submit-wrap {
  margin-top: 2rem;
  text-align: center;
}
.contactbtn {
  background: #454545;
  border: none;
  border-radius: 0;
  box-shadow: 0 6px #2c2c2c;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 10px auto 50px;
  padding: 1rem;
  position: relative;
  top: 0;
  max-width: 200px;
  width: 100%;
  transition: .5s;
}
.contactbtn:hover {
  box-shadow: 0 0 #555;
  opacity: 1;
  top: 6px;
  transition: .5s;
}
.contactbtn:disabled {
  background: #999;
  box-shadow: 0 6px #818181;
}
.contactbtn:disabled:hover {
  opacity: 1;
  top: 0;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-list-item.first {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dl-contact dt {
    border-bottom: 1px solid #181818;
    justify-content: left;
    width: 100%;
  }
  .dl-contact dd {
    width: 100%;
  }
  .dl-contact dt .txt {
    margin-right: 1rem;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}

.contcttxt p{
  margin-bottom: 10px;
}