@charset "UTF-8";
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader.isFixed {
	background-color: #fff;
}
.gHeader_inner {
	padding-left: 31px;
}
.gHeader_logo {
	width: 170px;
	position: relative;
	z-index: 1010;
}
.gHeader_logo > a {
	display: flex;
	height: 60px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_logo > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gHeadNav {
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	display: flex;
}
.gHeadNav_link {
	font-size: 28px;
}
.gHeadNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 60px;
	align-items: center;
	justify-content: center;
	padding: 0 11px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeadNav_link > a::before {
	content: "";
}
.gHeadNav_link > a::after {
	content: "";
}
.gHeadNav_link > a > .icon {
	display: block;
}
.gMenuBtn {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 10;
	margin-left: -8px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {
	display: block;
	width: 30px;
	height: 2px;
	background-color: currentColor;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	top: 0;
	transition-duration: .3s;
	transition-property: transform, top, left, width;
	left: 0;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 6px auto;
}
.gMenuBtn_bar-no3 {}
.isShow > .gMenuBtn_bar-no1 {
	top: 8px;
	transform: rotate(45deg);
}
.isShow > .gMenuBtn_bar-no2 {
	transform: scale(0, 1);
}
.isShow > .gMenuBtn_bar-no3 {
	top: -8px;
	transform: rotate(-45deg);
}
.gBody {
	padding-top: 160px;
	padding-bottom: 80px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gBody_inner {}
.gNav {}
.gNav_cols {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.gNav_col {}
.gNav_col-no1 {}
.gNav_list {
	list-style: none;
}
.gNav_list-foot {
	margin-top: 1.7em;
}
.gNav_list-foot:first-child {
	margin-top: 0;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 5px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list-menu > li > a {
	padding: 7px 0;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_cList {
	list-style: none;
}
.gNav_cList > li {}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-left: 17px;
	padding: 3px 0;
	padding-left: 17px;
	transition-duration: .3s;
	transition-property: background-color, color;
	align-items: center;
}
.gNav_cList-menu > li > a {
	padding-top: 7px;
	padding-bottom: 7px;
}
.gNav_cList > li > a::before {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: calc(3px + 0.857em);
	left: 0;
	transform: translateY(-50%);
	margin-top: 1px;
}
.gNav_cList-menu > li > a::before {
	top: calc(7px + 0.857em);
}
.gNav_cList > li > a::after {
	content: "";
}
.gNav_cols_hr {
	height: auto;
	width: 1px;
	background-color: #EBE7E2;
	border: none;
	margin: 0 35px;
}
.gNav_col-no2 {}
.gNav_col-no3 {}
.gNav_subList {
	list-style: none;
}
.gNav_subList > li {}
.gNav_subList > li:first-child {}
.gNav_subList > li:last-child {}
.gNav_subList > li:nth-child(2n+1) {}
.gNav_subList > li:nth-child(n+3) {}
.gNav_subList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 5px 0;
}
.gNav_subList-menu > li > a {
	padding: 8px 0;
}
.gNav_subList > li > a::before {
	content: "";
}
.gNav_subList > li > a::after {
	content: "";
}
.gNav_subList > li > a > .icon {
	color: #ccc;
	font-size: 10px;
	top: -0.2em;
	margin-left: 0.5em;
}
.gNav_snsList {
	list-style: none;
	display: flex;
	margin-top: 2px;
}
.gNav_snsList > li {}
.gNav_snsList > li:first-child {}
.gNav_snsList > li:last-child {}
.gNav_snsList > li:nth-child(2n+1) {}
.gNav_snsList > li:nth-child(n+3) {}
.gNav_snsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 24px;
	padding: 10px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_snsList > li > a::before {
	content: "";
}
.gNav_snsList > li > a::after {
	content: "";
}
.gNav_snsList > li > a > .icon {
	display: block;
}
.gNav_hr {
	border: none;
	height: 1px;
	background-color: #EBE7E2;
	margin: 13px 0;
}
.gMenu {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
	box-sizing: border-box;
	padding: 60px 0;
	overflow: auto;
}
.gMenu.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.gMenu_inner {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 750px;
}
.gNav-menu {
	width: 100%;
}
.gFootNav {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #222222;
}
.gFootNav_bg {
	background-image: url(../img/common/bg-faqs@2x.jpg);
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #E5E9EA;
}
.gFootNav_bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
}
.gFootNav_inner {
	max-width: none;
	padding: 0;
}
.gFootNav_list {
	list-style: none;
	display: flex;
}
.gFootNav_list > li {
	width: 50%;
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
.gFootNav_list > li:first-child {
	border-left: 0;
}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	text-decoration: none;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_list > li > a > b {
	display: block;
	font-size: 38px;
	font-weight: inherit;
	margin-bottom: 15px;
}
.gFootNav_list > li > a > small {
	display: block;
	font-size: inherit;
}
.gFooter {
	padding: 67px 0;
	border-top: 1px solid #222222;
	font-size: 14px;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
	align-items: center;
}
.gFooter_col {}
.gFooter_col-no1 {
	width: calc(100% - 160px);
	margin-right: auto;
	max-width: 704px;
}
.gFooter_col-no2 {
	width: 145px;
	margin-left: auto;
}
.gFooter_logo {}
.gFooter_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a::before {
	content: "";
}
.gFooter_logo > a::after {
	content: "";
}
.gFooter_logo > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gFooter_copyright {
	margin-top: 21px;
	white-space: nowrap;
}
.gFooter_copyright > small {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
	text-indent: .15em;
}
.gNav_list-menu {
	font-weight: bold;
	font-size: 16px;
	margin-top: 1.7em;
}
.gNav_list-menu:first-child {
	margin-top: 0;
}
.gNav_col-menu {
	padding: 20px 0;
}
.gNav_cols_hr-invisible {
	margin: 0 90px;
	opacity: 0;
}
.gNav_cols-center {
	justify-content: center;
}
.gPageTop {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop.isFixed {
	opacity: 1;
	pointer-events: auto;
}
.gPageTop_button {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #222222;
	border-radius: 50%;
	color: #fff;
	transition-duration: .3s;
	transition-property: opacity;
}
.gPageTop_button::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(25%) translate(-50%, -50%) rotate(45deg);
	border-right: none;
	border-bottom: none;
}
.gPageTop_button::after {
	content: "";
}
.gBody_title {}
.gPankuzu {}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	font-size: 11px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 7px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {}
.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: 50px;
	align-items: center;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner-w800 {
	max-width: 800px;
}
.gBody-prod {
	padding-top: 80px;
}
.gBody-top {
	padding-bottom: 0;
	padding-top: 60px;
}
.gHeader_logo-top {
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
	pointer-events: none;
}
.isFixed .gHeader_logo-top {
	opacity: 1;
	pointer-events: auto;
}
.gNav_list > li > a.-title {
	pointer-events: none;
}
.gNav_cList > li > a > b {
	font-family: 'Outfit', sans-serif;
	display: flex;
	width: 30px;
	height: 14px;
	line-height: 1;
	font-size: 10px;
	background-color: #E04F24;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	margin-left: 9px;
	position: relative;
	z-index: 1;
	top: 1px;
}
@media screen and (min-width:1000px) {
	.gMenuBtn:not(.isShow):hover .gMenuBtn_bar-no1 {}
	.gMenuBtn:not(.isShow):hover .gMenuBtn_bar-no2 {
		width: 24px;
		left: -3px;
	}
	.gMenuBtn:not(.isShow):hover .gMenuBtn_bar-no3 {
		width: 18px;
		left: -6px;
	}
	.gMenuBtn.isShow:hover .gMenuBtn_bar-no1 {
		width: 20px;
	}
	.gMenuBtn.isShow:hover .gMenuBtn_bar-no3 {
		width: 20px;
	}
	.gPankuzu_oList > li > a:hover {}
	.footGuide_btnList > li > a:hover {
		background-color: #efeceb;
	}
	.footGuide_list > li > a:hover {}
	.footGuide_list > li > a:hover > .icon {
		margin-right: 10px;
	}
	.gPageTop_button:hover {
		opacity: .7;
	}
	.gHeader_logo > a:hover {
		opacity: .7;
	}
	.gHeadNav_link > a:hover {
		color: #777;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gNav_list-menu > li > a:hover {
		color: #777;
		text-decoration: none;
	}
	.gNav_cList > li > a:hover {
		text-decoration: underline;
	}
	.gNav_cList-menu > li > a:hover {
		color: #777;
		text-decoration: none;
	}
	.gNav_subList > li > a:hover {
		text-decoration: underline;
	}
	.gNav_snsList > li > a:hover {
		color: #777;
	}
	.gFootNav_list > li > a:hover {
		background-color: rgba(255, 255, 255, 0.40);
	}
	.gFooter_logo > a:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width:999px) {
	.gHeader {}
	.gHeader_inner {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo > a > img {}
	.gHeadNav {}
	.gHeadNav_link {}
	.gHeadNav_link > a {}
	.gHeadNav_link > a::before {}
	.gHeadNav_link > a::after {}
	.gHeadNav_link > a > .icon {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow > .gMenuBtn_bar-no1 {}
	.isShow > .gMenuBtn_bar-no2 {}
	.isShow > .gMenuBtn_bar-no3 {}
	.gBody {
		padding-top: 100px;
	}
	.gBody_inner {}
	.gNav {}
	.gNav_cols {}
	.gNav_col {}
	.gNav_col-no1 {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {}
	.gNav_list-menu > li > a {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_cList {}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {}
	.gNav_cList-menu > li > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList-menu > li > a::before {}
	.gNav_cList > li > a::after {}
	.gNav_cols_hr {
		margin: 0 15px;
	}
	.gNav_col-no2 {}
	.gNav_col-no3 {}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList > li:first-child {}
	.gNav_subList > li:last-child {}
	.gNav_subList > li:nth-child(2n+1) {}
	.gNav_subList > li:nth-child(n+3) {}
	.gNav_subList > li > a {}
	.gNav_subList-menu > li > a {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList > li > a > .icon {}
	.gNav_snsList {}
	.gNav_snsList > li {}
	.gNav_snsList > li:first-child {}
	.gNav_snsList > li:last-child {}
	.gNav_snsList > li:nth-child(2n+1) {}
	.gNav_snsList > li:nth-child(n+3) {}
	.gNav_snsList > li > a {}
	.gNav_snsList > li > a::before {}
	.gNav_snsList > li > a::after {}
	.gNav_snsList > li > a > .icon {}
	.gNav_hr {}
	.gMenu {}
	.gMenu.isShow {}
	.gMenu_inner {
		max-width: 700px;
	}
	.gNav-menu {}
	.gFootNav {}
	.gFootNav_bg {}
	.gFootNav_bg::before {}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {
		height: 200px;
		font-size: 14px;
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_list > li > a > b {
		font-size: 32px;
		margin-bottom: 12px;
	}
	.gFootNav_list > li > a > small {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {}
	.gFooter_col-no1 {
		max-width: 680px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.gFooter_col-no2 {
		width: auto;
		margin-top: 40px;
	}
	.gFooter_logo {
		max-width: 140px;
		margin: 0 auto 0;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a::before {}
	.gFooter_logo > a::after {}
	.gFooter_logo > a > img {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gNav_list-menu {}
	.gNav_col-menu {}
	.gNav_cols_hr-invisible {
		margin: 0 50px;
	}
	.gNav_cols-center {}
	.gPageTop {}
	.gPageTop.isFixed {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gBody_title {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner-w800 {}
	.gBody-prod {
		padding-top: 80px;
	}
	.gBody-top {
		padding-bottom: 0;
		padding-top: 60px;
	}
}
@media screen and (max-width:767px) {
	.gHeader {}
	.gHeader_inner {
		padding-left: 15px;
	}
	.gHeader_logo {
		width: 116px;
	}
	.gHeader_logo > a {}
	.gHeader_logo > a > img {}
	.gHeadNav {}
	.gHeadNav_link {}
	.gHeadNav_link > a {}
	.gHeadNav_link > a::before {}
	.gHeadNav_link > a::after {}
	.gHeadNav_link > a > .icon {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow > .gMenuBtn_bar-no1 {}
	.isShow > .gMenuBtn_bar-no2 {}
	.isShow > .gMenuBtn_bar-no3 {}
	.gBody {
		padding-bottom: 53px;
		padding-top: 80px;
	}
	.gBody_inner {}
	.gNav {}
	.gNav_cols {
		display: block;
	}
	.gNav_col {
		padding: 0;
		margin: 0;
		width: auto;
	}
	.gNav_col-no1 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.gNav_list {
		font-size: 11px;
	}
	.gNav_list-foot {
		margin-top: 0;
		min-width: 125px;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		padding: 4px 0;
	}
	.gNav_list-menu > li > a {
		padding: 3px 0;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_cList {}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {}
	.gNav_cList-menu > li > a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.gNav_cList > li > a::before {}
	.gNav_cList-menu > li > a::before {
		top: calc(3px + 0.857em);
	}
	.gNav_cList > li > a::after {}
	.gNav_cols_hr {
		width: 100%;
		height: 1px;
		margin: 20px 0;
	}
	.gNav_col-no2 {}
	.gNav_col-no3 {}
	.gNav_subList {
		font-size: 11px;
	}
	.gNav_subList-menu {
		font-size: 14px;
	}
	.gNav_subList > li {}
	.gNav_subList > li:first-child {}
	.gNav_subList > li:last-child {}
	.gNav_subList > li:nth-child(2n+1) {}
	.gNav_subList > li:nth-child(n+3) {}
	.gNav_subList > li > a {
		padding: 4px 0;
	}
	.gNav_subList-menu > li > a {
		padding: 4px 0;
	}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList > li > a > .icon {}
	.gNav_snsList {
		margin-top: 6px;
	}
	.gNav_snsList > li {}
	.gNav_snsList > li:first-child {}
	.gNav_snsList > li:last-child {}
	.gNav_snsList > li:nth-child(2n+1) {}
	.gNav_snsList > li:nth-child(n+3) {}
	.gNav_snsList > li > a {
		padding: 6px 0;
	}
	.gNav_snsList > li > a::before {}
	.gNav_snsList > li > a::after {}
	.gNav_snsList > li > a > .icon {}
	.gNav_hr {
		width: 165px;
		margin: 9px 0;
	}
	.gMenu {
		padding-top: 104px;
	}
	.gMenu.isShow {}
	.gMenu_inner {
		max-width: 240px;
		display: block;
		box-sizing: content-box;
	}
	.gNav-menu {}
	.gFootNav {}
	.gFootNav_bg {}
	.gFootNav_bg::before {}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {
		font-size: 12px;
		height: 120px;
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_list > li > a > b {
		font-size: 22px;
		margin-bottom: 7px;
	}
	.gFootNav_list > li > a > small {}
	.gFooter {
		padding-top: 27px;
		padding-bottom: 40px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
		max-width: none;
	}
	.gFooter_col-no1 {}
	.gFooter_col-no2 {
		border-top: 1px solid #EBE7E2;
		padding-top: 24px;
		margin-top: 33px;
	}
	.gFooter_logo {
		max-width: 100px;
		margin: 0 auto;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a::before {}
	.gFooter_logo > a::after {}
	.gFooter_logo > a > img {}
	.gFooter_copyright {
		margin-top: 13px;
	}
	.gFooter_copyright > small {}
	.gNav_list-menu {
		font-size: 14px;
		margin-top: 0;
	}
	.gNav_col-menu {}
	.gNav_cols-footer {
		display: flex;
		flex-wrap: wrap;
	}
	.gNav_cols_hr-invisible {
		opacity: 1;
	}
	.gNav_cols-center {}
	.gPageTop {
		bottom: 13px;
		right: 13px;
	}
	.gPageTop.isFixed {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gNav_cols_hr-spNone {
		display: none;
	}
	.gBody_title {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {
		height: 46px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner-w800 {}
	.gBody-prod {
		padding-top: 60px;
	}
	.gBody-top {
		padding-bottom: 0;
		padding-top: 100px;
	}
}
@media screen and (max-width:374px) {}
