h1 {
	margin: 0;
	font-size: inherit;
	line-height: 0;
}

@media all and (max-width: 640px) {
	h1 {
	}
}

@media all and (min-width: 641px) {
	h1 {
		overflow: hidden;
		height: 26.1rem;
	}
	h1 img {
		max-width: none;
		height: 100%;
	}
}

.s1,
.s3 .head,
.s4 .head,
.s5 {
	background-color: #dee7f4;
}

h2 {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1em 0;
	padding-left: 4em;
	background: #0a3c8c no-repeat left center;
	background-size: auto 100%;
	color: white;
	line-height: 1;
	text-align: left;
}

.s1 h2 {
	background-image: url(/images/healthfoods/headline_icon1.png);
}
.s2 h2 {
	background-image: url(/images/healthfoods/headline_icon2.png);
}
.s3 h2 {
	background-image: url(/images/healthfoods/headline_icon3.png);
}
.s4 h2 {
	background-image: url(/images/healthfoods/headline_icon4.png);
}
.s5 h2 {
	background-image: url(/images/healthfoods/headline_icon5.png);
}

h2 + p {
	text-align: left;
}

@media all and (max-width: 640px) {
	h2 {
		margin-bottom: 1.5rem;
		font-size: 1em;
		white-space: nowrap;
		overflow: hidden;
	}
	.s4 h2 span {
		display: inline-block;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scaleX(0.9);
		transform: scaleX(0.9);
	}
	h2 + p {
		margin: 1rem;
		font-size: 0.9em;
	}
}

@media all and (min-width: 641px) {
	h2 {
		width: 49rem;
		margin-bottom: 3rem;
		font-size: 1.05em;
		font-weight: normal;
		font-family: 'Hiragino Kaku Gothic Pro W6', 'Meiryo', sans-serif;
	}
	h2 + p {
		width: 47rem;
		margin: 2rem auto;
		font-size: 0.7em;
	}
}


.finish {
}
.finish p {
	margin: 0;
}

@media all and (min-width: 641px) {
	.finish {
		position: relative;
		height: 29.5em;
		background: url(/images/healthfoods/finish_back_pc.jpg) center bottom;
		background-size: cover;
	}
	.finish p {
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.finish p img {
		width: 29.7em;
	}
}


.itemList {
}
.itemList h3 + p {
	text-align: left;
}

@media all and (max-width: 640px) {
	.itemList {
		margin-top: 1.5rem;
	}
	.itemList h3,
	.itemList h4 {
		overflow: hidden;
		position: relative;
		margin: 0 1rem;
		font-size: inherit;
	}
	.itemList h3 {
		height: 2em;
	}
	.itemList h4 {
		height: 1.8em;
	}

	.itemList h3 img,
	.itemList h4 img {
		max-width: none;
		height: 100%;
	}
	
	.itemList h4 img {
		display: inline-block;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.itemList h3 + p {
		margin: 0;
		padding: 1.5rem;
		font-size: 0.9em;
	}
}


@media all and (min-width: 641px) {
	.itemList {
		overflow: hidden;
		width: 49em;
		margin: 2rem auto 0;
	}
	.itemList h3 {
		margin: 0;
	}
	.itemList h3 + p {
		margin: 0;
		padding: 2rem 1rem;
		font-size: 0.7em;
	}
	.itemList h4 {
		margin: 0;
	}
	.itemList .items {
		margin: 0 -1em;
	}
}


.qanda {
	text-align: left;
}

.qanda .q {
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	cursor: pointer;
}
.qanda .q h3 {
	position: relative;
	background-color: #9db1d1;
	color: #0a3c8c;
	line-height: 1;
	border-left: solid #545353;
	margin: 0;
}
.qanda .q h3::before {
	content: '\e145';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.5);
	transform: translate(-50%, -50%) scale(1.5);
	color: white;
	font-family: 'Material Icons';
	font-weight: normal;
	text-align: center;
}
.qaItem.open .q h3::before {
	content: '\e15b';
}

.qanda .q h3 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
	height: 1.5em;
}

