/* 1～9番目：新規カテゴリ */
:is(.works_cnt1, .worksdetail_cnt1)
.inner .col2 .left
.webgene-blog .webgene-item:nth-of-type(-n+9) {
    background: #91CEE0 !important;
}

/* 10～15番目：これまでの1～6番目 */
:is(.works_cnt1, .worksdetail_cnt1)
.inner .col2 .left
.webgene-blog .webgene-item:nth-of-type(n+10):nth-of-type(-n+15) {
    background: #e9daca ;
}

/* 16～21番目：これまでの7～12番目 */
:is(.works_cnt1, .worksdetail_cnt1)
.inner .col2 .left
.webgene-blog .webgene-item:nth-of-type(n+16):nth-of-type(-n+21) {
    background: #f9dada;
}

/* 22～27番目：これまでの13～18番目 */
:is(.works_cnt1, .worksdetail_cnt1)
.inner .col2 .left
.webgene-blog .webgene-item:nth-of-type(n+22):nth-of-type(-n+27) {
    background: #dff3d2;
}