@charset "UTF-8";
/*----------------------------------------

	- geishunNav

-----------------------------------------*/

/*----------------------------------------
	geishunNav
-----------------------------------------*/

#fwCms_wrapper .geishunNav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1px;
}

#fwCms_wrapper .geishunNav li {
	width: calc(50% - (1px/2));
}

#fwCms_wrapper .geishunNav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3.4vw 2.6vw 3.4vw;
	background: #c0322e;
	color: #fff;
	text-decoration: none !important;
}

#fwCms_wrapper .geishunNav li a,
#fwCms_wrapper .geishunNav li a:visited {
	transition: opacity 0s;
}

#fwCms_wrapper .geishunNav li a:hover {
	opacity: .5;
	transition: opacity .2s ease-out .1s;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .geishunNav li a {
		padding: 17px 10px 16px;
	}
}