#news_details {
	margin-bottom: 5rem;
	max-width: 840px;
}

@media (max-width: 768px) {
	#news_details {
		margin-bottom: 3.75rem;
	}
}

#news_details img {
	max-width: 100%;
	margin: 0 auto;
}

#news_details .news_event_end {
	color: #FFFFFF;
	padding: 0.25rem 1.25rem;
	display: table;
	background-color: #34353A;
	margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
	#news_details .news_event_end {
		margin-bottom: 1rem;
	}
}

#news_details .news_title {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

#news_details .news_date {
	font-size: 0.75rem;
}

#news_details .news_category {
	font-size: 0.75rem;
}

#news_details .news_main_image {
	margin: 2.5rem auto;
}

#news_details h2 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.6;
	background-color: #E9F2F3;
	padding: 1.25rem 1.5rem;
	margin: 3.75rem 0 2rem;
}

#news_details h3 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.6;
	padding: 0.125rem 0;
	margin: 2.5rem 0 1.5rem;
	border-bottom: #E9F2F3 3px solid;
}

#news_details h4 {
	position: relative;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6;
	border-bottom: #d8e4e4 1px solid;
	padding: 0.25rem 0;
	margin: 1.5rem 0 1rem;
}

#news_details h5 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6;
}

#news_details p {
	font-size: 1rem;
	line-height: 1.8;
	margin: 1rem 0;
}

#news_details p a {
	font-size: 1rem;
}

#news_details p a[target="_blank"]::after {
	content: "";
	background-image: url("../../common/image/ic_blank.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 0.125rem 0.125rem 0.1rem;
	vertical-align: middle;
	border: none;
	transform: none;
}

#news_details ul {
	padding-left: 1.2rem;
}

#news_details ul li {
	list-style-type: disc;
	line-height: 2;
	font-size: 1rem;
}

#news_details figure.wp-block-image {
	max-width: 800px;
	width: 100%;
	margin: 1.5rem auto;
	text-align: center;
}

#news_details figure.wp-block-image figcaption {
	margin-top: 1rem;
	color: #92A2A8;
	font-size: 0.875rem;
	text-align: center;
}
