@charset "UTF-8";

/* under_head
***************************************************************/
.under_head{
  padding-bottom: 100px;
}
.under_head--ttl{
  font-size: 48px;
  margin-top: 110px;
}
body{
  font-size: 16px;
}
.sec{
  padding-top: 0;
}
.contact_sec > .inner{
  max-width: 865px;
  padding: 0 20px 110px;
}
.under_intro_txt {
    max-width: 830px;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .under_intro_txt {
      margin-top: -20px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .under_head{
    padding-bottom: 35px;
  }
  .under_head--ttl{
    /*font-size: 26px;
    padding-top: 95px;*/
    margin-top: 0;
  }
  .inner_in{
    margin: 0;
  }

  .contact_sec > .inner {
      max-width: 100%;
      padding: 0;
  }
  div#contact_wrap {
    padding-top: 5px;
  }

}


/* flow
***************************************************************/
.flow_inner{
  display: flex;
  justify-content: space-between;
  padding:  0 100px;
  position: relative;
}
.flow_inner > p{
  width: 270px;
  height: 48px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flow_inner > p + p::before{
  content: '';
  width: 47px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: -47px;
}
.flow_inner > p.active{
  background-color: #000;
  color: #fff;
}

.formFlow {
    width: 100%;
/*    height: 52px;*/
aspect-ratio: 97 / 6;
  background-image: url(../img/form/flow_01_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.check .formFlow {
  background-image: url(../img/form/flow_02_pc.svg);
}
.thanks .formFlow {
  background-image: url(../img/form/flow_03_pc.svg);
}

.intro_txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.13;
  margin-top: 60px;
  text-align: center;
}
@media all and (max-width:865px){
  .formColumn {
    flex-direction: column;
  }
  .formTitle {
    width: 100% !important;
  }
  .formContents {
    width: 100% !important;
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .formFlow {
/*    width: 100%;*/
/*    height: 52px;*/
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .flow_inner{
    padding: 0;
  }
  .flow_inner > p{
    width: 30%;
    height: 36px;
    font-size: 13px;
  }
  .flow_inner > p + p::before{
    width: 18%;
    left: -18%;
  }

  .formFlow {
      background-image: url(../img/form/flow_01_sp.svg);
      /* height: auto; */
      aspect-ratio: 273 / 46;
  }

  .check .formFlow {
    background-image: url(../img/form/flow_02_sp.svg);
  }
  .thanks .formFlow {
    background-image: url(../img/form/flow_03_sp.svg);
  }
  .intro_txt {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 18px;
    text-align: justify;
  }

}


/* form
***************************************************************/
.formColumn{
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}
.formColumn + .formColumn{
  margin-top: 0px;
/*  padding-top: 60px;*/
/*  border-top: 1px solid #CECECE;*/
}
.formColumn:last-child{
/*    padding-bottom: 40px;*/
  border-bottom: 1px solid #E2D9D2;
}
.formTitle {
    font-size: 16px;
    text-align: right;
    letter-spacing: 0;
    padding-left: 0.6em;
    position: relative;
    background-color: #c4dbf2;
      border-left:1px solid #cbcbcb;
      border-top:1px solid #cbcbcb;
}
body:not(.check) div > .formTitle{
  padding-top: 1.4em;
  padding-bottom: 1.2em;
}
.formTitle > p {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    text-align: center;
    /* flex-direction: column; */
    /* padding-right: 3.2em; */
    white-space: nowrap;
    font-weight: 700;
}
  .formContents{
      border-left:1px solid #cbcbcb;
      border-top:1px solid #cbcbcb;
      border-right:1px solid #cbcbcb;
  }
.formTitle_sub {
  font-size: 13px;
  margin-top: 0.4em;
  position: relative;
  right: -1em;
}
.hissu1 {
  display: block;
  width: 36px;
  padding: 0.5em 0.25em 0.51em;
  /* border-radius: 30px; */
  background-color: #ed2525;
  color: var(--white);
  /* position: absolute; */
  top: -0.05em;
  font-size: 10px;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}
.hissu1.ninni{
  background: #acacac;
}
.formContents {
  font-size: 15px;
  font-weight: 400;
}
.formContents:not(.radioForm) input, .formContents:not(.radioForm) select {
    max-width: calc(100% - 1.4em);
    width: 100%;
    height: 35px;
    border: none;
    /* border-radius: 6px; */
    /* border: 2px solid #000; */
    font-size: 14px;
    /* padding: 0 15px; */
    margin: 1em 0.7em;
    padding: 0 0.9em;
    /* border: 1px solid var(--d_brown); */
    /* border-radius: 5px; */
    background-color: #ececec;
}
select {
  padding-right: 20px;
  background: #ececec url(../img/common/btn_arrow_u.svg) right 10px center / 15px 7px no-repeat;
}



/*input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important; // background-colorでは変わらないため、box-shadowを指定。
  -webkit-text-fill-color: #fff !important;
}*/
[data-name="contact-detail"],
[data-name="your-year"],[data-name="your-month"],[data-name="your-date"],[data-name="contact-job"]{
  position: relative;
}
[data-name="contact-detail"]::after,
[data-name="your-year"]::after,[data-name="your-month"]::after,[data-name="your-date"]::after,[data-name="contact-job"]::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 0;
  position: absolute;
  top: 1.2em;
  right: 18px;
}
.kiji_wrap input{
  pointer-events: none;
  background-color: var(--white) !important;
}

.kiji_wrap textarea {
    width: 100%;
    border: none;
    padding: 1.7em 1.7em;
    min-height: 4.4em;
    height: auto;
    font-size: 14px;
    field-sizing: content;
    resize: none;
    line-height: 1.28;
    pointer-events: none;
}


.placeholder_txt{
  font-size: 15px;
  color: #9D9D9D;
  margin-top: 10px;
}


.age_wrap{
  .formContents{
    display: flex;
      & > div p{
        display: flex;
      }
      select {
        padding-right: 3em;
      }
      .option_txt{
        position: relative;
        top: 1.9em;
      }
  }
}
.formContents_txt {
    margin-left: 0.9em;
    margin-top: 0.8em;
    margin-bottom: -0.4em;
}

/*.formColumn.detail_wrap.radioForm .wpcf7-radio .wpcf7-list-item,
.formColumn.shubetsu_wrap.radioForm .wpcf7-radio .wpcf7-list-item{
  width: 50%;
}
.formColumn.detail_wrap.radioForm .wpcf7-radio .wpcf7-list-item:nth-child(odd),
.formColumn.shubetsu_wrap.radioForm .wpcf7-radio .wpcf7-list-item:nth-child(odd){
  width: 190px;
}
.formColumn.detail_wrap.radioForm .wpcf7-radio .wpcf7-list-item:nth-child(n + 3),
.formColumn.shubetsu_wrap.radioForm .wpcf7-radio .wpcf7-list-item:nth-child(n + 3){
  margin-top: 20px;
}*/


/*.formColumn.kikkake_wrap.radioForm .wpcf7-radio .wpcf7-list-item{
  width: 30%;
}
.formColumn.kikkake_wrap.radioForm .wpcf7-radio .wpcf7-list-item:nth-child(n + 4){
  margin-top: 20px;
}

.formColumn.shubetsu .formTitle{
  height: auto;
  width: auto;
  margin-right: 35px;
}*/
.formColumn_inner01{
  display: flex;
}
.formColumn_inner01 + .formColumn_inner01{
  margin-top: 25px;
}
.formColumn_inner01 .formColumn_inner_ttl{
  width: 205px;
  height: 43px;
  display: flex;
  align-items: center;
}
[data-id="group-01"] .wpcf7-list-item.first{
  margin-right: 50px;
}
.formColumn_inner_contets span[data-name="your-zip"] input{
  width: 170px;
}
.zip_btn{
  width: 250px;
  height: 43px;
  background-color: #000;
  font-size: 15px;
  color: #fff;
  margin-left: 20px;
  border: none;
  cursor: pointer;
  transition: .3s ease;
}

textarea.sonotaInput{
  width: 100%;
  height: 135px;
  resize: vertical;
/*  border-radius: 6px;*/
/*  border: 2px solid #000;*/
border: none;
  font-size: 15px;
  line-height: 1.75;
/*  padding: 20px 25px;*/
padding: 1.3em 1.3em;
/*  margin-top: 30px;*/
    border: 1px solid var(--d_brown);
    border-radius: 5px;
}
/*.detail_wrap textarea.sonotaInput,
.shubetsu_wrap textarea.sonotaInput{
  height: 62px;
}*/

.formContents *::placeholder{
  color: #B7B7B7;
  font-size: 14px;
}


/*textarea.sonotaInput ::placeholder{
  font-size: 14px;
}*/
.entry textarea.sonotaInput {
    margin-top: 0px;
}

.wpcf7-list-item {
    margin-left: 0 !important;
}

.radioForm .formContents p {
    padding: 1.2em 0.8em;
}
.file_wrap .formContents{
  padding-top: 1em;
  padding-bottom: 1em;
}
.file_wrap .formContents > p{
/*  margin-bottom: 1em;*/
  margin-left: 0.8em;
  margin-right: 0.8em;
  line-height: 1.3;
/*  max-width: 78%;*/
}
.file_wrap .formContents_inner > p{
/*  margin-top: 0.7em;*/
  margin-left: 0.8em;
}
.radioForm input[type="radio"], .radioForm input[type="checkbox"], .pivacyArea input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:before,
.radioForm input[type="checkbox"] + .wpcf7-list-item-label:before,
.pivacyArea input[type="checkbox"] + .wpcf7-list-item-label:before {
    content: "";
    background: #ffffff;
    border-radius: 0;
    border: 1px solid var(--black);
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    background-color: #fff;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:before {
  border-radius: 100%;
}


.radioForm .formContents p {
    padding: 1.2em 0.8em;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.radioForm .wpcf7-list-item label{
  height: 1.5em;
  display: flex;
  align-items: center;
}

.radioForm .wpcf7-list-item label:before,
.radioForm input[type="checkbox"] + .wpcf7-list-item-label:before,
.pivacyArea input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "";
  background: #ffffff;
  border-radius: 0;
  border: 1px solid var(--black);
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  /* top: -3px; */
  margin-right: 7px !important;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background-color: #fff;
}
.radioForm .wpcf7-list-item label:before {
  border-radius: 100%;
}

.radioForm .wpcf7-list-item{
  margin-right: 25px;
}



.formColumn.file_wrap .wpcf7-form-control-wrap input {
    margin: 1em 0.7em;
    padding: 0.7em 0.9em;
    height: 45px;
}
/*.formColumn.shubetsu:not(.shubetsu02):not(.shubetsu03) .wpcf7-list-item,first{
  margin-top: 1.2em;
}*/
/*.formColumn.shubetsu02 .wpcf7-list-item.last,
.formColumn.shubetsu03 .wpcf7-list-item.last{
  margin-top: 0.8em;
}*/


/*body:not(.check) div:not(.textareaForm):not(.radioForm) > .formTitle{
  padding-top: 0.8em;
}*/
/*body:not(.check) div.land_wrap > .formTitle,
body:not(.check) div.build_wrap > .formTitle{
  padding-top: 0.8em;
}*/

/*.radioForm
  input[type="checkbox"]
  + .wpcf7-list-item-label:before {
  border-radius: 0;
}*/

.radioForm
  input[type="radio"]:checked
  + .wpcf7-list-item-label:before/*,
.radioForm
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:before*/ {
  background-color: var(--brown);
  box-shadow: inset 0 0 0 4px #fff;
}

.radioForm input[type="radio"]:focus + .wpcf7-list-item-label:before,
.radioForm input[type="checkbox"]:focus + .wpcf7-list-item-label:before,
.pivacyArea input[type="checkbox"]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #8B8B8B;
}
.radioForm
  input[type="radio"]:disabled
  + .wpcf7-list-item-label:before,
.radioForm
  input[type="checkbox"]:disabled
  + .wpcf7-list-item-label:before,
.pivacyArea
  input[type="checkbox"]:disabled
  + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #1f1f1f;
  border-color: #57A3AD;
  background: #57A3AD;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:empty:before,
.radioForm
  input[type="checkbox"]
  + .wpcf7-list-item-label:empty:before,
.pivacyArea
  input[type="checkbox"]
  + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}


.radioForm input[type="checkbox"] + .wpcf7-list-item-label,
.pivacyArea input[type="checkbox"] + .wpcf7-list-item-label{
  position: relative;
}
.radioForm input[type="checkbox"] + .wpcf7-list-item-label::after,
.pivacyArea input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: " ";
    position: absolute;
    width: 21px;
    height: 11px;
    border-bottom: 2px solid #ba0c18;
    border-left: 2px solid #ba0c18;
    left: 5px;
    top: 3px;
    transform: rotate(-43deg);
    opacity: 0;
    transition: opacity 250msease;
}
.radioForm input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.pivacyArea input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}




