@charset "utf-8";
.newsList__item {
  padding-bottom: 34px;
  padding-left: 42px;
  padding-right: 42px;
  margin-bottom: 27px;
  border-bottom: 3px solid #e6e6e6;
}
.newsList__item:first-child {
  padding-top: 30px;
}
.newsList__item:last-child {
  margin-bottom: 0;
}
.newsList__item a {
  display: block;
}
.date__categoryWrap {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  margin-bottom: 7px;
}
.new__date {
  font-size: 14px;
  font-weight: 400;
  width: 116px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.news__category {
  width: calc(100% - 116px);
  display: flex;
  flex-wrap: wrap;
}
.news__category span {
  color: #ff8470;
  font-size: clamp(13px, 2.19vw, 14px);
  display: inline-flex;
  min-width: 120px;
}
.news__title {
  font-size: clamp(14px, 2.66vw, 17px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
/* 絞り込み*/
.filter {
  display: flex;
  justify-content: space-between;
  max-width: 865px;
  padding: 73px 0 36px;
}
.filter .filter_bk {
  display: flex;
  justify-content: space-between;
  width: 49%;
  max-width: 413px;
}
.filter .filter_bk dt {
  font-size: clamp(12px, 1.89vw, 17px);
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 164px;
  padding: 5px;
  border-radius: 17px;
  background: #58bc4a;
}
.filter .filter_bk dd {
  font-size: clamp(12px, 1.89vw, 17px);
  font-weight: 600;
  color: #808080;
  width: 56%;
  max-width: 229px;
  padding: 5px 6%;
  border: 1px solid #cccccc;
  background: url(../imgs/news/arrow_filter.svg) no-repeat center right 10px /10px;
}

/* ===============
archive
=============== */
.archive .newsList li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 66px 2%;
}
.archive .newsList li a .imgblk {
  width: 36%;
  max-width: 239px;
}
.archive .newsList li a .imgblk .imgblk__inner {
  width: 100%;
  border-radius: 999.99px;
  aspect-ratio: 239 / 171;
  overflow: hidden;
}
.archive .newsList li a .imgblk .imgblk__inner img {
  object-position: top center;
}
.archive .newsList li a .txtblk {
  max-width: 584px;
  width: 61%;
}

/*pagenavi アーカイブ*/
.archive .pagenavi {
  padding-bottom: 60px;
}
.archive .pagination {
  display: flex;
  justify-content: center;
}
.archive .pagination li {
  padding: 0 0.5em;
}
.archive .pagination li a,
.pagination li a:visited,
.pagination li a:hover {
  color: #58bc4a;
  font-size: 15px;
  padding-top: 60px;
}

/* ===============
single
=============== */

.single .newscont .ttlblk {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 3px dotted #e6e6e6;
}
.single .news-text-blk {
  font-size: 14px;
  padding: 0 0 90px;
}
.single .news-text-blk a {
  display: inline-block;
  text-decoration: underline;
}
.single .news-text-blk img {
  width: 100%;
  max-width: 455px;
}
.single .news-text-blk table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.single .news-text-blk th,
.single .news-text-blk td {
  vertical-align: middle;
  border: 1px solid #000;
  padding: 10px;
}

.single .pagenavi {
  border-top: 3px solid #e6e6e6;
}
.single .page_list {
  display: flex;
  justify-content: space-around;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
.single .page_list li {
  padding: 0 0.5em;
}
.single .page_list li a,
.single .page_list li a:visited,
.single .page_list li a:hover {
  color: #58bc4a;
  font-size: 15px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 640px) {
  .filter {
    padding: 12% 0 6%;
  }
  .archive .newsList li a {
    padding: 11% 2%;
  }
}

@media screen and (max-width: 500px) {
  .filter {
    flex-direction: column;
  }
  .filter .filter_bk {
    width: 100%;
  }
  .filter .filter_bk.filter_cat {
    margin-bottom: 10px;
  }
  .archive .newsList li a {
    flex-direction: column;
  }
  .archive .newsList li a .imgblk {
    width: 100%;
    margin-bottom: 20px;
  }
  .archive .newsList li a .txtblk {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
}
