.contact_area {
  /*-----------
page_title
-----------*/
}

.contact_area .page_title {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .contact_area .page_title {
    margin-bottom: 35px;
  }
}

.contact_area .page_title img {
  height: 30px;
  padding: 0 20px;
}

.contact_area .section_title {
  text-align: center;
}

.contact_area .section_title h2 {
  margin-bottom: 25px;
}

.contact_area .section_title h2 img {
  height: 24px;
}

.contact_area .section_title p a {
  text-decoration: underline;
}

.contact_area .section {
  max-width: 800px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .contact_area .section {
    margin: 0 auto 40px;
  }
}

.contact_area .section .contact_form {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .contact_area .section .contact_form {
    margin-top: 35px;
  }
}

.contact_area .section .contact_form input[type="email"],
.contact_area .section .contact_form input[type="text"] {
  border: 1px solid #eae8de;
  padding: 10px;
  width: 100%;
}

.contact_area .section .contact_form input[type="email"]:focus,
.contact_area .section .contact_form input[type="text"]:focus {
  border-bottom: 1px solid #f15c27;
}

.contact_area .section .contact_form textarea {
  min-height: 180px;
  width: 100%;
  border: 1px solid #eae8de;
  padding: 10px;
}

.contact_area .section .contact_form textarea:focus {
  border: 1px solid #f15c27;
}

.contact_area .section .contact_form input:focus,
.contact_area .section .contact_form select:focus,
.contact_area .section .contact_form textarea:focus {
  outline: none;
}

.contact_area .section .contact_form .mwform-radio-field {
  margin-right: 10px;
  line-height: 2.8;
}

@media screen and (max-width: 767px) {
  .contact_area .section .contact_form .mwform-radio-field {
    display: block;
    margin-left: 0px !important;
  }
}

.contact_area .section .contact_form .mwform-radio-field input {
  display: none;
}

.contact_area .section .contact_form .mwform-radio-field .mwform-radio-field-text {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}

.contact_area .section .contact_form .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.contact_area .section .contact_form .mwform-radio-field input:checked + .mwform-radio-field-text {
  color: #f15c27;
}

.contact_area .section .contact_form .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #f15c27;
  border-radius: 50%;
}

.contact_area .section .contact_form .bottom20 {
  margin-bottom: 20px;
}

.contact_area .section .contact_form dl {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .contact_area .section .contact_form dl {
    margin-bottom: 8px;
  }
}

.contact_area .section .contact_form dl:after {
  content: " ";
  display: block;
  clear: both;
}

.contact_area .section .contact_form dl dt {
  float: left;
  width: 160px;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .contact_area .section .contact_form dl dt {
    float: none;
    width: 100%;
  }
}

.contact_area .section .contact_form dl dt .form_box_tit {
  width: 100px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contact_area .section .contact_form dl dt .form_box_tit {
    width: 90px;
  }
}

.contact_area .section .contact_form dl dt .required {
  color: #fff;
  background: #f15c27;
  font-size: 1rem;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  line-height: 1.6;
}

.contact_area .section .contact_form dl dd {
  float: left;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}

@media screen and (max-width: 767px) {
  .contact_area .section .contact_form dl dd {
    float: none;
    width: 100%;
  }
}

.contact_area .section .contact_form .btn_submit {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .contact_area .section .contact_form .btn_submit {
    margin-top: 30px;
  }
}

.contact_area .section .contact_form .btn_submit .btn_back {
  background: url("../../images/common/btn/btn_back_off.svg") center no-repeat;
  width: 94px;
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  margin: 0 20px;
}

.contact_area .section .contact_form .btn_submit .btn_back:hover {
  background: url("../../images/common/btn/btn_back_on.svg") center no-repeat;
}

.contact_area .section .contact_form .btn_submit .btn_next {
  background: url("../../images/common/btn/btn_kakunin_off.svg") center no-repeat;
  width: 204px;
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  margin: 0 20px;
}

.contact_area .section .contact_form .btn_submit .btn_next:hover {
  background: url("../../images/common/btn/btn_kakunin_on.svg") center no-repeat;
}

.check .contact_form .mwform-radio-field {
  margin-right: 10px;
  line-height: 1.7;
}

.check .contact_form dd {
  padding: 6px 0;
}

.check .contact_form .btn_next {
  background: url("../../images/common/btn/btn_submit_off.svg") center no-repeat !important;
  width: 112px !important;
  height: 31px !important;
}

.check .contact_form .btn_next:hover {
  background: url("../../images/common/btn/btn_submit_on.svg") center no-repeat !important;
}
