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

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



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

.nofoodloss-simulator {
	display: flex;
	flex-direction: column;
	align-items: center;
}

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


@media (min-width: 641px) {
	.nofoodloss-simulator {
		/* min-width: 48em; */
	}
}



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

.nofoodloss-simulator {
	color: black;
}

.nofoodloss-simulator label,
.nofoodloss-simulator button {
	cursor: pointer;
}



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

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


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


@media (min-width: 641px) and (max-width: 1024px) {
	.nofoodloss-simulator, .nofoodloss-simulator img {
		font-size: 1.953125vw;
	}
}


@media (min-width: 1280px) {
	.nofoodloss-simulator, .nofoodloss-simulator img {
		font-size: 1.5625vw;
	}
}



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

.nofoodloss-simulator .nofoodloss-search {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}



/* ==================== nofoodloss-simulator/nofoodloss-search/pagination/@.css ==================== */

.nofoodloss-simulator .nofoodloss-search .pagination {
	margin: 1.5em 0;
}

.nofoodloss-simulator .nofoodloss-search .pagination > div {
	display: flex;
	align-items: center;
	color: #5699cc;
}

.nofoodloss-simulator .nofoodloss-search .pagination a {
	color: inherit;
	text-decoration: none;
	line-height: 1;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .nofoodloss-search .pagination {
		box-sizing: border-box;
		width: 100%;
		padding: 0 0.5em;
	}
}



/* ==================== nofoodloss-simulator/nofoodloss-search/pagination/@prev,next.css ==================== */

.nofoodloss-simulator .nofoodloss-search .pagination .prev,
.nofoodloss-simulator .nofoodloss-search .pagination .next {
	flex-shrink: 0;
}

.nofoodloss-simulator .nofoodloss-search .pagination .prev a,
.nofoodloss-simulator .nofoodloss-search .pagination .next a {
	display: flex;
	align-items: center;
	height: 2em;
}

.nofoodloss-simulator .nofoodloss-search .pagination .prev a::before,
.nofoodloss-simulator .nofoodloss-search .pagination .next a::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 0.75em;
	height: 0.75em;
	border: solid #99c2e0;
	margin: 0 0.25em;
	transform: rotate(-45deg);
}

.nofoodloss-simulator .nofoodloss-search .pagination .prev a::before {
	border-width: 2px 0 0 2px;
}
.nofoodloss-simulator .nofoodloss-search .pagination .next a::after {
	visibility: visible;
	border-width: 0 2px 2px 0;
}

.nofoodloss-simulator .nofoodloss-search .pagination .prev a span:hover,
.nofoodloss-simulator .nofoodloss-search .pagination .next a span:hover {
	text-decoration: underline;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .nofoodloss-search .pagination .prev,
	.nofoodloss-simulator .nofoodloss-search .pagination .next {
		width: 1.5em;
		justify-content: center;
	}
	.nofoodloss-simulator .nofoodloss-search .pagination .prev a,
	.nofoodloss-simulator .nofoodloss-search .pagination .next a {
		justify-content: center;
		font-size: 80%;
	}
	.nofoodloss-simulator .nofoodloss-search .pagination .prev a span,
	.nofoodloss-simulator .nofoodloss-search .pagination .next a span {
		display: none;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .nofoodloss-search .pagination .prev,
	.nofoodloss-simulator .nofoodloss-search .pagination .next {
		width: 5em;
	}
	.nofoodloss-simulator .nofoodloss-search .pagination .prev a,
	.nofoodloss-simulator .nofoodloss-search .pagination .next a {
		font-size: 70%;
	}
	.nofoodloss-simulator .nofoodloss-search .pagination .next a {
		justify-content: flex-end;
	}
}



/* ==================== nofoodloss-simulator/nofoodloss-search/pagination/pages.css ==================== */

.nofoodloss-simulator .nofoodloss-search .pagination .pages {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nofoodloss-simulator .nofoodloss-search .pagination .pages a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	border: 1px solid #b2d2f0;
	border-radius: 0.25em;
	margin: 0 0.25em;
}

.nofoodloss-simulator .nofoodloss-search .pagination .pages a.on {
	color: inherit;
	border-color: #80b4e5;
	background: #80b4e5;
	color: white;
}

.nofoodloss-simulator .nofoodloss-search .pagination .pages .spacer {
	opacity: 0.5;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .nofoodloss-search .pagination .pages a {
		font-size: 70%;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .nofoodloss-search .pagination .pages a {
		font-size: 80%;
	}
}



/* ==================== nofoodloss-simulator/nofoodloss-search/recipes/@.css ==================== */

.nofoodloss-simulator .nofoodloss-search .recipes {
	display: grid;
	grid-gap: 1em;
	margin: 1em auto;
}
.nofoodloss-simulator .nofoodloss-search .recipes::after {
	content: none;
}

.nofoodloss-simulator .nofoodloss-search .recipes.notfound {
	display: flex;
	align-items: center;
	justify-content: center;

}
.nofoodloss-simulator .nofoodloss-search .recipes.notfound p {
	color: #ccc;
	font-size: 80%;
	font-weight: bold;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .nofoodloss-search .recipes {
		padding: 0 1em;
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .nofoodloss-search .recipes {
		grid-template-columns: repeat(4, 1fr);
		width: 48em;
	}

	.IE .nofoodloss-simulator .nofoodloss-search .recipes {
		display: flex;
		flex-wrap: wrap;
	}
	/* .IE .nofoodloss-simulator .nofoodloss-search .recipes > * {
		min-height: 0%;
	} */
	.IE .nofoodloss-simulator .nofoodloss-search .recipes > * {
		width: 11em;
		margin: 0.5em;
	}

}



/* ==================== nofoodloss-simulator/nofoodloss-search/recipes/item.css ==================== */

.nofoodloss-simulator .nofoodloss-search .recipes .item {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}

.IE .nofoodloss-simulator .nofoodloss-search .recipes .item > * {
	max-width: 100%;
	/* min-height: 0%; */
}


.nofoodloss-simulator .nofoodloss-search .recipes .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: inherit;
}
.IE .nofoodloss-simulator .nofoodloss-search .recipes .item a > * {
	max-width: 100%;
	/* min-height: 0%; */
}

.nofoodloss-simulator .nofoodloss-search .recipes .item .thum {
	width: 100%;
	height: 8em;
	overflow: hidden;
}

.nofoodloss-simulator .nofoodloss-search .recipes .item .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25em;
}

.IE .nofoodloss-simulator .nofoodloss-search .recipes .item .thum {
	position: relative;
}
.IE .nofoodloss-simulator .nofoodloss-search .recipes .item .thum img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: none;
	height: auto;
	transform: translate(-50%, -50%);
}

