/* 携帯サイト版へのリンクを非表示にする */
a[href*="m-index.html"] {
    display: none !important;
}

/* リンクを囲っている部分も消す */
div[align="center"]:has(a[href*="m-index.html"]) {
    display: none !important;
}