article.index-list {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  article.index-list {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.index-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-list__item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0.65em;
}

.index-list__date {
  flex: 0 0 130px;
  font-style: italic;
  color: var(--color-text-grey);
}

.index-list__body {
  flex: 1;
  min-width: 0;
}

.index-list__main .index-list__md {
  margin-left: 0.35em;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 0.5em;
}

.index-list__categories {
  display: block;
  margin-top: 0.2em;
  opacity: 0.75;
  font-size: 0.92em;
}

.index-list__years {
  text-align: center;
  margin-top: 2em;
}

.index-list__years-sep {
  margin: 0 0.4em;
  opacity: 0.45;
}
