article {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 24px;
}

article h1 {
	font-size: var(--font-size-xl);
	margin-bottom: 16px;
}

article h2,
article h3,
article h4 {
	font-size: var(--font-size-l);
	margin-bottom: 1.5rem;
	margin-top: 4rem;
}

article strong {
	font-size: var(--font-size-m);
}

.column_body {
	font-size: var(--font-size-m);
	line-height: 1.9;
}

.column_body p,
.column_body ul,
.column_body ol {
	margin: 0 0 1.25em;
}

.column_body ul,
.column_body ol {
	padding-left: 1.6em;
}

.column_body li {
	margin: 0.4em 0;
	line-height: 1.7;
}

.column_body ul li {
	list-style: disc;
}

.column_body ol li {
	list-style: decimal;
}

/* アイキャッチ */
.eyecatch {
	margin-bottom: 24px;
}

/* 著者 */
.column_author {
	display: flex;
	flex-direction: row;
	margin-bottom: 24px;
}

.column_author img {
	--size: 54px;
	max-width: var(--size);
	max-height: var(--size);
	min-width: var(--size);
	min-height: var(--size);
	border-radius: 50%;
	overflow: hidden;
	margin-right: 24px;
}

.column_author span {
	display: flex;
	width: max-content;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-m);
	font-weight: bold;
}
