.contents_news{
	width: calc(100% - 30px);
	padding: 70px 15px;
	margin: 15px;
	background: #f5f5f5;
	position: relative;
	z-index: 2;
}

#newsWrap{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	max-height: 350px;
	overflow-y: auto;
}
#newsWrap::-webkit-scrollbar{
	width: 3px;
	height: 3px;
}
#newsWrap::-webkit-scrollbar-track{
	background-color: rgba(0,0,0,0.2);
}
#newsWrap::-webkit-scrollbar-thumb{
	background-color: #2a325b;
}

ul#newsList{
	margin: 15px;
}

ul#newsList li a{
	display: block;
	width: 100%;
	font-size:1em;
	color: #2a325b;
	background: rgba(255,255,255,0.0);
	margin:0;
	line-height:150%;
	list-style-type:none;
	vertical-align:middle;
	padding: 1.5em 1em;
	border-bottom: solid 1px #ccc;
	position: relative;
	transition: .5s;
}
ul#newsList li a:hover{
	background: rgba(255,255,255,0.8);
}
ul#newsList li a::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f061";
	color: #2a325b;
	position: absolute;
	display: block;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}
ul#newsList li a:hover::after{
	color: #2a325b;
	right: 10px;
}
ul#newsList li:first-child{
	border-top: solid 1px #ccc;
}

ul#newsList li a .up_ymd{
	font-weight: 600;
	color: #fff;
	background: #860000;
	display:inline-block;
	font-size: 0.9em;
	padding: 0.25rem;
	width: 9em;
	text-align: center;
	margin-right: 1rem;
	
}
ul#newsList li a .title{
	color: #1a1a1a;
	font-weight: 600;
	width: 90%;
	max-width: 50em;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: .5s;
}
ul#newsList li a:hover .title{
	color: #2a325b;
	
}

.more_btn{
	display: block;
	position: relative;
	text-align: right;
	margin-top: 1em;
	padding-right: 3.5em;
	transition: .5s;
	
}
.more_btn a{
	color: #1a1a1a;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase
}
.more_btn::after {
    position: absolute;
    right: 1em;
	top: 50%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #1a1a1a;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.more_btn:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

@media (max-width: 960px){

	#newsWrap{
		width: 100%;
		padding: 10px;
	}
	.news_title{
		max-width: none;
	}
}
@media (max-width: 750px){
	#newsWrap ul#newsList li a{
		padding: 1.5em 0.5rem;
	}
	.up_ymd{
		display: block;
		margin-bottom: 0.5em;
	}
}


/*詳細ページ ==================================================*/
#up_ymd{
	margin: 1em 0 1.5em;;
	letter-spacing: 0.12em;
	color: #364587;
	font-family: "kinuta-mincho-stdn", sans-serif;
}
#up_ymd::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}
.news_data{
	padding-bottom: 30px;
}
h2.stitle{
	font-weight: 400;
	text-align: left;
	font-family: "kinuta-mincho-stdn", sans-serif;
	font-size: clamp(1.2rem, 0.96rem + 0.8533vw, 1.6rem);
	margin-bottom: 30px;
	border-bottom: solid 1px #364587;
}

.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.topic{
	color: #1a1a1a;
	margin-top: 1em;
}

.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
