@charset "UTF-8";

/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; margin: 0;}
hr { display: none; }
address, em { font-style: normal; }
table { border-collapse: collapse; }
img { vertical-align: bottom; }

/* Fonts
---------------------------------------------------*/
body {
    font-family: 'Red Hat Display','Noto Sans JP', sans-serif;
	-webkit-text-size-adjust:100%
}
a{text-decoration: none!important;}