/**********************************************
	ページ
**********************************************/
#newsBlock {
	padding:10vh 0;
	background-color:#f8f8f8;
}

#newsBlockInner {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:start;
	align-items:stretch;
	gap:2rem;
	margin:0 auto;
	padding:0 1rem;
	max-width:1280px;
}

@media screen and (max-width:840px) {
	#newsBlockInner {
		display:block;
	}
}

/**********************************************
	ニュース
**********************************************/
#newsMainBlock {
	width:calc(100% - 12rem - 2rem);
}

@media screen and (max-width:840px) {
	#newsMainBlock {
		width:100%;
	}
}

#newsImageBox {
	margin:2rem auto 4rem auto;
	max-width:800px;
}

.newsDate {
	margin-bottom:0.5rem;
	font-size:1rem;
	color:#2c8f81;
}

.newsTitle {
	margin-bottom:2rem;
	font-size:1.5rem;
	font-weight:bold;
	border-bottom:2px solid #061f4f;
}

.newsDetail {
	margin:0.5em 0em;
	font-size:1rem;
	line-height:1.8;
}

.descript {
	padding:0.25rem 0;
	text-align:center;
	font-size:0.9rem;
	color:#1a3781;
}

/**********************************************
	サブブロック
**********************************************/
#newsSubBlock {
	width:12rem;
}

.newsSubBlockBox {
	margin-bottom:2rem;
}

.newsSubBlockTitle {
	margin-bottom:1rem;
	padding:0.5rem 2rem;
	font-weight:bold;
	color:#333;
	background-color:#d9d9d9;
}

#newsSubBlock .dataLink {
	margin:1rem 0;
	font-size:0.9rem;
	font-weight:bold;
}

#newsSubBlock .dataLink a {
	text-decoration:none;
}

#newsSubBlock .yearLink {
	margin:1rem 0;
	font-weight:bold;
}

#newsSubBlock .yearLink:before {
	content:'― ';
	font-weight:normal;
}

#newsSubBlock .yearLink a {
	text-decoration:none;
}

@media screen and (max-width:840px) {
	#newsSubBlock {
		width:100%;
	}
}
