.page_news_cont {
	max-width: var(--max_content_inner_blocks);
	margin: 6rem auto;
	color: var(--color_grey_menu);
}

.page_news_title {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
.page_news_headline {
	font-size: 1.375rem;
}

.page_news_dateshare {
	display: flex;
	align-items: center;
	font-size: .75rem;
	justify-content: space-between;
	margin: 1.5rem auto 2rem;
}

.page_news_share {
	display: flex;
	align-items: center;
	column-gap: .5rem;
	justify-content: flex-end;
}

.page_news_ln_share,
.page_news_url_share {
	display: inline-block;
	width: 1.5rem;
	aspect-ratio: 1;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: .75rem;
}

.page_news_ln_share { background-image: url(../img/share_ln.svg); }
.page_news_url_share {
	background-image: url(../img/share_url.svg);
	cursor: pointer;
}

.page_news_image {
	width: 100%;
	aspect-ratio: 1054/800;
	background-color: var(--color_orange_2i);
	border-radius: 1.5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_news_content {
	margin: 4rem auto 0;
	font-size: 1.1875rem;
	line-height: 1.75rem;
}
.page_news_content li {
	list-style: disc;
	margin-left: .75rem;
}

.page_news_pagetitle {
	margin-bottom: 2rem;
}