@charset "UTF-8";

body {
  font-family: 
    "游ゴシック体", YuGothic, 
    "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3",
    "メイリオ",
	sans-serif;

    font-weight: 500; /* Windowsのかすれ対策に推奨 */
}


@font-face {
  font-family: 'PixelMplus12';
  src: url('../../../fonts/PixelMplus12-Regular.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}

