@charset "utf-8";

.taxonomy-wrap h3{
	/* margin-top:0; */
	border-bottom:1px solid #b8b8b8;
	padding-bottom:40px;
	margin-bottom:40px;
	font-weight:normal;
}
.taxonomy-wrap .categories{
	margin-bottom: 20px;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.taxonomy-wrap .categories a{
	text-decoration:none;
	color:#000;
	transition:0.3s;
}
.taxonomy-wrap .categories a small{
	color:#216482;
}
.taxonomy-wrap .categories a:hover{
	color:#848181;
}

.taxonomy-wrap .tags{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.taxonomy-wrap .tags a{
	border:1px solid #9a9a9a;
	text-decoration:none;
	line-height:1;
	padding:8px 18px;
	border-radius:50px;
	color:#000;
	background-color:#f6f6f6;
	transition:0.3s;
}
.taxonomy-wrap .tags a:hover{
	background-color:#fff;
}
@media screen and (min-width:1001px){
	#column-list .taxonomy-wrap .sticky{
		position:sticky;
		top:0;
	}
}
@media screen and (min-width:641px) and (max-width:1000px){
	#column-list .list-wrap{
		width:100%;
	}
	#column-list .column{
		width: calc(100% / 2 - 15px);
	}
	#column-list .taxonomy-wrap{
		width:100%;
	}	
}
@media screen and (max-width:640px){
	#column-list .list-wrap{
		width:100%;
	}
	#column-list .column{
		width: calc(100% / 1 - 0px);
	}
	#column-list .taxonomy-wrap{
		width:100%;
	}	
}
