@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*
	font-family: 'Noto Serif JP', serif;
	font-family: 'Oswald', sans-serif;
*/
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #171717;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.666;
	text-align: center;
	letter-spacing: 0.075em;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 4px 22px 11px 25px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border-top: 4px solid #171717;
	border-right: 4px solid #171717;
	box-sizing: border-box;
	z-index: 100;
}
#gHeader .linkList {
	display: flex;
	align-items: center;
}
#gHeader .linkList li {
	margin-right: 18px;
}
#gHeader .linkList li:last-child {
	margin-right: 0;
}
#gHeader .linkList li a {
	width: 24px;
	display: block;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 15px 20px 90px;
	position: relative;
}
#gFooter .pageTop {
	width: 17px;
	position: absolute;
	top: 16px;
	right: 28px;
}
#gFooter .copyright {
	font-size: 0.55rem;
	font-style: normal;
	text-align: center;
}




