@charset 'utf-8';
/* CSS Document */
.cate_box {
	width: 100%;
	margin-top: 2.5em;
	font-size: 14px !important;
}
.cate_box h3 {
	font-size: 1.2em !important;
	color: #a9a9a9;
	text-indent: .5em;
}
.cate_box ul {
	margin: 0;
	padding: 0;
	color: #3b4043;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.cate_box ul li {
	width: 33.333%;
	position: relative;
	background: #fff;
}
.cate_box ul li button {
	border: none;
	width: 100%;
	text-align: left;
	background: none;
	color: #3b4043;
	height: 50px;
	padding: 0 2em 0 1em;
}
.cate_box ul li button:hover {
	cursor: pointer;
	opacity: .8;
}
.cate_box ul li .iconarrow {
	display: none;
}
.cate_box ul li .iconarrow::after {
	content: "＞";
	font-size: .8em;
}
