.str {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 6.4rem;
  border-bottom: 1px solid var(--body-color);
}
.str a {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  float: right;
  line-height: 6.4rem;
}

.n_list a {
  display: block;
  border-bottom: 1px solid var(--line-color);
  padding: 0 0 1.6rem 0;
}
.n_list strong {
  display: block;
  line-height: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.n_list p {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

.n_list small {
  color: var(--body-color);
  font-size: 1.4rem;
  opacity: 0.5;
}