/*新*/
.radioForm label:has(input[type="radio"]:checked):before,
.radioForm label:has(input[type="checkbox"]:checked):before {
  background-color: var(--black);
  box-shadow: inset 0 0 0 4px #fff;
}

.radioForm label:has(input[type="radio"]:focus):before,
.radioForm label:has(input[type="checkbox"]:focus):before,
.pivacyArea label:has(input[type="checkbox"]:focus):before {
  outline: none;
  border-color: #8B8B8B;
}

.radioForm label:has(input[type="radio"]:disabled):before,
.radioForm label:has(input[type="checkbox"]:disabled):before,
.pivacyArea label:has(input[type="checkbox"]:disabled):before {
  box-shadow: inset 0 0 0 4px #1f1f1f;
  border-color: #57A3AD;
  background: #57A3AD;
}

.radioForm label:has(input[type="radio"]:empty):before,
.radioForm label:has(input[type="checkbox"]:empty):before,
.pivacyArea label:has(input[type="checkbox"]:empty):before {
  margin-right: 0;
}

.radioForm label:has(input[type="checkbox"]),
.pivacyArea label:has(input[type="checkbox"]) {
  position: relative;
}

.radioForm label:has(input[type="checkbox"]):after,
.pivacyArea label:has(input[type="checkbox"]):after {
  content: " ";
  position: absolute;
  width: 21px;
  height: 11px;
  border-bottom: 2px solid #ba0c18;
  border-left: 2px solid #ba0c18;
  left: 5px;
  top: 3px;
  transform: rotate(-43deg);
  opacity: 0;
  transition: opacity 250ms ease;
}

