/* ==================== nofoodloss-index/<hr>.css ==================== */

.nofoodloss-index hr {
	border: 0;
	margin: 0;
	height: 2em;
}



/* ==================== nofoodloss-index/@.css ==================== */

.nofoodloss-index {

	--color-blue: #0069cc;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	background: linear-gradient(to bottom, rgba(196,238,255,1), rgba(196,238,255,0)) no-repeat left top;
	color: black;
	line-height: 1.6;
}

.IE .nofoodloss-index > * {
	min-height: 0%;
}


@media (max-width: 640px) {
	.nofoodloss-index {
		padding: 3em 0;
		background-size: 100% 4em;
	}
}


@media (min-width: 641px) {
	.nofoodloss-index {
		padding: 4em 0;
		background-size: 100% 5em;
	}
}



/* ==================== nofoodloss-index/@responsive.css ==================== */

.nofoodloss-index, .nofoodloss-index img {
	font-size: 20px;
}


@media (max-width: 375px) {
	.nofoodloss-index, .nofoodloss-index img {
		font-size: 5.3333333333333vw;
	}
}


@media (min-width: 641px) and (max-width: 1112px) {
	.nofoodloss-index, .nofoodloss-index img {
		font-size: 1.7985611510791vw;
	}
}



/* ==================== nofoodloss-index/point.css ==================== */

.nofoodloss-index .point p {
	font-size: 90%;
	text-align: center;
}

.nofoodloss-index .point p {
	font-weight: bold;
}
.nofoodloss-index .point p strong {
	color: red;
}


@media (max-width: 640px) {

	.nofoodloss-index .point p {
		line-height: 1.4;
	}
	.nofoodloss-index .point p span {
		display: block;
	}

}


@media (min-width: 641px) {

	.nofoodloss-index .point {
		align-self: center;
	}
	.nofoodloss-index .point p {
		border-bottom: 2px solid red;
	}

}



/* ==================== nofoodloss-index/SDGs/@.css ==================== */

.nofoodloss-index .SDGs {
	display: grid;
	justify-items: center;
	position: relative;
}

.nofoodloss-index .SDGs::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #b2d2f0;
}

.nofoodloss-index .SDGs > * {
	position: relative;
}

.nofoodloss-index .SDGs h2 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border: 2px solid #b2d2f0;
	border-radius: 1.2em;
	margin: 0;
	color: #0069cc;
	background: white;
	font-weight: normal;
	line-height: 1;
}

.nofoodloss-index .SDGs h2 strong {
	font-family: Helvetica, Arial, sans-serif;
}

.nofoodloss-index .SDGs h3 {
	margin: 0;
	color: red;
	font-size: 90%;
}

.nofoodloss-index .SDGs p {
	margin: 0;
	font-size: 75%;
	text-align: justify;
}

.nofoodloss-index .SDGs p strong {
	display: block;
	color: #0069cc;
}

.nofoodloss-index .SDGs figure {
	margin: 0;
}


@media (max-width: 640px) {
	.nofoodloss-index .SDGs {
		grid-gap: 1em;
		margin: 0 1em;
		padding: 0 1em 1em;
	}
	.nofoodloss-index .SDGs::before {
		height: calc(100% - 1.5em);
		border-radius: 1em;
	}

	.nofoodloss-index .SDGs h2 {
		padding: 0.75em 1em;
		flex-direction: column;
		font-size: 75%;
	}
	.nofoodloss-index .SDGs h2 strong {
		margin-top: 0.25em;
		font-size: 175%;
	}
}


@media (min-width: 641px) {
	.nofoodloss-index .SDGs {
		grid-template-columns: 1fr max-content;
		grid-gap: 1em 1.5em;
		align-items: center;
		box-sizing: border-box;
		width: 48em;
		padding: 0 1.5em 1.5em;
	}
	.nofoodloss-index .SDGs::before {
		height: calc(100% - 1em);
		border-radius: 1.5em;
	}

	.nofoodloss-index .SDGs h2 {
		grid-column: 1/3;
		height: 2.4em;
		padding: 0 1em;
		font-size: 90%;
	}

	.nofoodloss-index .SDGs h2 strong {
		margin-left: 0.1em;
		font-size: 133%;
	}

	.nofoodloss-index .SDGs h3,
	.nofoodloss-index .SDGs p {
		margin: 0;
	}

	.nofoodloss-index .SDGs h3 {
		align-self: end;
	}

	.nofoodloss-index .SDGs p {
		align-self: start;
	}

	.nofoodloss-index .SDGs figure {
		grid-column: 2;
		grid-row: 2/4;
	}
	.nofoodloss-index .SDGs figure img {
		width: 19.7em;
	}

	.IE .nofoodloss-index .SDGs {
		display: -ms-grid;
		-ms-grid-columns: 1fr 1.5em max-content;
		-ms-grid-rows: auto 1em auto 1em auto;
	}

	.IE .nofoodloss-index .SDGs h2 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		width: 23em;
		margin: 0 auto;
		white-space: nowrap;
	}
	.IE .nofoodloss-index .SDGs h3 {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
		-ms-grid-row-align: end;
		text-align: center;
	}
	.IE .nofoodloss-index .SDGs p {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
		-ms-grid-row-align: start;
	}
	.IE .nofoodloss-index .SDGs figure {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 3;
	}

}



