@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: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
/* body,input,textarea  { font-family: 'tanuki' } */

.font_def { font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
/* .font_honya { font-family: 'honya'; } */
/* .font_ktegaki { font-family: 'ktegaki'; } */
.font_tanuki { font-family: 'tanuki'; }

strong { line-height: initial; }

