.contact_top_text {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .contact_top_text {
    padding-top: 28px;
  }
}

.contact_top_text p {
  font-size: 15px;
  line-height: 1.5em;
}

.contact_tel {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .contact_tel {
    padding-top: 50px;
  }
}

.contact_tel_title {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .contact_tel_title {
    font-size: 16px;
  }
}

.contact_tel_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 29px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .contact_tel_c {
    display: block;
    border-bottom: none;
  }
}

.contact_tel_c_n {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media (max-width: 999px) {
  .contact_tel_c_n {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
}

@media (max-width: 767px) {
  .contact_tel_c_n {
    width: 100%;
    max-width: 300px;
    margin: auto;
    border: 1px solid #A91B4B;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.contact_tel_c_n p {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 999px) {
  .contact_tel_c_n p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .contact_tel_c_n p {
    font-size: 32px;
  }
}

.contact_tel_c_n p:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/icon_tel@2x.png") center center/contain;
  width: 18px;
  height: 20px;
}

@media (max-width: 767px) {
  .contact_tel_c_n p:after {
    top: 75%;
    left: 20px;
  }
}

.contact_tel_c_n_sp {
  display: none;
}

@media (max-width: 767px) {
  .contact_tel_c_n_sp {
    display: block;
    font-size: 15px;
    color: #A91B4B;
    line-height: 2em;
  }
}

.contact_tel_c_t {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  border-left: 1px solid #DDDDDD;
}

@media (max-width: 999px) {
  .contact_tel_c_t {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
  }
}

@media (max-width: 767px) {
  .contact_tel_c_t {
    border-left: none;
  }
}

.contact_tel_c_t p {
  font-size: 17px;
  line-height: 1.5em;
  padding-left: 40px;
}

@media (max-width: 999px) {
  .contact_tel_c_t p {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .contact_tel_c_t p {
    padding-left: 0;
    padding-top: 22px;
    font-size: 13px;
    letter-spacing: -.08em;
    text-align: center;
  }
}

.contact_tel_c_t p:last-child {
  padding-top: 0;
}

.contact_form {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .contact_form {
    padding-top: 50px;
  }
}

.contact_form_title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .contact_form_title {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px !important;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  background-color: #F8F8F8;
}

@media (max-width: 767px) {
  .form_item {
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
    background-color: none;
  }
}

.form_item:last-child {
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .form_item:last-child {
    border-bottom: none;
  }
}

.form_item_e {
  background-color: #F8E7E8;
}

.e_text {
  color: #A91B4B;
  font-size: 13px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .e_text {
    background-color: #fff;
    width: 100vw;
    padding-left: 20px;
    padding-top: 10px;
  }
}

.form_item_n {
  font-size: 15px;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  padding-left: 20px;
  padding-right: 27px;
}

@media (max-width: 767px) {
  .form_item_n {
    padding-left: 0;
  }
}

.form_item_n label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .form_item_n label {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
}

.form_item_n label span {
  background-color: #A91B4B;
  color: #fff;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  width: 48px;
  display: block;
  text-align: center;
  border-radius: 3px;
}

.form_item_c {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 13px;
  background-color: #fff;
  border-left: 1px solid #707070;
}

@media (max-width: 767px) {
  .form_item_c {
    border-left: none;
  }
}

.form_item_c input {
  line-height: 53px;
  height: 53px;
  width: 90%;
  max-width: 480px;
  font-size: 15px;
  padding-left: 13px;
}

@media (max-width: 767px) {
  .form_item_c input {
    width: 95%;
  }
}

.form_item_c_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  line-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767px) {
  .form_item_c_radio {
    display: block;
    line-height: 2em;
    height: auto;
    padding-top: 18px;
    padding-bottom: 20px;
  }
}

.form_item_c_radio input {
  width: auto;
  height: .9em;
  display: inline-block;
}

.form_item_c_radio label {
  font-size: 15px;
  vertical-align: bottom;
  margin-right: 55px;
}

@media (max-width: 999px) {
  .form_item_c_radio label {
    margin-right: 30px;
  }
}

.label_sp {
  display: none;
}

@media (max-width: 767px) {
  .label_sp {
    display: block;
  }
}

.form_item_c_email_text {
  font-size: 13px;
  color: #666666;
  padding-top: 18px;
  line-height: 1.5em;
}

.form_item_c_email_text p:last-child {
  padding-left: .65em;
}

.form_item_c_email_text p span {
  vertical-align: text-bottom;
  padding-right: 3px;
}

.form_item_c_contents {
  border-bottom: 1px solid #707070;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .form_item_c_contents {
    border-bottom: none;
  }
}

.form_item_c_contents label {
  padding-top: 34px;
}

@media (max-width: 767px) {
  .form_item_c_contents label {
    padding-top: 0;
  }
}

.form_item_c_contents textarea {
  width: 100%;
  max-width: 480px;
  height: 290px;
  padding-top: 22px;
  padding-left: 13px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .form_item_c_contents textarea {
    width: 95%;
  }
}

.about_per {
  padding-top: 40px;
  font-size: 15px;
  line-height: 2em;
}

@media (max-width: 767px) {
  .about_per {
    padding-top: 20px;
  }
}

.about_per a {
  color: #3987F0;
}

.checkbox_wrap {
  padding-top: 30px;
  position: relative;
}
/*
.checkbox_wrap::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  top: 60%;
  left: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.checkbox_wrap:after {
  position: absolute;
}

.checkbox_wrap input {
  vertical-align: text-bottom;
  opacity: 0;
}

.checkbox_wrap label span {
  background-color: #A91B4B;
  color: #fff;
  font-size: 13px;
  height: 22px;
  line-height: 23px;
  width: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  margin-left: 15px;
}

.checkbox_wrap_e {
  position: relative;
}

.checkbox_wrap_e::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  top: 60%;
  left: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background-color: #FDF4F7;
}

.checkbox_wrap_check {
  position: relative;
}

.checkbox_wrap_check::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  top: 65%;
  left: 5px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}
*/
.send_btn {
  padding-top: 130px;
  text-align: center;
  padding-bottom: 170px;
}

@media (max-width: 767px) {
  .send_btn {
    padding: 70px;
    padding-top: 70px;
  }
}
/*
.send_btn a {
  display: block;
  width: 100%;
  max-width: 234px;
  margin: auto;
  text-align: center;
  border: 1px solid #A91B4B;
  color: #A91B4B;
  position: relative;
  font-size: 15px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}

.send_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 10px;
  height: 15px;
}

.send_btn a:hover {
  cursor: pointer;
  background-color: #FDF4F7;
}
*/

#s_2 {
/*  display: none; */
}