.qanda .a {
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255,255,255,0.4);
}
.qanda .a p {
	position: relative;
	margin: 0;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.qanda .a p::before {
	content: '\e5cd';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Material Icons';
}

.qaItem:not(.open) .a p {
	margin-top: -15em;
}
.qaItem.open .a p {
	margin-top: 0;
}

@media all and (max-width: 640px) {
	.qanda {
		padding: 0 1rem 1.5rem;
	}

	.qaItem:nth-of-type(n+2) {
		margin-top: 1em;
	}

	.qanda .q h3 {
		border-left-width: 3em;
		padding: 0.5em;
		padding-left: 4em;
		font-size: 1em;
		line-height: 1.3;
	}
	.qanda .q h3 img {
		position: absolute;
		left: 0.5em;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 1.8em;
	}
	.qanda .q h3::before {
		left: -1.5em;
	}

	.qanda .a {
		padding: 0 1rem;
	}
	.qanda .a p {
		padding: 1rem 0;
		padding-left: 3.5em;
		font-size: 0.9em;
	}
	.qanda .a p::before {
		font-size: 3em;
	}
}

@media all and (min-width: 641px) {
	.qanda {
		margin: 0 auto;
		width: 49em;
	}
	.qaItem {
		margin-top: 3em;
	}
	.qanda .q h3 {
		border-left-width: 2em;
		padding: 0.25em;
		padding-left: 0.5em;
		font-size: 1.1em;
	}
	.qanda .q h3::before {
		left: -1em;
	}
	.qanda .a {
		padding: 0 3rem;
	}
	.qanda .a p {
		padding: 3rem 0;
		padding-left: 6em;
		font-size: 0.7em;
	}
	.qanda .a p::before {
		font-size: 4rem;
	}
}


@media all and (max-width: 640px) {
	.s1 {
		padding: 2rem 0;
	}
	.s1 figure {
		margin: 1rem;
	}
}

@media all and (min-width: 641px) {
	.s1 {
		padding: 3rem 0;
	}
	.s1 figure {
		margin: 1.5rem auto 0;
		width: 49rem;
	}
}


.s2 {
	overflow: hidden;
}

.s2 .body {
	border: 1px solid #1c91eb;
	border-radius: 2rem 0;
}
.s2 .body h3 {
	border-top-left-radius: 1.9rem;
	margin: 0;
	background: #1c91eb;
	color: white;
	line-height: 3;
}

.s2 .listItem {
	position: relative;
	border-radius: 0.5rem;
	padding-top: 1px;
	background: #dee7f4;
}

.s2 .listItem h5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
}

.s2 .listItem h5 span {
	display: inline-block;
	padding: 0.25em 0.5em;
	background: #0a3c8c;
	color: white;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.s2 .listItem h5 small {
	position: absolute;
	left: 0;
	bottom: 100%;
	box-sizing: border-box;
	width: 100%;
	padding: 1rem 0;
	background: #9db1d1;
	color: white;
	-webkit-transform: translateY(-2.8rem);
	transform: translateY(-2.8rem);
}
.s2 .listItem h5 small::after {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	content: '▼';
	color: #9db1d1;
	-webkit-transform: scale(4,2);
	transform: scale(4,2);
	line-height: 1;
	
}
.s2 .listItem h5 small img {
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	-webkit-transform: translate(-40%, -40%);
	transform: translate(-40%, -40%);
}


.s2 .body ul {
	margin: 0;
	padding: 1.5rem;
	list-style-type: none;
}
.s2 .body li {
	background: white url(/images/common/icon_check.png) no-repeat 0.5em center;
	background-size: 1.25em;
	color: #0a3c8c;
	font-weight: bold;
	line-height: 2.5;
}
.s2 .body li:nth-of-type(n+2) {
	margin-top: 0.25em;
}

@media all and (max-width: 640px) {
	.s2 .body {
		margin: 1rem;
	}
	.s2 .body h3 {
		font-size: 1rem;
	}
	.s2 .body h4 img {
		width: 20rem;
	}
	.s2 .list {
		padding: 1.5rem;
	}
	.s2 .listItem {
		margin-top: 6.5rem;
	}
	.s2 .listItem:nth-of-type(n+2) {
		margin-top: 9.5rem;
	}
	.s2 .listItem h5 {
		font-size: 1.1rem;
	}
	.s2 .listItem h5 small {
		font-size: 0.85rem;
	}
}

@media all and (min-width: 641px) {
	.s2 {
		margin: 3rem 0;
	}
	.s2 .body {
		width: 49rem;
		margin: 0 auto;
	}

	.s2 .body h3 {
		font-size: 1rem;
	}
	
	.s2 .body h4 img {
		width: 18.9rem;
	}

	.s2 .list {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 3rem;
		margin-top: 6rem;
	}
	.s2 .listItem {
		display: table-cell;
		vertical-align: middle;
	}
	.s2 .listItem:nth-of-type(1) li:nth-of-type(n+2) {
		margin-top: 1rem;
	}

	.s2 .listItem h5 {
		font-size: 1rem;
	}
	.s2 .listItem h5 small {
		font-size: 0.7rem;
	}
}


.s3 {
}

@media all and (max-width: 640px) {
	.s3 {
		margin-top: 2rem;
	}
	.s3 .head {
		padding-bottom: 1rem;
	}
	.s3 .head figure {
		margin: 1rem;
	}
}

@media all and (min-width: 641px) {
	.s3 .head {
		padding: 3rem 0;
	}
	.s3 .head figure {
		margin: 2rem auto 0;
		width: 44.3em;
	}
}


.s4 {
}

@media all and (max-width: 640px) {
	.s4 {
		margin-top: 1.5rem;
	}
	.s4 .head {
		padding-bottom: 1.5rem;
	}
	.s4 .head figure {
		margin: 1rem 1rem 0;
	}
}

@media all and (min-width: 641px) {
	.s4 .head {
		padding: 3rem 0;
	}
	.s4 .head figure {
		margin: 1rem auto 0;
		width: 39.5em;
	}
}


@media all and (min-width: 641px) {
	.s5 {
		padding: 3rem 0;
	}
}