@charset "utf-8";

/* =========================================
	section 共通
========================================= */
.post {
	clear: both;
	position: relative;
	z-index: 2;
}
.wrap {
	padding: 0 4%;
	margin: 0 auto;
	max-width: 1200px;
}

/* =========================================
	縦線見出し（vline）
========================================= */
section.vline {
	position: relative;
	padding-top: 40px;
	margin-bottom: 40px;
}
section.vline::before {
	content: "";
	width: 1px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	background-color: #f4712c;
}
section.vline h2 {
	text-align: center;
	background-color: #fef6e9;
	padding: 2em 4% 1em;
}

/* =========================================
	帯背景（stripe）
========================================= */
section.stripe {
	background-color: #fef6e9;
}
.cented {
	clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 568px) {
	section h2 span.en {
		margin-bottom: 0.5em;
	}
}