.nofoodloss-simulator .nofoodloss-search .recipes .item .name {
	margin-top: 0.5em;
	font-size: 70%;
	line-height: 1.25;
}


.nofoodloss-simulator .nofoodloss-search .recipes .item .icons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0.5em;
}

.nofoodloss-simulator .nofoodloss-search .recipes .item .icons > * {
	margin: 0.1em;
}

.nofoodloss-simulator .nofoodloss-search .recipes .item .icons img {
	height: 0.95em;
}



/* ==================== nofoodloss-simulator/nofoodloss-search/tool-bar/@.css ==================== */

.nofoodloss-simulator .nofoodloss-search .tool-bar {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	background: #d9e9f7;
}


.nofoodloss-simulator .nofoodloss-search .tool-bar > div {
	display: flex;
}
.nofoodloss-simulator .nofoodloss-search .tool-bar > div::after {
	content: none;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .nofoodloss-search .tool-bar {
		padding: 0 1em;
	}
	.nofoodloss-simulator .nofoodloss-search .tool-bar > div {
		flex-direction: column;
		align-items: center;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .nofoodloss-search .tool-bar.top {
		padding-top: 1.5em;
	}
	.nofoodloss-simulator .nofoodloss-search .tool-bar.bottom {
		padding-bottom: 1.5em;
	}
	.nofoodloss-simulator .nofoodloss-search .tool-bar > div {
		justify-content: space-between;
		width: 47.5em;
	}
}



/* ==================== nofoodloss-simulator/nofoodloss-search/tool-bar/research.css ==================== */

.nofoodloss-simulator .nofoodloss-search .tool-bar .research {
	line-height: 1;
}


.nofoodloss-simulator .nofoodloss-search .tool-bar .research img {
	width: 8em;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .nofoodloss-search .tool-bar .research {
		margin: 0.75em 0;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .nofoodloss-search .tool-bar .research {
		flex-shrink: 0;
	}
	.nofoodloss-simulator .nofoodloss-search .tool-bar.top .research {
		align-self: flex-end;
		margin-bottom: 0.5em;
	}
	.nofoodloss-simulator .nofoodloss-search .tool-bar.bottom .research {
		align-self: flex-start;
		margin-top: 0.5em;
	}
}



/* ==================== nofoodloss-simulator/nofoodloss-search/tool-bar/words.css ==================== */

.nofoodloss-simulator .nofoodloss-search .tool-bar .words {
	border: 1px solid #b2d2f0;
	border-radius: 0.5em;
	padding: 0.5em 0.75em;
	background: white;
	line-height: 1.4;
	font-size: 75%;
}

.nofoodloss-simulator .nofoodloss-search .tool-bar .words span {
	display: inline-block;
	padding-left: 0.5em;
	color: #5699cc;
	font-size: 90%;
}


.nofoodloss-simulator .nofoodloss-search .tool-bar.top .words {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.nofoodloss-simulator .nofoodloss-search .tool-bar.bottom .words {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.nofoodloss-simulator .nofoodloss-search .tool-bar .words a {
	color: inherit;
	text-decoration: none;
}
.nofoodloss-simulator .nofoodloss-search .tool-bar .words a:hover {
	text-decoration: underline;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .nofoodloss-search .tool-bar .words:not(:empty) {
		display: flex;
		flex-wrap: wrap;
	}
	.nofoodloss-simulator .nofoodloss-search .tool-bar .words:not(:empty)::after {
		margin-left: auto;
	}
	.nofoodloss-simulator .nofoodloss-search .tool-bar.top .words {
		order: 1;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .nofoodloss-search .tool-bar .words {
		margin-right: 1em;
	}
}



/* ==================== nofoodloss-simulator/recipe-detail/@.css ==================== */

.nofoodloss-simulator .recipe-detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 1em;
}

.IE .nofoodloss-simulator .recipe-detail > * {
	min-height: 0%;
	max-width: 100%;
}

.nofoodloss-simulator .recipe-detail a {
	color: #5699cc;
	text-decoration: underline;
}


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


@media (min-width: 641px) {
	.nofoodloss-simulator .recipe-detail {
		width: 46em;
	}
}



/* ==================== nofoodloss-simulator/recipe-detail/advices.css ==================== */

@charset "UTF-8";
.nofoodloss-simulator .recipe-detail .advices {
  position: relative;
  padding: 0 1em 1em;
}
@media (min-width: 641px) {
  .nofoodloss-simulator .recipe-detail .advices {
    max-width: 36em;
  }
}
.nofoodloss-simulator .recipe-detail .advices::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 1em);
  border: 2px solid #ffcccc;
  border-radius: 1em;
}
.nofoodloss-simulator .recipe-detail .advices > * {
  position: relative;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .recipe-detail .advices > div {
    display: grid;
    grid-gap: 1em;
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .recipe-detail .advices > div {
    display: flex;
  }
  .nofoodloss-simulator .recipe-detail .advices > div::after {
    content: none;
  }
}
.nofoodloss-simulator .recipe-detail .advices h3 {
  margin: 0 0 1em;
  text-align: center;
  font-size: inherit;
}
@media (min-width: 641px) {
  .nofoodloss-simulator .recipe-detail .advices h3 {
    width: 100%;
  }
}
.nofoodloss-simulator .recipe-detail .advices h3 img {
  width: 11em;
}
.nofoodloss-simulator .recipe-detail .advices figure {
  margin: 0;
}
@media (min-width: 641px) {
  .nofoodloss-simulator .recipe-detail .advices figure {
    flex-shrink: 0;
    width: 14em;
    margin-left: 1em;
  }
}
.nofoodloss-simulator .recipe-detail .advices ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 70%;
}
.nofoodloss-simulator .recipe-detail .advices ul li {
  position: relative;
  padding-left: 1.5em;
}
.nofoodloss-simulator .recipe-detail .advices ul li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #ff6666;
}
.nofoodloss-simulator .recipe-detail .advices ul li:nth-of-type(n+2) {
  margin-top: 0.75em;
}
.nofoodloss-simulator .recipe-detail .advices ul li img {
  display: inline-block;
  margin-right: 0.25em;
  width: auto;
  height: 1.1em;
}



/* ==================== nofoodloss-simulator/recipe-detail/back-to-search.css ==================== */

.nofoodloss-simulator .recipe-detail .back-to-search {
	margin: 1em 0;
	color: #5699cc;
}

.nofoodloss-simulator .recipe-detail .back-to-search a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	font-size: 75%;
}
.nofoodloss-simulator .recipe-detail .back-to-search a:hover {
	text-decoration: underline;
}