.radioForm label:has(input[type="checkbox"]:checked):after,
.pivacyArea label:has(input[type="checkbox"]:checked):after {
  opacity: 1;
}

/*
.form .radioForm .wpcf7-list-item{
  margin-bottom: 0.8em;
  min-width: 120px;
  padding-right: 2.5em;
}*/
.formColumn_in {
    display: flex;
    align-items: center;
      .contentsLabel{
        width: 190px;
        flex-shrink: 0;
      }
}

.button_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.button_area input.wpcf7-form-control {
    width: 100%;
    height: 50px;
    background: var(--col01);
    /* background-image: url(../img/common/btn_arrow.svg); */
    /* background-repeat: no-repeat; */
    /* background-size: 12px 19px; */
    /* background-position: right 30px center; */
    font-size: 18px;
    /* font-weight: 700; */
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    cursor: pointer;
  border-radius: 5px;
  font-weight: 700;
}

.wpcf7-spinner {
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  display: none !important;
}
.check .wpcf7-spinner{
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  border: none !important;
  background-color: #ffd5d5;
  text-align: center;
  line-height: 1.2em;
  padding: 1.5em 1em;
}

/*年月日*/
.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip {
    margin-top: 0.5em;
}
/*.wpcf7-form-control-wrap[data-name~="your-zip"] {
    display: initial;
    width: 157px;
    display: block;
}*/
.addressButton {
    background-color: var(--l_brown);
    color: var(--white);
    font-size: 14px;
    text-align: center;
    width: 163px;
    height: 40px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
}

