/* ##############################################################################

    CONTACT FORM

############################################################################## */

/* attn_tour
*************************************************** */
  .attn_tour {
    border-radius: 16px;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 56px;
    padding-right: 56px;
    column-gap: 32px;
  }
  .attn_tour::before {
    opacity: .5;
  }
  .attn_tour::after {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border-radius: 8px;
  }
  .attn_tour .txt_area {
    width: 440px;
    max-width: 100%;
  }
  .attn_tour .head3 {
    position: relative;
    padding-left: 24px;
    padding-bottom: 12px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .attn_tour .head3::before {
    content: '';
    position: absolute;
    top: .95em;
    left: 0;
    translate: 0 -50%;
    width: 8px;
    height: 12px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .attn_tour .img_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
    min-height: 180px;
  }
  .attn_tour .img_area img {
    object-fit: cover;
  }
  .attn_tour .img_area .txt {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 100%;
    font-weight: 700;
    opacity: .8;
  }
  @media (max-width: 1280px) {
    .attn_tour .txt_area {
      max-width: calc(100% - 280px);
    }
  }
  @media (max-width: 768px) {
    .attn_tour {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 40px;
    }
    .attn_tour::after {
      top: 12px;
      left: 12px;
      width: calc(100% - 24px);
      height: calc(100% - 24px);
    }
    .attn_tour .txt_area {
      width: 100%;
    }
    .attn_tour .img_area {
      width: 100%;
      padding-top: 48%;
      margin-bottom: 24px;
    }
    .attn_tour .txt_area {
      max-width: 100%;
    }
  }
  @media (max-width: 560px) {
    .attn_tour {
      padding: 28px;
    }
    .attn_tour .img_area {
      margin-bottom: 16px;
    }
    .attn_tour .head3 {
      margin-left: 0;
    }
    .attn_tour-coming_soon .mgn_txts p:last-child {
      padding-right: 72px;
    }
  }

/* contact - layout
*************************************************** */
  .contact {
    padding-top: 20px;
  }
  .contact .tel {
    line-height: 1.9em;
  }
  .contact .head4 {
    line-height: 1.8em;
  }
  .contact .fukidashi {
    position: absolute;
    right: -112px;
    bottom: 100%;
  }
  .contact .fukidashi .cmnt_ppl {
    margin-top: 80px;
  }
  .contact .fukidashi .cmnt_box {
    width: 132px;
    height: 132px;
    border-radius: 100%;
    margin-left: -24px;
    line-height: 1.6em;
  }
  .contact .fukidashi .cmnt_box::before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 2px;
    border-style: solid;
    border-top-width: 21px;
    border-right-width: 9px;
    border-left-width: 9px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    z-index: -1;
  }
  @media (max-width: 1480px) {
    .contact .fukidashi {
      right: -64px;
    }
  }
  @media (max-width: 1280px) {
    .contact .head4 {
      text-align: left;
    }
  }
  @media screen and (max-width: 1064px) {
    .contact {
      padding-top: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .contact .fukidashi {
      right: -48px;
    }
    .contact .fukidashi .cmnt_ppl {
      margin-top: 64px;
      translate: 12px 0;
    }
    .contact .fukidashi .cmnt_ppl img {
      width: 104px;
    }
    .contact .fukidashi .cmnt_box {
      width: 104px;
      height: 104px;
      line-height: 1.6em;
      font-size: 80%;
      letter-spacing: .05em;
    }
  }
  @media screen and (max-width: 560px) {
    .contact .head4 {
      font-size: 100%;
    }
    .contact .fukidashi {
      right: 4px;
      z-index: -1;
      text-align: center;
    }
    .contact .fukidashi .cmnt_box {
      width: 80px;
      height: 80px;
      font-size: 70%;
      margin-left: -80px;
    }
    .contact .fukidashi .cmnt_box::before {
      left: 50%;
      bottom: -12px;
      transform: translateX(-50%) rotate(0deg);
    }
    .contact .fukidashi .cmnt_ppl {
      margin-top: 96px;
      translate: 0 0;
    }
    .contact .fukidashi .cmnt_ppl img {
      width: 72px;
    }
  }
  @media (max-width: 413px) {
    .contact .head4 {
      font-size: 93%;
    }
  }
  @media (max-width: 374px) {
    .contact .head4 {
      font-size: 75%;
    }
  }

  #contact_pos {
    top: 0;
    left: 0;
    position: absolute;
  }
  @media screen and (max-width: 560px) {
    .form_area {
      position: relative;
    }
  }

  #cf_form,
  #cf_form::before,
  #contact .tel_area,
  #contact .tel_area::before {
    border-radius: 16px;
  }
  #cf_form,
  #contact .tel_area {
    padding: 80px;
    box-shadow: 0 4px 8px rgba(0,0,0,.02);
  }
  #cf_form::before,
  #contact .tel_area::before {
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    top: 24px;
    left: 24px;
  }
  #cf_form .sect_ttl .slash,
  #contact .tel_area .sect_ttl .slash {
    top: .2em;
    opacity: .75;
  }
  #cf_form .sect_ttl .slash:first-child,
  #contact .tel_area .sect_ttl .slash:first-child {
    right: calc(100% + 40px);
  }

