@charset "utf-8";
/*サイドバーリスト*/
.sidebar .taxonomies {
	margin-bottom: 60px;
}
.sidebar .taxonomies .ttl{
	padding-bottom: 11px;
	border-bottom: 2px solid var(--orange);
}

.sidebar .taxonomies h3 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 1;
}

.sidebar .taxonomies .ttl .en{
	font-size: 1.2rem;
	color: var(--orange);
	font-weight: bold;
}

.sidebar .taxonomies ul li {
	font-size: 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative; 
}
.sidebar .taxonomies ul li a {
	font-size: 1.5rem;
	display: block;
	background: url(/pc/img/common/arrow-blk.svg) no-repeat right 0 center;
	padding:10px 20px 8px 0px;
	background-size: 6px auto;
}

