@charset "utf-8";
/* =============== */
.year_select {
		margin-bottom: 40px;
}
.category_select {
		margin-bottom: 60px;
}
.select_sb {
		font-size: 16px;
		font-weight: 500;
		color: #3DAE35;
		margin: 0 0 20px;
}
.year_select dl {
		display: flex;
}
.year_select dt {
		min-width: 110px;
}
.year_select dt a {
		border-left: 1px solid #B4B4B4;
}
.year_select dl dd {
		flex: 1
}
.year_gr {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
}
.year_gr li {
		border-left: 1px solid #969696;
		margin-bottom: 15px;
}
.year_gr li:nth-child(8), .year_gr li:nth-child(16) {
		border-right: 1px solid #969696;
}
.year_gr li:last-child {
		border-right: 1px solid #969696;
}
.year_select dt a, .year_gr li a {
		text-decoration: none;
		color: #969696;
		display: inline-block;
		padding: 0 15px;
		box-sizing: border-box;
		min-width: 110px;
		text-align: center;
}
@media (hover: hover) {
		.year_select dt a:hover, .year_gr li a:hover {
				color: #3DAE35;
		}
}
.year_select dt a.isCurrent, .year_gr li a.isCurrent {
		color: #3DAE35;
		font-weight: 600;
}
.news_all {
		border-top: 1px solid #B4B4B4;
		margin-bottom: 30px;
}
article.news_item {
		padding: 26px 0;
		border-bottom: 1px solid #B4B4B4;
}
article.news_item a {
		text-decoration: none;
		color: #1E1E1E;
		position: relative;
		display: block;
		padding-right: 80px;
		transition: color 0.3s;
}
@media (hover: hover) {
		article.news_item a:hover {
				color: #3DAE35;
		}
}
article.news_item a::before, article.news_item a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		right: 30px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
}
article.news_item a::before {
		border: 1px solid rgba(30, 30, 30, 0.8);
		border-radius: 50%;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s, border 0.2s;
}
article.news_item a.toLink::after, article.news_item a.blankPDF::after, article.news_item a.blankLink::after {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px;
}
article.news_item a.toLink::after {
		background-image: url("../images/icon_toLink_blk.png")
}
article.news_item a.blankPDF::after {
		background-image: url("../images/icon_blankPDF_blk.png")
}
article.news_item a.blankLink::after {
		background-image: url("../images/icon_blankLink_blk.png")
}
@media (hover: hover) {
		article.news_item a:hover::before {
				transform: scale(1.3);
				background: #3DAE35;
				border: 1px solid rgba(30, 30, 30, 0);
		}
		article.news_item a.toLink:hover::after {
				background-image: url("../images/icon_toLink_wht.png")
		}
		article.news_item a.blankPDF:hover::after {
				background-image: url("../images/icon_blankPDF_wht.png")
		}
		article.news_item a.blankLink:hover::after {
				background-image: url("../images/icon_blankLink_wht.png")
		}
}
.news_item_in {
		display: flex;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		margin: 0 0 15px
}
.news_item time {
		width: 140px;
		letter-spacing: 0;
		font-size: 15px;
}
.news_item .news_cat {
		width: 100px;
		height: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 13px;
		margin-right: 35px;
		background: #3DAE35;
		color: #fff;
		border-radius: 60px;
}
.news_cat span {
		transform: translateY(-1px)
}
.news_item p {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.6;
		flex: 1
}
@media(max-width: 767px) {
		.year_gr.upper li {
				width: 20%;
				min-width: inherit;
				margin: 0 0 10px;
				box-sizing: border-box;
		}
		.year_gr.bottom li {
				width: 25%;
				min-width: inherit;
				margin: 0 0 10px;
		}
		.year_gr li a {
				padding: 0 5px;
				min-width: inherit;
				width: 100%;
				box-sizing: border-box;
		}
		.year_gr.upper li:nth-child(7), .year_gr.upper li:nth-child(14) {
				border-right: none;
		}
		.year_gr.upper li:nth-child(5), .year_gr.upper li:nth-child(10), .year_gr.upper li:last-child {
				border-right: 1px solid #969696;
		}
		article.news_item {
				padding: 15px 0;
		}
		article.news_item a {
				padding-right: 45px;
		}
		article.news_item a::before, article.news_item a::after {
				right: 5px
		}
		.news_item_in {
				margin: 0 0 8px;
		}
		.news_item time {
				width: auto;
				font-size: 13px;
		}
		.news_item .news_cat {
				width: 100px;
				height: 24px;
				font-size: 13px;
				margin-left: 15px;
		}
		.news_item p {
				font-size: 15px;
		}
}
