@charset "utf-8";
.contentsWrapper {
	background-color: #f7f6f6;
}
.simpleTopWrapper {
	height: 360px;
	background-color: #ffffff;
}
.heading_large {
	padding-left: 13px;
}
.simpleCommonContents {
	/* background-color: #f7f6f6; */
}
.cultureContents {
	display: flex;
	flex-wrap: wrap;
	margin-right: -49px;
	align-content: flex-start;
	padding-top: 90px;
	/* padding-bottom: 38px; */
}
.cultureContents li {
	margin-bottom: 45px;
	margin-right: 10px;
	width: 333px;
	position: relative;
	opacity: 0;
	transform: translateY(35px);
}
.commonWrapper .cultureContents li.active {
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
	opacity: 1;
	transform: translateY(0);
}
.orderLabel {
	width: 66px;
	height: 66px;
	background: white;
	border: solid 2px #0fc8c9;
	border-radius: 50%;
	position: absolute;
	top: -21px;
	left: -24px;
}
.orderLabel img {
	position: absolute;
	top: -2px;
	left: -2px;
}
.orderLabel_number {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	font-feature-settings: "palt";
	color: #0fc8c9;
	text-align: center;
	margin-top: 22px;
}
.cultureInfo {
	width: 300px;
}
.cultureInfo h2 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	color: #f39800;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.cultureInfo .caption h2 {
	/* padding-top: 13px; */
	position: relative;
	padding-left: 18px;
	margin-top: 13px;
}
.cultureInfo .caption h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background-color: #f39800;
}
.cultureInfo p {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	margin: 12px auto 0;
	line-height: 1.95;
	letter-spacing: 0.13em;
	font-feature-settings: "palt";
}
/* image画像がない処理 */
.cultureContents li.noImage {
	padding-left: 59px;
	padding-top: 10px;
	width: 274px;
}
.cultureContents li.noImage .orderLabel {
	top: 12px;
}
.cultureContents li.noImage p {
	margin: 5px auto 0;
}
footer {
	/* margin: 0 auto; */
}
@media all and (-ms-high-contrast: none) {
	.cultureInfo p {
		margin: 0;
	}
	.cultureImg {
		padding-bottom: 13px;
	}
	.cultureInfo .caption h2::before {
		top: -10px;
	}
}
