.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 .txt_lv02{
	text-align: left;
	margin-right: 30px;
}

#newsWrap{
	flex: 1;
	overflow: auto;
	padding-left: 20px;
}

#newsWrap ul#newsList{
	padding:0;
}

#newsWrap ul#newsList li{
	font-size:0.9em;
	margin:0;
	line-height:120%;
	list-style-type:none;
	vertical-align:middle;
	padding: 1.5em;
	border-bottom: solid 1px #ccc;
}

#newsWrap ul#newsList li a{
	color: #1a1a1a;
}
#newsWrap ul#newsList li a:hover{
	color: #03996c;
}
.up_ymd{
	font-weight: 600;
	color: #03996c;
	display:inline-block;
	font-size: 90%;
	line-height: 16px;
	width: 8em;
}
.title{
	color: #1f1f1f;
	width: 90%;
	max-width: 40em;
	display: inline-block;
	vertical-align: bottom;
	line-height: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newMark{
	display:inline-block;
	font-size:0.6px;
	line-height:100%;
	color:#ed5f61;
	font-weight: 600;
}
.more_btn{
	text-align: right;
	margin-top: 1em;
	transition: .5s;
}
.more_btn a{
	color: #1d2089;
	font-size: 0.8em;
	font-weight: 600;
}
.more_btn :hover{
	color: #00a0ea;
}

@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 .txt_lv02{
        text-align: center;
		margin: auto;
    }
}
@media (max-width: 750px){
	.news{
		padding: 0;
	}
	.up_ymd{
		display: block;
		margin-bottom: 0.5em;
	}
}

/*===news-detail.php用==============================*/
.news-detail .flex{
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.news-detail .flex #main{
	width: calc(100% - 270px);
}
.news-detail .flex #side{
	width: 220px;
}

/*main*/
.news-detail .flex #main #up_ymd{
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #03996c;
}
.news-detail .flex #main #up_ymd::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}

.news-detail .flex #main .stitle{
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.news-detail .flex #main .comment img{
	max-width: 100%;
}


.news-detail .pages{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.news-detail .pages > div{
	width: 45%;
}
.news-detail .pages .page_next{
}
.news-detail .pages .page_prev{
}
.news-detail .pages a{
	display: block;
	color: #03996c;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 15px;
	transition: 0.4s;
}
.news-detail .pages .page_prev a{
	text-align: right;
}
.news-detail .pages a:hover{
	background-color: #f7f7f7;
}

/*side*/
.news-detail .flex #side{
	padding: 0 10px;
}
.side_wrap{
	max-height: 100vh;
	overflow: auto;
	padding-right: 8px;
}
.side_wrap::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.side_wrap::-webkit-scrollbar-track{
	background-color: #ccc;
}
.side_wrap::-webkit-scrollbar-thumb{
	background-color: #03996c;
}
.news-detail .flex #side h3{
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.news-detail .flex #side h3::before{
	font-family: "Font Awesome 6 Free";
	content: '\f0ca';
	font-weight: 900;
	padding-right: 0.5em;
	color: #03996c;
}
.news-detail .flex #side ul{
	max-height: 100vh;
	overflow-y: auto;

}
.news-detail .flex #side ul li a{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #03996c;
	padding: 15px;
	margin-bottom: 7px;
	transition: 0.4s;
}
.news-detail .flex #side ul li a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}
.news-detail .flex #side ul li a:hover{
	background-color: #f7f7f7;
}

@media (max-width: 960px){
	.news-detail .flex{
		display: block;
	}
	.news-detail .flex #main{
		width: 100%;
		margin-bottom: 40px;
	}
	.news-detail .flex #side{
		width: 100%;
	}
	.news-detail .pages{
		display: block;
		margin-top: 30px;
	}
	.news-detail .pages > div{
		width: 100%;
	}
	.news-detail .pages .page_next{
		margin-bottom: 7px;
	}
}



/*一覧ページ*/
.news-detail .flex #main ul.list li{
	border-bottom: 1px solid #ddd;
	list-style-type:none;
	padding: 8px 0;
	color: #3f3f3f ;
	transition: .5s;
}
.news-detail .flex #main ul.list li:first-child{
	border-top: 1px solid #ddd;
}
.news-detail .flex #main ul.list li span{
	display: block;
}
.news-detail .flex #main ul.list li .up_ymd{
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	color: #03996c;
}
.news-detail .flex #main ul.list li .title{
	font-weight: 500;
	color: #03996c;
}

.news-detail .flex #main ul.list li a .comment{
	font-size: 0.9rem;
	color: #3f3f3f;
}
.news-detail .flex #main ul.list li:hover{
	opacity: 0.5;
}

/* ギャラリー　============================================================ */
.gallery_wrap {
	width:100%;
	padding: 20px 10px;
}
.gallery_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.gallery_list li{
	width: calc(100% / 4 - 10px);
    margin: 0 5px 15px;
    overflow: hidden;
    padding: 5px;
    font-size: 0;
}
.gallery_list a.photo{
	display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.gallery_list a.photo img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: .5s;
}
.gallery_list a.photo img:hover{
	opacity: 0.6;
}
p.detail_text{
	font-size: 0.9rem;
	padding: 0.5em;
    font-weight: 400;
}


@media (max-width: 768px){
	.gallery_list li{
		width: calc(100% / 2 - 10px);
	}
	p.detail_text{
		font-size: 0.8rem;
		padding: 0.5em;
		font-weight: 400;
	}
}

