.titleJp .innerWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.titleJp .innerWrap .cat a {
  color: #5BC458;
}

#pageNews .newsListArea {
  width: 100%;
  margin: auto;
}
#pageNews .newsListArea .newsList .newsTitle {
  border-bottom: solid 1px #9b9b9b;
  display: grid;
  grid-template-columns: 140px 1fr 32px;
  align-items: baseline;
  padding: 24px 0 20px;
  transition: 0.3s;
  color: #0096F3;
  text-decoration: none;
  font-size: 22px;
}
#pageNews .newsListArea .newsList .newsTitle .newsDate {
  color: #9b9b9b;
  font-size: 18px;
  letter-spacing: 0em;
}
#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 {
    border-bottom: solid 1px #9b9b9b;
    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);
  }
}
.newsWrap {
  background: #fbfbef;
}
.newsWrap .news {
  padding-bottom: 90px;
  background-color: #fff;
  width: 100%;
}
.newsWrap .news .wrapWidth .detailArea {
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0096F3;
}
.newsWrap .news .wrapWidth .buttonBackArea {
  width: 100%;
  margin: auto;
}
.newsWrap .news .wrapWidth .buttonBackArea a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.newsWrap .news .wrapWidth .buttonBackArea a:before {
  content: "";
  background-image: url(../../shared/images/icon_up.png);
  background-size: cover;
  display: block;
  width: 18px;
  height: 10px;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.newsWrap .news .wrapWidth .newsBoxCat {
  width: 100%;
  margin: 0 auto 18px;
}
.newsWrap .news .wrapWidth .newsBoxCat .column-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.newsWrap .news .wrapWidth .newsBoxCat .column-categories a {
  display: block;
  border: 1px solid #0096F3;
  border-radius: 6px;
  padding: 6px 16px 4px;
  line-height: 1.3em;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.newsWrap .news .wrapWidth .newsBoxCat .column-categories a:hover {
  background-color: #0096F3;
  color: #ffffff;
}
.newsWrap .newsHead {
  display: none;
}

@media only screen and (max-width: 767px) {
  .newsWrap .news {
    padding-bottom: 90px;
    background-color: #fff;
    padding-top: 0px;
    width: 100%;
  }
  .newsWrap .newsHead {
    display: block;
    padding: 32px 16px;
    max-width: calc(100% - 60px);
  }
}
.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 */