@charset "UTF-8";

.food-edu-txt1 {
	margin-bottom: 2rem;
	line-height: 1.2;
}

/* mobile */
@media screen and (max-width:768px) {
	.subhead {
		left: -13%;
		width: 62vw;
	}
	.subhead-wrapper::after {
		left: 26%;
		background-position: bottom right 12.5%;
		background-image: url('/img/food-edu-subhead.png');
	}
}

/* PC */
@media not all and (max-width:768px) {
	.section-images ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		row-gap: 3vw;
	}
	.section-images li {
		width: 48%;
	}
}
