@charset "UTF-8";

.news-index-list {
  margin-top: 32px;
}

.news-index-list__item:not(:first-child) {
  margin-top: 44px;
}

.news-index-list__date {
  display: inline-block;
  font-size: 1.8rem;
  white-space: nowrap;
  vertical-align: middle;
}

.news-index-list__category {
  display: inline-block;
  margin: 0 0 1px 10px;
  white-space: nowrap;
  vertical-align: middle;
}

.news-index-list__link {
  position: relative;
  margin-top: 10px;
  font-size: 2.1rem;
  font-weight: 500;
  color: #000;
}

.news-index-list__link::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.news-index-list__link::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.news-index-list__link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("https://www.nikon.com/assets/img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.news-index-list__link a.c-link-icon::after {
  display: none;
}

.news-index-list__link a[target="_blank"]::after {
  display: none;
}
