<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* contents
========================================================================================================
*/

#container {
	max-width: 1300px;
	width: 100%;
}

.sec_mv{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.sec_mv img{
	max-width: 100%;
}

@media screen and (min-width: 767px) {
	.sec_mv{
		margin-bottom: 100px;
	}
}</pre></body></html>