.c-btn.-shiryo:before {
  content: "";
  background: url(../img/ico_shiryo2.png) no-repeat center center;
  background-size: contain;
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .c-btn.-shiryo:before {
    width: 40px;
    height: 40px;
    }
}

/* 2022年 一般入試・推薦入試の出願最終受付中 CVボタン文言 */
/*
.textabovebtn {
  margin: 20px 0;
  padding: 0 10px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.textabovebtn {
  margin: 48px 0 0 0;
}

.c-btns.-special {
  margin: 20px auto 40px;
}

.top-hero__btn-area.-special {
  margin: 20px auto 0;
}

@media screen and (max-width: 480px) {
  .textabovebtn {
    font-size: 1.8rem;
    margin: 40px 0 6px 0;
  }
}
*/

/* 20240124 追加 */
.top-hero__bnr {
  position: absolute;
  right: 0;
  bottom: 5%;
}

.top-hero__bnr a:hover {
  opacity: 0.8;
}

.top-hero__bnr img {
  width: 250px;
}

@media (max-width: 767px) {
  .top-hero__bnr {
    position: static;
    text-align: center;
  }

  .top-hero__bnr img {
    width: 100%;
    margin: 0;
  }
}