/* 人気記事ランクナンバーカスタマイズ用 */
.popular-posts ul li:nth-child(1)::before {
    border-color: #dfcf94;
    color: #dfcf94;
}
.popular-posts ul li:nth-child(2)::before {
    border-color: #b9bec2;
    color: #b9bec2;
}
.popular-posts ul li:nth-child(3)::before {
    border-color: #b1a08c;
    color: #b1a08c;
}
.popular-posts ul li:nth-child(4)::before {
    border-color: #ebebeb;
    color: #353535;
}
.popular-posts ul li:nth-child(5)::before {
    border-color: #ebebeb;
    color: #353535;
}