.s_2_top {
  font-size: 15px;
  line-height: 2em;
  padding-bottom: 30px;
}

.s_2_main .form_item {
  height: auto;
}

@media (max-width: 767px) {
  .s_2_main .form_item_n {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
}

.s_2_main .form_item_c {
  padding-top: 30px;
  padding-bottom: 26px;
  padding-left: 30px;
  line-height: 1.5em;
}

.s_2_btn {
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 530px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .s_2_btn {
    display: block;
    padding-bottom: 30px;
  }
}
/*
.s_2_btn a {
  display: block;
  width: 100%;
  max-width: 234px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative;
  border: 1px solid #A91B4B;
  color: #A91B4B;
}

@media (max-width: 767px) {
  .s_2_btn a {
    margin: auto;
  }
}

.s_2_btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/s_prev@2x.png") center center/contain;
  width: 15px;
  height: 20px;
}

.s_2_btn a:hover {
  background-color: #FDF4F7;
}

.s_2_btn div {
  position: relative;
  width: 100%;
  max-width: 234px;
}

@media (max-width: 767px) {
  .s_2_btn div {
    margin: 30px auto 0;
  }
}

.s_2_btn div::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/arr_next_w@2x.png") center center/contain;
  width: 15px;
  height: 20px;
  z-index: 100;
}

.s_2_btn div #s_2_submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  background-color: #A91B4B;
  color: #fff;
  border: none;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}

.s_2_btn div #s_2_submit:hover {
  cursor: pointer;
}
*/
.contact_detail_main {
  padding-top: 84px;
  padding-bottom: 200px;
}

.contact_form_title {
  padding-bottom: 20px;
}

.contact_detail_main_text {
  font-size: 15px;
  line-height: 2em;
}

.contact_detail_main_text1 {
  padding-bottom: 30px;
}

.submit {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 234px;
  margin: auto;
  text-align: center;
  border: 1px solid #A91B4B;
  color: #A91B4B;
  position: relative;
  font-size: 15px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
.submit::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 10px;
  height: 15px;
}
.submit:hover {
  cursor: pointer;
  background-color: #FDF4F7;
}

.submit2 {
  cursor: pointer;
  display: block;
  width: 234px;
  margin: 0 auto 40px auto;
  text-align: center;
  border: 1px solid #A91B4B;
  color: #fff;
  position: relative;
  font-size: 15px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #A91B4B;
}
.submit2::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/arr_next_w@2x.png") center center/contain;
  width: 15px;
  height: 20px;
  z-index: 100;
}

.return {
  display: block;
  margin: 0 auto 40px auto;
  width: 234px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #A91B4B;
  color: #A91B4B;
}
.return:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/s_prev@2x.png") center center/contain;
  width: 15px;
  height: 20px;
}

.return:hover {
  background-color: #FDF4F7;
}


