@charset "utf-8";


/* =========================================================
news_content
========================================================= */
#news_content {
	background-color: var(--main-color--bg12);
	position: relative;
	overflow: visible;
}
@media print, screen and (min-width: 1025px){
	#news_content:before{
		content:"";
		display: block;
		background-color: var(--main-color--bg12);
		position: absolute;
		z-index: 0;
		right: 100%;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
#news_content .inner {
	min-height: 0;
	width: 86.5%;
	min-width: 960px;
	max-width: none;
	padding-bottom: 180px;
	position: relative;
}
@media print, screen and (min-width: 1025px){
	#news_content .inner {
		min-height: calc(100vh + 320px);
	}
}
@media print, screen and (max-width: 1250px) {
	#news_content .inner {
		min-width: 0;
		width: 100%;
	}
}
.news_sticky{
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
	gap: 60px;
}
.news_body.noimg{
	width: 100%;
}
.news_body:not(.noimg){
	width: 100%;
}
@media only screen and (max-width: 767px){
	.news_sticky{
	}
	#news_content .inner{
		padding-bottom: 120px;
	}
	.news_body:not(.noimg){
	}
}


/* =========================================================
news_title
========================================================= */
.news_title {
	display: block;
	width: 100%;
}
.news_title--title {
	text-align: left;
}
.news_title--date {
	text-align: left;
	margin-top: 23px;
}
@media only screen and (max-width: 767px){
	.news_title {
		width: 100%;
	}
}


/* =========================================================
news_photo
========================================================= */
.news_photo {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.news_photo--link {
	position: relative;
	width: 100%;
	display: block;
	overflow: visible;
}
.news_photo--link:before {
	content:"";
	display: block;
	width: 100%;
	padding-top: 100%;
}
.news_photo--link picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_photo--link picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
}
@media print, screen and (min-width: 768px) {
	.news_photo--link:not([class*="3/2"]):before {
		display: none;
	}
	.news_photo--link:not([class*="3/2"]) picture {
		position: static;
		width: 100%;
		height: auto;
	}
	.news_photo--link:not([class*="3/2"]) picture img {
		position: static;
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 767px){
	.news_photo {
		width: 100%;
	}
}


/* =========================================================
news_content--info
========================================================= */
.news_content--info {
	width: 100%;
	margin-top: 60px;
}
.news_content_info--info {
	margin-top: 20px;
}
.news_content_info--info .udata {
}
.news_content_info--button {
	margin-top: 60px;
}
.news_content_info--button .btn_def {
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.news_content--info {
		width: 100%;
	}
	.news_content_info--info {
		min-height: 0px;
	}
	.news_content_info--button .btn_def {
		width: 100%;
	}
}