.entry .yearColumn_con + .yearColumn_con{
  margin-left: 1em;
}
.entry .yearColumn .formContents {
    display: flex;
    flex-wrap: wrap;
}
.entry .yearColumn .formContents .yearColumn_con{
  display: flex;
  max-width: 190px;
  width: 100%;
}
.entry .yearColumn .formContents .yearColumn_con .wpcf7-form-control-wrap{
  max-width: 160px;
  width: 100%;
}
.entry .yearColumn .formContents .yearColumn_con .fuzoku {
    font-size: 17px;
    margin-top: 0.7em;
    margin-left: 0.3em;
}

.entry .wpcf7-custom-item-error{
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  margin-top: 0.5em;
}
.entry .yearColumn .formContents .yearColumn_con .wpcf7-not-valid-tip {
  display: none !important;
}



.land_wrap .formContents > p,
.build_wrap .formContents > p{
  display: flex;
  align-items: center;
}
.land_wrap input.contactText1,
.build_wrap input.contactText1  {
  width: 160px;
}

.name_wrap .formContents > p,
.kana_wrap .formContents > p{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.name_wrap .formContents > p span,
.kana_wrap .formContents > p span{
  width: 100%;
/*  width: calc((100% - 20px) / 2);*/
}


.tubo_wrap {
  position: relative;
  top: 0.2em;
  margin-left: 15px;
}
.tubo_wrap > span.wpcf7-list-item + span.wpcf7-list-item{
  margin-left: 25px !important;
}
.chusyaku{
  font-size: 11px;
  margin-top: 10px;
}


.pivacyArea{
  margin-top: 60px;
}


.pp_wrap {
  max-width: 820px;
  height: 230px;
  overflow-y: scroll;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 20px 42px 20px 20px;
  line-height: 1.28;
  width: 100%;
    > p{
      margin-top: 35px;
    }
    > div + div{
      margin-top: 1.3em;
    }
    > div p span{
      font-weight: 700;
    }
}
.pp_txt{
  font-size: 14px;
  line-height: 1.25;
  margin-top: 20px;
  font-weight: 400;
}
.doui_wrap{
  margin-top: 35px;
    p{
      font-weight: 700;
    }
}


/*.pivacyArea > p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.pivacyArea a{
  text-decoration: underline;
}
.privacy_txt {
    background-color: var(--white);
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 535px;
    margin: 20px auto 0;
    padding: 20px 15px;
    font-size: 12px;
    font-weight: 400;
}
.privacy_txt--ttl{
  font-size: 13px;
  letter-spacing: 0.1em;
}
.privacy_txt--txt {
  margin-top: 15px;
  height: 75px;
  overflow-y: scroll;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 100%;
  padding-right: 20px;
  padding-left: 10px;
}*/
.submit_btn,
.back_btn{
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*.submit_btn::after,
.back_btn::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}*/
.back_btn::after {
  border-left: 10px solid var(--black);
}
.simplebar-track.simplebar-vertical {
    background: #eee;
    border-radius: 20px;
}
.wpcf7-not-valid-tip {
    white-space: nowrap;
}
.address01 .wpcf7-not-valid-tip {
    position: absolute;
}
.address01:has(span.wpcf7-not-valid-tip){
  margin-bottom: 3em;
}

.form_chuui{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
.wpcf7-not-valid-tip {
    left: 0.8em;
    position: relative;
    margin-bottom: 1em;
    margin-top: -0.2em;
}


/*--------------------PC--------------------*/
@media all and (min-width:681px){
  form{
    width: 100%;
    /*max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;*/
    margin-top: 30px;
  }
  .formTable{
    padding: 0 100px;
    margin-top: 0px;
  }
  .formTitle {
      width: 260px;
      height: auto;
      /* display: flex
  ; */
      /* align-items: center; */
  }
  .formContents{
    width: calc(100% - 260px);
  }
  .formColumn_inner01 .formColumn_inner_contets{
    width: calc(100% - 205px);
  }
  .button_area input.wpcf7-form-control:hover{
    background-color: #5abce9
  }

  .button_area .wpcf7-submit:disabled{
    background-color: #ccc;
    pointer-events: none;
  }




  .zip_btn:hover{
    background-color: #E6372D;
  }
  .addressButton:hover{
    background-color: var(--d_brown);
  }
  .button_area .back_btn:hover input {
    color: var(--white);
    border-color: var(--brown);
  }
  .button_area .back_btn:hover::after {
    border-left: 10px solid var(--white);
  }
/*  .formColumn.kana_wrap,
  .formColumn.name_wrap,
  .formColumn.mail_wrap,
  .formColumn.tel_wrap,
  .formColumn.address01,
  .formColumn.detail_wrap{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E2D9D2;
  }*/
 /* #contact_wrap .formColumn:last-child{
    padding-bottom: 40px;
    border-bottom: 1px solid #E2D9D2;
  }*/

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  /*form{
    margin-top: 40px;
    width: auto;
    overflow: hidden;
  }*/
  /*.formTable{
    margin-top: 40px;
  }
  .formContents{
    margin-top: 10px;
    width: 100%;
  }*/
  .formContents input,
  .formContents select{
    height: 45px;
  }
  /*.land_wrap input.contactText1, .build_wrap input.contactText1 {
    width: 185px;
  }*/
  .formColumn{
    flex-direction: column;
    align-items: flex-start;
  }
  /*.formColumn + .formColumn {
    margin-top: 25px;
  }*/
  body:not(.check) div > .formTitle {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .formTitle > p {
    flex-direction: initial;
    font-size: 14px;
  }
  .formTitle_sub {
    right: 0;
    margin-top: 0;
  }
  /*.formColumn.shubetsu_wrap, .formColumn.land_wrap, .formColumn.name_wrap, .formColumn.kikkake_wrap{
    margin-top: 0px;
    padding-top: 0px;
    border: none;
  }*/
  .formColumn.detail_wrap.radioForm .wpcf7-radio .wpcf7-list-item{
    width:60%;
    font-size: 14px;
  }
  .formColumn.detail_wrap.radioForm .wpcf7-radio .wpcf7-list-item:nth-child(odd){
      width: 40%;
      font-size: 14px;
  }
   .formColumn.shubetsu_wrap.radioForm .wpcf7-radio .wpcf7-list-item,
   .formColumn.shubetsu_wrap.radioForm .wpcf7-radio .wpcf7-list-item:nth-child(odd){
      width: 50%;
      font-size: 14px;
   }
  .radioForm input[type="radio"] + .wpcf7-list-item-label:before, .radioForm input[type="checkbox"] + .wpcf7-list-item-label:before {
      margin-right: 5px;
  }

  .formColumn_inner01{
    flex-direction: column;
  }
  .formColumn_inner01 .formColumn_inner_ttl{
    height: auto;
  }

  [data-id="group-01"] .wpcf7-list-item.first{
    margin-right: 30px;
  }
  .formColumn_inner_contets{
    margin-top: 10px;
  }
  /*.wpcf7-form-control-wrap[data-name~="your-zip"]{
    width: 123px;
  }*/
  .formColumn_inner01 .formColumn_inner_contets > p{
    display: flex;
  }
  .zip_btn{
    width: 170px;
    height: 48px;
    font-size: 13px;
    margin-left: 7px;
  }
  .formColumn_in{
    flex-wrap: wrap;
     .contentsLabel{
      width: 100%;
    }
    > p,
    .addressButton{
      margin-top: 10px;
    }
    .addressButton {
      font-size: 13px;
      width: 142px;
      height: 40px;
      margin-left: 10px;
      letter-spacing: -0.06em;
    }
  }
  .formColumn_in{
    margin-top: 25px;
  }
  .address01 .formColumn_in{
    margin-top: 0;
  }
  .address02 .formColumn_in > p,
  .address03 .formColumn_in > p{
    width: 100%;
  }
  .formColumn .contentsLabel p{
    display: flex;
    position: relative;
    font-weight: 500;
    font-size: 14px;
  }
  .formColumn .contentsLabel p .hissu1{
    text-align: center;
  }
  .address01:has(span.wpcf7-not-valid-tip){
    margin-bottom: 1.5em;
  }
  .formColumn.address02,
  .formColumn.address03{
    margin-top: 0;
  }

  .formColumn.kikkake_wrap.radioForm .wpcf7-radio .wpcf7-list-item {
    width: 50%;
  }
  /*body:not(.check) div:not(.textareaForm):not(.radioForm) > .formTitle,
  body:not(.check) div.land_wrap > .formTitle, body:not(.check) div.build_wrap > .formTitle{
     padding-top: 0; 
  }*/
  .privacy_txt{
    width: 100%;
  }
  .submit_btn,
  .back_btn{
    width: 100%;

  }


.detail_wrap textarea.sonotaInput,
.shubetsu_wrap textarea.sonotaInput {
    height: 147px;
    padding: 15px;
    margin-top: 5px;
  }
  .pivacyArea{
    margin-top: 50px;
  }
  .pivacyArea > p {
    font-size: 14px;
    line-height: 1.69;
    text-align: justify;
  }
  .button_area input.wpcf7-form-control{
    width: 100%;
    height: 67px;
    font-size: 15px;
    margin-top: 15px;
  }
  /*.hissu1 {
    display: block;
    width: 48px;
    padding: 0.44em 0.7em 0.46em;
    border-radius: 30px;
    background-color: var(--black);
    color: var(--white);
    position: relative;
    right: -10px;
    top: -0.2em;
    font-size: 10px;
  }*/
  /*.wpcf7-form-control.wpcf7-acceptance{
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .radioForm input[type="radio"] + .wpcf7-list-item-label:before, .radioForm input[type="checkbox"] + .wpcf7-list-item-label:before, .pivacyArea input[type="checkbox"] + .wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  .radioForm input[type="checkbox"] + .wpcf7-list-item-label::after, .pivacyArea input[type="checkbox"] + .wpcf7-list-item-label::after {
    width: 17px;
    height: 8px;
    left: 4px;
    top: 2px;
  }
  .form_chuui{
    margin-top: 10px;
  }*/

}


/* check
***************************************************************/
.check .formContents {
    height: auto;
    display: flex;
    align-items: center;
}
.check .button_area{
  margin-top: 85px;
}
.check .group-toiawase .formContents{
  height: auto;
  padding-top: 0.5em;
  line-height: 1.75;
}
.check .hissu1{
  display: none;
}
.check .formColumn_in {
  .contentsLabel{
    width: auto;
  }
}
.check .detail_wrap .formContents,
.check .shubetsu_wrap .formContents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.button_area .back_btn input{
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
}
.check .formContents p {
    word-break: break-all;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .check .detail_wrap .formContents p + p,
  .check .shubetsu_wrap .formContents p + p{
    margin-top: 1em;
  }
  .check .formContents p{
    line-height: 1.4;
  }
  .check .formTitle {
      line-height: 1.4;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .check .formContents{
    height: auto;
    margin-top: 0.75em;
  }
  .check .group-toiawase .formContents {
    padding-top: 0.7em;
  }
  .check .button_area {
    margin-top: 50px;
  }
  .formColumn.group-shiryou .formContents > p{
    line-height: 1.5;
  }
  .check .formColumn.textareaForm .formContents > p{
    line-height: 1.5;
  }
  .check .formColumn_in {
    > p, .addressButton {
         margin-top: 0; 
    }
  }
  .check .detail_wrap .formContents p + p,
  .check .shubetsu_wrap .formContents p + p{
    margin-top: 0.8em;
  }

}


/* thanks
***************************************************************/
.thanks #complate_area {
  margin-top: 80px;
  text-align: center;
}
.thanks #complate_area h3 {
  font-size: 30px;
}
.thanks #complate_area h3 + p {
  margin-top: 50px;
}
.thanks #complate_area p {
  font-size: 18px;
  line-height: 2em;
}
.thanks .button_area{
  margin-top: 80px;
  a{
    justify-content: center;
    padding-left: 0;
    padding-right: 1em;
    width: 100%;
  }
}
/*.thanks .button_area a{
    width: 616px;
    height: 98px;
    background: #000;
    background-repeat: no-repeat;
    background-size: 12px 19px;
    background-position: right 30px center;
    font-size: 17px;
    font-weight: 700;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    cursor: pointer;
}*/
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .thanks .button_area a:hover{
/*      background-color: #E6372D;*/
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .thanks #complate_area {
    margin-top: 50px;
  }
  .thanks #complate_area h3 {
    font-size: 21px;
  }
  .thanks #complate_area h3 + p {
    margin-top: 30px;
  }
  .thanks #complate_area p {
    font-size: 16px;
    line-height: 1.75em;
    text-align: justify;
  }
  .thanks .button_area{
    margin-top: 50px;
  }
  /*.thanks .button_area a{
    width: 100%;
    height: 67px;
    font-size: 15px;
    margin-top: 15px;
  }*/

}





