@charset "utf-8";
/* ==================== 追加するやつ ==================== */

/* 177行目 付近*/
.flex_btw{
  position: relative;
}
.day_flow_box.sub_box{
  position: absolute;
  right: 0;
  top: 25px;
}

/* 311行目 */
.hd_request{
  width: 186px;
}
@media screen and (max-width: 760px){
  .hd_request{
    width: auto;
  }
}

/* 進路情報 */
.uniform_ttl_read {
  text-align: center;
  font-size: 25px;
  position: relative;
  top: 70px;
}
.data_tbl_small_txt{
  margin-top: -90px;
  margin-bottom: 100px;
}
/* 中学入試説明会 */
.no_ｒecruitment {
  margin-bottom: 100px;
}

/* 7061行以降 */
@media screen and (max-width: 760px){
  .exam_test_link.op_pd{
    padding: 50px 0;
  }
  .data_tbl_small_txt {
      margin-top: -50px;
      margin-bottom: 60px;
      font-size: 12px;
  }
}

/* 9229行付 へ近教員採用のお申込みはこちら コンテンツを追加　*/
.recruit_bnr{
  min-height: 445px;
  position: relative;
  /* background: url(images/recruit/bg-contact.jpg) center top;
  background-size: cover; */
  background: #EBF0EA;
  text-align: center;
}
.recruit_bnr_btn:hover {
  background: #083071;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 760px){
  .recruit_bnr{
    /* background: url(images/recruit/bg-contact.jpg) left top;
    background-size: cover; */
  }
}

.recruit_bnr .contents_inr{
  max-width: 1000px;
}
.recruit_bnr_txt_wrap{
  transform: translateY(20%);
}
.recruit_bnr_ttl {
  font-size: 40px;
  margin-bottom: 40px;
}
.recruit_bnr_txt {
  font-size: 20px;
  margin-bottom: 35px;
}
.recruit_bnr_btn{
  display: inline-block;
  position: relative;
  margin: 0 0.8%;
  height: 70px;
  padding: 0 50px;
  border: 1px solid #083071;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #083071;
  line-height: 70px;
}
.recruit_bnr_btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #13489d;
    border-right: solid 2px #13489d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.recruit_bnr_btn:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 760px){
  .recruit_bnr{
    min-height: auto;
    padding: 40px 0;
  }
  .recruit_bnr_txt_wrap{
    transform: translateY(0);
  }
  .recruit_bnr_ttl{
    font-size: 6.66vmin;
    text-align: center;
    margin-bottom: 15px;
  }
  .recruit_bnr_txt{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .recruit_bnr_txt br{
    display: none;
  }
  .recruit_bnr_btn{
    width: 100%;
    max-width: 100%;
    height: 45px;
    font-size: 0.9375rem;
    line-height: 43px;
  }
  .recruit_bnr_btn:before{
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -2px 0 0;
    width: 5px;
    height: 5px;
    border-top: solid 1px #13489d;
    border-right: solid 1px #13489d;
  }
}

/* ==================== 修正するやつ ==================== */

/* 962行目付近 */
@media screen and (max-width: 760px){
  .ft_school_nav_list a{
    white-space: nowrap;
  }
}

/* 1306行以降 */
@media screen and (max-width: 760px){
  .top_teacher_box .btn_cmn_more:after{
    right: 10px;
  }
}


/* 2691行 */
.top_teacher {
  background: url(./images/top/bg-teacher01.png) no-repeat 0 top;
  background-size: cover;
}

/* 2729行 */
@media screen and (max-width: 760px){
  .top_teacher {
    background: url(./images/top/bg-teacher01.png) no-repeat center top;
    background-size: cover;
  }
}


/* 3072行 */
.top_learn_btn li a{
  font-size: 16px;
}

/* 5231行 */
.day_flow_icon{
  padding-top: 20px;
}

/* 6593行 */
.date_passed_box .txt span{
  font-size: 5rem;
}
/* 6570行 */
.date_passed ul li {
  margin-bottom: 5px;
}
/* 2581行 */
@media screen and (max-width: 760px){
  .top_info_menu li a:after{
    content: none;
  }
}
/* 10129行 */
@media screen and (max-width: 760px){
  .cmn_appearance {
      padding: 40px 0 0px;
  }
}
/* 10171行 */
@media screen and (max-width: 760px){
  .cmn_present {
      padding: 0 0 35px;
  }
}

.cmn_icon_pdf {
  margin: 0;
  padding: 0 0 30px;
}
