.contents_news{
	width: calc(100% - 30px);
	padding: 15px;
	max-width: 1300px;
	margin: auto;
}
.news{
	padding: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.news_title{
	width: 100%;
	max-width: 300px;
}


#newsWrap{
	width: 100%;
	max-height: 310px;
	overflow: auto;
	padding-left: 20px;
}

ul#newsList{
	padding:0;
}

ul#newsList li a{
	display: block;
	width: 100%;
	font-size:1em;
	color: #fff;
	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::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f061";
	color: #fff;
	position: absolute;
	display: block;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}
ul#newsList li a:hover::after{
	color: #fff;
	right: 10px;
}
ul#newsList li:first-child{
	border-top: solid 1px #ccc;
}

ul#newsList li a .up_ymd{
	font-weight: 600;
	color: #ba2636;
	display:inline-block;
	font-size: 0.9em;
	line-height: 16px;
	width: 8em;
}
ul#newsList li a .title{
	width: 90%;
	max-width: 50em;
	display: inline-block;
	vertical-align: bottom;
	line-height: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: .5s;
}
ul#newsList li a:hover .title{
	color: #8A9898;
}

.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: 959px){
	.contents_news{
		padding: 20px 0 30px;
	}
	.news{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#newsWrap{
		width: 100%;
		padding: 10px;
	}
	.news_title{
		max-width: none;
	}
}
@media (max-width: 750px){
	.news{
		padding: 0;
	}
	#newsWrap ul#newsList li a{
		padding: 1.5em 0;
	}
	.up_ymd{
		display: block;
		margin-bottom: 0.5em;
	}
}

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

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

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

#news-detail .spiral {
	border:solid 1px #999;
	background: rgba(255,255,255,0.25);
}
#news-detail .spiral span {
	color: #1c1c1c;

}

/* ギャラリー　============================================================ */
img{
	border:0;
}

#gallery_wrap {
	width:100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
#gallery_list { 
	display:flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#gallery_list li{
	width:calc(100% / 4 - 20px);
	margin:10px;
	padding:10px;
	font-size:0.9em;
	line-height: 180%;
}
#gallery_list a.photo{
	display:block;
	width:100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin:0 auto 10px;
}
#gallery_list a.photo img{
	width: 100%;
	height: 100%;
	transform: scale(1.0);
	background: #000;
	object-fit: cover;
	transition: .5s;
}
#gallery_list a.photo:hover img{
	transform: scale(1.2);
}
#gallery_list .detail_text{
	font-size: 0.9rem;
	padding: 0.5em;
    font-weight: 400;
}

	/*---------------------------------
	      Pager style
---------------------------------*/
.pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #666;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}

@media (max-width: 959px){
	#gallery_list li{
		width:calc(100% / 3 - 20px);
	}
}
@media (max-width: 750px){
	#gallery_list li{
		width:calc(100% / 2 - 20px);
	}
}
@media (max-width: 450px){
	#gallery_list{
		flex-direction: column;
		justify-content: center;
		width: calc(100% - 20px);
		max-width: 450px;
		margin: auto;
	}
	#gallery_list li{
		width:calc(100% - 20px);
	}
}