.nofoodloss-simulator .recipe-detail .back-to-search a::before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	border: #99c2e0 solid;
	border-width: 2px 0 0 2px;
	margin-right: 0.25em;
	transform: rotate(-45deg);
}


.nofoodloss-simulator .recipe-detail .back-to-search.top {
	margin-right: auto;
}

.nofoodloss-simulator .recipe-detail .back-to-search.bottom a {
	font-size: 85%;
}



/* ==================== nofoodloss-simulator/recipe-detail/block-title.css ==================== */

.nofoodloss-simulator .recipe-detail .block-title {
	display: flex;
	align-items: center;
	background-color: #d9e9f7;
	padding: 0 0.75em;
	height: 2.5em;
	font-size: 90%;
}

.nofoodloss-simulator .recipe-detail .block-title h2 {
	display: flex;
	align-items: center;
	margin: 0;
	color: #5699cc;
	font-weight: normal;
	font-size: inherit;
}

.nofoodloss-simulator .recipe-detail .block-title h2 small {
	font-size: 70%;
	margin-left: 1em;
}

.nofoodloss-simulator .recipe-detail .nutrients .block-title {
	font-size: 70%;
}

.nofoodloss-simulator .recipe-detail .materials .block-title,
.nofoodloss-simulator .recipe-detail .process .block-title {
	margin-bottom: 1.5em;
}

.nofoodloss-simulator .recipe-detail .block-title h2::before {
	content: '';
	display: block;
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	margin-right: 0.5em;
	background: white;
}



/* ==================== nofoodloss-simulator/recipe-detail/block-title__<select>.css ==================== */

.nofoodloss-simulator .recipe-detail .block-title select {
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #b2d2f0;
	border-radius: 0.25em;
	margin-left: auto;
	padding: 0.25em 0.75em;
	padding-right: 2em;
	background: white url(../images/dropdown_arrow.svg) no-repeat right 0.5em center / 0.75em;
	font-size: 75%;
	color: inherit;
	font-family: inherit;
	outline: none;
}

.nofoodloss-simulator .recipe-detail .block-title select::-ms-expand {
	display: none;
}



/* ==================== nofoodloss-simulator/recipe-detail/save.css ==================== */

.nofoodloss-simulator .recipe-detail .save button {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}

.nofoodloss-simulator .recipe-detail .save button img {
	width: 15.7em;
}



/* ==================== nofoodloss-simulator/recipe-detail/body/@.css ==================== */

