@charset "utf-8";
/* CSS Document */
#category  h1 {
	margin-bottom: 30px;
}
#category .mini-title {
	font-size: 2.2rem;
	text-align: center;
}
#category .mini-sttl {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

/* CATEGORY */
#category .mini-btn {
	display: flex;
	flex-wrap: nowrap;
	width: 720px;
	margin: 0 auto 30px;
	padding: 0;
}
#category .mini-btn li {
	width: 226px;
}
#category .mini-btn li:not(:nth-child(3n)) {
	margin-right: 20px;
}

/* 全体を囲うdivのmargin-botttom調整 */
#category .section.mg-bottom-40 {
	margin-bottom: 15px !important;
}