@charset "utf-8";
.low__contents,
.low__fv--none .low__contents.low__contents--block {
  padding-top: 0;
}
.low__singleTitle {
  margin-bottom: 184px;
}
.low__item1List--type02.mgb {
  margin-bottom: 80px;
}

.news__inner {
  width: calc(100% - 20px);
  max-width: 890px;
  margin: 0 auto 0 0;
}
.news__list {
  margin-bottom: 13px;
}
.news__item a {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.news__item:last-child a {
  margin-bottom: 0;
}
.news__flex {
  width: 275px;
  display: flex;
  align-items: center;
}
.news__date {
  font-size: 12px;
  font-family: "arial", sans-serif;
  font-weight: 400;
  width: 135px;
  line-height: 1;
}
.news__category {
  font-size: 12px;
  font-weight: 400;
  width: calc(100% - 135px);
  max-width: 100px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.news__title {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  width: calc(100% - 275px);
  line-height: 1.75;
}

/* single */
.single-news__title {
  color: #4b433e;
  font-size: 23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.75;
}
.single-news .news__date {
  font-size: 12px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
.share {
  padding-top: 68px;
  margin-bottom: 68px;
}
.share__wrap {
  padding: 35px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.share__text {
  color: #006934;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 23px;
  line-height: 1;
}
.share__linkWrap {
  width: 100%;
  max-width: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.share__linkWrap a {
  display: block;
  width: 30px;
  height: auto;
}

.single-pageNavi {
  display: flex;
  justify-content: center;
  gap: 0 20%;
}
.single-pageNavi p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.single-pageNavi p a {
  transition: opacity 0.3s;
}
.single-pageNavi p a:hover {
  opacity: 0.7;
}

/* ページネーション */
#pagenavi {
  font-size: 0;
  text-align: center;
  padding-top: 70px;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 7px;
}
#pagenavi span,
#pagenavi a {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1px solid #c79f62;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50%;
}
#pagenavi span.current {
  color: #fff;
  background-color: #c79f62;
  border: none;
}
#pagenavi span.extend {
  border: none;
  border-radius: initial;
}
#pagenavi a.first,
#pagenavi a.last {
  font-size: 0;
  position: relative;
}
#pagenavi a.first::after,
#pagenavi a.last::before {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
}
#pagenavi a.first::after {
  transform: rotate(-180deg);
  background: url("../imgs/common/btn_arrow_rgt.svg") center center / cover no-repeat;
}
#pagenavi a.last::before {
  background: url("../imgs/common/btn_arrow_rgt.svg") center center / cover no-repeat;
}
.news__list + p {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
}

@media screen and (max-width: 980px) {
  .news__flex {
    width: 245px;
  }
  .news__date {
    width: 105px;
  }
  .news__category {
    width: calc(100% - 105px);
  }
  .news__title {
    width: calc(100% - 245px);
  }
}

@media screen and (max-width: 750px) {
  .news__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .low__item1Wrap {
    display: block;
  }
  .low__item1Wrap--news1,
  .low__item1Wrap--news2 {
    width: max-content;
    max-width: initial;
    padding-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .low__item1List--type02.mgb {
    margin-bottom: 0;
  }
  .low__item1Block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .news__item a {
    display: block;
  }
  .news__flex {
    width: 100%;
    margin-bottom: 10px;
  }
  .news__category {
    max-width: 100%;
  }
  .news__title {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  /* ページネーション */
  .wp-pagenavi {
    gap: 5px;
  }
  #pagenavi span,
  #pagenavi a {
    font-size: 11px;
    width: 25px;
    height: 25px;
  }
}
