/* フォント強制適用 */
html,
body,
#contents,
#contents *,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
td,
th,
input,
textarea,
select,
button {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}