#pageNews .newsListArea {
  width: 100%;
  margin: auto;
}
#pageNews .newsListArea .newsList {
  max-width: 920px;
  margin: 0 auto;
}
#pageNews .newsListArea .newsList:first-of-type {
  border-top: solid 2px #B7B7B7;
}
#pageNews .newsListArea .newsList .newsTitle {
  border-bottom: solid 2px #B7B7B7;
  display: grid;
  grid-template-columns: 140px 1fr 32px;
  align-items: baseline;
  padding: 24px 0 20px;
  transition: 0.3s;
}
#pageNews .newsListArea .newsList .newsTitle .newsDate {
  color: #9b9b9b;
  font-size: 18px;
  letter-spacing: 0em;
}
#pageNews .newsListArea .newsList .newsTitle .newsLink {
  color: #0096F3;
  text-decoration: none;
  font-size: 22px;
}
#pageNews .newsListArea .newsList .newsTitle:after {
  content: "";
  background-image: url(../../shared/images/icon_up.png);
  background-size: cover;
  display: block;
  width: 18px;
  height: 10px;
  transition: 0.3s;
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  #pageNews .newsListArea {
    width: 100%;
    margin: auto;
  }
  #pageNews .newsListArea .newsList .newsTitle {
    display: block;
    position: relative;
    padding-right: 24px;
    font-size: 20px;
    line-height: 1.4em;
  }
  #pageNews .newsListArea .newsList .newsTitle .newsDate {
    font-size: 16px;
  }
  #pageNews .newsListArea .newsList .newsTitle:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
  }
  #pageNews .newsListArea .newsList .newsTitle .newsLink {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
.newsWrap {
  background: #fbfbef;
}
.newsWrap .news {
  padding-bottom: 90px;
  background-color: #fff;
  width: 100%;
}
.newsWrap .newsHead {
  display: none;
}

.secPager .wp-pagenavi a.previouspostslink {
  border: 0px;
  font-family: "Kosugi Maru", sans-serif;
}
.secPager .wp-pagenavi a.nextpostslink {
  border: 0px;
  font-family: "Kosugi Maru", sans-serif;
}
.secPager .wp-pagenavi span {
  background-color: #5BC458;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */