@font-face {
  font-family: "YDWbananaslipplus";
  src: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/font/txcsYDWbananaslipplus.woff2") format("woff2");
}
.p_news__img {
  margin-bottom: 4.5rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__img {
    margin-bottom: 8rem;
    border-radius: 5rem;
  }
}

.p_news__entry_header_title {
  font-size: 2.9rem;
  line-height: 1.3;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__entry_header_title {
    font-size: 5.8rem;
    margin: 0 0 7rem -0.15em;
  }
}

.p_news__single_btn {
  position: relative;
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p_news__single_btn {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__single_btn {
    margin-top: 15rem;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__nav_next,
.p_news__nav_previous {
    position: absolute;
    z-index: 10;
  }
}
.p_news__nav_next a,
.p_news__nav_previous a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__nav_next a,
.p_news__nav_previous a {
    gap: 1rem;
  }
}
.p_news__nav_next a .icon,
.p_news__nav_previous a .icon {
  width: 2rem;
  height: 2rem;
  background: #007f59 url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg") no-repeat center center/0.95rem auto;
  border-radius: 100%;
  display: block;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__nav_next a .icon,
.p_news__nav_previous a .icon {
    width: 2.6rem;
    height: 2.6rem;
    background-size: 1.1rem auto;
  }
}
.p_news__nav_next a .text,
.p_news__nav_previous a .text {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__nav_next a .text,
.p_news__nav_previous a .text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__nav_next a:hover,
.p_news__nav_previous a:hover {
    color: #007f59;
  }
}

.p_news__btn {
  order: 3;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__btn {
    order: 2;
    margin-top: 0;
  }
}

.p_news__nav_next {
  order: 2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__nav_next {
    order: 3;
    right: 0;
  }
}

.p_news__nav_previous {
  order: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__nav_previous {
    left: 0;
  }
}
.p_news__nav_previous a .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}