/* linkset: smartphone layout adjustments */
@media screen and (max-width: 767px) {
    /* col3: liが2件のときは2列相当 */
    .linkset.col3.linkset-count-2 li {
        width: 47% !important;
    }

    /* col3 / col4: liが1件のときは全幅 */
    .linkset.col3.linkset-count-1 li,
    .linkset.col4.linkset-count-1 li {
        width: 100% !important;
    }

    /* 管理画面で「スマートフォンで縦1列にする」をONにした場合 */
    .linkset.sp_col1 li {
        width: 100% !important;
    }
}
