@charset "utf-8";
/* ==========================================================================
   お知らせ
   ========================================================================== */
/* 年度一覧 */
.year-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.year-list li {
	display: inline-block;
}
.year-list li:nth-of-type(n+2)::before {
	display: inline-block;
	width: 0;
	height: 1em;
	margin: 0 1em 0 .75em;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	content: "";
}
.year-list a {
	display: inline-block;
	color: #333;
	font-size: 1.6rem;
}
.year-list li.cr {
	font-weight: bold;
}
.year-list li.cr a {
	border-bottom: 2px solid #015db2;
}

/* 一覧表示 */
.category-select {
	margin-bottom: 5px;
}
.category-select ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #898989;
}
.category-select li {
	margin-right: 12px;
	line-height: 1;
}
.category-select li:last-of-type {
	margin-right: 0;
}
.category-select__btn {
	display: block;
	width: 100%;
	padding: 3px 5px 2px;
	border: none;
	background: #dcdddd;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.33;
	text-align: center;
}
.category-select__btn.cr {
	background: #015db2;
}
.news__list { margin-bottom: 30px;}
.news__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news__list li {
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
}
.news__list li > a,
.news__list li > span {
	display: block;
	color: #333;
}
.news__list li > a:hover { color: #015db2;}
.news__list time {
	display: inline-block;
	color: #666;
	font-size: 1.3rem;
	text-decoration: none;
}
.news__list .category {
	display: inline-block;
	width: 10em;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 1em;
	background: #dcdddd;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 20px;
}
.news__list .category[data-category="news"] {
	background: #87d0f4;
}
.news__list .category[data-category="topics"] {
	background: #f49d32;
}

@media screen and (max-width:40em) {
	.category-select li {
		flex: 1;
	}
}
@media print, (min-width:40.0625em) {
	.category-select__btn {
		width: 170px;
		font-size: 1.6rem;
	}
	.news__list li {
		display: flex;
	}
	.news__list time {
		flex-shrink: 0;
		width: 7em;
	}
	.news__list .category {
		flex-shrink: 0;
		margin-right: 1em;
		margin-left: 0;
	}
}
@media print, (min-width:60.0625em) {
	.news__list time {
		font-size: 1.5rem;
	}
	.news__list .category {
		height: 22px;
		font-size: 1.3rem;
		line-height: 22px;
	}
}


/* 詳細ページ */
.news-date { text-align: right;}
.news-files {
	margin-top: 30px;
	padding: 16px;
	background: #f5f5f5;
}
.news-files ul {
	margin-bottom: 0;
}
.news-image {
	margin-top: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.news-image img { margin-bottom: 6px;}
@media print, (min-width:40.0625em) {
	.news-files,
	.news-image { margin-top: 50px;}
	.news-image .grid__col { margin-bottom: 20px !important;}
}
