.mv {
	background-image: url("../images/tenite/img_mv.jpg");
}

.for-tenite {
	padding-top: 100px;
}

.for-tenite p {
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 45px;
	margin-bottom: 60px;
}

.for-tenite figure {
	margin: 45px auto 0;
	max-width: 900px;
}

.special__list__child dl {
	padding: 20px 0 10px 20px;
}

.benefits {
	padding-top: 75px;
	text-align: center;
}

.benefits p.explain {
	line-height: 2;
	font-weight: 500;
	margin: 30px auto 80px;
}

.benefits h3 {
	font-weight: bold;
	font-size: 3rem;
	color: #004216;
	line-height: 1.4;
}

.benefits .container {
	overflow: hidden;
}

.benefits__list {
	margin-top: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 20px);
}

.benefits__list--two-block {
	justify-content: center;
	margin-bottom: 140px;
}

.benefits__list__child {
	max-width: calc((100% - 60px) / 3);
	width: 100%;
	margin-right: 20px;
}

.benefits__list__child__content {
	background-color: #004216;
	padding: 20px 15px;
}

.benefits__list__child__content h4 {
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.benefits__list__child__content>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefits__list__child__content>div p.highlight {
	letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
	.for-tenite {
		padding-top: 40px;
	}
	
	.for-tenite p {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.for-tenite figure {
		margin: 20px auto 0;
	}
	
	.benefits {
		padding-top: 0;
	}
	
	.benefits__list {
		margin-top: 20px;
		width: 100%;
		flex-flow: column nowrap;
	}
	
	.benefits__list--two-block {
		margin-bottom: 40px;
	}

	.benefits p.explain {
		margin: 20px auto;
	}
	
	.benefits__list__child {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.benefits h3 {
		font-size: 1.6rem;
	}

}
