@charset "UTF-8";
.gHeaderWrap {
	border-bottom: 1px solid currentColor;
	margin-bottom: ;
}
.gHeader {
	padding: 16px 0;
}
.gHeader_inner {}
.gHeader_logo {}
.gHeader_logo > svg {
	display: block;
	width: 170px;
	height: 33px;
	margin: 0 auto;
	fill: currentColor;
}
.gHeader_title {
	font-weight: bold;
	font-size: 19px;
	margin-top: 4px;
	text-align: center;
}
.gHeader_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gHeader_title > a:hover {}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gFooter {
	text-align: center;
	border-top: 1px solid currentColor;
}
.gFooter_inner {}
.gFooter_copyright {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.gFooter_copyright > small {
	font-size: 11px;
}
.gBody {
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.gPankuzu {
	margin-bottom: 40px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 12px;
	white-space: nowrap;
	overflow: auto;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 7px;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 40px;
	align-items: center;
}
.gPankuzu_oList > li > a:hover {}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:374px) {}
