@charset"utf-8";

/* contact */
.cf7-step[hidden] { display: none; }
.cf7-step.is-active { display: block; }
.cf7-steps .flex-column{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cf7-steps .flex-column .wpcf7-list-item{
  margin-left: 0;
}

.cf7-steps .name-group{
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.cf7-steps .name-group p{
  display: flex;
  align-items: flex-start;
  gap: 1px;
}
.cf7-steps .name-group p .subttl{
  transform: translateY(0.25em);
}

.cf7-steps .wpcf7-list-item{
  margin-left: 0;
}

main .cf7-steps .btn_area{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cf7-steps .honbun{
  margin-bottom: 20px;
}

.cf7-steps .address .flex{
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: flex-start;
}

.cf7-steps .address .flex p{
  min-width: 170px;
  flex-shrink: 0;
  transform: translateY(0.25em);
}

.cf7-steps .address .flex p + p{
  display: flex;
  align-items: flex-start;
  min-width: 170px;
  width: auto;
  flex-shrink: 1;
  gap: 10px;
  transform: translateY(0);
}

.cf7-steps .address .flex .input_area{
  width: 100%;
}

.cf7-steps .address .flex span{
  width: 100%;
}

.wpcf7-radio{
    display: flex;
    gap: 1.2em;
}

.tel-flex p{
  padding-right: 8px;
}

main form dd.tel-flex input {
    margin-right: 6px;
}
    



@media screen and (max-width: 767px) {
    .cf7-steps .flex {
        display: flex;
    }
    .cf7-steps .address  .flex {
        display: block;
    }
    .cf7-steps .address  .flex p + p {
        margin-top:6px;
    }
    .btn-zipsearch{
      max-width:138px;
      width: 50%;
    }
    .btn-zipsearch img{
      width: 100%;
    }
}

.cf7-steps textarea{
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 24px;
}

.btn-zipsearch{
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

main .cf7-steps .btn_area{
  display: flex;
  justify-content: center;
  gap: 20px;
    width: 100%;
}

main .cf7-steps .btn_area p{
  width: 100%;
}

main .cf7-steps .type_list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

main .cf7-step-confirm .btn_area p{
  flex-shrink: 1;
  width: 45%;
}

.wpcf7-acceptance a{
  text-decoration: underline;
  color: #01a1ff;
}

main .cf7-steps .cf7-actions button,
main .cf7-steps .cf7-actions .cf7-final-submit{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: auto;
    cursor: pointer;
    background: #154c8d;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    display: block;
    margin: 0 auto;
     max-width: 400px;
    width:100%;
    border: navajowhite;
    margin-top: 5%;
}

main .cf7-steps .cf7-actions .cf7-back{
  background-color: #444;
}


main .thanks{
  text-align: center;
}

main .thanks .more{
  margin-left: auto;
  margin-right: auto;
}

#notfound .mv {
    background-color: #ccc;
}

#notfound .text_box{
  padding-top:60px;
  text-align: center;
}

#notfound .text_box .more{
  margin-left: auto;
  margin-right: auto;
}
