/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2026 | 07:07:11 */
/* Google Fontsから約物半角フォントを読み込む */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.min.css');

/* サイト全体のフォントに適用（既存のフォント指定の前に割り込ませる） */
body {
    font-family: "YakuHanJP", sans-serif; /* sans-serifの前にお使いのフォント名を入れてもOK */
}