@charset "UTF-8";
.contact7 {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5rem;
}
@media screen and (max-width: 599px) {
  .contact7 {
    margin-top: 3rem;
  }
}

.contact7 dd {
  margin: 0 0 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .contact7 dd {
    margin-top: 15px;
  }
}
.contact7 dd input, .contact7 dd textarea {
  width: 100%;
  padding: 15px;
}
.contact7 dd input:focus, .contact7 dd textarea:focus {
  border: 1px solid #FF9800;
  outline: 0;
}

.contact7 dt {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .contact7 dt {
    display: block;
  }
}

/* 必須マーク */
.contact7 .must {
  background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
  background: #999;
}

.contact7 .must,
.contact7 .optional {
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 599px) {
  .contact7 .must,
  .contact7 .optional {
    margin-left: 20px;
  }
}

.btn_contact7 {
  text-align: center;
}

.btn_contact7 input {
  width: 100%;
  background-color: #FF9800;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.2em;
  border: 1px solid #FF9800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .btn_contact7 input {
    margin: 0 auto;
  }
}

.btn_contact7 input:hover {
  background-color: #fff;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .contact7 dt {
    float: left;
    clear: left;
    width: 35%;
    padding: 5px 10px 5px 0;
  }
  .contact7 dd {
    margin-left: 35%;
  }
  .btn_contact7 input {
    width: 70%;
    background-color: #FF9800;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #FF9800;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_contact7 input:hover {
    background-color: #fff;
    color: #FF9800;
  }
}
.radio-btn span.wpcf7-list-item {
  display: block;
  padding: 10px 0 10px 10px;
}
.radio-btn span.wpcf7-list-item input {
  width: auto;
}

.wpcf7-not-valid-tip {
  background-color: #faf9f8;
}

.text-center {
  text-align: center;
  font-size: 13px;
}
.text-center span {
  font-weight: 800;
  font-size: 18px;
}