@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
/*========================================   リスト   ========================================*/
.catch_img{
	text-align: center;
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 60px;
	background-color:rgba(255,255,255,0.75);
	box-shadow: 2px 4px 10px rgb(0 0 0 / 0.1);
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.catch_img{
		margin: 0 auto 40px;
	}
}



.news_topics{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 60px;
	padding: 30px 2%;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.75);
	box-shadow: 2px 4px 10px rgb(0 0 0 / 0.1);
}
.news_date{
	text-align: center;
	clear: both;
}
p.news_date{
	margin-top: 60px;
}
p.news_date:first-of-type{
	margin-top: 0px;
}

.news_date span{
	position: relative;
	display: inline-block;
	padding: 0 40px;
	font-weight: bolder;
	margin: 0 auto;
	color: #000000;
}
.news_date span:before, .news_date span:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: black;
}
.news_date span:before {left:0;}
.news_date span:after {right: 0;}
.news_title{
	text-align: center;
	color: #000000;
	font-weight: bolder;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.news_img{
	max-width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.news_img{
	max-width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.news_txt{
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 10px;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.news_topics{
		margin: 0 auto 100px;
	}
	.news_content{
		display: flex;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.news_img{
		width: 90%;
		text-align: center;
		margin: 0 auto 10px;
	}
}