@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400; /* Regular */
  src: url('../fontfile/NotoSansJP-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700; /* Bold */
  src: url('../fontfile/NotoSansJP-Bold.ttf') format('truetype');
}

body{
	font-family: 'Noto Sans JP', -apple-system, system-ui, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color:#333333;
}