
/* school */
/******************************************************************************
 * 10.03 - school
*****************************************************************************/
.archive_header{
  margin-bottom: 90rem;
}
.archive_header p{
  line-height: 2em;
}
.contact_inner_wrap .contents_h3 .jp_title{
  font-size: 26rem;
  font-weight: 700;
  color: #000;
}
.contact_inner_wrap .contents_h3{
  margin-bottom: 0rem;
}

.btn_div + .contents_h3{
  margin-top: 100rem;
}

.contact_inner_wrap{
  max-width: 1000px;
  margin: auto;
}


/* form */
.cont_title_wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 39rem;
}
.cont_title{
  font-size: 18rem;
  font-weight: 600;
}
.cont_hissu{
  font-size: 13rem;
  font-weight: 600;
  color: #ff008a;
  margin-left: 13rem;
}
.contact_form_wrap input[type="text"],
.contact_form_wrap input[type="email"],
.contact_form_wrap input[type="tel"],
.contact_form_wrap textarea{
  width: 100%;
  height: 61rem;
  border: solid 1px #9e9e9e;
  border-radius: 5px;
  font-size: 16rem;
  padding: 20rem 14rem 26rem;
  line-height: 1.2em;
}
.contact_form_wrap textarea{
  height: 185rem;
}
.contact_form_wrap .submit_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c3c8a;
  border: 1px solid #2c3c8a;
  border-radius: 10px;
  color: #fff;
  width: 311rem;
  height: 70rem;
  font-size: 20rem;
  position: relative;
  margin: 103rem auto 0rem;
}
.contact_form_wrap input[type="submit"]{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  border-radius: 10px;
  color: #fff;
  width: 311rem;
  height: 70rem;
  line-height: 68rem;
  font-size: 20rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%,-50%);
}
.contact_form_wrap .submit_wrap .material-symbols-outlined{
  position: absolute;
  right: 3rem;
  font-size: 25rem;
  top: 50%;
  transform: translate(0%,-50%);
}
.breadcrumbs{
  margin-top: 180rem;
}
.wpcf7 form .wpcf7-response-output{
  font-size: 22rem;
}

/* .contact_form_wrap label + label{
  margin-top: 39rem;
} */

@media screen and (max-width:768px){

  .contact_inner_wrap .contents_h3 .jp_title{
    font-size: 31rem;
  }

  .cont_title_wrap{
    margin-bottom: 10rem;
  }
  .cont_title{
    font-size: 31rem;
  }
  .cont_hissu{
    font-size: 26.4rem;
    margin-left: 14.3rem;
  }

  .contact_form_wrap input[type="text"],
  .contact_form_wrap input[type="email"],
  .contact_form_wrap input[type="tel"],
  .contact_form_wrap textarea{
    height: 89.7rem;
    font-size: 31rem;
    padding: 28.6rem 23rem 32rem;
    margin-bottom: 48.4rem;
  }
  .contact_form_wrap textarea{
    height: 152rem;
  }

  .contact_form_wrap .submit_wrap{
    width: 473rem;
    height: 110rem;
    margin: 82.5rem auto 0rem;
  }
  .contact_form_wrap input[type="submit"]{
    width: 473rem;
    height: 110rem;
    line-height: 110rem;
    font-size: 30.8rem;
  }
  .contact_form_wrap .submit_wrap .material-symbols-outlined{
    right: 3rem;
    font-size: 44rem;
    top: 50%;
    transform: translate(0%,-50%);
  }

  .breadcrumbs{
    margin-top: 110rem;
  }
  .wpcf7 form .wpcf7-response-output{
    font-size: 22rem;
  }



}
