#page.news-archive.in .sec-news {
  margin-bottom: 160px;
}
#page.news-archive.in .news-categry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
#page.news-archive.in .news-categry-list a {
  padding-right: 25px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#page.news-archive.in .news-categry-list a::after {
  content: "";
  position: absolute;
  background-image: url(../img/news/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#page.news-archive.in .news-content {
  margin-bottom: 55px;
}
#page.news-archive.in .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c8c8c8;
  padding: 22.5px 0;
}
#page.news-archive.in .news-item:last-child {
  border-bottom: 1px solid #c8c8c8;
}
#page.news-archive.in .news-item-day {
  font-size: 14px;
  letter-spacing: 0.02em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.182%;
          flex: 0 0 8.182%;
  padding-left: 15px;
}
#page.news-archive.in .news-item-ttl {
  font-size: 15px;
  letter-spacing: 0.02em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88.637%;
          flex: 0 0 88.637%;
  padding-right: 30px;
}

@media (hover: hover) {
  #page.news-archive.in .news-categry-list a:hover {
    text-decoration: underline;
  }
  #page.news-archive.in .news-item:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #page.news-archive.in .c-heading {
    margin-bottom: 60px;
  }
  #page.news-archive.in .news-item {
    display: block;
    padding: 13px 0;
  }
  #page.news-archive.in .news-item-day {
    padding-left: 0;
    font-size: 12px;
  }
  #page.news-archive.in .news-item-ttl {
    padding-right: 0;
  }
}
#page.news.in .news-article {
  margin: 80px 0 150px 0;
}
#page.news.in .news-ttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
#page.news.in .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #191919;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
#page.news.in .news-day {
  font-size: 14px;
  line-height: 1;
  border-right: 1px solid #191919;
  padding-right: 15px;
  margin-right: 15px;
}
#page.news.in .news-cta {
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}
#page.news.in .news-content {
  margin-bottom: 150px;
}
#page.news.in .news-content p {
  font-size: 16px;
  line-height: 1.875;
}
#page.news.in .news-top-link {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#page.news.in .news-top-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/news/page-arrow-pre.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media (max-width: 767px) {
  #page.news.in .news-ttl {
    font-size: 26px;
    line-height: 1.5;
  }
  #page.news.in .news-info {
    margin-bottom: 30px;
  }
  #page.news.in .news-content {
    margin-bottom: 140px;
  }
  #page.news.in .news-content p {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}