@font-face {
	font-family: 'candara';
	src: url(../fonts/CANDARA.TTF);
}
@font-face {
	font-family: 'noto-regular';
	src: url(../fonts/NotoSansJP-Regular.otf);
}
@font-face {
	font-family: 'noto-bold';
	src: url(../fonts/NotoSansJP-Bold.otf);
}
.yu-bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.candara{
	font-family: candara,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.noto-regular{
	font-family: noto-regular,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.noto-bold{
	font-family: noto-bold,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.kozuka-bold{
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