/* ==================== nofoodloss-index/learn/@.css ==================== */

.nofoodloss-index .learn {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1em;
}

.nofoodloss-index .learn h2 {
	margin: 0;
}


@media (max-width: 640px) {

	.nofoodloss-index .learn {
		margin: 0 1em;
	}

	.nofoodloss-index .learn h2 img {
		width: 13em;
	}

}


@media (min-width: 641px) {

	.nofoodloss-index .learn h2 img {
		width: 14em;
	}

}



/* ==================== nofoodloss-index/learn/contents.css ==================== */

.nofoodloss-index .learn .contents {
	display: grid;
	grid-row-gap: 1.5em;
}

.nofoodloss-index .learn .contents ul {
	display: grid;
	grid-gap: 1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nofoodloss-index .learn .contents li {
	position: relative;
}

.nofoodloss-index .learn .contents li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 0.75em);
	border-radius: 1em;
	border: 2px solid #cce1f5;
}

.nofoodloss-index .learn .contents li > * {
	position: relative;
}

.nofoodloss-index .learn .contents li > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-decoration: none;
	color: inherit;
}

.nofoodloss-index .learn .contents img.cap {
	height: 1.7em;
}

.nofoodloss-index .learn .contents h3 {
	margin: 0;
}
.nofoodloss-index .learn .contents h3 img {
	width: 11em;
}

.nofoodloss-index .learn .contents p {
	margin: 0;
	line-height: 1.4;
}

