@charset "utf-8";

.contact_wrap {
  width: calc(100% - 18rem);
  margin: 19.5rem auto 12.3rem auto;
}
.font {
  font-family: var(--noto-sans-jp);
  color: #707070;
}

.conta_tit {
  font-size: 3.2rem;
  font-family: var(--noto-sans-jp);
  font-weight: bold;
  margin-bottom: 2..3rem;
}
.cnta_dat {
  height: 13.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: calc(37 / 14);
  margin-bottom: 8.8rem;
}
.p_width2{
  font-family: var(--noto-sans-jp);
  font-weight: 400;
  
}


/* フォーム */
.form_wrap {
  width: 76.05rem;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #707070;
} 
.label_tit {
  border-bottom: 0.1rem solid #707070;
  font-family: var(--noto-sans-jp);
  color: #707070;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 4.5rem; */
  /* padding: calc(2.25rem + 2.55rem) 0 calc(2.25rem + 2.44rem); */
  padding: 3rem 0;
  /* display: inline-block; */
  gap: 8rem;
  justify-content: space-between;
}
.selc_wrap, .input_con {
  /* margin-left: auto; */
}
.selc_wrap {
  width: calc(38rem + 14.25rem);
  color: #707070;
}
.select_after{
  position: relative;
}
.select_after::after{
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 1rem solid #707070;
  pointer-events: none;
}
.input_con {
  width: calc(38rem + 14.25rem);
  font-size: 1.5rem;
  color: #A2A2A2;
  font-family: var(--noto-sans-jp);
  /* border: 1px solid!important; */
  box-sizing: border-box!important;

}

.mwform-tel-field{
  width: calc(38rem + 14.25rem);
  display: block;
}

.con_border_none {
  border-bottom: none;
  align-items: flex-start;
  height: auto;
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}
.textarea_border{
  height: 23rem;
  border: 0.1rem solid #707070;
  padding: 2rem;
  box-sizing:border-box;
  /* margin-top: -2rem; */
  resize: none;
}
.button_center{
  text-align: center;
}
.submit_btn{
  width: 13.6rem;
  height: 5.1rem;
  border-radius: 2.5rem;
  border: 0.1rem solid #707070 !important;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  color: #707070;
}
.submit_btn:hover{
  background-color: #707070;
  color: #fff;
}
.f_size14{
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--noto-sans-jp);
}

.wpcf7-form-control-wrap{
  display: contents;
}
input::placeholder{
  color: #A2A2A2;
}
textarea::placeholder{
  color: #A2A2A2;
}
/* メディアクエリ */

@media screen and (max-width: 699.98px) {
  .contact_wrap {
    width: 100%;
    margin-top: 10rem;
    margin-bottom: 9.5rem;
    text-align: center;
  }
  .conta_tit {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .p_width27{
    width: 23rem;
  }
  .f_size12{
    font-size: 1.2rem;
  }
  .input_con{
    text-align: center;
  }
  .cnta_dat {
    height: auto;
    justify-content: start;
    font-size: 1.4rem;
    line-height: calc(37 / 12);
    margin-bottom: 6.9rem;
  }
  .input_con {
    width: 100%;
    text-align: left;
  }
  .label_tit {
    flex-direction: column;
    gap: 3rem;
    border: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 5.6rem;
    align-items: flex-start;
  }
  .form_wrap ,.selc_wrap {
    width: 33.5rem;
  }
  .textarea_border{
    text-align: left;
    padding: 2rem 1rem;
  }
  .select_after::after {
    top: 0.8rem;
    right: 1rem;
  }
  .f_size14{
    font-size: 1.4rem;
  }
  .submit_btn{
    width: 15rem;
    margin: 0 auto;
  }
  .button_center{
    width: 15rem;
    margin: 0 auto;

  }

  .mwform-tel-field{
    width: 100%;
    text-align: left;
  }

  .mwform-tel-field > input{
    width: 25%!important;
  }
}