@charset "UTF-8";

/* Reset CSS
---------------------------------------------------*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, em, img, small, strong, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, header, main, footer, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

header, footer, nav, main, article, section, aside, figure {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
hr {
	display: none;
}
blockquote, q {
	quotes: none;
}
address, em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
	border: none;
}

/* Fonts
---------------------------------------------------*/
body {
	font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, serif;
	font-weight: 500;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }
