.contents {
  padding: 11vh 5vw;
  display: flex;
  flex-direction: column; }
  .contents .list ol {
    font-family: DanteMT;
    font-variant: small-caps;
    font-size: 2.5vw;
    list-style: none;
    padding: 0;
    margin-top: 0; }
    .contents .list ol > :first-child li {
      padding-top: 0; }
    .contents .list ol a {
      display: block;
      width: fit-content;
      text-decoration: none; }
      .contents .list ol a:hover .name {
        text-decoration: underline; }
    .contents .list ol li {
      display: flex;
      flex-direction: column;
      padding: 1vh 0;
      margin-bottom: 1vh; }
      .contents .list ol li div.credit {
        color: #afbec5;
        font-size: 1.9vw; }
      .contents .list ol li span.date {
        font-family: DanteMT;
        font-variant: normal;
        font-size: 1.6vw; }

/*# sourceMappingURL=contents.sass.css.map */