@charset "utf-8";

.recBxR section {
    display: grid;
    gap: 30px 15px;
    grid-template-columns: repeat(1, 1fr);
}

.recBxR .newsItem {
    max-width: none;
}

.recBxR .newsItem:hover .newsImg img {
    transform: scale(1);
}

.recBxR .webgene-pagination {
    grid-column: 1 /2 !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
    .recBxR section {
        gap: 50px 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .recBxR .webgene-pagination {
        grid-column: 1 /3 !important;
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
    .recBxR section {
        gap: 50px 10%;
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */