/* =============== アーカイブページ CSS =============== */
.error404 {
  background-color: #fff;
  color: #30455d;
}
.error404 .sec-title-wrap {
  color: #fff;
  margin-bottom: 0;
}
#page-archive {
  position: relative;
  padding-bottom: 90px;
}
#page-archive .sec-title-wrap {
  color: #fff;
  margin-bottom: 0;
}
#page-archive .sec-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
#page-archive .sec-read-wrap {
  text-align: center;
}
#page-archive .sec-read-wrap h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#page-archive .sec-read-txt p {
  font-size: 1.6rem;
  margin-bottom: 60px;
}
.more-btn-wrap.error {
  text-align: center;
}

/* アーカイブページ */
.archive {
  background-color: #fff;
  color: #30455d;
}
.archive .header-logo {
  background-color: transparent;
}
.archive .sec-title-wrap {
  color: #fff;
  margin-bottom: 0;
}
body.archive .header-logo svg .i {
  fill: #fff;
}
#page-archive {
  padding-bottom: 90px;
}
#page-archive .article-flex {
  flex-wrap: wrap;
}
#page-archive .article-item {
  width: calc(33.33% - 20px);
  margin-bottom: 60px;
}
#page-archive .article-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px){
  /* プライバシーポリシーページ */
  #page-archive .sec-inner {
    max-width: 100%;
    padding: 0 20px;
  }
  #page-archive .sec-read-wrap h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  #page-archive .sec-read-txt p {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
  /* アーカイブページ */
  #page-archive  .article-item {
    width: 100%;
    margin-bottom: 48px;
  }
  #page-archive  .article-item:last-of-type {
    margin-bottom: 0;
  }
}
