@charset "utf-8";
.img img {
    width: 100%;
}
/* archive */
.season-postlist-line {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
}
.season-postlist-line-items {
    width: 100%;
}
.season-postlist-line-items-inner {
    height: calc(100% - 68.5px);
}
.season-postlist-line-items img {
    width: 100%;
}
.season-postlist-line-items .season-ttl {
    font-weight: 700;
    margin-top: 1rem;
}

.period {
    color: #B28500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -2px;
    margin-right: -2px;
}
.period:not(:last-of-type) {
    margin-bottom: 0;
}
.period:last-of-type,
.period-s:last-of-type {
    margin-bottom: .5rem;
}
.period .start,
.period .end {
    margin-bottom: 0;
}
.btn-w {
    width: fit-content;
}
/* 投稿のページネーション */
.tablenav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .tablenav .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 29px;
    color: #CDD6DD;
    position: relative;
  }
  .tablenav .prev, .tablenav .next {
    width: 30px;
    height: 30px;
    color: #7990bc;
    border: 1px solid #7990bc;
    border-radius: 50%;
    position: relative;
  }
  .tablenav .prev{
    margin-right: 30px;
  }
  .tablenav .next{
    margin-left: 30px;
  }
  .tablenav .current {
    color: #003f97;
  }
  .page-numbers.prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #7990bc;
    border-left: 1px solid #7990bc;
  }
  .page-numbers.next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #7990bc;
    border-right: 1px solid #7990bc;
  }
.season-link {
    transition: .3s;
}
.season-link .btn-mid-blue {
    transition: .3s;
}
.season-link:hover .btn-mid-blue {
    color: #fff;
    background-color: #003F97;
}
.season-link:hover .btn-mid-blue::after {
    background-color: #fff;
}

/* single */
.season-desc-wrap {
    max-width: 1070px;
    margin: 0 auto;
}
.period-s {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #B28500;
    width: fit-content;
    padding: 0.1rem 0.75rem;
}
.period-s .start-s,
.period-s .end-s {
    margin-bottom: 0;
    letter-spacing: .05em;
}
.season-single-ttl {
    font-size: 1.5rem;
}
.period-s:not(:last-of-type) {
    margin-bottom: 0.7rem;
}
.cont-wrap ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: .6rem;
}
.cont-wrap ul li::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

@media all and (min-width: 576px) {
    /* archive */
    .season-postlist-line {
        margin-left: -10px;
        margin-right: -10px;
    }
    .season-postlist-line-items {
        width: 50%;
        padding: 0 10px;
    }
}
@media all and (min-width: 768px) {
    /* archive */
    .season-postlist-line {
        margin-left: -15px;
        margin-right: -15px;
    }
    .season-postlist-line-items {
        padding: 0 15px;
    }
    /* single */
    .season-single-wrap .period-wrap {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }
    .season-single-wrap .period-wrap-inner {
        padding: 0 10px;
    }
    .period-s:last-of-type {
        margin-bottom: 0;
    }
    
}
@media all and (min-width: 992px) {
    /* archive */
    .season-postlist-line {
        margin-left: -30px;
        margin-right: -30px;
    }
    .season-postlist-line-items {
        width: 33.3333333%;
        padding: 0 30px;
    }
    .tablenav {
        margin-top: 5rem;
    }
}
@media all and (min-width: 1200px) {
    /* archive */
    .season-postlist-line-items-inner {
        height: calc(100% - 71.8px);
    }
}
@media all and (min-width: 1400px) {
    /* archive */
    .season-postlist-line-items-inner {
        height: calc(100% - 75.09px);
    }
    /* ページネーション */
    .tablenav .prev, .tablenav .next {
        width: 46px;
        height: 46px;
    }
    .page-numbers.prev::before, .page-numbers.next::before {
    width: 13px;
    height: 13px;
    }
}
@media all and (min-width: 1920px) {
    /* archive */
    .season-postlist-line-items-inner {
        height: calc(100% - 85px);
    }
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}