@charset "UTF-8";

.news ul {
  padding: 40px 0;
}


.category li {
  display: none;
}

.category li.is-show {
  display: flex;
}

.category li.on {
  display: flex;
}


.filter {
  display: flex;
  gap: 20px;
}

.filter li {
  border: solid 1px #00689d;
  padding: 2px;
  text-align: center;
  width: 150px;
  border-radius: 20px;
  font-size: 14px;
  color: #00689d;
  font-weight: 900;
}

.category {
  border-top: solid 2px #afafaf;
  border-bottom: solid 2px #afafaf;
}


.filter li.is-active {
  background-color: #1C50AA;
  color: #fff;
}

.news {
  position: relative;
  margin-top: 150px;
  padding-bottom: 50px;
}

.news h2 {
  position: relative;
  z-index: 2;
}

.news-bg {
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  width: min(90vw, 600px);
  margin: 0 auto;
  z-index: 0;
}

.pagination {
  width: 70%;
  margin: 30px auto 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.page-number-btn {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  color: #1C50AA;
  border: solid 1px #1C50AA;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  font-family: "Zen Kaku Gothic New";
}

.page-number-btn.is-current {
  color: #fff;
  border: solid 1px #1C50AA;
  background: #1C50AA;
}

#prevBtn,
#nextBtn {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  color: #1C50AA;
  border: solid 1px #1C50AA;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  font-family: "Zen Kaku Gothic New";
}
