@charset "UTF-8";
.page_contact_renewal {
  margin-top: 80px !important;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal {
    margin-top: 50px !important;
    padding-bottom: 40px;
  }
}
.page_contact_renewal h2.title {
  margin: 0 !important;
  padding: 60px 0 40px;
  color: #3E3E3E !important;
  text-align: center;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 3px;
}
.page_contact_renewal h2.title.contact_complete_title {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal h2.title.contact_complete_title {
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page_contact_renewal h2.title {
    padding: 40px 0 40px;
    border: none !important;
    width: 100%;
  }
}
.page_contact_renewal h2.title .en_sub {
  color: #3E3E3E !important;
  text-align: center;
  font-family: "Josefin Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 3px;
  display: block;
}
.page_contact_renewal .on_form_text {
  color: #3E3E3E;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  padding-bottom: 80px;
}
.page_contact_renewal .on_form_text .only_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .on_form_text .only_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .on_form_text {
    padding-bottom: 40px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
}
.page_contact_renewal .contact-form-container {
  display: table;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container {
    width: 90%;
    margin: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container.contact-confirm-form-container {
    width: 90% !important;
    margin: 0 16px;
  }
}
.page_contact_renewal .contact-form-container .form-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #E0E0E0;
}
.page_contact_renewal .contact-form-container .form-row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container .form-row {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page_contact_renewal .contact-form-container .form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 217px;
  color: #3E3E3E;
  font-family: "source-han-sans-japanese";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-label .attention_text {
  color: #FFF;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 26px;
  padding: 4px 9.656px 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 5px;
  background: #E88B8B;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container .form-label {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}
.page_contact_renewal .contact-form-container .form-field {
  padding: 10px 0;
  color: #3E3E3E;
  font-family: "source-han-sans-japanese";
  padding: 0 !important;
  max-width: calc(100% - 297px);
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container .form-field {
    width: 100%;
    max-width: 100%;
  }
}
.page_contact_renewal .contact-form-container .form-field .half-size-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px !important;
  height: 32px !important;
  padding: 8px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  margin: 0 !important;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form::-webkit-input-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form::-moz-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form:-ms-input-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form::-ms-input-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form::placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container .form-field .half-size-form {
    width: 100% !important;
    padding: 8px;
    font-size: 13px !important;
    line-height: 13px !important;
  }
}
.page_contact_renewal .contact-form-container .form-field .half-size-form-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px !important;
  height: 32px !important;
  padding: 8px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  margin: 0 !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container .form-field .half-size-form-select {
    width: 100% !important;
  }
}
.page_contact_renewal .contact-form-container .form-field .half-size-form-select::after {
  position: absolute;
  right: 20px;
  z-index: 3;
  content: "";
  width: 9.1px;
  height: 6.8px;
  top: 12.5px;
  background-image: url(../img/contact-sankaku.svg);
}
.page_contact_renewal .contact-form-container .form-field .half-size-form-select select {
  background: #FFF;
  width: 100%;
  padding: 0 12px;
  color: #999;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-size: 12px;
  font-family: "source-han-sans-japanese";
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container .form-field .half-size-form-select select {
    padding: 2px 6px;
    text-align: left;
    width: 100% !important;
    font-size: 13px !important;
    line-height: 13px !important;
  }
}
.page_contact_renewal .contact-form-container .form-field .half-size-form-select select:invalid {
  color: #999 !important;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form-select select:valid {
  color: #3E3E3E !important;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form-select select option {
  color: #3E3E3E;
}
.page_contact_renewal .contact-form-container .form-field .half-size-form-select select option:first-child {
  color: #999;
}
.page_contact_renewal .contact-form-container .form-field .full-size-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 697px !important;
  height: 32px !important;
  padding: 8px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  margin: 0 !important;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .page_contact_renewal .contact-form-container .form-field .full-size-form {
    width: 500px !important;
  }
}
@media screen and (max-width: 860px) {
  .page_contact_renewal .contact-form-container .form-field .full-size-form {
    width: 400px !important;
  }
}
.page_contact_renewal .contact-form-container .form-field .full-size-form::-webkit-input-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .full-size-form::-moz-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .full-size-form:-ms-input-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .full-size-form::-ms-input-placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .full-size-form::placeholder {
  color: #999;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .contact-form-container .form-field .full-size-form {
    width: 100% !important;
    padding: 8px;
    font-size: 13px !important;
    line-height: 13px !important;
  }
}
.page_contact_renewal .contact-form-container .form-field textarea.full-size-form {
  height: 300px !important;
  padding-top: 12px;
  resize: vertical;
  line-height: 18px;
}
.page_contact_renewal .contact-form-container .form-field .area_full_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 950px) {
  .page_contact_renewal .contact-form-container .form-field .area_full_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.page_contact_renewal .contact-form-container .form-field .ec-errorMessage {
  color: #F00;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
  padding-bottom: 8px;
}
.page_contact_renewal .contact-form-container .form-field .mini_text {
  color: #F00;
  font-family: "source-han-sans-japanese";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  padding-top: 8px;
  position: relative;
  padding-left: 14px;
}
.page_contact_renewal .contact-form-container .form-field .mini_text::before {
  content: "※";
  position: absolute;
  left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
}
.page_contact_renewal .contact-form-container .form-field .mini_text2 {
  padding-top: 0px;
}
.page_contact_renewal .renewal_contact_submit button {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 267px;
  padding: 16px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #E88B8B !important;
  color: #FFF;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_submit button {
    padding: 9px 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0;
    width: 267px;
  }
}
.page_contact_renewal .renewal_contact_submit_confirm {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_submit_confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    padding-top: 24px;
  }
}
.page_contact_renewal .renewal_contact_submit_confirm button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 267px;
  padding: 16px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_submit_confirm button {
    padding: 9px 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0;
    width: 267px;
  }
}
.page_contact_renewal .renewal_contact_submit_confirm button.return_confirm_btn {
  background: #997545;
}
.page_contact_renewal .renewal_contact_submit_confirm button.submit_confirm_btn {
  border-radius: 4px;
  background: #E88B8B;
}
.page_contact_renewal .renewal_contact_complete {
  max-width: 720px;
  margin: 0 auto;
}
.page_contact_renewal .renewal_contact_complete .renewal_contact_complete_message {
  color: #997545;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .renewal_contact_complete_message {
    font-size: 20px;
    padding: 16px 0 24px;
  }
}
.page_contact_renewal .renewal_contact_complete .renewal_contact_complete_message .only_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .renewal_contact_complete_message .only_sp {
    display: block;
  }
}
.page_contact_renewal .renewal_contact_complete .renewal_contact_complete_text {
  color: #3E3E3E;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  padding-bottom: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .renewal_contact_complete_text {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 16px;
  }
}
.page_contact_renewal .renewal_contact_complete .renewal_contact_complete_text .only_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .renewal_contact_complete_text .only_sp {
    display: block;
  }
}
.page_contact_renewal .renewal_contact_complete .shop_information {
  width: 100%;
  border-top: #D9D9D9 solid 1px;
  padding: 24px 40px 40px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .shop_information {
    padding: 16px 0;
  }
}
.page_contact_renewal .renewal_contact_complete .shop_information .name {
  color: #3E3E3E;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .shop_information .name {
    padding-bottom: 8px;
  }
}
.page_contact_renewal .renewal_contact_complete .shop_information a {
  display: block;
  color: #3E3E3E;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .shop_information a {
    padding-bottom: 8px;
    line-height: 14px;
  }
}
.page_contact_renewal .renewal_contact_complete .shop_information a.phone-link {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .shop_information a.phone-link {
    padding-bottom: 8px;
  }
}
.page_contact_renewal .renewal_contact_complete .renewal_contact_submit .button-to-top {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 267px;
  padding: 24px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #997545;
  color: #FFF;
  text-align: center;
  font-family: "source-han-sans-japanese";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_contact_renewal .renewal_contact_complete .renewal_contact_submit .button-to-top {
    padding: 9px 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0;
    width: 267px;
  }
}

#page_contact .ec-layoutRole__contents {
  margin: 0 !important;
}
#page_contact .ec-layoutRole__contents #page {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  header .down-arrow-open .down-arrow-text {
    white-space: nowrap;
  }
}
#page_contact .ec-layoutRole__contents, #page_contact_complete .ec-layoutRole__contents {
  margin: 0 !important;
}
#page_contact .ec-layoutRole__contents #page, #page_contact_complete .ec-layoutRole__contents #page {
  margin-top: 0 !important;
}

#page_contact_complete #undercolumn {
  margin-bottom: 0 !important;
}
#page_contact_complete .page_contact_renewal {
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #page_contact_complete .page_contact_renewal {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  header .down-arrow-open .down-arrow-text {
    white-space: nowrap;
  }
  #undercolomn {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=contact_renewal.css.map */