@charset "utf-8";

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
food_and_health
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section.food_and_health {
	width: 100%;
	padding: 0 0 80px;
}

	section.food_and_health > img {
		width: 100%;
	}
	
	section.food_and_health > h1 {
		font-size: 1.5em;
		color: #9f0e15;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.2em;
		margin: 30px auto 0;
	}
	
	section.food_and_health > div {
		margin: 30px auto 0;
	}
	
		section.food_and_health > div > p {
			line-height: 1.75em;
			font-weight: 500;
			text-indent: 1em;
			letter-spacing: 0.1em;
		}
	


@media screen and (max-width: 700px) {
}