/* form_flow
*************************************************** */
  .form_flow_list {
    order: 1;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
    max-width: 65%;
  }
  .form_flow_list--item {
    width: 33.333%;
  }
  .form_flow_list--item:last-child {
    z-index: -1;
  }
  .cf_form-confirm .form_flow_list .form_flow_list--item-confirm,
  .cf_form-complete .form_flow_list .form_flow_list--item-complete {
    z-index: 1;
  }
  .form_flow_list--item:not(:last-child) {
    border-right: none;
  }
  .cf_form-confirm .form_flow_list .form_flow_list--item-input,
  .cf_form-complete .form_flow_list .form_flow_list--item:not(.form_flow_list--item-complete) {
    color: #ccc;
  }
  .form_flow_list--item::before,
  .form_flow_list--item::after,
  .form_flow_list--item .num {
    background-color: #ccc;
  }
  .form_flow_list--item::before {
    content: '';
    position: absolute;
    top: 23px;
    left: calc(50% - 1em);
    z-index: -1;
    width: 100%;
    height: 2px;
  }
  .form_flow_list--item:last-of-type::before {
    content: none;
  }
  .form_flow_list--item .num {
    width: 48px;
    height: 48px;
    font-size: 125%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-bottom: 2px;
    border-radius: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    color: #fff;
  }
  .cf_form-input .form_flow_list--item-input .num,
  .cf_form-confirm .form_flow_list--item-confirm .num,
  .cf_form-complete .form_flow_list--item-complete .num {
    background-color: #eec139;
  }
  .cf_form-input .form_flow_list--item-input .txt,
  .cf_form-confirm .form_flow_list--item-confirm .txt,
  .cf_form-complete .form_flow_list--item-complete .txt {
    color: #0ab4c4;
  }
  @media screen and (max-width: 960px) {
    .form_flow_list {
      width: 100%;
      max-width: 100%;
    }
    .form_flow_list--item {
      font-size: 100%;
      letter-spacing: 0em;
      line-height: 1.6em;
    }
  }
  @media screen and (max-width: 560px) {
    .form_flow_list {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 320px) {
    .form_flow_list--item {
      font-size: 90%;
    }
  }

/* COMMON
*************************************************** */
  .form_area .confirm_area,
  .response_load,
  .wpcf7-spinner,
  .wpcf7-response-output {
    display: none;
  }
  .form_list { width:100%; }
  .form_list--item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .form_list--item .ttl {
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
  }
  .confirm_area .form_list--item .ttl .txt {
    font-weight: bold;
    font-size: 85%;
    opacity: .5;
  }
  .form_list--item .cont .txt { min-width: 36px; }
  .form_list--item .cont .flx { column-gap: 8px; }
  .form_list--item .cont input[type="text"],
  .form_list--item .cont input[type="email"],
  .form_list--item .cont input[type="tel"],
  .form_list--item .cont input[type="date"],
  .form_list--item .cont input[type="password"],
  .form_list--item .cont textarea {
    width: 100%;
    vertical-align: bottom;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .form_list--item .cont input[type="text"],
  .form_list--item .cont input[type="email"],
  .form_list--item .cont input[type="tel"],
  .form_list--item .cont input[type="date"],
  .form_list--item .cont input[type="password"] {
    height: 44px;
    line-height: 44px;
  }
  .form_list--item .cont input[type="text"],
  .form_list--item .cont input[type="email"],
  .form_list--item .cont input[type="tel"],
  .form_list--item .cont input[type="date"],
  .form_list--item .cont input[type="password"],
  .form_list--item .cont select,
  .form_list--item .cont textarea {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e8eb;
    font: inherit;
    font-size: 100%;
  }
  .form_list--item .cont textarea {
    height: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .form_list--item .cont select { height: 40px; }
  .form_list--item .cont ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .form_list--item .cont input:hover { opacity: .7; }
  .form_list--item .cont textarea:hover { opacity: .7; }
  .form_list--item .cont input:focus { outline: none; }

/* radio & checkbox
*************************************************** */
  .form_list--item .cont .cf_rc input[type="radio"],
  .form_list--item .cont .cf_rc input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .form_list--item .cont .cf_rc .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .form_list--item .cont .cf_rc .wpcf7-form-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    column-gap: 24px;
  }
  .form_list--item .cont .cf_rc .wpcf7-list-item:not(:last-child) {
    margin-bottom: 0;
  }
  .form_list--item .cont .cf_rc .wpcf7-list-item-label {
    display: inline-block;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
  }

  .form_list--item .cont .cf_rc .wpcf7-list-item-label:hover { opacity: .7; }
  .form_list--item .cont .cf_rc .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
  }
  .form_list--item .cont .acceptance input[type="checkbox"] {
    position: relative;
    margin-right: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
  }
  .form_list--item .cont .cf_rc .wpcf7-list-item-label::before,
  .form_list--item .cont .acceptance input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
  }
  .form_list--item .cont .cf_rc input[type="radio"] + .wpcf7-list-item-label::before { border-radius: 10px; }
  .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label {
    color: rgb(201,44,51);
    font-weight: bold;
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label::before,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked {
    border-color: rgb(201,44,51);
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label::after,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    z-index: 10;
    display: block;
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label::after {
    top: 11px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: rgb(201,44,51);
    border-radius: 100%;
  }
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked::after {
    top: 8px;
    left: 5px;
    width: 5px;
    height: 9px;
    border-right: 2px solid rgb(201,44,51);
    border-bottom: 2px solid rgb(201,44,51);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/* address
*************************************************** */
  .form_list--item .cont .cf_zip {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form_list--item .cont .cf_zip input[type="text"] {
    width: auto;
    max-width: 200px;
  }

/* date
*************************************************** */
  .form_list--item .select-date select {
    margin-right: 8px;
  }

/* file
*************************************************** */
  .form_list--item ul.cf_files {
    overflow: hidden;
    margin-bottom: 8px;
    row-gap: 10px;
  }
  .form_list--item .cf_file {
    width: calc(100% / 3 - 8px*2/3);
  }
  .input_area .form_list--item .cf_file input[type="file"] {
    width: 100%;
    background-color: transparent !important;
  }
  .input_area .form_list--item .cf_file input[type="file"]::file-selector-button {
    color: #111111;
    font-size: 14px;
    border: 0;
    border-radius: 10em;
    padding: 4px 16px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    background-color: #f6f6f6;
    letter-spacing: .1em;
    font-size: 100%;
    text-align: center;
  }
  .confirm_area .form_list--item .attn_list {
    display: none;
  }
  .confirm_area .form_list--item ul.cf_files {
    margin-top: -4px;
    margin-bottom: -4px;
    row-gap: 0;
  }
  .confirm_area .form_list--item .cf_file {
    width: 100%;
    font-size: 85%;
  }
  .confirm_area .form_list--item .file_wrap {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  @media (max-width: 1280px) {
    .form_list--item .cf_files {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .form_list--item .cf_file {
      width: 100%;
    }
  }
  .form_list--item .file_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 8px;
  }
  .form_list--item .file_wrap .preview {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #000;
  }
  .form_list--item .file_wrap .preview img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/* other
*************************************************** */

  /* --- support --- */
  .cf_form--support {
    margin-top: 4px;
    line-height: 1.6em;
    opacity: .5;
    font-size: 80%;
  }

  /* --- required --- */
  .required,
  .any {
    background: rgb(235,105,111);
    color: #fff;
    font-size: 70%;
    padding: 4px 8px 5px;
    line-height: 1em;
    border-radius: 100vmax;
    translate: 0 1px;
  }
  .any {
    background-color: #b7b7b7;
  }

  /* --- cf_form--btns --- */
  .cf_form--btns p {
    padding-top: 32px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 16px;
  }
  .cf_form .btn-form {
    min-width: 360px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 32px;
    padding-right: 32px;
    border: none;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .5em;
    font-size: 100%;
    border-radius: 100vmax;
  }
  .cf_form .btn-form.btn-confirm,
  .cf_form .btn-form.btn-send {
    color: #fff;
  }

  /* --- confirm complete none --- */
  .cf_form-confirm .confirm_none,
  .cf_form-complete .complete_none,
  .cf_form-confirm .cf_form--support {
    display: none;
  }

  /* --- error --- */
  .cf_form .wpcf7-not-valid-tip {
    display: none; /* validation engineでエラーテキストが重複するためトル */
  }
  .cf_form .formError {
    position: static !important;
    font-weight: bold;
  }
  .cf_form .formErrorArrow {
    display: none;
  }
  .cf_form .formErrorContent {
    position: relative;
    display: block;
    margin-bottom: 6px;
    line-height: 1.4em;
    padding-left: 16px;
    color: rgb(201,44,51) !important;
    font-size: 70%;
  }
  .cf_form .formErrorContent::before {
    display: inline-block;
    position: absolute;
    top: .8em;
    left: 0;
    content: '!';
    width: 13px;
    height: 13px;
    padding-left: 1px;
    line-height: 12px;
    margin-right: 4px;
    border-radius: 100%;
    background-color: rgb(201,44,51);
    color: #fff;
    text-align: center;
    transform: translateY(-50%) scale(.8);
    font-size: 85%;
  }
  .cf_form .formError + input,
  .cf_form .formError + select,
  .cf_form .formError + textarea,
  .cf_form .formError + input[type="file"]::file-selector-button {
    background-color: rgba(201,44,51,.1) !important;
    border-color: rgba(201,44,51,.5) !important;
  }
  input[name="recaptcha-v3"] + .wpcf7-not-valid-tip {
    display: table;
    margin-top: 24px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  input[name="recaptcha-v3"] + .wpcf7-not-valid-tip::before {
    content: none;
  }
  input[name="recaptcha-v3"] + .wpcf7-not-valid-tip::after {
    content: '\5165\529B\5B8C\4E86\307E\3067\306E\5236\9650\6642\9593\3092\8D85\3048\305F\305F\3081\3001\30BB\30C3\30B7\30E7\30F3\306E\6709\52B9\671F\9650\304C\5207\308C\307E\3057\305F\3002\304A\624B\6570\3067\3059\304C\3001\3082\3046\4E00\5EA6\300E\5165\529B\5185\5BB9\3092\78BA\8A8D\300F\30DC\30BF\30F3\3092\62BC\3057\3066\304F\3060\3055\3044\3002';
    width: 100%;
    display: block;
    margin-top: 8px;
    text-align: justify;
    color: rgb(201,44,51);
    line-height: 1.6em;
  }

  /* --- ver --- */
  .form_list-ver .form_list--item .ttl {
    margin-bottom: 16px;
    line-height: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .form_list-ver .form_list--item .ttl .txt {
    opacity: .5;
    font-weight: 700;
  }
  .form_list-ver .form_list--item-date .cont .ttl {
    margin-bottom: 0;
    opacity: .5;
    font-weight: 700;
    font-size: 93%;
  }
  /* --- hor --- */
  .form_list-hor .form_list--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form_list-hor .form_list--item .ttl {
    width: 220px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form_list-hor .form_list--item .cont {
    flex: 1;
    margin-left: 40px;
  }

  /* --- wpcf7-response-output ---  */
  .wpcf7 form {
    position: relative;
    min-height: calc(108px + 122px);
  }
  .response_load {
    min-height: 108px;
    position: absolute;
    width: 100%;
  }
  .response_load .load {
    row-gap: 8px;
  }
  .response_load .line {
    width: 120px;
    height: 1px;
  }
  .response_load .line::before {
    clip-path: inset(100% 0 -20% 0);
  }
  .response_load.is_show .load,
  .response_load.is_show .line::before {
    animation-timing-function: cubic-bezier(0.77,0,0.18,1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .response_load.is_show .load {
    animation-delay: 2.5s;
    animation-duration: .6s;
    animation-name: fade_out;
  }
  .response_load.is_show .line::before {
    animation-duration: 2.5s;
    animation-name: mask-to_rgt;
  }
  .wpcf7 form .wpcf7-response-output {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border: none;
    margin: 0;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc32320d;
  }
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e280d;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb9000d;
  }
  .hide_inputs {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media (max-width: 1480px) {
    .wpcf7 form .wpcf7-response-output {
      text-align: left;
    }
  }

  @media only screen and (max-width: 960px) {
    .form_list-hor .form_list--item {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .form_list-hor .form_list--item .ttl {
      width: auto;
      line-height: 1em;
      margin-bottom: 16px;
    }
    .form_list-hor .form_list--item .cont {
      margin-left: 0;
    }
    .cf_form .btn-form {
      min-width: auto;
    }
  }
  @media screen and (max-width: 768px) {
    #cf_form,
    #contact .tel_area {
      padding: 40px;
    }
    #cf_form::before,
    #contact .tel_area::before {
      width: calc(100% - 24px);
      height: calc(100% - 24px);
      top: 12px;
      left: 12px;
    }
  }
  @media only screen and (max-width: 560px) {
    #cf_form,
    #contact .tel_area {
      padding-left: 28px;
      padding-right: 28px;
    }
    #cf_form .sect_ttl,
    #contact .tel_area .sect_ttl {
      font-size: 130%;
    }
    #cf_form .sect_ttl .slash,
    #contact .tel_area .sect_ttl .slash {
      top: .4em;
      width: 5px;
      opacity: .5;
      height: 80%;
    }
    #cf_form .sect_ttl .slash:first-child,
    #contact .tel_area .sect_ttl .slash:first-child {
      right: calc(100% + 24px);
    }
    #cf_form .sect_ttl .slash:last-child,
    #contact .tel_area .sect_ttl .slash:last-child {
      left: calc(100% + 24px);
    }
    .form_list--item {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .form_list--item .cont input[type="text"],
    .form_list--item .cont input[type="email"],
    .form_list--item .cont input[type="tel"],
    .form_list--item .cont input[type="date"],
    .form_list--item .cont input[type="password"],
    .form_list--item .cont textarea {
      font-size: 16px;
    }
    .form_list--item .cont .cf_rc .wpcf7-list-item {
      display: block;
    }
    .form_list--item .cont .cf_zip input[type="text"] {
      width: calc(100% - 23px);
      margin-right: 0;
    }
    .form_list-ver .form_list--item-date .date__time.btm8 {
      margin-bottom: 12px;
    }
    .form_list-ver .form_list--item-date .cont .ttl {
      width: 100%;
      margin-bottom: 8px;
    }
    .cf_form--btns p {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      row-gap: 12px;
    }
    .wpcf7 form .wpcf7-response-output {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  }
  @media (max-width: 374px) {
    .form_list--item .select-date select {
      padding-left: 6px;
      font-size: 11px;
    }
    .form_list--item-date .cont select {
      font-size: 11px;
      padding-left: 6px;
    }
  }