.nofoodloss-index .learn .contents li:nth-of-type(1) p { color: #990000; }
.nofoodloss-index .learn .contents li:nth-of-type(2) p { color: #0058ab; }
.nofoodloss-index .learn .contents li:nth-of-type(3) p { color: #028000; }




@media (max-width: 640px) {

	.nofoodloss-index .learn .contents {
		margin-top: 1em;
	}

	.nofoodloss-index .learn .contents li > a {
		align-items: center;
		padding: 0 0.75em 0.75em;
	}

	.nofoodloss-index .learn .contents img.cap,
	.nofoodloss-index .learn .contents h3 {
		width: 100%;
	}

	.nofoodloss-index .learn .contents img.cap {
		margin-bottom: 0.5em;
	}

	.nofoodloss-index .learn .contents h3 {
		margin-bottom: -0.5em;
		text-align: center;
	}

	.nofoodloss-index .learn .contents img.image {
		width: 40%;
	}

	.nofoodloss-index .learn .contents p {
		box-sizing: border-box;
		width: 60%;
		width: calc(60% - 1em);
		padding-left: 1em;
		font-size: 70%;
		text-align: justify;
	}

}


@media (min-width: 641px) {

	.nofoodloss-index .learn .contents {
		margin-top: 1.5em;
		width: 40em;
	}

	.nofoodloss-index .learn .contents ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.nofoodloss-index .learn .contents li > a {
		padding: 0 1em 1em;
	}

	.nofoodloss-index .learn .contents img.cap {
		width: 100%;
		object-fit: contain;
		margin-bottom: 0.75em;
	}

	.nofoodloss-index .learn .contents img.image {
		width: 8.6em;
	}

	.nofoodloss-index .learn .contents h3 {
		z-index: 1;
		order: 1;
		margin-top: -0.75em;
		margin-bottom: 0.25em;
	}
	.nofoodloss-index .learn .contents h3 img {
		object-fit: contain;
		height: 4.2em;
	}

	.nofoodloss-index .learn .contents p {
		display: flex;
		flex-direction: column;
		align-items: center;
		order: 2;
		font-size: 65%;
	}

	.nofoodloss-index .learn .contents p > span {
		display: inline-block;
	}

}



/* ==================== nofoodloss-index/learn/lead.css ==================== */

.nofoodloss-index .learn .lead p {
	font-size: 75%;
}


.nofoodloss-index .learn .lead::before,
.nofoodloss-index .learn .lead::after {
	content: '';
	display: block;
	background: no-repeat center bottom / contain;
	height: 6.3em;
}
.nofoodloss-index .learn .lead::before {
	width: 6.5em;
	background-image: url(../images/learn_lead_chara_1.png);
}
.nofoodloss-index .learn .lead::after {
	width: 5em;
	background-image: url(../images/learn_lead_chara_2.png);
}




@media (max-width: 640px) {

	.nofoodloss-index .learn .lead {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 1em;
	}

	.nofoodloss-index .learn .lead p {
		margin: 1em 0 0.5em;
	}

	.nofoodloss-index .learn .lead::before,
	.nofoodloss-index .learn .lead::after {
		order: 1;
	}

}


@media (min-width: 641px) {

	.nofoodloss-index .learn .lead {
		display: flex;
		align-items: flex-end;
		position: relative;
	}

	.nofoodloss-index .learn .lead p {
		margin: 1em 1em 0;
		text-align: center;
	}
	.nofoodloss-index .learn .lead p span {
		display: block;
	}

	.nofoodloss-index .learn .lead::before,
	.nofoodloss-index .learn .lead::after {
		position: absolute;
		bottom: 0;
	}

	.nofoodloss-index .learn .lead::before {
		right: 100%;
		width: 6.5em;
	}
	.nofoodloss-index .learn .lead::after {
		left: 100%;
		width: 5em;
		visibility: visible;
	}

}



/* ==================== nofoodloss-index/meiji-activities/@.css ==================== */

.nofoodloss-index .meiji-activities {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #d9e9f7;
}


.IE .nofoodloss-index .meiji-activities > * {
	min-height: 0%;
}


.nofoodloss-index .meiji-activities h2 {
	margin: 0 0 1em;
	font-size: inherit;
	line-height: 0;
}




@media (max-width: 640px) {
	.nofoodloss-index .meiji-activities {
		padding: 1.5em 1em;
	}
	.nofoodloss-index .meiji-activities h2 img {
		width: 17em;
	}
}


@media (min-width: 641px) {
	.nofoodloss-index .meiji-activities {
		width: 100%;
		padding: 1.5em 0;
	}
	.nofoodloss-index .meiji-activities h2 img {
		width: 20em;
	}
}



/* ==================== nofoodloss-index/meiji-activities/body.css ==================== */

.nofoodloss-index .meiji-activities .body > div {
	background: white;
	border-radius: 1em;
	padding: 1em;
}

.nofoodloss-index .meiji-activities .body h3 {
	margin: 0 0 0.75em;
	color: #ff0000;
	font-size: 85%;
	line-height: 1.25;
	text-align: center;
}
.nofoodloss-index .meiji-activities .body h3 span {
	display: inline-block;
}

.nofoodloss-index .meiji-activities .body p {
	margin: 0;
	font-size: 70%;
	text-align: justify;
}


@media (max-width: 640px) {
	.nofoodloss-index .meiji-activities .body {
		display: grid;
		grid-gap: 0.5em;
	}
}


@media (min-width: 641px) {
	.nofoodloss-index .meiji-activities .body {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 46em;
	}

	.IE .nofoodloss-index .meiji-activities .body > * {
		min-height: 0%;
	}

	.nofoodloss-index .meiji-activities .body::after {
		content: none;
	}
	.nofoodloss-index .meiji-activities .body > div {
		box-sizing: border-box;
		width: 30%;
		margin: 1%;
	}
}



/* ==================== nofoodloss-index/simulator/@.css ==================== */

.nofoodloss-index .simulator {
	position: relative;
}

.nofoodloss-index .simulator::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 1.25em);
	background: #ffe957;
}

.nofoodloss-index .simulator > * {
	position: relative;
}

.nofoodloss-index .simulator p {
	font-size: 75%;
}

.nofoodloss-index .simulator > p {
	margin: 0;
}

.nofoodloss-index .simulator > p img {
	display: block;
	margin: 0 auto 0.5em;
}

.nofoodloss-index .simulator > p strong {
	color: red;
}


@media (max-width: 640px) {
	.nofoodloss-index .simulator {
		padding: 0 1em 1em;
	}
	.nofoodloss-index .simulator > p {
		text-align: justify;
	}
	.nofoodloss-index .simulator > p br {
		display: none;
	}
}


@media (min-width: 641px) {
	.nofoodloss-index .simulator {
		box-sizing: border-box;
		/* width: 39em; */
		padding: 0 1.5em 1.5em;
	}
	.nofoodloss-index .simulator > p {
		text-align: center;
	}
}



/* ==================== nofoodloss-index/simulator/banner.css ==================== */

.nofoodloss-index .simulator .banner h2 {
	margin: 0;
	font-size: inherit;
}
.nofoodloss-index .simulator .banner h2 img:nth-of-type(1) {
	position: absolute;
}

.nofoodloss-index .simulator .banner a img {
	width: 6em;
}


@media (max-width: 640px) {
	.nofoodloss-index .simulator .banner {
		position: relative;
		margin-top: 2em;
		padding: 1em 1em 0;
	}

	.nofoodloss-index .simulator .banner::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: calc(100% - 3em);
		background: white;
	}

	.nofoodloss-index .simulator .banner > * {
		position: relative;
	}

	.nofoodloss-index .simulator .banner h2 {
		flex-direction: column;
		margin-top: -0.5em;
	}
	.nofoodloss-index .simulator .banner h2 img:nth-of-type(1) {
		right: 0.5em;
		bottom: 0;
		width: 3.5em;
		transform-origin: right bottom;
		transform: rotate(5deg);
	}
	.nofoodloss-index .simulator .banner h2 img:nth-of-type(2) {
		position: relative;
		width: 14em;
	}

	.nofoodloss-index .simulator .banner p {
		text-align: justify;
		font-weight: bold;
	}

	.nofoodloss-index .simulator .banner a {
		display: block;
		text-align: center;
	}
}


