.titleLv1 {
	margin: 0 0 25px 0;
}

#IR240517 {
	max-width: 51em;
	margin: 0 auto;
	padding: 5px 0 70px;
}

#IR240517 p {
	width: 100%;
	padding: 20px 30px;
	line-height: 1.8;
	text-align: left;
	border: solid 4px #ddd;
	box-sizing: border-box;
}

@media screen and (max-width:770px) {
	#IR240517 {
		padding: 30px 0 min(11vw, 70px);
	}

	#IR240517 p {
		padding: 20px calc(3.333vw + 4.33px);
	}
}

#ir_news {
	padding: 12px 0 55px 0;
}

#ir_news li {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#ir_news li>i {
	position: absolute;
	content: attr(data-pdfSize);
	top: 50%;
	right: 0;
	font-size: 13px;
}

#ir_news a {
	position: relative;
	display: block;
	padding: 20px 0;
	font-size: 1.4rem;
	text-align: left;
	text-decoration: none;
}

#ir_news a.pdf {
	padding: 20px 60px 20px 0;
}

#ir_news a.pdf::before {
	position: absolute;
	display: inline-block;
	content: 'PDF';
	top: 50%;
	right: 0;
	width: auto;
	height: auto;
	margin: -15px 0 0 0;
	padding: 0 0.8em;
	font-size: 11px;
	line-height: 1.65;
	color: #fff;
	background: #d14421;
	border-radius: 3px;
}

#ir_news a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #eee;
}

#ir_news a::after,
#ir_news a b,
#ir_news a .date,
#ir_news a strong {
	transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s;
}

#ir_news a>span {
	display: flex;
	align-items: center;
}

#ir_news b {
	display: block;
	width: 9em;
	height: 1.7em;
	margin-right: 1em;
	line-height: 1.4;
	line-height: calc(1.7em - 4px);
	color: #1374c1;
	font-weight: var(--bold);
	font-family: var(--font-koburina-w6);
	text-align: center;
	border: solid 2px #1374c1;
	box-sizing: border-box;
	border-radius: 0.85em;
	white-space: nowrap;
}

#ir_news .date {
	display: block;
	color: #1374c1;
	letter-spacing: 1px;
}

#ir_news strong {
	display: block;
	padding: 14px 0 0 0;
	color: #222;
	font-size: 1.7rem;
	line-height: 1.6;
}

@media screen {
	#ir_news a:visited strong {
		color: #7600b3;
	}
}

#ir_news a:hover::after,
#ir_news a:hover b {
	color: #fff;
	background-color: #1374c1;
}

#ir_news a:hover strong {
	color: #1374c1;
}

@media screen and (max-width:770px) {
	#ir_news a {
		font-size: 1.3rem;
	}

	#ir_news strong {
		font-size: 1.6rem;
	}
}

#news_header {
	padding: 100px 0 0 0;
}

/* ページング
------------------------------------*/
#PaginationNum {
	padding: 0 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#PaginationNum li a {
	position: relative;
	display: block;
	width: 45px;
	font-size: 18px;
	line-height: 50px;
	color: #222;
	text-align: center;
	text-decoration: none;
	background: #fff;
	transition: color 0.2s ease-in-out 0s;
}

#PaginationNum li a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 5px;
	width: 35px;
	height: 3px;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out 0s;
}

#PaginationNum li a.current_page {
	color: #222;
	cursor: default;
	pointer-events: none;
}

#PaginationNum li a.current_page::after,
#PaginationNum li a:hover::after {
	background-color: #1374c1;
}

#pagenatePrevNext {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#pagenatePrevNext li {
	padding: 6px 20px;
}

#pagenatePrevNext li:only-child {
	padding: 6px 0;
}

#pagenatePrevNext a {
	width: 215px;
	height: 60px;
	padding: 0 20px;
	font-size: 20px;
	color: #1374c1;
	text-decoration: none;
	border: solid 4px #1374c1;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s;
}

#pagenatePrevNext a::before,
#pagenatePrevNext a::after {
	display: block;
	color: #1374c1;
	font-weight: 900;
	transition: color 0.3s ease-in-out 0s;
	transform: scale(1, 1.5)
}

#pagenatePrevNext a:hover {
	background-color: #1374c1;
}

#pagenatePrevNext a:hover {
	color: #fff;
}

#pagenatePrevNext a:hover polyline {
	stroke: #fff;
}

#pagenatePrevNext a.link_before::before {
	content: '<';
}

#pagenatePrevNext a.link_before:hover::before {
	color: #fff;
}

#pagenatePrevNext a.link_before::after {
	content: '';
}

#pagenatePrevNext a.link_next::after {
	content: '>';
}

#pagenatePrevNext a.link_next:hover::after {
	color: #fff;
}

#pagenatePrevNext a.link_next::before {
	content: '';
}

.first-current>#pagenatePrevNext .link_before,
.end-current>#pagenatePrevNext .link_next {
	visibility: hidden;
	pointer-events: none;
}

@media screen and (max-width:770px) {
	#pagenatePrevNext li {
		padding: 6px 10px;
	}

	#pagenatePrevNext a {
		width: 130px;
		padding: 0 10px;
		font-size: 16px;
	}
}