@charset "utf-8";
/*PC・タブレット・スマホ共通設定*/

/*「Yaku Han JP」https://yakuhanjp.qranoko.jp/ */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp_s.css");

/* NotoSansJP Regular400 */
@font-face {
  font-family: "NotoSansJP";
  src: url("/font/NotoSansJP-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* NotoSansJP Bold700 */
@font-face {
  font-family: "NotoSansJP";
  src: url("/font/NotoSansJP-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
