/* コラム詳細（SWELL UI）専用 */

/* 旧テーマ single-column.php の PHP 目次（post_toc / custom-toc） */
.single-column .post_toc,
.single-column .custom-toc {
	display: none !important;
}

/* 導入文（column_copy） */
.single-column .post_copy.p-column-copy,
.single-column .c-postContent .post_copy.p-column-copy,
.single-column .p-articleContent .post_copy.p-column-copy,
.single-column .post_content .post_copy.p-column-copy {
	margin-bottom: 5rem;
	line-height: 1.78;
	letter-spacing: 0.18em;
	color: #0a2647;
}

.single-column .post_copy.p-column-copy p:not(:last-child),
.single-column .c-postContent .post_copy.p-column-copy p:not(:last-child),
.single-column .p-articleContent .post_copy.p-column-copy p:not(:last-child),
.single-column .post_content .post_copy.p-column-copy p:not(:last-child) {
	margin-bottom: 1rem;
}

/* 導入文内では .post_content blockquote の装飾線を出さない */
.single-column .post_copy.p-column-copy blockquote::before,
.single-column .c-postContent .post_copy.p-column-copy blockquote::before,
.single-column .p-articleContent .post_copy.p-column-copy blockquote::before,
.single-column .post_content .post_copy.p-column-copy blockquote::before {
	content: none;
	display: none;
	width: 0;
	height: 0;
	border: none;
}

@media (max-width: 992px) {
	.single-column .post_copy.p-column-copy,
	.single-column .c-postContent .post_copy.p-column-copy,
	.single-column .p-articleContent .post_copy.p-column-copy,
	.single-column .post_content .post_copy.p-column-copy {
		font-size: 14px;
		margin-bottom: 3rem;
	}
}
