/*=============== WEBフォント定義 ===============*/
@font-face {
	font-family: "Noto_Sans_R";
	src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") ;
}
@font-face {
	font-family: "Noto_Sans_M";
	src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") ;
}
@font-face {
	font-family: "Noto_Sans_B";
	src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") ;
}


body {
	font-family: "Noto_Sans_R", sans-serif;
}
.Noto_Sans_M {
	font-family: "Noto_Sans_M", sans-serif;
}
.Noto_Sans_B {
	font-family: "Noto_Sans_B", sans-serif;
}