@media (min-width: 641px) {

	.nofoodloss-simulator .recipe-detail .body {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 2em;
	}

	.IE .nofoodloss-simulator .recipe-detail .body {
		display: -ms-grid;
		-ms-grid-columns: 1fr 2em 1fr;
	}
	.IE .nofoodloss-simulator .recipe-detail .body .materials { -ms-grid-column: 1; -ms-grid-row: 1; }
	.IE .nofoodloss-simulator .recipe-detail .body .process { -ms-grid-column: 3; -ms-grid-row: 1; }


	.nofoodloss-simulator .recipe-detail .body hr {
		display: none;
	}

}



/* ==================== nofoodloss-simulator/recipe-detail/body/materials/@.css ==================== */





/* ==================== nofoodloss-simulator/recipe-detail/body/materials/list.css ==================== */

.nofoodloss-simulator .recipe-detail .body .materials .list hr {
	background: linear-gradient(#d9e9f7, #d9e9f7) no-repeat center center / 100% 2px;
}


.nofoodloss-simulator .recipe-detail .body .materials .list h3 {
	margin: 0.5em 0;
	color: #ff6666;
	font-size: 80%;
	text-align: center;
}

.nofoodloss-simulator .recipe-detail .body .materials .list h4 {
	margin: 1em 0;
	color: #5699cc;
	font-size: 70%;
	text-align: center;
}

.nofoodloss-simulator .recipe-detail .body .materials .list p {
	margin: 0;
	font-size: 70%;
	color: #999;
}

.nofoodloss-simulator .recipe-detail .body .materials .list hr + h3,
.nofoodloss-simulator .recipe-detail .body .materials .list hr + h4 {
	margin-top: 0;
}

.nofoodloss-simulator .recipe-detail .body .materials .list dl + h4 {
	margin-top: 2em;
}


.nofoodloss-simulator .recipe-detail .body .materials .list dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0.25em 0;
	background: linear-gradient(to right, #d9e9f7 50%, transparent 50%) repeat-x center center / 0.2em 0.1em;
}
.nofoodloss-simulator .recipe-detail .body .materials .list dl::after {
	content: none;
}

.nofoodloss-simulator .recipe-detail .body .materials .list dt,
.nofoodloss-simulator .recipe-detail .body .materials .list dd {
	background: white;
	font-size: 70%;
	max-width: 20em;
}

.nofoodloss-simulator .recipe-detail .body .materials .list dt {
	padding-right: 1em;
}
.nofoodloss-simulator .recipe-detail .body .materials .list dd {
	margin: 0 0 0 1em;
	padding-left: 1em;
	min-width: 2.1em;
	text-align: right;
}


/* .nofoodloss-simulator .recipe-detail .body .materials .list dd span {
	color: red;
} */


@media (max-width: 640px) {
	.nofoodloss-simulator .recipe-detail .body .materials .list {
		padding: 0 0.5em;
	}
}



/* ==================== nofoodloss-simulator/recipe-detail/body/materials/notes.css ==================== */

.nofoodloss-simulator .recipe-detail .body .materials .notes {
	border-top: 2px solid #d9e9f7;
	margin-top: 1em;
	padding-top: 1em;
}

.nofoodloss-simulator .recipe-detail .body .materials .notes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nofoodloss-simulator .recipe-detail .body .materials .notes li {
	color: #5699cc;
	font-size: 70%;
}

.nofoodloss-simulator .recipe-detail .body .materials .notes li:nth-of-type(n+2) {
	margin-top: 0.5em;
}



/* ==================== nofoodloss-simulator/recipe-detail/body/process/@.css ==================== */





/* ==================== nofoodloss-simulator/recipe-detail/body/process/notes.css ==================== */

.nofoodloss-simulator .recipe-detail .body .process .notes {
	margin-top: 1.5em;
}

.nofoodloss-simulator .recipe-detail .body .process .notes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 70%;
	color: #5699cc;
}



/* ==================== nofoodloss-simulator/recipe-detail/body/process/prepare.css ==================== */

.nofoodloss-simulator .recipe-detail .body .process .prepare {
	border: 1px solid #cce1f5;
	border-radius: 0.5em;
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.nofoodloss-simulator .recipe-detail .body .process .prepare h3 {
	margin: 0;
	font-size: 70%;
	font-weight: normal;
	color: #5699cc;
}
.nofoodloss-simulator .recipe-detail .body .process .prepare h3::before {
	content: '〈';
}
.nofoodloss-simulator .recipe-detail .body .process .prepare h3::after {
	content: '〉';
}


.nofoodloss-simulator .recipe-detail .body .process .prepare ul {
	margin: 0.5em 0 0;
	padding: 0;
	list-style-type: none;
}

.nofoodloss-simulator .recipe-detail .body .process .prepare li {
	position: relative;
	padding-left: 1.25em;
	font-size: 70%;
}

.nofoodloss-simulator .recipe-detail .body .process .prepare li:nth-of-type(n+2) {
	margin-top: 0.75em;
}

.nofoodloss-simulator .recipe-detail .body .process .prepare li::before {
	content: '●';
	position: absolute;
	left: 0;
	transform: scale(0.5);
	color: #5699cc;
}



/* ==================== nofoodloss-simulator/recipe-detail/body/process/steps.css ==================== */

.nofoodloss-simulator .recipe-detail .body .process .steps h3 {
	margin: 0.5em 0;
	color: #5699cc;
	font-size: 70%;
}

.nofoodloss-simulator .recipe-detail .body .process .steps ol + h3 {
	margin-top: 1.5em;
}

.nofoodloss-simulator .recipe-detail .body .process .steps ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 70%;
}