/* chukai_wrap
***************************************************************/
#wrapper_contact .chukai_wrap{
  padding: 35px;
  margin-top: 45px;
}
#wrapper_contact .chukai_wrap .inner {
  min-width: initial;
}
#wrapper_contact .chukai_wrap--ttl,
#wrapper_contact .chukai_wrap--ttl span{
  font-size: 27px;
}
#wrapper_contact .chukai_wrap--ttl span::before{
  content: none;
}
#wrapper_contact .chukai_wrap--ttl2{
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 15px;
}
#wrapper_contact .chukai_wrap--donichi {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  width: 93px;
  height: 93px;
  top: -20px;
  right: 0px;
  flex-shrink: 0;
}
#wrapper_contact .chukai_wrap--con > a{
  font-size: 22px;
  width: 331px;
  height: 66px;
}
#wrapper_contact .chukai_wrap--contel{
  font-size: 22px;
  width: 350px;
  height: 66px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  #wrapper_contact .chukai_wrap--con{
    margin-top: -9px;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  #wrapper_contact .chukai_wrap{
    width: 100vw;
    padding: 30px 7.5%;
    margin-top: 50px;
    margin-left: -7.5vw;
  }
  #wrapper_contact .chukai_wrap--ttl,
  #wrapper_contact .chukai_wrap--ttl span{
    font-size: 26px;
  }
  #wrapper_contact .chukai_wrap--ttl2{
    font-size: 14px;
  }
  #wrapper_contact .chukai_wrap--donichi {
    font-size: 14px;
    width: 84px;
    height: 84px;
    top: -10px;
    right: -10px;
    left: auto;
  }

  #wrapper_contact .chukai_wrap--con > a {
    width: 320px;
    height: 64px;
    font-size: 20px;
  }
  #wrapper_contact .chukai_wrap--contel{
    font-size: 20px;
    width: 320px;
    height: 64px;
  }

}





/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}

