/**********************************************
	ページ
**********************************************/
#newsBlock {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:start;
	align-items:stretch;
	gap:2rem;
	margin:0 auto;
}

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

/**********************************************
	ヘッダー
**********************************************/
.subBlockTitle {
	margin-bottom:1rem;
	padding:0.5rem 2rem;
	font-weight:bold;
	color:#333;
	background-color:#d9d9d9;
}

.subBlockSubTitle {
	font-size:1.4rem;
	font-weight:bold;
	color:#666;
}

.subBlockText {
	line-height:2;
}

.subBlockText:before {
	content:'― ';
}

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

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

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

#newsFileBox {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	gap:0.5rem;
	margin:2rem auto;
}

#newsFileBox .newsFileBoxInner a {
	display:block;
	padding:0.1rem 0.5rem;
	text-align:center;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	border-radius:0.5rem;
}

.newsType {
	margin-bottom:0.5rem;
	padding:0.2rem 1rem;
	width:8rem;
	white-space:nowrap;
	text-align:center;
	font-size:0.9rem;
	line-height:1;
	color:#fff;
	background-color:#2c8f81;
	border-radius:0.25rem;
}

.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%;
	}
}
