@charset "utf-8";

/*===================
archive-news
===================*/
.archive-news__ttl {
  margin-bottom: 64px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.archive-news__list {
  margin-bottom: 81px;
}
.archive-news__listItem {
  /* opacity: 0;  */

  padding: 84px 0 89px;
  border-bottom: 1px solid #553a1f;
}
/* .archive-news__listItem.show {
  opacity: 1;
  height: 100%;
  padding: 84px 0 89px;
} */
.archive-news__date {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
}
.archive-news__listTtl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}
.archive-news__btn {
  /* display: none; */
}
.archive-news__btnLink {
  display: block;
  width: 182px;
  padding: 16px 5px;
  margin: 0 auto;
  border: 1px solid #553a1f;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.archive-news__btnLink:hover.archive-news__btnLink {
  border: 1px solid #fff;
  background: #553a1f;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .low {
    padding: 158px 0 90px;
  }
  .archive-news__ttl {
    margin-bottom: 29px;
    font-size: 21px;
  }
  .archive-news__date {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .archive-news__listTtl {
    font-size: 17px;
  }
}
