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

/* tablet  */
@media screen and (max-width: 1024px) {

	#access .accessWrap .info {
		flex-direction: column;
	}

	#access .accessWrap .info .leftItems {
		margin-bottom: 5vw;
	}
}

/* sp  */
@media screen and (max-width: 768px) {

	.titleWrap {
		margin: 10vh auto 7.5em;
	}
	
}</pre></body></html>