#posts.series-content article {
  border: none;
}
#posts.series-content {
  font-weight: 300;
  p {
    margin: 0;
  }
  /*==================================================
    AڋL
  ==================================================*/
  .series_hd {
    margin-bottom: 5px;
    img {
      display: block;
    }
  }
  .series-sec {
    a {
      display: block;
      text-decoration: none;
      color: #333;
    }
  }
  .series_lead {
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 2;
  }
  .series_ttl {
    margin: 0 0 15px !important;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .1em;
  }
  .series-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 40px 23px;
    li {
      position: relative;
      width: 150px;
      height: 233px;
    }
    .series-prof {
      position: relative;
      margin-bottom: 8px;
      .img {
        img {
          display: block;
          width: 100%;
          border-radius: 10px;
        }
      }
      .name {
        position: absolute;
        left: 0;
        bottom: 5px;
        padding: 0 5px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        background: rgba(0, 0, 0, 0.3);
      }
    }
  }
  .series-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 17px;
  }
  .series-box_subtext {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }
  .series-box_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .series-box_sub {
    margin-top: 9px!important;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: 'Quicksand', sans-serif;
  }
  .series-box_btn {
    display: inline-block;
    padding: 0 72px 0 31px;
    height: 32px;
    font-size: 12px;
    color: #333;
    border: 1px solid #333;
    background: url(../images/common/icon_arrow.svg?2025022700) 77% 48% no-repeat;
    background-size: 24px;
    line-height: 28px;
    border-radius: 100px;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    margin-top: auto;
  }
  .series-archive {
    margin-top: 23px;
  }
}
