.right-side-column h2 {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.25rem; /* 144% */
  letter-spacing: 0.07813rem;
  margin-bottom: 1.5em;
}
.right-side-column .line {
  margin-bottom: 1.5em;
  background-image: url(../images/news/eye-guide.svg);
  width: 100%;
  height: 50px;
  background-size: contain;
  background-position: 30px 0%;
  background-repeat: no-repeat;
}
.right-side-column ul {
  display: flex;
  gap: 1.5em;
  flex-direction: column;
  margin-bottom: 4.5em;
}
.right-side-column ul li {
  padding-left: unset;
}
.right-side-column ul li.is_hide {
  display: none;
}
.right-side-column ul li a {
  display: grid;
  grid-template-columns: 4.5em auto 1fr;
  gap: 1.5em;
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.right-side-column ul li a:hover {
  text-decoration: underline;
}
.right-side-column .more-button {
  margin-bottom: 7.5em;
  margin-inline: auto;
  color: #000;
  text-align: justify;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 160% */
  letter-spacing: 0.0625rem;
  display: inline-flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  height: 60px;
  border: 2px solid #000;
  background: #fff;
  gap: 0.5em;
  cursor: pointer;
}
.right-side-column .more-button:hover {
  background: #000;
  color: #fff;
}
.right-side-column .more-button:hover::after {
  filter: invert(1);
}
.right-side-column .more-button::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/news/more-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}/*# sourceMappingURL=archive-news.min.css.map */