@charset "UTF-8";
/* contact_form
--------------------------------------------------*/
.contact_form {
  padding: 30px 0;
}
.form_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
}
.row_odd {
  background-color: #ededed;
}
.row_odd,
.row_even {
  padding: 25px 0;
}
@media screen and (min-width: 601px) {
  .row_odd,
  .row_even {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  .contact_form {
    padding: 60px 0;
  }
  .form_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .contact_form {
    padding: 120px 0;
  }
}
.accent_text {
  font-weight: 500;
}
.form_item_head {
  margin-bottom: 12px;
}
.form_item_head p {
  font-weight: 400;
  line-height: 1;
}
.form_item_head span.accent_text {
  padding-left: 3px;
  font-size: 1.4rem;
  line-height: 1.2;
}
span.wpcf7-list-item {
  width: 100%;
  margin: 0 0 10px;
  padding: 20px;
  background-color: #d6d6d6;
}
span.wpcf7-list-item:last-child {
  margin: 0;
}
span.wpcf7-list-item input {
  display: none;
  vertical-align: middle;
}
span.wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: #ee7948;
}
span.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #ee7948;
  border-radius: 50%;
}
span.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
span.wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}
.text_entry input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #d7d3cf;
  font-size: 1.5rem;
  font-weight: 400;
}
.message_entry textarea {
  width: 100%;
  height: 200px;
  padding: 8px 15px;
  border: 1px solid #d7d3cf;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #ee7948;
  font-size: 1.3rem;
}
.submit_btn {
  max-width: 650px;
  margin: 15px auto 0;
}
.submit_btn input {
  width: 100%;
  padding: 14px 0;
  background-color: #000;
  border-color: transparent;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-transition: background-color 1s linear;
  transition: background-color 1s linear;
}
.submit_btn input:hover {
  background-color: #ee7948;
  -webkit-transition: background-color 1s linear;
  transition: background-color 0.1s linear;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  max-width: 708px;
  margin: 30px 3.90625%;
  padding: 20px;
  border: 3px solid #ee7948;
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 601px) {
  span.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  span.wpcf7-list-item:last-child {
	  margin: 0 0 10px;
  }
  .form_item_head {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  span.wpcf7-list-item {
    width: 49.306%;
  }
  .text_entry input {
    height: 50px;
    font-size: 1.6rem;
  }
  .message_entry textarea {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .submit_btn input {
    padding: 20px 0;
    font-size: 1.6rem;
  }
  span.wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .form_item_head {
    width: 23.959%;
  }
  .form_item_contact {
    width: 74.48%;
  }
  div.wpcf7-mail-sent-ng, div.wpcf7-aborted,
  div.wpcf7-validation-errors,
  div.wpcf7-mail-sent-ok {
    margin: 40px auto;
  }
}
@media screen and (min-width: 1025px) {
  .form_item_head p {
    font-size: 1.6rem;
  }
}