@charset "utf-8";
.news_detail_hdr {
		margin: 0 0 50px;
		padding-top: 10px;
}
@media(max-width: 767px) {
		.news_detail_hdr {
				margin: 0 0 20px;
				padding-top: 40px;
		}
}
.current_category_wrap {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
}
@media(max-width: 767px) {
		.current_category_wrap {
				margin-bottom: 20px;
		}
}
.news_detail_date {
		margin-right: 20px;
}
.current_category {
		font-size: 14px;
}
.current_category a {
		color: #0168B7;
		text-decoration: underline;
}
@media (hover: hover) {
		.current_category a:hover {
				color: #0168B7;
				text-decoration: none;
		}
}
.news_detail_title {
		font-size: 26px;
		font-weight: 600;
		line-height: 1.6;
}
@media(max-width: 767px) {
		.news_detail_title {
				font-size: 22px;
		}
}
.news_detail_cont {
		min-height: 300px;
		margin-bottom: 60px;
}
.news_detail_cont p {
		line-height: 1.8;
		margin: 0 0 1em
}
.news_detail_cont a {
		color: #0168B7;
		text-decoration: underline;
}
.news_detail_cont .linkBtn a {
		text-decoration: none;
}
@media (hover: hover) {
		.news_detail_cont a:hover {
				color: #0168B7;
				text-decoration: none;
		}
}
.news_detail_cont h1, .news_detail_cont h2 {
		font-size: 150%;
		margin: 3em 0 0.75em;
		line-height: 1.6;
		font-weight: 600;
}
.news_detail_cont h3, .news_detail_cont h4 {
		font-size: 140%;
		margin: 3em 0 0.5em;
		line-height: 1.6;
		font-weight: 500;
}
.news_detail_cont h5, .news_detail_cont h6 {
		font-size: 120%;
		margin: 3em 0 0.5em;
		line-height: 1.6;
		font-weight: 500;
}
.news_detail_cont figure.wp-block-gallery.has-nested-images {
		padding: 1em 0;
}
.news_detail_cont .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
		width: 100%;
		height: auto;
		object-fit: contain;
}
.news_detail_cont .wp-block-gallery.has-nested-images figure.wp-block-image {
		box-sizing: border-box;
		display: block;
}
.news_detail_cont .wp-block-gallery.wp-block-gallery-1 {
		--wp--style--gallery-gap-default: 15px;
}
@media(max-width: 767px) {
		body .news_detail_cont .is-layout-flex {
				display: block;
		}
		.news_detail_cont .wp-block-image.size-large {
				width: 100% !important;
				margin: 0 0 15px !important
		}
		.news_detail_cont img {
				width: 100%;
				height: auto
		}
		.news_detail_cont .wp-block-gallery.wp-block-gallery-1 {
				--wp--style--gallery-gap-default: 0px;
		}
}





.news_detail_cont h1, .news_detail_cont h2 {
		font-size: 160%;
		margin: 3em 0 0.75em;
		line-height: 1.6;
		font-weight: 700;
}
.news_detail_cont h3, .news_detail_cont h4 {
		font-size: 140%;
		margin: 3em 0 0.5em;
		line-height: 1.6;
		font-weight: 600;
}
.news_detail_cont h5, .news_detail_cont h6 {
		font-size: 120%;
		margin: 3em 0 0.5em;
		line-height: 1.6;
		font-weight: 600;
}


