/**
 * 記帳単体版・会計記帳管理: Noto Sans JP（ゴシック）を強制。
 * anexis-font.css（Zen Maru Gothic）より後に読み込むこと。
 */
html,
body,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif !important;
}
