.series-title {
  padding: 0 0 0 40px;
}
.series-title h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
}
.series-title h2>span {
  font-size: 14px;
  font-size: 1.4rem;
}
.series-title h2>a {
  color: #FFF;
}
.series-title h2>a:hover {
  color: #F73B3B;
}

/* article-series-link
=========================================================== */
#article-series-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;

  /* 通常と異なる余白 */
  &.diff-space {
    padding-block: 20px 0;
  }

  > li {
    text-align: center;
    flex-grow: 1;
    font-size: 22px;
    font-size: 2.2rem;

    /* 下線 */
    &::after {
      content: "";
      display: block;
      height: 4px;
      border-radius: 2px;
      background-color: #b2b2b2;
    }
  }

  > li > a {
    padding-bottom: 10px;

    &:hover {
      color: #f73b3b;
    }
  }
}

.block.feature {
  background-color: inherit;
  padding-bottom: 0;
}
.article-feature .list-feature .slide{
  max-width: 350px;
}
.article-feature .list-feature .slide-last{
  max-width: 400px;
}
.article-feature .list-feature .slide-img {
  height: auto;
}
