@charset "UTF-8";

/* thumbnail ratio */
#news .news .box-content .news-list .item a .cover img {
	width: 100%;
	aspect-ratio: 293/202; /* w/h */
	object-fit: cover;
}
#news-inner .news-inner .box-content .news-inner-list .item a .cover img {
	width: 100%;
	aspect-ratio: 26/17; /* w/h */
	object-fit: cover;
}

/* single page */
#news-inner .news-inner .box-content .news-inner-detail .img.middle {
	max-width: 65%;
	margin-inline: auto;
}
.box-video {
	width: 70%;
	margin: 30px auto 0;
}
.box-video .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.box-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 750px) {
	.box-video {
		width: 100%;
		/* margin-top: 30px; */
	}
}

/* top */
#mv .mv .mv-news {
	width: auto;
	max-width: unset;
}
@media only screen and (max-width: 750px) {
	#mv .mv .mv-news .news-content .news-list a .topic {
		white-space: wrap;
	}
}