.hero {
	background-image: url("../img/column/column-hero-bg.png");
	background-size: cover;
	max-width: 100%;
	margin: auto;
	padding: 30px 1em;
}

.hero-inner {
	max-width: 100%;
	margin: auto;
}

.hero-inner h1 {
	font-size: 22px;
	text-align: center;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #9AC143;
}

.hero p {
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 1.8;
	margin-top: 10px;
}

/* リスト */
.noborito-column-list {
	padding: 10px 15px;
}

.noborito-article {
	padding: 10px 0;
	border-bottom: 2px solid #E9F1D5;
}

.cat-title-container h2 {
	font-size: 14px;
	color: #9AC143;
	line-height: 1.2;
	padding-bottom: 5px;
	border-bottom: 1px solid #9AC143;
}

.thumbnail-title-flex-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.thumbnail-title-flex-box figure {
	margin: 0 6px 0 0;
	width: 40%;
}

.cat-title-container {
	width: 60%;
}

.excerpt-box p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 10px;
}

.excerpt-box .post-date {
	font-size: 12px;
	color: #8F8F8F;
	text-align: right;
	display: block;
	line-height: 1;
	margin-top: 5px;
}

/* sidebanner */
.side-banner-upper img,
.side-banner-lower img {
	vertical-align: middle;
	margin-bottom: 10px;
}

.side-banner-upper {
	padding: 0 8px;
}

.side-banner-lower {
	padding: 0 18px;
}

@media screen and (min-width: 768px) {
	.hero {
		max-width: 100%;
		margin: auto;
		padding: 120px 10px 60px;
		position: relative;
	}

	.hero-inner {
		max-width: 1040px;
		margin: auto;
	}

	.hero img {
		position: absolute;
		top: 20px;
		left: 8%;
		width: 220px;
	}

	.hero-inner h1 {
		font-size: 56px;
		line-height: 1;
		padding-bottom: 20px;
		border-bottom: 4px solid #9AC143;
	}

	.hero-inner p {
		font-size: 22px;
		line-height: 1.8;
		margin-top: 20px;
	}

	.column-container {
		display: flex;
	}

	.noborito-column-list {
		max-width: 70%;
		padding-top: 0;
		padding-right: 0;
		margin-left: 90px;
	}

	.noborito-column-list a {
		padding: 0;
	}

	.noborito-article {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.thumbnail-title-flex-box figure {
		margin: 0 24px 0 0;
		width: 40%;
	}

	.cat-title-container h2 {
		font-size: 22px;
		line-height: 1.4;
		text-decoration-line: none;
		padding-bottom: 5px;
		border-bottom: 1px solid #9AC143;
	}

	.excerpt-box p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.6;
		margin-top: 20px;
	}

	/* サイドバナー */
	.new-column-posts>h2 {
		font-size: 36px;
		line-height: 54px;
		padding: 4px 0;
		width: 100%;
		text-align: center;
		background: #E9F1D5;
	}

	.column-side-banner {
		max-width: 30%;
		padding: 40px 54px;
	}

	.side-banner-upper,
	.side-banner-lower {
		padding: 0;
	}

	.new-column-post {
		padding: 19px 0;
		border-bottom: 2px solid #E9F1D5;
	}

	.new-column-post h2 {
		font-size: 14px;
		line-height: 21px;
		text-decoration-line: underline;
		color: #000000;
	}

	.sidebar-flex-box {
		display: flex;
		vertical-align: middle;
	}

	.excerpt-box .post-date {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #8F8F8F;
		text-align: right;
		display: block;
		line-height: 1;
	}
}