@charset "UTF-8";
/* CSS Document */


/*archive-news*/
.bl_archive {
	margin-bottom: 150px;
}
.bl_list {
	display: block;
	text-align: left;
	width: 90%;
	max-width: 1152px;
	margin: 0 auto 3em;
}
/*年タイトル*/
.bl_list h2 {
	border-bottom: solid var(--theme-color) 2px;
	margin-bottom: 1.5em;
	padding-bottom: 0.25em;
}
/*リスト*/
.bl_list ul {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 2em;
}
.bl_list li {
	display: flex;
	margin-bottom: 1.5em;
}
/*日付*/
.bl_list li time {
	margin-right: 2em;
	font-weight: bold;
	color:var(--theme-color);
}
/*記事タイトル*/
.bl_list li h3 {
	font-size: 0.9rem;
}
.bl_list li h3 a {
	font-weight: normal;
	color:inherit;
}
.bl_list li h3 a p {
	margin-bottom: 1.5em;
}