@charset "UTF-8";



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

article

----------------------------------------------------------  */
.works-article {
	margin-bottom: 12rem;
}
.works-article .works_cat {
	margin: 5rem 0 1rem 0;
}
.works-article h3 {
	font-size: 2.2rem;
	margin: 0 0 3rem 0;
	line-height: 1.6;
}

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

categories

----------------------------------------------------------  */
.categories-inner {
	width: 100%;
	height: auto;
	margin: 6.01875rem auto;
	border: 10px solid #EFEFEF;
	overflow-y: auto;
}
.categories-list {
	display: flex;
	flex-wrap: wrap;
	padding: 6.2rem 9.3rem 3.1rem;
}
.categories-item {
	width: auto;
	border-radius: 5px;
	border: 3px solid #72C630;
	margin-right: 1.3rem;
	margin-bottom: 3.1rem;
	background-color: #fff;
}
.categories-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.3rem 3rem 1.3rem;
	line-height: 1.2;
	color: #72C630;
}
.categories-inner ul li a:hover {
	background-color: #72C630;
	color: #fff;
	opacity: 1;
}
.categories-inner .categories-item.active {
    background-color: #72C630;
}
.categories-inner .categories-item.active .categories-link {
	color: #fff;
	cursor: default;
}
@media screen and (min-width: 768px) {
.txt_center {
	text-align: center;
}
}
@media screen and (max-width: 768px) {
	.categories-inner {
		width: 100%;
		height: 100%;
		max-height: 300px;
		border-width: 5px;
	}
	.categories-list {
		padding: 2rem 2rem 0.7rem;
	}
	.categories-item {
		margin-bottom: 1.3rem;
		border-width: 2px;
	}
	.categories-link {
		padding: 1rem 1.5rem;
	}
}