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

	- ochugenCategoryArea

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

/*----------------------------------------
	ochugenCategoryArea
-----------------------------------------*/

#fwCms_wrapper .ochugenCategoryArea {
	width: 100%;
	margin-top: 1.3vw;
	padding: 5.3vw 0;
	background-color: #f9f5f2;
}

#fwCms_wrapper .ochugenCategoryArea ul {
	display: flex;
	flex-wrap: wrap;
	width: 92%;
	margin: auto;
}

#fwCms_wrapper .ochugenCategoryArea ul li {
	width: calc((100% - 4.8%)/3);
	margin-right: 2.4%;
	margin-top: 4.8vw;
}

#fwCms_wrapper .ochugenCategoryArea ul li:last-of-type {
	display: none;
}

#fwCms_wrapper .ochugenCategoryArea ul li:nth-child(3n) {
	margin-right: 0;
}

#fwCms_wrapper .ochugenCategoryArea ul li:nth-child(-n+3) {
	margin-top: 0;
}

#fwCms_wrapper .ochugenCategoryArea ul li h3 {
	display: block;
	margin: 1.6vw 2.6vw 0 0;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .ochugenCategoryArea {
		width: 100%;
		margin-top: 10px;
		padding: 30px 0 26px;
	}

	#fwCms_wrapper .ochugenCategoryArea ul {
		max-width: 1080px;
	}

	#fwCms_wrapper .ochugenCategoryArea ul li {
		width: calc(20% - 16px);
		margin: 23px 20px 0 0;
	}

	#fwCms_wrapper .ochugenCategoryArea ul li:last-of-type {
		display: block;
	}

	#fwCms_wrapper .ochugenCategoryArea ul li:nth-child(3n) {
		margin-right: 20px;
	}

	#fwCms_wrapper .ochugenCategoryArea ul li:nth-child(5n) {
		margin-right: 0;
	}

	#fwCms_wrapper .ochugenCategoryArea ul li:nth-child(-n+5) {
		margin-top: 0;
	}

	#fwCms_wrapper .ochugenCategoryArea ul li h3 {
		margin: 14px 10px 0 0;
	}
}