.section_bg::before {
  background: #f3f3f3;
}

.sect-post-news {
  position: relative;
}

.area-post-news .body .contents {
  padding: clamp(1.2rem, 2.5vw, 4.8rem);
  background-color: white;
}
.area-post-news .body .contents .list-post-news {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-post-news .body .contents .list-post-news .item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  border-bottom: 1px solid #ccc;
  gap: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-post-news .body .contents .list-post-news .item .info,
.area-post-news .body .contents .list-post-news .item .thumb {
  width: 100%;
}
.area-post-news .body .contents .list-post-news .item .info {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  max-width: 75%;
}
.area-post-news .body .contents .list-post-news .item .info .title .link.post {
  color: #1a1a1a;
}
.area-post-news .body .contents .list-post-news .item .info .title .link.post .headline {
  padding-bottom: 1.2rem;
}
.area-post-news .body .contents .list-post-news .item .info .title .link.post .thumb {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
.area-post-news .body .contents .list-post-news .item .info .data {
  display: flex;
  align-items: center;
  padding-bottom: 1.2rem;
}
.area-post-news .body .contents .list-post-news .item .info .data .date,
.area-post-news .body .contents .list-post-news .item .info .data .term {
  width: 100%;
}
.area-post-news .body .contents .list-post-news .item .info .data .date {
  max-width: 20%;
  font-size: clamp(1.3rem, 2.7083333333vw, 1.6rem);
}
.area-post-news .body .contents .list-post-news .item .info .data .term {
  max-width: 80%;
}
.area-post-news .body .contents .list-post-news .item .info .data .term .string {
  padding: 0.4rem 1.2rem;
  background-color: #2c3686;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  color: #fff;
  line-height: 1.25;
}
@media screen and (min-width: 837px) {
  .area-post-news .body .contents .list-post-news .item .thumb {
    max-width: 25%;
  }
}
.area-post-news .body .contents .list-post-news .item:not(:first-of-type) {
  padding-top: clamp(1.2rem, 2.5vw, 2.4rem);
}
@media screen and (max-width: 836px) {
  .area-post-news .body .contents .list-post-news .item .info {
    max-width: 100%;
  }
  .area-post-news .body .contents .list-post-news .item .info .data .date {
    max-width: 35%;
  }
  .area-post-news .body .contents .list-post-news .item .info .data .term {
    max-width: 70%;
  }
}
.area-post-news .pagination {
  display: flex;
  justify-content: center;
}
.area-post-news .pagination .nav-links ul.page-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.area-post-news .pagination .nav-links ul.page-numbers li:not(:last-child) {
  padding: 0 2.4rem 0 0;
}
@media screen and (max-width: 600px) {
  .area-post-news .pagination .nav-links ul.page-numbers li:not(:last-child) {
    padding: 0 1.2rem 0 0;
  }
}
@media screen and (max-width: 479px) {
  .area-post-news .pagination .nav-links ul.page-numbers li:not(:last-child) {
    padding: 0 0.6rem 0 0;
  }
}
.area-post-news .pagination .nav-links ul.page-numbers li .page-numbers {
  display: inline-block;
  background-color: white;
  border-radius: 0.8rem;
  background-color: white;
  font-size: clamp(1.4rem, 2.9166666667vw, 1.8rem);
  color: #555;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 600px) {
  .area-post-news .pagination .nav-links ul.page-numbers li .page-numbers {
    padding: 0.6rem 1rem;
  }
}
.area-post-news .pagination .nav-links ul.page-numbers li .current {
  background-color: #e57e33;
  color: #fff;
}
.area-post-news .pagination .nav-links ul.page-numbers li .dots {
  background-color: transparent;
  box-shadow: none;
}
/*# sourceMappingURL=archive.css.map */