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

/*---------------------------------------------------------------------- */
/* News Styles
------------------------------------------------------------------------ */

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

.block-post {
	padding: 0 2rem 2.5rem 2rem;
}

.block-post &gt; .post-date {
	font-size: 1.1rem;
	letter-spacing: .08em;
}

.block-post &gt; .post-title {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: .08em;
}

.block-post &gt; .post-thumb {
	margin-top: 1.5rem;
}

.block-post &gt; .post-content strong {
	font-weight: 700;
}

.block-post &gt; .post-content &gt; .title {
	margin-top: 2.5rem;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .08em;
}

.block-post &gt; .post-content &gt; .txt {
	margin-top: 1.5rem;
}

.block-post &gt; .post-content &gt; .notes {
	margin-top: 2rem;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: .08em;
}

.block-post &gt; .post-content &gt; .img {
	margin-top: 2rem;
}

/*---------------------------------------------------------------------- */
/* 768px Tablet &amp; PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

.block-post {
	margin: 0 auto;
	padding: 0;
	width: 90rem;
}

.block-post &gt; .post-date {
	font-size: 1.8rem;
	letter-spacing: 0;
}

.block-post &gt; .post-title {
	font-size: 4rem;
}

.block-post &gt; .post-thumb {
	margin-top: 4rem;
}

.block-post &gt; .post-content &gt; .title {
	margin-top: 4rem;
	font-size: 2rem;
}

.block-post &gt; .post-content &gt; .txt {
	margin-top: 2.5rem;
}

.block-post &gt; .post-content &gt; .notes {
	margin-top: 3.5rem;
	font-size: 1.4rem;
}

.block-post &gt; .post-content &gt; .img {
	margin: 4rem auto 0 auto;
	max-width: 800px;
}

}</pre></body></html>