@font-face {
	font-family: 'Noto Sans JP';
	src:url('../font/NotoSansJP-Regular.otf') format('otf'),
	url('../font/NotoSansJP-Regular.woff') format("woff"),
	url('../font/NotoSansJP-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto';
	src:url('../font/Roboto.ttf') format('truetype'),
	url('../font/Roboto.eot') format("embedded-opentype"),
	url('../font/Roboto.woff') format("woff"),
	url('../font/Roboto.svg') format('svg');
}