@charset "UTF-8";
/*----------------------------------------

	- common
	- tokubetsuNav

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

#fwCms_wrapper h1 {
	margin: auto;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper h1 {
		max-width: 1080px;
	}
}

/*----------------------------------------
	tokubetsuNav
-----------------------------------------*/

#fwCms_wrapper .tokubetsuNav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.3vw 1.3vw;
	margin: 1.3vw auto 0;
}

#fwCms_wrapper .tokubetsuNav li {
	width: calc((100% - 1.3vw)/2);
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .tokubetsuNav {
		justify-content: stretch;
		gap: 10px 10.67px;
		max-width: 1080px;
		margin-top: 10px;
	}

	#fwCms_wrapper .tokubetsuNav li {
		width: calc(25% - (32.01px/4));
	}
}