/* ------------------------------------------------
  sub colum
------------------------------------------------ */
#sub-column section h2 {
  padding: 16px 0 12px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #FFFFFF;
}

/* ------------------------------------------------
  FORZA STYLE Ranking
------------------------------------------------ */
#sub-column section.ranking {
    background: #322D1F;
    margin: 35px 0 25px;
    padding-bottom: 22px;
}
#sub-column .tab-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #808080;
}
#sub-column input[name="ranking-tab"] {
    display: none;
}
#sub-column .tab-label {
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #808080;
}
#sub-column .tab-label.checked {
    border-bottom: 3px solid #FFFFFF;
    color: #FFFFFF;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
#sub-column .article-container {
    height: auto;
    display: none;
}
#sub-column .article-container::after {
    content: "";
    display: block;
    border-bottom: 1px solid #808080;
    margin: 12px auto 17px;
    width: 68px;
}
#sub-column input[name="ranking-tab"]:checked {
    border: 3px solid #FFFFFF;
}
#sub-column input[name="ranking-tab"]:checked + .article-container {
  display: block;
  animation: 0.3s fadeIn ease-out;
}
.ranking-article-wrapper {
    width: 800px;
}
.ranking-article-wrapper:nth-child(n+1) {
    margin-top: 11px;
}
section.ranking .article-wrapper {
    display: flex;
    margin-top: 20px;
    color: #FFFFFF;
}
section.ranking .article-wrapper .rank {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    padding: 20px 9px;
}
section.ranking .article-wrapper .ranking-article.small {
    flex-grow: 1;
}
.ranking-article .main {
    display: flow-root;
    height: 80px;
}
.ranking-article .genre-wrapper {
    margin-bottom: 4px;
}
.ranking-article .genre {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    color: #2789A8;
}
.ranking-article .date {
    margin-left: 27px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    text-align: right;
    color: #AAAAAA;
}
 .ranking-article img {
    float: right;
    margin: 23px 0 0 13px;
    width: 81px;
}
.ranking-article .title {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #322D1F;
}
section.ranking .ranking-article .title {
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
#sub-column section.ranking .more {
    display: block;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
#sub-column section.ranking .more::after {
    content: "";
    display: inline-block;
    width: 8.25px;
    height: 8.25px;
    margin-left: 9px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
}