@font-face {
	font-family: 'myfont';
	src: url("../font/NotoSansJP-Regular.otf") format('opentype');
	font-display: swap;
}
body{
	margin:0 auto;color:#000000;font-size:20px;
	font-family:myfont;
	letter-spacing:0px;
	line-height:180%;
}