@media (min-width: 641px) {
	.nofoodloss-index .simulator .banner {
		position: relative;
		display: grid;
		grid-template-columns: 1fr max-content;
		align-items: center;
		margin-top: 1.5em;
		padding: 1em;
		padding-left: 8.25em;
		background: white;
	}
	.nofoodloss-index .simulator .banner::after {
		content: none;
	}

	.nofoodloss-index .simulator .banner h2 {
		margin-top: -0.5em;
		align-items: flex-start;
	}

	.nofoodloss-index .simulator .banner h2 img:nth-of-type(1) {
		left: 1.75em;
		bottom: 1em;
		width: 6.5em;
		transform-origin: left bottom;
		transform: rotate(-5deg);
	}
	.nofoodloss-index .simulator .banner h2 img:nth-of-type(2) {
		width: 16.5em;
	}

	.nofoodloss-index .simulator .banner p {
		margin: 1em 1em 0 1.75em;
		line-height: 1.4;
	}
	.nofoodloss-index .simulator .banner p span {
		display: block;
	}

	.nofoodloss-index .simulator .banner a {
		grid-column: 2;
		grid-row: 1/3;
	}

	.IE .nofoodloss-index .simulator .banner {
		display: -ms-grid;
		-ms-grid-columns: 1fr max-content;
	}
	.IE .nofoodloss-index .simulator .banner p {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	.IE .nofoodloss-index .simulator .banner a {
		display: block;
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-row-align: center;
	}

}



/* ==================== nofoodloss-index/top/@.css ==================== */

.nofoodloss-index .top {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.nofoodloss-index .top h1 {
	margin: 0;
}

.nofoodloss-index .top p {
	margin: 0;
}

.nofoodloss-index .top .lead p {
	font-size: 75%;
}
.nofoodloss-index .top .lead p:nth-of-type(n+2) {
	margin-top: 1em;
}


@media (max-width: 640px) {
	.nofoodloss-index .top {
		padding: 0 1em;
	}

	.nofoodloss-index .top . h1 {
		text-align: center;
	}
	.nofoodloss-index .top h1 img {
		width: 18em;
	}

	.nofoodloss-index .top h1::after {
		content: '';
		display: block;
		height: 4em;
		background: url(../images/top_image.jpg) no-repeat center center / contain;
	}

	.nofoodloss-index .top .lead {
		margin-top: 1.5em;
	}
	.nofoodloss-index .top .lead p {
		text-align: justify;
	}

}


@media (min-width: 641px) {
	.nofoodloss-index .top {
		padding: 0 calc((100% - 50em) / 2);
		background: url(../images/top_image.jpg) no-repeat 52vw 4em / 28em;
	}

	.nofoodloss-index .top h1 img {
		width: 24.6em;
	}

	.nofoodloss-index .top .lead {
		margin: 2em 0 0;
	}
	.nofoodloss-index .top .lead p {
		line-height: 1.8;
	}
	.nofoodloss-index .top .lead p span {
		display: block;
	}

}