.l-content {
	margin-top: 57px;

	/* =========================
		本文全体
	========================= */

	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .05em;
	color: var(--c_bk);

	/* =========================
		段落
	========================= */

	p {
		& + p {
			margin-top: 1.5em;
		}
	}

	/* =========================
		画像
	========================= */

	img {
		width: 100%;
		height: auto;
		display: block;
	}

	figure {
		& + p {
			margin-top: 2.5em;
		}
		& + figure {
			margin-top: 2.5em;
		}
		& + .wp-block-columns {
			margin-top: 2.5em;
		}
	}

	p {
		& + figure {
			margin-top: 2.5em;
		}
		& + .wp-block-columns {
			margin-top: 2.5em;
		}
	}

	.wp-block-columns {
		& + p {
			margin-top: 2.5em;
		}
		& + figure {
			margin-top: 2.5em;
		}
		& + .wp-block-columns {
			margin-top: 2.5em;
		}
	}
	p + div{
		margin-top: 110px;
	}

	div + p{
		margin-top: 62px;
	}

	/* =========================
		見出し
	========================= */

	h2 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.4;

		& + p {
			margin-top: 40px;
		}
	}

	h3 {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.4;

		& + p {
			margin-top: 32px;
		}
	}

	h4 {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;

		& + p {
			margin-top: 24px;
		}
	}

	/* =========================
		リスト
	========================= */

	ul,
	ol {
		margin-top: 32px;
		padding-left: 1.5em;

		li {
			& + li {
				margin-top: 12px;
			}
		}
	}

	/* =========================
		引用
	========================= */

	blockquote {
		margin-top: 40px;
		padding: 32px;
		background: #f5f5f5;

		p {
			& + p {
				margin-top: 1em;
			}
		}
	}

	/* =========================
		table
	========================= */

	table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 40px;
	}

	th,
	td {
		border: 1px solid #ddd;
		padding: 16px;
	}

	/* =========================
		iframe
	========================= */

	iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		height: auto;
		margin-top: 40px;
	}

}

.l-content.--lineup{
	margin-top: 36px;
}

.wp-block-image .alignleft{
	float: none !important;
	margin: 0 auto !important;
}

.wp-block-image{
	width: 80%;
	margin: 0 auto;
}

.p-news-post .wp-block-image{
	width: 100%;
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
	.l-content{
		margin-top: 32px;
		p + div{
			margin-top: 40px;
		}
		div + p{
			margin-top: 24px;
		}
	}
}