@charset "UTF-8";

.noDataText {
	font-size: 1.6rem;
	margin: 0 0 30px;
	display: inline-block;
}

.s_yearController {
	margin-bottom: 30px;
}

/*news*/
.l-news {
	margin: 90px -32px 0;
	display: flex;
}

.l-news_inner {
	width: calc(100% / 2 - (32px * 2));
	margin-inline: 32px;
	position: relative;
}

.l-news_more {
	font-size: 16px;
	font-weight: 500;
	margin: 30px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.l-news_title {
	padding: 0 0 5px;
	border-bottom: 1px solid #0D3387;
}

.l-news_title b {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	display: inline-block;
}

.l-news_items {
	border-top: 1px solid #ddd;
}

.l-news_items > li {
	font-size: 16px;
	padding: 24px 0 22px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.l-news_items > li a {
	color: #0070C0;
	text-decoration: underline;
}

.l-news_items > li a:hover {
	text-decoration: none;
}

.l-news_items time {
	margin: 24px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.l-news_items .label {
	margin: 0 0 0 8.5em;
	display: flex;
	flex-wrap: wrap;
}

.l-news_items .label li {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	min-width: 96px;
	margin: 0 5px 5px 0;
	padding: 3px 0;
	background: #444;
	border-radius: 2px;
}

.l-news_items p {
	font-weight: 700;
	line-height: 1.5;
	margin: 10px 0 0;
}

.l-news_items .data {
	display: none;
}

.l-news_items > li a[href$='.pdf'] .data {
	display: inline-block;
}

.l-news_items > li a[href$='.pdf'] .data:before {
	content: 'PDF';
	display: inline-block;
	background: #fff;
	margin-inline: 6px 3px;
	padding: 3px 3px 2px 2px;
	color: #0070C0;
	border: 1px solid #0070C0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: baseline;
	border-radius: 2px;
	transform: translate(0,-1px);
}

.l-news_items > li a[target='_blank'] .data {
	display: inline-block;
}

.l-news_items > li a[target='_blank'] .data:before {
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0 -2px 6px;
	display: inline-block;
	background: url("/_assets/img/common/arrow_blank_01.png") no-repeat center / contain;
}



/**/
.eir_pdfNote{
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.eir_pdfNote_item{
	line-height: 1.6;
	margin-left:20px; 
}

.eir_pdfNote_item:first-child{
	margin-left:0; 
}

.eir_pnexNote_item-right{
	text-align:right;
}

.eir_pdfNote img,
.eir_pnexNote img {
	width: auto;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 735px) {
	.l-news_items time {
		margin-top: 0;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.l-news_items .label {
		margin-top: 10px;
		margin-left: 0;
	}
	
	.eir_pdfNote {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.eir_pdfNote_item {
		margin: 10px 0 0;
	}
	
}





