@charset "UTF-8";
.gBody {
	flex-grow: 1;
	width: 100%;
	padding-bottom: 70px;
	padding-top: 50px;
}
.gBody_inner {}
.gFooter {
	background-color: var(--color-primary-extra-light);
	padding: 15px 0;
}
.gFooter_inner {}
.gFooter_copyright {
	text-align: center;
	font-size: 13px;
	font-family: var(--font-roboto);
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gHeader {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--color-white);
	background-color: var(--color-primary-extra-light);
}
.gHeader_inner {}
.gHeader_title {
	max-width: 162px;
	margin: 0 auto;
}
.gHeader_title > a {
	text-decoration: none;
	color: var(--color-secondary);
	display: block;
	position: relative;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: var(--color-primary);
}
.gContents {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.gPankuzu {}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: ">";
	display: block;
	margin: 0 6px;
}
.gPankuzu_oList > li > a {
	text-decoration: underline;
	color: inherit;
	display: flex;
	height: 50px;
	align-items: center;
}
.gVisual {
	line-height: 1;
	margin-bottom: 50px;
}
.gVisual_title {
	font-size: 30px;
	font-weight: bold;
}
.gVisual_subTitle {
	font-family: var(--font-roboto);
	font-weight: 300;
	font-size: 16px;
	margin-left: 13px;
	color: var(--color-primary);
}
.gVisual_info {
	display: flex;
	align-items: flex-end;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 4px var(--color-gray-extra-light);
	padding: 18px 20px;
	position: relative;
	padding-left: 35px;
	color: var(--color-secondary);
}
.gVisual_info::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: var(--color-primary);
}
.gFooter_link {}
.gFooter_link > a {
	display: block;
	text-align: center;
	color: var(--color-primary);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_link > a > .icon {
	margin-right: 0.4em;
}
.gBody-login {
	padding: 0;
}
.gHeader_title_text {
	display: block;
	position: relative;
	padding-bottom: 19.753%;
}
.gHeader_title_img-info {
	fill: currentColor;
}
.gFooter_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	justify-content: center;
	column-gap: 110px;
	flex-direction: column;
	align-items: center;
}
.gFooter_display {}
.gFooter_display > a {
	color: var(--color-primary);
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gFooter_link > a:hover {
		color: var(--color-primary);
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gPankuzu_oList > li > a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width:999px) {
	.gBody {}
	.gBody_inner {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gContents {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {}
	.gVisual {}
	.gVisual_title {}
	.gVisual_subTitle {}
	.gVisual_info {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a > .icon {}
	.gBody-login {
		padding: 0;
	}
}
@media screen and (max-width:767px) {
	.gBody {
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.gBody_inner {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gFooter_copyright > small {}
	.gHeader {
		padding: 15px 0;
	}
	.gHeader_inner {}
	.gHeader_title {
		max-width: 121px;
	}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gContents {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 12px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 40px;
	}
	.gVisual {
		margin-bottom: 20px;
	}
	.gVisual_title {
		font-size: 20px;
	}
	.gVisual_subTitle {
		font-size: 12px;
		margin-left: 8px;
	}
	.gVisual_info {
		border-bottom-width: 2px;
		padding: 15px 15px;
		border-radius: 4px;
		padding-left: 20px;
	}
	.gVisual_info::before {
		width: 6px;
	}
	.gFooter_link {
		margin-bottom: 4px;
	}
	.gFooter_link > a {}
	.gFooter_link > a > .icon {}
	.gBody-login {
		padding: 0;
	}
}
@media screen and (max-width:374px) {}
@media print {
	.gFooter {
		display: none;
	}
	.gHeader {
		background-color: rgba(255, 255, 255, 0);
		padding: 0;
	}
	.gHeader_title > a {
		color: inherit;
	}
	.gPankuzu {
		display: none;
	}
	.gBody {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.gHeader_title {
		max-width: 180px;
	}
}
