#column .entry-body figcaption {
	text-align: center;
}
#column h2.wp-block-heading {
	font-size: 3rem;
	font-weight: 700;
	padding: 1rem 2rem;
	border-top: 6px double #13ae67;
	border-bottom: 6px double #13ae67;
	margin: 3rem 0;
}
#column h3.wp-block-heading {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 1rem 2rem;
	border-left: 5px solid #13ae67;
	background: #f4f4f4;
	margin: 3rem 0;
}
#column h4.wp-block-heading {
	font-size: 2rem;
	font-weight: 700;
	padding: 0.8rem 2rem;
	border-left: 6px double #13ae67;
	margin: 3rem 0;
}
#column h5.wp-block-heading {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 3rem 0;
}
#column .entry-body :is(figure, p, ul, ol table) {
	margin-bottom: 6rem;
}
#column .entry-body ul.wp-block-list li {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding: .3em .3em .3em 0;
	margin-left: 2rem;
}
#column .entry-body ul.wp-block-list li::marker {
	color: #13ae67;
	font-size: 1.1em;
}
#column .entry-body ol.wp-block-list {
	counter-reset: li;
}
#column .entry-body ol.wp-block-list li {
	display: flex;
	align-items: center;
	padding: .3em .3em .3em 0;
}
#column .entry-body ol.wp-block-list li::before {
	display: inline-block;
	min-width: 1.7em;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #13ae67;
	color: #fff;
	font-weight: bold;
	font-size: .75em;
	line-height: 1.7em;
	text-align: center;
	content: counter(li);
	counter-increment: li;
}
#column .wp-block-table thead {
	border-bottom: none;
}
#column .entry-body table th {
	background-color: #f4f4f4;
}
#column .entry-body table :is(th, td) {
	border: solid 1px #d9d9d9;
}
#column .mainvisual {
	background: url(../img/news/img-mv.jpg) no-repeat bottom center;
	background-size: cover;
	aspect-ratio: 16/9;
	position: relative
}
@media screen and (min-width: 769px) {
	#column .mainvisual {
		aspect-ratio: initial;
		padding-top: 100px;
		height: 456px
	}
}
#column .mainvisual-inner {
	position: relative;
	height: 100%;
	display: table;
	width: 100%;
	text-align: center
}
#column .entry-body .list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem
}
@media screen and (min-width: 769px) {
	#column .list ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 2.7rem
	}
}
#column .list ul li img {
	aspect-ratio: 4/3;
	object-fit: cover
}
#column .list ul li p {
	font-size: 1.4rem;
	color: #727272
}
#column .list ul li h3 {
	line-height: 1.6
}
@media screen and (min-width: 769px) {
	#column .entry-inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start
	}
}
#column .entry-body {
	width: 100%
}
@media screen and (min-width: 769px) {
	#column .entry-body {
		width: 59.3700787402%
	}
}
#column .entry-body--header {
	font-size: calc(20px + (14) * ((100vw - 376px) / (768 - 376)));
	color: #00934d;
	line-height: 1.4;
	border-bottom: 2px solid #00934d;
	padding-bottom: 1rem;
	margin-bottom: 2rem
}
@media(max-width: 375px) {
	#column .entry-body--header {
		font-size: 20px
	}
}
@media(min-width: 769px) {
	#column .entry-body--header {
		font-size: 34px
	}
}
@media screen and (min-width: 769px) {
	#column .entry-body--header {
		font-size: 3.4rem
	}
}
#column .entry-body--header .day {
	font-size: 1.6rem;
	font-weight: 400;
	color: #727272
}
#column .entry-sidebar {
	width: 100%
}
@media screen and (min-width: 769px) {
	#column .entry-sidebar {
		width: 34.4094488189%
	}
}
#column .entry-sidebar h2 {
	margin: 1rem 0 0;
	font-size: calc(18px + (10) * ((100vw - 376px) / (768 - 376)))
}
@media(max-width: 375px) {
	#column .entry-sidebar h2 {
		font-size: 18px
	}
}
@media(min-width: 769px) {
	#column .entry-sidebar h2 {
		font-size: 28px
	}
}
@media screen and (min-width: 769px) {
	#column .entry-sidebar h2 {
		margin: 2rem 0 1rem;
		font-size: 2.8rem
	}
}
#column .entry-sidebar h2:first-child {
	margin-top: 1.5rem
}
@media screen and (min-width: 769px) {
	#column .entry-sidebar h2:first-child {
		margin-top: 0
	}
}
#column .entry-sidebar ul li a::before {
	content: "・"
}