@charset "utf-8";

/* ----------------------------------------
	archive-news.css
---------------------------------------- */
/* #archive-news {
  padding-top: 90px;
}

.archive-list {
  margin: 8rem 15% 4rem 15%;
}

.archive-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

#archive-news h2 {
  border-left: none;
  padding: 0;
}

.archive-item {
  border-bottom: solid 1px #bac7cc;
  padding: 0 1rem 2rem 1rem;
  margin-bottom: 2rem;
}

.archive-meta {
  display: flex;
  gap: 1rem;
  color: #bac7cc;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.archive-date {
  white-space: nowrap;
}

.archive-meta time {
  line-height: 1.7;
}

.archive-categories {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.archive-category {
  white-space: nowrap;
  background-color: #eaf0fa;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.2rem 1rem;
}

.archive-post-title {
  margin-bottom: 0.5rem;
}

.archive-excerpt-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.archive-excerpt {
  flex: 1;
  line-height: 1.8;
}

.archive-item:hover .archive-post-title,
.archive-item:hover .archive-excerpt {
  color: #3067d1;
}

.archive-item i.fa-arrow-right {
  flex-shrink: 0;
  flex-grow: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3067d1;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

#archive-news .fa-arrow-right {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.archive-item:hover i.fa-arrow-right {
  transform: scale(1.2);
}

.btn-circle-wrapper {
  margin-top: 8rem;
  text-align: center;
} */

/* 中央寄せ（親をflexに） */
/* .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 4rem;
} */

/* ページタブの共通スタイル */
/* .nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #3067d1;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #3067d1;
} */

/* hover */
/* .nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #bac7cc;
    border-color: #bac7cc;
} */

/* 現在のページ */
/* .nav-links .current {
    background: #3067d1;
    color: #FFFFFF;
} */

/* 前後リンク */
/* .nav-links a.prev,
.nav-links a.next {
    border: 1px solid #3067d1;
    color: #3067d1;
    position: relative;
} */

/* 省略「…」 */
/* .nav-links .dots {
    background: transparent;
    border: none;
} */

/* 画面幅1180px以下 */
@media screen and (max-width:1180px) {
  /* .archive-list {
    margin: 8rem 6% 4rem 6%;
  } */
}

/* 画面幅767px以下 */
@media screen and (max-width:767px) {
  /* .archive-list {
    margin: 4rem 6%;
  } */
}

/* 画面幅575px以下 */
@media screen and (max-width:575px) {
  /* #archive-news .btn-box {
    margin-bottom: 4rem;
  }

  .archive-list {
    margin: 4rem 1rem;
  }

  .nav-links a.page-numbers,
  .nav-links .current,
  .nav-links a.prev,
  .nav-links a.next,
  .nav-links .dots {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .nav-links {
    gap: 0.5rem;
  } */
}