@media screen and (min-width: 769px) {
  .pageTtl {
    max-width: 930px;
  }
  main .inner {
    max-width: 930px;
  }
}
.newsNav {
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}
.newsNav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px 12px;
}
.newsNav__list a {
  width: 100%;
  height: 64px;
  background-color: #F3F5F6;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsNav__list a.current {
  background-color: #0080CB;
  color: #fff;
  font-weight: 700;
}
.newsNav__list a:hover {
  background-color: #E9EDEF;
  font-weight: 500;
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .newsNav__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .newsNav__list a {
    height: 64px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .newsNav {
    padding-bottom: 50px;
  }
  .newsNav__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .newsNav__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.newsList {
  margin-bottom: 50px;
  display: grid;
}
.newsList__item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: block;
}
.newsList__item > .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.newsList__item .date {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.newsList__item__txtWrap {
  width: calc(100% - 40px);
}
.newsList__item__txtWrap .categoryList {
  margin: 5px 0 8px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.newsList__item__txtWrap .categoryList .category {
  height: 20px;
  color: #0080CB;
}
.newsList__item__txtWrap .ttl {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.newsList__item__link {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.newsList__item__link img {
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 50%;
  display: block;
}
.newsList__item__link img.hov {
  display: none;
}
.newsList__item:hover .category {
  background-color: #fff;
}
.newsList__item:hover .newsList__item__link img {
  background-color: #0080CB;
  display: none;
}
.newsList__item:hover .newsList__item__link img.hov {
  display: block;
}
@media screen and (min-width: 769px) {
  .newsList {
    margin-bottom: 96px;
  }
  .newsList__item {
    padding: 26px 0 20px;
  }
  .newsList__item > .inner {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .newsList__item .date {
    width: 125px;
    flex-shrink: 0;
  }
  .newsList__item__txtWrap {
    width: 100%;
  }
  .newsList__item__txtWrap .categoryList {
    margin-top: 0;
  }
  .newsList__item__txtWrap .categoryList .category {
    height: 24px;
  }
  .newsList__item__link {
    width: 64px;
  }
  .newsList__item__link img {
    width: 64px;
    height: 64px;
    padding: 22px;
  }
}

.wp-pagenavi .page:hover {
  background-color: #0080CB;
}
.wp-pagenavi .current {
  background-color: #0080CB;
}






/*add*/


@media only screen and (max-width: 769px) {

.newsList__item {
    padding: 15px 0;
}



}