@charset "UTF-8";
/**
 * フォント css
 * @version 23.05.26
 */

/*@font-face { font-family: 'honya'; src: url('/resources/oside/fonts/HonyaJi-Re.ttf') format('truetype'); }*/
/*@font-face { font-family: 'ktegaki'; src: url('/resources/oside/fonts/KTEGAKI.ttf') format('truetype'); }*/
/*@font-face { font-family: 'tanuki'; src: url('/resources/oside/fonts/TanukiMagic.ttf') format('truetype'); }*/

/* body,input,textarea  { font-family: 'tanuki' } */

.font_def {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* .font_honya { font-family: 'honya'; } */
/* .font_ktegaki { font-family: 'ktegaki'; } */
.font_tanuki { font-family: 'tanuki'; }

strong { line-height: initial; }