.nofoodloss-simulator .recipe-detail .body .process .steps li {
	position: relative;
	padding-left: 1.5em;
}
.nofoodloss-simulator .recipe-detail .body .process .steps li::before {
	position: absolute;
	left: 0;
	color: #ff6666;
}
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(n+2) {
	margin-top: 1em;
}

.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(1)::before { content: '①'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(2)::before { content: '②'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(3)::before { content: '③'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(4)::before { content: '④'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(5)::before { content: '⑤'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(6)::before { content: '⑥'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(7)::before { content: '⑦'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(8)::before { content: '⑧'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(9)::before { content: '⑨'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(10)::before { content: '⑩'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(11)::before { content: '⑪'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(12)::before { content: '⑫'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(13)::before { content: '⑬'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(14)::before { content: '⑭'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(15)::before { content: '⑮'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(16)::before { content: '⑯'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(17)::before { content: '⑰'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(10)::before { content: '⑱'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(10)::before { content: '⑲'; }
.nofoodloss-simulator .recipe-detail .body .process .steps li:nth-of-type(10)::before { content: '⑳'; }



/* ==================== nofoodloss-simulator/recipe-detail/head/<h1>.css ==================== */

.nofoodloss-simulator .recipe-detail .head h1 {
	margin: 0;
	font-size: 110%;
	line-height: 1.3;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .recipe-detail .head h1 {
		font-size: 90%;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .recipe-detail .head h1 {
		font-size: 110%;
	}
}



/* ==================== nofoodloss-simulator/recipe-detail/head/@.css ==================== */

.nofoodloss-simulator .recipe-detail .head {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #cce1f5;
	border-radius: 1em;
}

.nofoodloss-simulator .recipe-detail .head figure {
	margin: 0;
}
.nofoodloss-simulator .recipe-detail .head figure img {
	width: 100%;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .recipe-detail .head {
		display: grid;
		grid-gap: 1em;
		padding: 1em;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .recipe-detail .head {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1em 2em;
		padding: 1.5em;
	}

	.nofoodloss-simulator .recipe-detail .head figure {
		grid-column: 2;
		grid-row: 1/4;
	}

	.IE .nofoodloss-simulator .recipe-detail .head {
		display: -ms-grid;
		-ms-grid-columns: 1fr 2em 1fr;
		-ms-grid-rows: auto 1em auto 1em auto;
	}
	.IE .nofoodloss-simulator .recipe-detail .head h1 {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.IE .nofoodloss-simulator .recipe-detail .head figure {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 5;
	}
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	.IE .nofoodloss-simulator .recipe-detail .head .info {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
	}

}



/* ==================== nofoodloss-simulator/recipe-detail/head/nutrients.css ==================== */

.nofoodloss-simulator .recipe-detail .head .nutrients dl {
	display: grid;
	grid-gap: 0.5em 0;
	margin: 1em 0 0;
	font-size: 70%;
}

.nofoodloss-simulator .recipe-detail .head .nutrients dt,
.nofoodloss-simulator .recipe-detail .head .nutrients dd {
	display: flex;
	white-space: nowrap;
}

.nofoodloss-simulator .recipe-detail .head .nutrients dt {
	padding-left: 0.5em;
}
.nofoodloss-simulator .recipe-detail .head .nutrients dd {
	margin: 0;
	padding-right: 0.5em;
	text-align: right;
}

.nofoodloss-simulator .recipe-detail .head .nutrients dt::after,
.nofoodloss-simulator .recipe-detail .head .nutrients dd::before {
	content: '';
	flex-grow: 1;
	background: linear-gradient(#d9e9f7, #d9e9f7) no-repeat left center / 100% 1px;
}
.nofoodloss-simulator .recipe-detail .head .nutrients dt::after {
	margin-left: 1em;
}
.nofoodloss-simulator .recipe-detail .head .nutrients dd::before {
	margin-right: 1em;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .recipe-detail .head .nutrients dl {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .recipe-detail .head .nutrients dl {
		grid-template-columns: repeat(4, 1fr);
	}
	.nofoodloss-simulator .recipe-detail .head .nutrients dt:nth-of-type(even) {
		padding-left: 1em;
	}
	.nofoodloss-simulator .recipe-detail .head .nutrients dd:nth-of-type(odd) {
		padding-right: 1em;
	}

	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dl {
		display: -ms-grid;
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		-ms-grid-rows: 1fr 0.5em 1fr;
	}
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dt,
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dd {
	}
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dt:nth-of-type(1) {-ms-grid-column: 1; -ms-grid-row: 1; }
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dt:nth-of-type(2) {-ms-grid-column: 3; -ms-grid-row: 1; }
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dt:nth-of-type(3) {-ms-grid-column: 1; -ms-grid-row: 3; }
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dt:nth-of-type(4) {-ms-grid-column: 3; -ms-grid-row: 3; }
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dd:nth-of-type(1) {-ms-grid-column: 2; -ms-grid-row: 1; }
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dd:nth-of-type(2) {-ms-grid-column: 4; -ms-grid-row: 1; }
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dd:nth-of-type(3) {-ms-grid-column: 2; -ms-grid-row: 3; }
	.IE .nofoodloss-simulator .recipe-detail .head .nutrients dd:nth-of-type(4) {-ms-grid-column: 4; -ms-grid-row: 3; }
}



/* ==================== nofoodloss-simulator/sm-footer/@.css ==================== */

.nofoodloss-simulator .sm-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nofoodloss-simulator .sm-footer .totop {
	margin: 1em auto;
}

.index.nofoodloss-simulator .sm-footer .totop.simulator {
	display: none;
}
.nofoodloss-simulator .sm-footer .totop.simulator img {
	width: 11em;
}

.nofoodloss-simulator .sm-footer .totop.losszero img {
	width: 9.75em;
}



/* ==================== nofoodloss-simulator/sm-header/@.css ==================== */

.nofoodloss-simulator .sm-header {
	background: url(../images/bg_pattern.png);
	background-size: 1em;
	border-bottom: 0.2em solid white;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .sm-header img {
		width: 100%;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .sm-header {
		width: 100%;
		text-align: center;
	}
	.nofoodloss-simulator .sm-header img {
		width: 50em;
	}
}



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

.nofoodloss-simulator .toppage {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}



/* ==================== nofoodloss-simulator/toppage/search-form.css ==================== */

@charset "UTF-8";
.nofoodloss-simulator .toppage .search-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(#d9e9f7, #d9e9f7) no-repeat center top/0.75em 99%;
}
.nofoodloss-simulator .toppage .search-form select,
.nofoodloss-simulator .toppage .search-form button,
.nofoodloss-simulator .toppage .search-form input[type=text] {
  font-size: inherit;
  font-family: inherit;
}
.nofoodloss-simulator .toppage .search-form > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 1em;
}
.nofoodloss-simulator .toppage .search-form > div.personnum:not(.is-open) {
  padding-bottom: 0;
}

.nofoodloss-simulator .toppage .search-form > div.categories:not(.is-open) {
  padding-bottom: 0;
}

.nofoodloss-simulator .toppage .search-form > div.genres:not(.is-open) {
  padding-bottom: 0;
}

.nofoodloss-simulator .toppage .search-form > div.tag:not(.is-open) {
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
.nofoodloss-simulator .toppage .search-form > div:nth-of-type(n+2) {
  margin-top: 1em;
}
.nofoodloss-simulator .toppage .search-form > div::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 1em);
  background: #d9e9f7;
}
.nofoodloss-simulator .toppage .search-form > div.tag::before {
  height: 100%;
}

.nofoodloss-simulator .toppage .search-form > div.categories::before {
  height: calc(100% - 0.75em);
}

.nofoodloss-simulator .toppage .search-form > div.genres::before {
  height: calc(100% - 0.75em);
}

.nofoodloss-simulator .toppage .search-form > div > * {
  position: relative;
}
.nofoodloss-simulator .toppage .search-form > div > *:not(.group-title) {
  transition: opacity 400ms;
}
.nofoodloss-simulator .toppage .search-form > div.personnum:not(.is-open) > *:not(.group-title) {
  opacity: 0;
  position: fixed;
  visibility: hidden;
}

.nofoodloss-simulator .toppage .search-form > div.categories:not(.is-open) > *:not(.group-title) {
  opacity: 0;
  position: fixed;
  visibility: hidden;
}

.nofoodloss-simulator .toppage .search-form > div.genres:not(.is-open) > *:not(.group-title) {
  opacity: 0;
  position: fixed;
  visibility: hidden;
}

.nofoodloss-simulator .toppage .search-form > div.tag:not(.is-open) > *:not(.group-title) {
  opacity: 0;
  position: fixed;
  visibility: hidden;
}

.nofoodloss-simulator .toppage .search-form > div h2,
.nofoodloss-simulator .toppage .search-form > div h3 {
  margin: 0 0 1em;
  font-size: inherit;
}
.nofoodloss-simulator .toppage .search-form > div h2.group-title,
.nofoodloss-simulator .toppage .search-form > div h3.group-title {
  cursor: pointer;
}
.nofoodloss-simulator .toppage .search-form > div h2.group-title::before,
.nofoodloss-simulator .toppage .search-form > div h3.group-title::before {
  content: "";
  background: url(../images/top_search_cap_arrow.svg) no-repeat center center/contain;
  aspect-ratio: 1;
  height: 0.6em;
  transition: transform 400ms;
}
.nofoodloss-simulator .toppage .search-form > div.personnum.is-open h2.group-title::before, .nofoodloss-simulator .toppage .search-form > div.personnum.is-open h3.group-title::before {
  transform: rotate(-180deg);
}

.nofoodloss-simulator .toppage .search-form > div.categories.is-open h2.group-title::before, .nofoodloss-simulator .toppage .search-form > div.categories.is-open h3.group-title::before {
  transform: rotate(-180deg);
}

.nofoodloss-simulator .toppage .search-form > div.genres.is-open h2.group-title::before, .nofoodloss-simulator .toppage .search-form > div.genres.is-open h3.group-title::before {
  transform: rotate(-180deg);
}

.nofoodloss-simulator .toppage .search-form > div.tag.is-open h2.group-title::before, .nofoodloss-simulator .toppage .search-form > div.tag.is-open h3.group-title::before {
  transform: rotate(-180deg);
}

.nofoodloss-simulator .toppage .search-form > div.tag h2.group-title::before, .nofoodloss-simulator .toppage .search-form > div.tag h3.group-title::before {
  height: 0.6em;
  background-image: url(../images/top_search_cap_arrow2.svg);
}

.nofoodloss-simulator .toppage .search-form > div h2 {
  display: flex;
  align-items: center;
  column-gap: 0.4em;
  height: 2em;
  border-radius: 1em;
  padding: 0 1.2em;
  background: #ff7373;
}
.nofoodloss-simulator .toppage .search-form > div.personnum h2 {
  background: #78add6;
}

.nofoodloss-simulator .toppage .search-form > div.categories h2 {
  background: #78add6;
}

.nofoodloss-simulator .toppage .search-form > div.genres h2 {
  background: #78add6;
}

.nofoodloss-simulator .toppage .search-form > div h2 img {
  height: 0.8em;
}
.nofoodloss-simulator .toppage .search-form > div h3 {
  display: flex;
  align-items: center;
  column-gap: 0.4em;
  margin-top: 1em;
}
.nofoodloss-simulator .toppage .search-form > div h3 img {
  height: 0.75em;
}
.nofoodloss-simulator .toppage .search-form > div fieldset {
  display: grid;
  grid-gap: 0.5em;
  border: none;
  background: none;
  padding: 0;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div fieldset {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .nofoodloss-simulator .toppage .search-form > div.personnum fieldset:nth-of-type(1) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form > div fieldset {
    grid-template-columns: repeat(4, 1fr);
    width: 36em;
  }
  .nofoodloss-simulator .toppage .search-form > div.materials fieldset {
    grid-template-columns: repeat(5, 1fr);
    width: 44em;
  }
}
.materials .nofoodloss-simulator .toppage .search-form > div fieldset {
  grid-gap: 0.25em;
}
.nofoodloss-simulator .toppage .search-form > div fieldset input {
  position: fixed;
  visibility: hidden;
}
.nofoodloss-simulator .toppage .search-form > div fieldset input + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 3em;
  background: white;
  border-radius: 0.5em;
  padding: 0.5em;
  color: #666;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div fieldset input + label {
    font-size: 65%;
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form > div fieldset input + label {
    font-size: 75%;
  }
}
.nofoodloss-simulator .toppage .search-form > div fieldset input[disabled] + label {
  background-color: rgba(255, 255, 255, 0.6);
  cursor: default;
}

.nofoodloss-simulator .toppage .search-form > div fieldset input[type=radio] + label {
  border-radius: 1.5em;
}

.nofoodloss-simulator .toppage .search-form > div fieldset input[type=radio]:not(:checked) + label {
  background: rgba(255, 255, 255, 0.6);
}

.nofoodloss-simulator .toppage .search-form > div fieldset input:is([name=pn], [name=rt]) + label {
  color: #5699cc;
}

.nofoodloss-simulator .toppage .search-form > div fieldset input:is([name=pn]) + label {
  justify-content: center;
}

.nofoodloss-simulator .toppage .search-form > div fieldset input:is([name=rf]) + label {
  font-size: 65%;
  min-height: 2em;
  border-radius: 0.25em;
}

.nofoodloss-simulator .toppage .search-form > div fieldset input:is([name=rf]:checked) + label {
  border: none;
  background: #fff3a2;
}

.nofoodloss-simulator .toppage .search-form > div fieldset input:not(:checked) + label {
  border: 2px solid rgba(0, 0, 0, 0);
}

.nofoodloss-simulator .toppage .search-form > div fieldset input:is(:checked) + label {
  border: 2px solid white;
  background: #ffee7d;
  color: black;
}

.nofoodloss-simulator .toppage .search-form > div fieldset input + label .count {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 1.8em;
  height: 1.8em;
  border-radius: 0.9em;
  margin-left: 0.5em;
  padding: 0 0.5em;
  background: #67a3d1;
  color: white;
  font-size: 80%;
  line-height: 0;
  white-space: nowrap;
}
.nofoodloss-simulator .toppage .search-form > div fieldset input + label .count[data-count="0"] {
  opacity: 0.5;
}
.nofoodloss-simulator .toppage .search-form > div .selected-materials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 5em;
  padding: 1em;
  background: white;
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form > div .selected-materials {
    width: 36em;
  }
}
.nofoodloss-simulator .toppage .search-form > div .selected-materials button {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.nofoodloss-simulator .toppage .search-form > div .selected-materials .selected-items {
  display: flex;
  flex-wrap: wrap;
}
.nofoodloss-simulator .toppage .search-form > div .selected-materials .selected-items:not(:empty) {
  margin-bottom: 0.5em;
}
.nofoodloss-simulator .toppage .search-form > div .selected-materials .selected-items span {
  display: flex;
  align-items: center;
  justify-cotent: center;
  background: #fff3a2;
  border-radius: 0.4em;
  height: 2em;
  margin: 0.25em;
  padding: 0 0.6em;
  font-size: 65%;
  cursor: pointer;
  line-height: 1.25;
}
.nofoodloss-simulator .toppage .search-form > div .selected-materials .selected-items span::after {
  content: "×";
  margin-left: 0.25em;
  color: #5699cc;
  color: #ff7373;
  opacity: 0.5;
  transition: 150ms;
}
.nofoodloss-simulator .toppage .search-form > div .selected-materials .selected-items span:hover::after {
  opacity: 1;
  transform: scale(1.25);
}
.nofoodloss-simulator .toppage .search-form > div .food-selector {
  margin-top: -0.5em;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector {
    width: 100%;
  }
}
body:not(.openFoodSelector) .nofoodloss-simulator .toppage .search-form > div .food-selector {
  display: none;
}

.nofoodloss-simulator .toppage .search-form > div .food-selector::before {
  content: "";
  display: block;
  width: 3em;
  height: 1.25em;
  margin: 0 auto;
  background: linear-gradient(to right bottom, rgba(255, 115, 115, 0) 49%, rgb(255, 115, 115) 50%) no-repeat left top, linear-gradient(to left bottom, rgba(255, 115, 115, 0) 49%, rgb(255, 115, 115) 50%) no-repeat right top;
  background-size: 50% 100%;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head {
  display: flex;
  border-radius: 0.5em 0.5em 0 0;
  background: #ff7373;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head {
    flex-direction: column;
    align-items: center;
    padding: 1em 0.5em 0;
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head {
    justify-content: space-between;
    height: 3em;
    padding: 0 0.75em;
  }
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head::after {
  content: none;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head .search {
  align-self: center;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head .search {
    width: 90%;
  }
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head .search label {
  display: flex;
  align-items: center;
  background: white;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head .search label {
    font-size: 16px;
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head .search label {
    font-size: 70%;
  }
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head .search input {
  -webkit-appearance: none;
  appearance: none;
  flex-grow: 1;
  border: none;
  padding: 0.25em 0.5em;
  background: none;
  line-height: 1;
  outline: none;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head .search button {
  flex-shrink: 0;
  border: none;
  margin: 0 0.5em;
  padding: 0;
  background: none;
  line-height: 0;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head .search button img {
  width: 1em;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head ul {
  display: flex;
  margin: 0.5em 0 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head ul {
    order: 1;
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head ul {
    align-self: flex-end;
  }
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 2.5em;
  border: none;
  border-radius: 0.25em 0.25em 0 0;
  margin: 0;
  background: none;
  color: white;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head ul li button {
    margin: 0 0.25em;
    padding: 0 0.5em;
    font-size: 70%;
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form > div .food-selector .head ul li button {
    width: 5em;
    padding-top: 0.25em;
    font-size: 75%;
  }
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head ul li button:disabled {
  opacity: 0.5;
  cursor: default;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .head ul li button.selected {
  background: #ffcccc;
  color: #ff4c4c;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .foot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  background: #ff7373;
  border-radius: 0 0 0.5em 0.5em;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .foot button {
  line-height: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .foot button img {
  width: 3.5em;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector .material-list {
  padding: 1em;
  background: #ffcccc;
}
.nofoodloss-simulator .toppage .search-form > div .food-selector.search-mode .material-list .item:not(.searched) {
  display: none;
}

.nofoodloss-simulator .toppage .search-form > div .food-selector:not(.search-mode) .material-list .item:not(.selected) {
  display: none;
}

.nofoodloss-simulator .toppage .search-form button[type=submit] {
  border: none;
  margin: 2em auto 0;
  padding: 0;
  background: none;
}
@media (max-width: 640px) {
  .nofoodloss-simulator .toppage .search-form button[type=submit] {
    width: 16em;
  }
}
@media (min-width: 641px) {
  .nofoodloss-simulator .toppage .search-form button[type=submit] {
    width: 20em;
  }
}



/* ==================== nofoodloss-simulator/toppage/title.css ==================== */

.nofoodloss-simulator .toppage .title {
	position: relative;
	width: 100%;
	background: #ffe645 url(../images/bg_pattern.png);
	background-size: 1em;
}
.nofoodloss-simulator .toppage .title h1 {
	margin: 0;
	font-size: inherit;
}

.nofoodloss-simulator .toppage .title p {
	font-size: 75%;
	line-height: 1.4;
}

.nofoodloss-simulator .toppage .title a.tolosszero {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: transparent;
}


@media (max-width: 640px) {
	.nofoodloss-simulator .toppage .title p {
		margin: 0.5em 1.5em 1em;
		font-weight: bold;
	}
	.nofoodloss-simulator .toppage .title a.tolosszero {
		left: 22%;
		top: 22%;
		width: 48%;
		height: 14%;
	}
}


@media (min-width: 641px) {
	.nofoodloss-simulator .toppage .title {
		box-sizing: border-box;
		height: 11.6em;
	}
	.nofoodloss-simulator .toppage .title h1 {
		min-width: 48em;
		height: 100%;
		background: url(../images/top_title_back_pc.png) no-repeat right top / contain;
	}
	.nofoodloss-simulator .toppage .title h1 img {
		height: 100%;
	}

	.nofoodloss-simulator .toppage .title p {
		position: absolute;
		left: 12em;
		top: 9.5em;
		margin: 0;
	}
	.nofoodloss-simulator .toppage .title p span {
		display: block;
	}
	.nofoodloss-simulator .toppage .title a.tolosszero {
		left: 8.5em;
		top: 1em;
		width: 14.25em;
		height: 2.5em;
	}
}