.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.contact_container {
  max-width: 760px;
  padding: 0 20px;
  margin: 0 auto;
}

.add_ast {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #3B3B3B;
  margin-top: 28px;
}

.add_ast_lisk {
  color: #E05858;
  display: contents;
}

.contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 75px auto;
}

@media screen and (max-width: 768px) {
  .contact_tel {
    display: block;
  }
}

.contact_tel_green {
  background-color: #297C7C;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  border-radius: 15px 0 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0 15px 62px;
}

@media screen and (max-width: 768px) {
  .contact_tel_green {
    border-radius: 15px 15px 0 0;
    padding: 13px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .contact_tel_green p {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
  }
}

.contact_tel_white {
  background-color: #fff;
  color: #297C7C;
  font-size: 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  border-radius: 0 15px 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0 15px 57px;
}

@media screen and (max-width: 768px) {
  .contact_tel_white {
    border-radius: 0 0 15px 15px;
    padding: 13px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 31px;
  }
}

.contact_tel_white_ast {
  display: block;
  font-size: 14px;
  font-family: unset;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #3B3B3B;
}

@media screen and (max-width: 768px) {
  .contact_tel_white_ast {
    font-size: 11px;
  }
}

.contact_form {
  color: #3b3b3b;
  margin-bottom: 144px;
  font-weight: bold;
  font-size: 1.6rem;
}

.contact_form_dl {
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .contact_form_dl {
    margin-bottom: 47px;
  }
}

.contact_form_title {
  line-height: 1.87;
  border: none !important;
  margin-bottom: 10px;
}

.contact_form_input {
  border: none !important;
}

.contact_form_input input {
  border: none;
  padding: 12px 15px;
  width: 100%;
  font-size: 1.6rem;
  background: #FFFFFF;
}

.contact_form_input input::-webkit-input-placeholder {
  color: #cecece;
}

.contact_form_input input:-ms-input-placeholder {
  color: #cecece;
}

.contact_form_input input::-ms-input-placeholder {
  color: #cecece;
}

.contact_form_input input::placeholder {
  color: #cecece;
}

.contact_form textarea {
  border: none;
  height: 247px;
  width: 100% !important;
  padding: 20px;
  background: #FFFFFF;
}

.contact_form_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	position:relative;
}

.contact_form_radio input {
  vertical-align: unset;
}


.mwform-radio-field-text {
  color: #3b3b3b;
  margin-bottom: 144px;
  font-weight: bold;
  font-size: 1.6rem;
}


.contact_form_parea {
  text-align: center;
  margin-bottom: 122px;
}
.contact_form_radio div.mfp_err{
	position: absolute;
}
@media screen and (max-width: 491px) {
	.contact_form_radio div.mfp_err{
		top:50px;
		font-size:11px;
	}
}

@media screen and (max-width: 768px) {
  .contact_form_parea {
    margin-bottom: 30px;
    line-height: 1.87;
  }
}

.contact_form_privacy {
  text-decoration: underline !important;
  display: inline-block;
}

.contact_form_button {
  background-color: #297C7C;
  border: none;
  color: #fff !important;
  padding: 12px;
  width: 242px;
  border-radius: 35px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.contact_form_button:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.contact_form_confirm {
  font-size: 2.2rem;
  margin-bottom: 25px;
  color: #297C7C;
}

.thanks_text {
  margin: 200px 0;
}

.thanks_text_p {
  margin-top: 50px;
  line-height: 1.5;
}

.thanks_text_links {
  text-align: center;
  padding: 10px 20px;
  background-color: #297C7C;
  color: #fff !important;
  border-radius: 65px;
  width: 200px;
  margin: 40px auto;
  display: block;
}

.thanks_text_links:hover {
  color: #fff;
}

.thanks_text .page_title::after {
  display: none;
}
/*# sourceMappingURL=contact.css.map */