.pageCatch {
	background-image: url(../../images/second/prod_intr/catch.jpg);
}
.pageCatch .pageCatchTitle {
	color: #175684 !important;
}
@media only screen and (max-width: 640px) {
	.pageCatch {
		background-image: url(../../images/second/prod_intr/catch_sp.png);
	}
}

.productsIntroductionBox {
	box-sizing: border-box;
	background-color: #F7F7F7;
	padding: 0 4em 5em;
	margin: 0 auto 90px;
	width: 980px;
	max-width: 100%;
}
.productsIntroductionBoxTitle {
	margin-bottom: 2em;
	color: #175684;
	font-size: 2em;
	font-size: min(2em, 5vmin);
	font-weight: 500;
	text-align: center;
	transform: translateY(-.5em);
}
.productsIntroductionBoxList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.productsIntroductionBoxList dt,
.productsIntroductionBoxList dd {
	margin: 0;
	padding: 1.5em;
	display: inline-block;
	line-height: 1.5em;
	box-sizing: border-box;
	border-bottom: 1px solid #C4C4C4;
}
.newBoxList dt {
	width: 28%;
}
.productsIntroductionBoxList dd {
	padding-top: 1.7em;
	width: calc(100% - 28%);
}
.productsIntroductionBoxList dd a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}

.productsIntroductionBoxTable {
	width: 100%;
	margin-bottom: 3em;
}
.productsIntroductionBoxTable tr {
	box-sizing: border-box;
	border-bottom: 1px solid #C4C4C4;
}
.productsIntroductionBoxTable th,
.productsIntroductionBoxTable td {
	margin: 0;
	padding: 1.5em 0;
	line-height: 1.5em;
}
.productsIntroductionBoxTable th {
	width: 19%;
	font-weight: 500;
	text-align: left;
}
.productsIntroductionBoxTable td a {
	text-decoration: none;
	transition: all 0.2s 0s ease;
}
.productsIntroductionBoxTable td:nth-child(2) {
	width: 96px;
}
.productsIntroductionBoxTable td:nth-child(3) {
	padding-left: 1.5em;	
}
.productsIntroductionBoxTable img {
	width: 14px;
	margin: 0 0 -3px;
	padding: 0;
}
a.productsIntroductionBoxListCategory {
	display: block;
	width: 96px;
	margin: 0;
	padding: .1em 0;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	background-color: #175684;
	border-radius: 2em;
	transition: all 0.2s 0s ease;
}
a.productsIntroductionBoxListCategory:hover {
	background-color: #63AFE6;
}
a.productsIntroductionBoxBtnAll {
	display: block;
	position: relative;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	border: 1px solid #175684;
	border-radius: .2em;
	color: #175684;
	padding: 1.8em 15px 1.8em 35px;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 50%;
}
a.productsIntroductionBoxBtnAll:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border: 2px solid #175684;
	border-left: none;
	border-bottom: none;
}
a.productsIntroductionBoxBtnAll:hover {
	border: 1px solid #175684;
	background: #175684;
	color: #fff;
}
a.productsIntroductionBoxBtnAll:hover:after {
	border-color: #fff;
}
@media only screen and (max-width: 640px) {
	.productsIntroductionBox {
		padding-right: 1em;
		padding-left: 1em;
	}
	.productsIntroductionBoxList dt,
	.productsIntroductionBoxList dd {
		width: 100%;
		padding: 1em;
	}
	.productsIntroductionBoxList dt {
		border-bottom: none;
		padding-bottom: 0;
	}
	.productsIntroductionBoxList dd {
		margin-bottom: 1em;
	}
	a.productsIntroductionBoxBtnAll {
		width: 95%;
	}

	.productsIntroductionBoxTable {
		display: block;
		width: 100%;
		margin-bottom: 3em;
	}
	.productsIntroductionBoxTable tr {
		box-sizing: border-box;
		border-bottom: 1px solid #C4C4C4;
	}
	.productsIntroductionBoxTable th,
	.productsIntroductionBoxTable td {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
	}
	.productsIntroductionBoxTable th {
		padding: 1em 0 0;
	}
	.productsIntroductionBoxTable td:nth-child(2) {
		padding: .5em 0;
	}
	.productsIntroductionBoxTable td:last-child {
		padding: 0 0 1em;
	}
}



.searchBox {
	padding: 0 0 5em;
}
.searchBoxTitle {
	position: relative;
	color: #175684;
	font-size: 2em;
	text-align: center;
	margin-bottom: 2em;
}
.searchBoxTitle:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.8em;
	left: 50%;
	transform: translateX(-50%);
	border-top: 4px solid #175684;
	width: 65px;
}
.searchBoxMessage {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 2em;
}
.searchBoxForm {
	position: relative;
	display: flex;
	margin: 0 auto;
	width: 700px;
	max-width: 100%;
	margin-bottom: 3em;
}
.searchBoxForm:before {
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background-image: url(../../images/second/development/icon_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.searchBoxKeyword {
	box-sizing: border-box;
	border: 1px solid #175684;
	border-right: none;
	font-size: 1.2em;
	padding: .7em 0 .7em 3.5em;
	width: calc(100% - 123px);
}
a.searchBoxSubmit {
	position: relative;
	width: 123px;
	padding: 1em 0;
	color: #fff;
	font-size: 1em;
	letter-spacing: .1em;
	background: #175684;
	border: 1px solid transparent;
	transition: all 0.5s 0s ease;
}
a.searchBoxSubmit>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
a.searchBoxSubmit:hover {
	background-color: #fff;
	border-color: #175684;
	color: #175684;
}

button {
	width: 123px;
	position: relative;
	display: block;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	background-color: #175684;
	border: 1px solid transparent;
	border-left: none;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
}
button.searchSideSubmit {
	font-size: .8em;
}
button>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
button:hover {
	color: #175684;
	cursor: pointer;
	background-color: #fff;
	border-color: #175684;
}

/* サイドバー検索ボックス */
.sidebarSearchBox .searchBoxForm {
	width: 100%;
}
/*
.sidebarSearchBox button {
	width: 65px;
}
*/
@media only screen and (max-width: 640px) {
	.searchBox {
		margin: 0;
		padding: 0;
	}
	.searchBoxForm:before {
		top: 25px;
		left: 8px;
	}
	.searchBoxKeyword {
		padding-left: 1.8em;
		width: 100%;
	}
	a.searchBoxSubmit {
		padding: 0 .5em;
	}
	.sidebarSearchBox button {
		width: 123px;
	}
}



.searchBtnBox {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-around;
}
.searchBtnBox>div {
	list-style: none;
	width: 46%;
}
a.searchBtnBoxBtn {
	position: relative;
	display: block;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	background-color: #175684;
	border: 1px solid transparent;
	color: #fff;
	font-size: 1.3em;
	padding: 1.2em 2em;
	text-decoration: none;
	width: 100%;
}
@media only screen and (max-width: 640px) {
	a.searchBtnBoxBtn {
		position: relative;
		display: block;
		box-sizing: border-box;
		transition: all 0.2s 0s ease;
		background-color: #175684;
		border: 1px solid transparent;
		color: #fff;
		font-size: 1.1em;
		padding: 1.2em 2em;
		text-decoration: none;
		width: 100%;
	}
}
a.searchBtnBoxBtn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #BFCCCF;
	border-left: none;
	border-bottom: none;
}
a.searchBtnBoxBtn:hover {
	background: #BFCCCF;
	color: #175684;
}
a.searchBtnBoxBtn:hover:after {
	border-color: #175684;
}

.sidebarSearchBtnBox a.searchBtnBoxBtn {
	padding: 10px 25px 10px 25px;
	font-size: 1.2em;
}
@media only screen and (max-width: 640px) {
	.searchBtnBox {
		flex-wrap: wrap;
	}
	.searchBtnBox>div {
		width: 100%;
		margin-bottom: 1em;
	}
}


.searchIconList {
	width: 90%;
	margin: 30px auto 50px;
	padding: 16px 0 0;
	text-align: center;
	background-color: #f0f8fc;
}
.searchIconList ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.searchIconList li {
	width: 14.285714%;
	list-style: none;
}
.searchIconList li:hover {
	opacity: 0.7;
	transition: .3s;
}
.searchIconList img {
	width: 62px;
	margin: 0 auto;
}

.searchIconList02 {
	width: 100%;
	margin: 60px auto 0;
	text-align: center;
}
.searchIconList02 ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.searchIconList02 li {
	width: 14.285714%;
	list-style: none;
}
.searchIconList02 li:hover {
	opacity: 0.7;
	transition: .3s;
}
.searchIconList02 img {
	width: 62px;
	margin: 0 auto;
}

.searchIconListSub {
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.searchIconListSub ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.searchIconListSub li {
	width: 16.666666%;
	list-style: none;
}
/*
.searchIconListSub li:hover {
	opacity: 0.7;
	transition: .3s;
}
*/
.searchIconListSub img {
	width: 62px;
	margin: 0 auto;
}

.fixedIconListSub {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.fixedIconListSub ul {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: center;
}
.fixedIconListSub li {
	width: 14.285714%;
	list-style: none;
}
.fixedIconListSub li:hover {
	opacity: 0.7;
	transition: .3s;
}
.fixedIconListSub img {
	width: 62px;
	margin: 0 auto;
}
.fixedIconListSub .searchIconName {
	margin: 10px 0 0;
	font-size: 14px;
	letter-spacing: 0;
}

.searchIconList {
	width: 100%;
	margin: 0 auto 3em;
	text-align: center;
}
.searchIconList ul {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.searchIconList li {
	width: 14.286%;
	max-width: 14.286%;
	list-style: none;
}
.searchIconList li:hover {
	opacity: 0.7;
	transition: .3s;
}
.searchIconList img {
	width: 62px;
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	.searchIconList {
		width: 83%;
		margin: 0 auto 3em;
		text-align: center;
	}
	.searchIconList ul {
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
	}
	.searchIconList li {
		width: 50%;
		max-width: 50%;
		list-style: none;
	}
	.searchIconList li:hover {
		opacity: 0.7;
		transition: .3s;
	}
	.searchIconList img {
		width: 62px;
		margin: 0 auto;
	}
}



.sideSearchIconList {
	width: 83%;
	margin: 0 auto 3em;
	text-align: center;
}
.sideSearchIconList ul {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.sideSearchIconList li {
	width: 50%;
	max-width: 50%;
	list-style: none;
}
.sideSearchIconList li:hover {
	opacity: 0.7;
	transition: .3s;
}
.sideSearchIconList img {
	width: 62px;
	margin: 0 auto;
}

.searchIconName {
	margin: 10px 0 2em;
	font-size: 14px;
	letter-spacing: 0;
}
.searchIconTitle {
	margin-bottom: 20px;
	color: #175684;
	font-size: 1.3em;
}
.searchIconTitleSub {
	margin-bottom: 30px;
	color: #175684;
	font-size: 1.2em;
}

.productsCategoryBannerBox {
	display: flex;
	justify-content: space-around;
	margin: 0 auto 5em;
	width: 80%;
}
.productsCategoryBannerBox>div {
	width: 45%;
}
.productsCategoryBannerBox a {
	transition: all 0.2s 0s ease;
}
.productsCategoryBannerBox a:hover {
	opacity: .5;
}
@media only screen and (max-width: 640px) {
	.productsCategoryBannerBox {
		flex-wrap: wrap;
	}
	.productsCategoryBannerBox>div {
		margin-bottom: 1em;
		width: 100%;
	}
}




/* 製品のご案内 */
.guideProducts {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*background-color: #B2BFC2;*/
	overflow: initial;
}
@media only screen and (max-width: 640px) {
	/* スマホ表示は別コードで対応しています */
	.guideProducts {
		display: none;
	}
}
.productInformationArea {
	background-color: #f0f8fc;
}
/*
.guideProductsTtl {
	margin: 0 0 20px;
	font-size: 2.4em;
	font-weight: 500;
	text-align: center;
	z-index: 20;
}
*/
.guideProductsTtl {
	text-align: center;
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 1.5em;
	padding-top: 2em;
	width: 100%;
}
.guideProductsTtl span {
	position: relative;
	display: block;
	width: 100%;
}
.guideProductsTtl span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/ttlProdutInformation.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30px;
}
@media only screen and (max-width: 640px) {
	.guideProductsTtl {
		font-size: 1.8em;
		padding-top: 1.7em;
	}
	.guideProductsTtl span:before {
		top: -40px;
		width: 80%;
	}
}

.guideProductsMenu {
	width: 25%;
	padding-bottom: 15em;
	/*background-color: #175684;*/
}
.guideProductsMenuTab {
	padding: 2.5em 0;
	color: #fff;
}
.guideProductsMenuTab li {
	position: relative;
	height: 3em;
	margin-bottom: .8em;
	padding: .2em 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	line-height: 1.3em;
	list-style: none;
	background: #C7C8C8;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.2s 0s ease;
}
.guideProductsMenuTab li span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.guideProductsMenuTab li>a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.guideProductsMenuTab li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}

.guideProductsMenuTab li.food {
	background-color: #0090D9;
	color: #fff;
}
.guideProductsMenuTab li.food:after {
	border-color: #fff;
}
.guideProductsMenuTab li.food.active,
.guideProductsMenuTab li.food:hover {
	background-color: #fff;
	color: #0090D9;
}
.guideProductsMenuTab li.food.active:after,
.guideProductsMenuTab li.food:hover:after {
	border-color: #0090D9;
}

.guideProductsMenuTab li.cosme {
	background-color: #FF8097;
	color: #fff;
}
.guideProductsMenuTab li.cosme:after {
	border-color: #fff;
}
.guideProductsMenuTab li.cosme.active,
.guideProductsMenuTab li.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
.guideProductsMenuTab li.cosme.active:after,
.guideProductsMenuTab li.cosme:hover:after {
	border-color: #FF8097;
}

.guideProductsMenuTab li.riceoil {
	background-color: #FFB94D;
	color: #fff;
}
.guideProductsMenuTab li.riceoil:after {
	border-color: #fff;
}
.guideProductsMenuTab li.riceoil.active,
.guideProductsMenuTab li.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
.guideProductsMenuTab li.riceoil.active:after,
.guideProductsMenuTab li.riceoil:hover:after {
	border-color: #FFB94D;
}

.guideProductsMenuTab li.general {
	background-color: #169F76;
	color: #fff;
}
.guideProductsMenuTab li.general:after {
	border-color: #fff;
}
.guideProductsMenuTab li.general.active,
.guideProductsMenuTab li.general:hover {
	background-color: #fff;
	color: #169F76;
}
.guideProductsMenuTab li.general.active:after,
.guideProductsMenuTab li.general:hover:after {
	border-color: #169F76;
}

.guideProductsMenuTab li.new {
	background-color: #FF8978;
	color: #fff;
}
.guideProductsMenuTab li.new:after {
	border-color: #fff;
}
.guideProductsMenuTab li.new.active,
.guideProductsMenuTab li.new:hover {
	background-color: #fff;
	color: #FF8978;
}
.guideProductsMenuTab li.new.active:after,
.guideProductsMenuTab li.new:hover:after {
	border-color: #FF8978;
}

.guideProductsContent.food {
	z-index: 10;
}

.guideProductsButtonBox {
	position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	display: flex;
	width: 80%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.guideProductsButtonBox.jc-between {
	justify-content: space-between;
}
.guideProductsButtonBox.jc-center {
	justify-content: center;
}

.guideProductsButtonItem {
	width: 49%;
}

a.guideProductsBtnMore {
	transition: all 0.2s 0s ease;
	display: block;
	margin: 0 auto 3em;
	padding: 1em;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	line-height: 1.6em;
	border-radius: 10px;
	background-color: #0090D9;
}
a.guideProductsBtnMore:hover {
	background-color: #fff;
	color: #0090D9;
}
a.guideProductsBtnMore.halal {
	line-height: 3.2em;
	background-color: #175684;
}
a.guideProductsBtnMore.halalcosme {
	padding: 1.5em 0;
	background-color: #175684;
}
a.guideProductsBtnMore.halal:hover, a.guideProductsBtnMore.halalcosme:hover {
	background-color: #fff;
	color: #175684;
}
a.guideProductsBtnMore.cosme {
	padding: 1.5em 0;
	letter-spacing: 1px;
	background-color: #FF8097;
}
a.guideProductsBtnMore.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
a.guideProductsBtnMore.riceoil {
	padding: 1.5em 0;
	background-color: #FFB94D;
}
a.guideProductsBtnMore.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
a.guideProductsBtnMore.general {
	padding: 1.5em 0;
	background-color: #169F76;
}
a.guideProductsBtnMore.general:hover {
	background-color: #fff;
	color: #169F76;
}
a.guideProductsBtnMore.new {
	padding: 1.5em 0;
	background-color: #FF8978;
}
a.guideProductsBtnMore.new:hover {
	background-color: #fff;
	color: #FF8978;
}


.spGuideProductsMenuTab {
	background-color: #175684;
	color: #fff;
	padding: .8em 0 .4em;
}
.spGuideProductsMenuTab>li {
	cursor: pointer;
	transition: all 0.2s 0s ease;
	position: relative;
	background: #C7C8C8;
	color: #fff;
	font-size: 1.1em;
	line-height: 3em;
	list-style: none;
	margin-bottom: .8em;
}
.spGuideProductsMenuTab>li>span {
	display: inline-block;
	margin-left: 1em;
}
.spGuideProductsMenuTab>li>a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.spGuideProductsMenuTab>li:after {
	transition: all 0.2s 0s ease;
	content: "";
	position: absolute;
	top: 1.1em;
	right: 15px;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
.spGuideProductsMenuTab>li.active:after {
	transform: rotate(135deg);
}

.spGuideProductsMenuTab li.food {
	background-color: #0090D9;
	color: #fff;
}
.spGuideProductsMenuTab li.food:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.food.active,
.spGuideProductsMenuTab li.food:hover {
	background-color: #fff;
	color: #0090D9;
}
.spGuideProductsMenuTab li.food.active:after,
.spGuideProductsMenuTab li.food:hover:after {
	border-color: #0090D9;
}

.spGuideProductsMenuTab li.cosme {
	background-color: #FF8097;
	color: #fff;
}
.spGuideProductsMenuTab li.cosme:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.cosme.active,
.spGuideProductsMenuTab li.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
.spGuideProductsMenuTab li.cosme.active:after,
.spGuideProductsMenuTab li.cosme:hover:after {
	border-color: #FF8097;
}

.spGuideProductsMenuTab li.riceoil {
	background-color: #FFB94D;
	color: #fff;
}
.spGuideProductsMenuTab li.riceoil:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.riceoil.active,
.spGuideProductsMenuTab li.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
.spGuideProductsMenuTab li.riceoil.active:after,
.spGuideProductsMenuTab li.riceoil:hover:after {
	border-color: #FFB94D;
}

.spGuideProductsMenuTab li.general {
	background-color: #169F76;
	color: #fff;
}
.spGuideProductsMenuTab li.general:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.general.active,
.spGuideProductsMenuTab li.general:hover {
	background-color: #fff;
	color: #169F76;
}
.spGuideProductsMenuTab li.general.active:after,
.spGuideProductsMenuTab li.general:hover:after {
	border-color: #169F76;
}

.spGuideProductsMenuTab li.new {
	background-color: #FF8978;
	color: #fff;
}
.spGuideProductsMenuTab li.new:after {
	border-color: #fff;
}
.spGuideProductsMenuTab li.new.active,
.spGuideProductsMenuTab li.new:hover {
	background-color: #fff;
	color: #FF8978;
}
.spGuideProductsMenuTab li.new.active:after,
.spGuideProductsMenuTab li.new:hover:after {
	border-color: #FF8978;
	color: #fff;
}

.spGuideProducts {
	display: none;
	margin-bottom: 8em;
}
@media only screen and (max-width: 640px) {
	.spGuideProducts {
		display: block;
	}
}

.spGuideProductsContent {
	transition: all .5s 0s ease;
	/*background-color: #B2BFC2;*/
	background-color: #f0f8fc;
	height: 0;
	overflow: hidden;
}
.spGuideProductsContent.active {
	padding: 2em 0;
	height: auto;
}
.spGuideProductsList {
	margin-top: .5em;
	margin-bottom: 1em;
}

.spGuideProductsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 1em;
}
.spGuideProductsList>li {
	width: 47%;
	margin-bottom: 1em;
}
.spGuideProductsList>li h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}
.spGuideProductsList>li img {
	vertical-align: bottom;
	margin-bottom: .3em;
}
a.spGuideProductsBtnMore {
	transition: all 0.2s 0s ease;
	box-sizing: border-box;
	display: block;
	background-color: #0090D9;
	border-radius: 10px;
	color: #fff;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	padding: 1em .5em;
	width: 85%;
}
a.spGuideProductsBtnMore:hover {
	background-color: #fff;
	color: #0090D9;
}
a.spGuideProductsBtnMore.cosme {
	background-color: #FF8097;
}
a.spGuideProductsBtnMore.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
a.spGuideProductsBtnMore.riceoil {
	background-color: #FFB94D;
}
a.spGuideProductsBtnMore.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
a.spGuideProductsBtnMore.general {
	background-color: #169F76;
}
a.spGuideProductsBtnMore.general:hover {
	background-color: #fff;
	color: #169F76;
}
a.spGuideProductsBtnMore.new {
	background-color: #FF8978;
}
a.spGuideProductsBtnMore.new:hover {
	background-color: #fff;
	color: #FF8978;
}



.spGuideProductsFooter {
	display: flex;
}
.spGuideProductsFooter>div {
	box-sizing: border-box;
	width: 50%;
}
.spGuideProductsFooterDesc {
	padding: .8em;
	font-size: .75em;
	line-height: 1.5em;
	/*background-color: #B2BFC2;*/
	background-color: #f0f8fc;
}

a.btnMemberContentsSp {
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background-color: #0097E0;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 3.6em 0 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
a.btnMemberContentsSp:hover {
	background-color: #74a1c2;
}
a.btnMemberContentsSp img {
	position: absolute;
	top: 1.2em;
	left: 50%;
	transform: translateX(-50%);
	width: 19%;
}

.guideProductsDesc {
	font-size: .8em;
	line-height: 1.7em;
	margin-bottom: 1.8em;
	text-align: center;
}
.guideProductsDesc span {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.guideProductsDesc span {
		display: inline;
	}
}
a.btnMemberContents {
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background-color: #0097E0;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 1.2em 0 1.2em 3em;
	text-align: center;
	text-decoration: none;
	width: 84%;
	box-sizing: border-box;
}
a.btnMemberContents:hover {
	background-color: #74a1c2;
}
a.btnMemberContents img {
	position: absolute;
	left: 1.4em;
	top: 50%;
	transform: translateY(-50%);;
	width: 18%;
}
a.btnMemberContents:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
.guideProductsContent {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	margin: 0 auto;
	/*background-color: #B2BFC2;*/
	background-color: #f0f8fc;
	transition: all 0.2s 0s ease;
}
.guideProductsInner {
	position: relative;
	height: 100%;
}
.guideProductsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto 60px;
	padding: 4em 0 0;
}
.guideProductsContent li {
	width: 48%;
	margin-bottom: 2em;
	font-size: 1.1em;
	list-style: none;
}
.guideProductsContent a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.guideProductsContent a:hover {
	color: #000;
}
.guideProductsContent li img {
	max-width: 100%;
	margin-bottom: .5em;
}

.guideProductsListNew {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 60px;
	padding: 5em 0 0;
}
.guideProductsListNew li {
	position: relative;
	width: 31%;
	margin-bottom: 1.5em;
	padding: 24px 0 0;
	text-align: center;
	list-style: none;
}
.guideProductsListNew a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.guideProductsListNew a:hover {
	color: #000;
}
.guideProductsListNew li img {
	max-width: 100%;
	margin-bottom: .5em;
}
.guideProductsListImgBox {
	position: relative;
}
.guideProductsListIcon {
	position: absolute;
	top: .5em;
	left: .5em;
}
.guideProductsListIcon img {
	width: 60px;
}
.guideProductsListnewsDesc {
	position: relative;
	padding-top: 1.6em;
	margin-top: .5em;
}
.guideProductsListnewsDate {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: .9em;
}
.newsLabel {
	display: block;
	width: 96px;
	margin: 0;
	padding: .1em 0;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	border: solid 1px #fff;
	border-radius: 90px;
	transition: all 0.2s 0s ease;
}

.catColor01 { background-color: #5AABDA; }
.catColor32 { background-color: #5AABDA; }
.catColor33 { background-color: #165684; }
.catColor34 { background-color: #008f75; }
.catColor35 { background-color: #53a534; }
.catColor36 { background-color: #30a2c1; }
.catColor37 { background-color: #636363; }
.catColor38 { background-color: #cccccc; }
.guideProductsListnewsTitle {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: .1em;
}


/* 商品一覧ページ サイドバー */




.spguideProductsSideMenuTab {
	background-color: #175684;
	color: #fff;
	padding: .8em 0 .4em;
}
.spguideProductsSideMenuTab>li {
	cursor: pointer;
	transition: all 0.2s 0s ease;
	position: relative;
	background: #C7C8C8;
	color: #fff;
	font-size: 1.1em;
	line-height: 3em;
	list-style: none;
	margin-bottom: .8em;
}
.spguideProductsSideMenuTab>li>span {
	display: inline-block;
	margin-left: 1em;
}
.spguideProductsSideMenuTab>li>a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.spguideProductsSideMenuTab>li:after {
	content: "";
	position: absolute;
	top: 1.1em;
	right: 15px;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
.spguideProductsSideMenuTab>li.active:after {
	transform: rotate(135deg);
}

.spguideProductsSideMenuTab>li.food {
	background-color: #0090D9;
	color: #fff;
}
.spguideProductsSideMenuTab>li.food:after {
	border-color: #fff;
}
.spguideProductsSideMenuTab>li.food.active,
.spguideProductsSideMenuTab>li.food:hover {
	background-color: #fff;
	color: #0090D9;
}
.spguideProductsSideMenuTab>li.food.active:after,
.spguideProductsSideMenuTab>li.food:hover:after {
	border-color: #0090D9;
}

.spguideProductsSideMenuTab>li.cosme {
	background-color: #FF8097;
	color: #fff;
}
.spguideProductsSideMenuTab>li.cosme:after {
	border-color: #fff;
}
.spguideProductsSideMenuTab>li.cosme.active,
.spguideProductsSideMenuTab>li.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}
.spguideProductsSideMenuTab>li.cosme.active:after,
.spguideProductsSideMenuTab>li.cosme:hover:after {
	border-color: #FF8097;
}

.spguideProductsSideMenuTab>li.riceoil {
	background-color: #FFB94D;
	color: #fff;
}
.spguideProductsSideMenuTab>li.riceoil:after {
	border-color: #fff;
}
.spguideProductsSideMenuTab>li.riceoil.active,
.spguideProductsSideMenuTab>li.riceoil:hover {
	background-color: #fff;
	color: #FFB94D;
}
.spguideProductsSideMenuTab>li.riceoil.active:after,
.spguideProductsSideMenuTab>li.riceoil:hover:after {
	border-color: #FFB94D;
}

.spguideProductsSideMenuTab>li.general {
	background-color: #169F76;
	color: #fff;
}
.spguideProductsSideMenuTab>li.general:after {
	border-color: #fff;
}
.spguideProductsSideMenuTab>li.general.active,
.spguideProductsSideMenuTab>li.general:hover {
	background-color: #fff;
	color: #169F76;
}
.spguideProductsSideMenuTab>li.general.active:after,
.spguideProductsSideMenuTab>li.general:hover:after {
	border-color: #169F76;
}

.spguideProductsSideMenuTab>li.new {
	background-color: #FF8978;
	color: #fff;
}
.spguideProductsSideMenuTab>li.new:after {
	border-color: #fff;
}
.spguideProductsSideMenuTab>li.new.active,
.spguideProductsSideMenuTab>li.new:hover {
	background-color: #fff;
	color: #FF8978;
}
.spguideProductsSideMenuTab>li.new.active:after,
.spguideProductsSideMenuTab>li.new:hover:after {
	border-color: #FF8978;
	color: #fff;
}

.spGuideProducts {
	display: none;
	margin-bottom: 8em;
}
@media only screen and (max-width: 640px) {
	.spGuideProducts {
		display: block;
	}
}

.sidebarSearchBox {
	margin-bottom: 9em;
	padding: 0;
}
.sidebarSearchBoxTitle {
	position: relative;
	color: #175684;
	font-size: 2em;
	text-align: center;
	margin-bottom: 2em;
}
.sidebarSearchBoxTitle:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.8em;
	left: 50%;
	transform: translateX(-50%);
	border-top: 4px solid #175684;
	width: 65px;
}
.sidebarSearchBoxMessage {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 2em;
}
.sidebarSearchBoxForm {
	position: relative;
	display: flex;
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
	margin-bottom: 3em;
}
.sidebarSearchBoxForm:before {
	content: "";
	background-image: url(../../images/second/development/icon_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	z-index: 10;
}
.sidebarSearchBoxKeyword {
	position: relative;
	border: 1px solid #175684;
	font-size: 1em;
	margin: 0;
	padding: 1em 1em 1em 2em;
	width: 80%;
}
button.sidebarSearchBoxSubmit {
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background-color: #175684;
	border: 1px solid transparent;
	border-left: none;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	width: 90px;
}
button.sidebarSearchBoxSubmit>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
button.sidebarSearchBoxSubmit:hover {
	background-color: #fff;
	border-color: #175684;
	color: #175684;
}
@media only screen and (max-width: 640px) {

}



/* 
.sidebarSearchBtnBox {
} 
*/
.sidebarSearchBtnBox>div {
	margin-bottom: 1em;
}
a.sidebarSearchBtnBoxBtn {
	transition: all 0.2s 0s ease;
	display: block;
	position: relative;
	background: #F0F8FC;
	border: 1px solid transparent;
	color: #175684;
	padding: 15px 25px 15px 25px;
	text-decoration: none;
	line-height: 2.5em;
	font-size: 1.3em;
}
a.sidebarSearchBtnBoxBtn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 1px solid #175684;
	border-left: none;
	border-bottom: none;
}
a.sidebarSearchBtnBoxBtn:hover {
	background: #175684;
	border: 1px solid #F0F8FC;
	color: #F0F8FC;
}
a.sidebarSearchBtnBoxBtn:hover:after {
	border-color: #F0F8FC;
}
@media only screen and (max-width: 640px) {
	.sidebarSearchBtnBox {
		flex-wrap: wrap;
	}
	.sidebarSearchBtnBox>div {
		width: 100%;
		margin-bottom: 1em;
	}
}


/* /商品一覧ページ サイドバー */





/* 商品一覧ページ メイン */

.productsCategoryPageMain {
	float: right;
	/*width: 776px;*/
	width: 70%;
}
.productsCategoryPageMain2 {
	float: right;
	width: 68.5%;
}
@media only screen and (max-width: 640px) {
	.productsCategoryPageMain {
		width: 100%;
	}
.productsCategoryPageMain2 {
		width: 100%;
	}
}

.productCategoryAttention {
	margin: 0 0 4em;
	padding: 2em 0;
	color: #e60012;
	text-align: center;
	font-size: .9em;
	line-height: 1.8em;
	letter-spacing: .1em;
	border: solid 1px #e60012;
}

.productsCategoryPageMainSection {
	clear: both;
	margin-bottom: 3em;
}

.searchResultSection {
	width: 90%;
	margin: 0 auto 3em;
	clear: both;
}

.productsCategoryPageBadgeBox {
	text-align: right;
	margin-bottom: 4em;
}
.productsCategoryPageBadgeBox>li {
	display: inline-block;
	width: 12%;
	text-align: center;
	line-height: 1.2em;
	margin-left: 1em;
	font-size: .8em;
	font-weight: 500;
}
.productsCategoryPageBadgeBox>li img {
	margin-bottom: .6em;
	width: 57%;
}
@media only screen and (max-width: 640px) {
	.productsCategoryPageMainSection {
		margin-bottom: 6em !important;
	}
	.productsCategoryPageBadgeBox {
		width: 85%;
		margin-left: auto;
		margin-bottom: 0;
		text-align: right;
	}
	.productsCategoryPageBadgeBox>li {
		vertical-align: top;
		width: 30%;
		margin: 0;
	}
	.productsCategoryPageBadgeBox>li img {
		width: 55px;
	}
	.productsCategoryPageBadgeBox>li span {
		display: block;
	}
}

.productsCategoryTitle {
	margin-bottom: 2em;
	padding: 1em 0;
	/*color: #175684;*/
	color: #323232;
	font-size: min(1.1em, 6vw);
	font-weight: 400;
	/*font-weight: 500;*/
	text-align: center;
	line-height: 1em;
	border: solid 1px #d4d4d3;
	/*background-color: #F0F8FC;*/
	/*border-left: 10px solid #175684;*/
	/*border-bottom: 1px solid #175684;*/
}
.productsCategoryTitle.cosme_quasi {
	background-color: #FFF0F3;
	border-color: #FF809C;
	color: #FF809C;
}
@media only screen and (max-width: 640px) {
	.productsCategoryTitle {
		margin-bottom: 1em;
	}
}

.productsCategoryTitle2 {
	color: #FFB73B;
	font-size: min(1.7em, 6vw);
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: .05em;
	margin-bottom: 3em;
}
.productsCategoryTitle2>span {
	position: relative;
	display: inline;
	background: linear-gradient(transparent 95%, #FFB73B 95%);
	padding-bottom: .5em;
}
.productsCategoryTitle2Icon {
	position: absolute;
	top: 50%;
	left: 104%;
	transform: translateY(-50%);
	display: block;
	width: 125px;
	height: 125px;
}
.productsCategoryPageBadgeBox + .productsCategoryTitle2 {
	margin-top: 2.5em;
}
.productsCategoryPageMainSection + .productsCategoryTitle2 {
	margin-top: 9em;
}
@media only screen and (max-width: 640px) {
	.productsCategoryTitle2 {
		text-align: left;
		line-height: 2em;
		max-width: 70%;
	}
	.productsCategoryTitle2>span {
		padding-bottom: .3em;
	}
	.productsCategoryTitle2>span>span {
		display: inline-block;
	}
	.productsCategoryTitle2Icon {
		left: 107%;
		width: 32vmin;
		height: auto;
	}
	.productsCategoryPageBadgeBox + .productsCategoryTitle2 {
		margin-top: 1em;
	}
}


.productsCategoryTitle3 {
	color: #006652;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 1.7em;
}


.productsCategoryTitle4 {
	color: #006652;
	text-align: center;
	font-size: min(1.45em, 6vmin);
	font-weight: 500;
	line-height: 2.5em;
	margin-bottom: 2.5em;
}
.productsCategoryTitle4 span {
	display: inline;
	padding-bottom: .5em;
	letter-spacing: 0;
	background: linear-gradient(transparent 95%, #006652 95%);
}

.productsCategoryTitle5 {
	color: #175684;
	text-align: center;
	font-size: min(1.6em, 6vmin);
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 2.5em;
}
.productsCategoryTitle5 span {
	display: inline;
	background: linear-gradient(transparent 95%, #175684 95%);
	padding-bottom: .5em;
}
@media only screen and (max-width: 640px) {
	.productsCategoryTitle4 span {
		padding-bottom: .3em;
	}
	.productsCategoryTitle5 {
		margin-bottom: 3em;
	}
	.productsCategoryTitle5 span {
		display: inline;
		background: linear-gradient(transparent 95%, #175684 95%);
		padding-bottom: .2em;
	}
}

.productsCategoryTitle6 {
	background-color: #F2F7F6;
	border-bottom: 1px solid #006652;
	border-left: 11px solid #006652;
	color: #006652;
	font-size: min(1.5em, 5vmin);
	font-weight: 500;
	margin-bottom: 2em;
	padding: .6em 1.5em;
}

.productsCategoryTitle7 {
	color: #175684;
	text-align: center;
	font-size: min(2.1em, 6vmin);
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 2.7em;
}
.productsCategoryTitle7 span {
	display: inline;
	background: linear-gradient(transparent 95%, #175684 95%);
	padding-bottom: .5em;
}
.productsCategoryTitle7 span.minTitle {
	display: block;
	color: #000;
	font-size: .4em;
	font-weight: 400;
	text-align: right;
	background: none;
}
@media only screen and (max-width: 640px) {
	.productsCategoryTitle7 {
		margin: 0;
		line-height: 2em;
	}
	.productsCategoryTitle7 span {
		padding-bottom: .2em;
	}
}

.productsInquiry {
	padding: 2.5em 3.5em 4em;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.5em;
	text-decoration: none;
	background-color: #F2F7F6;
}
.productsInquiryInfo {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.4em;
}
.productsInquiryInfo dt,
.productsInquiryInfo dd {
	padding: 2em 1em;
	font-weight: 500;
	line-height: 1.8em;	
	box-sizing: border-box;
	border-bottom: 1px solid #D4D4D4;
}
.productsInquiryInfo dt:last-of-type,
.productsInquiryInfo dd:last-of-type {
	border: none;
}
.productsInquiryInfo dt {
	padding-left: 4em;
	width: 30%;
}
.productsInquiryInfo dd {
	padding-left: 2em;
	width: calc(100% - 30%);
}
@media only screen and (max-width: 640px) {
	.productsInquiry {
		padding: 1em;
	}
	.productsInquiryInfo dt,
	.productsInquiryInfo dd {
		padding: 1em;
		width: 100%;
	}
	.productsInquiryInfo dt {
		padding-bottom: .3em;
		border: none;
	}
	.productsInquiryInfo dd {
		padding-top: .3em;
	}
}

a.productsInquiryBtn {
	transition: all 0.2s 0s ease;
	display: block;
	background-color: #006652;
	border: 1px solid transparent;
	border-radius: 7px;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: .2em;
	margin: 0 auto;
	padding: 1.8em 0;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
a.productsInquiryBtn:hover {
	background-color: #fff;
	border-color: #006652;
	color: #006652;
}
@media only screen and (max-width: 640px) {
	a.productsInquiryBtn {
		width: 100%;
	}
}

.productsCategoryPageList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.productsCategoryPageList:after {
	display: block;
	content: "";
	width: 30%;
}
.productsCategoryPageList>li {
	position: relative;
	width: 30%;
	margin-bottom: 3em;
	padding-top: 2em;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;	
}
.productsCategoryPageList>li a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.productsCategoryPageListThumb {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 1.5em;
	object-fit: cover;
	border-radius: 50%;
}
.productsCategoryPageListThumb-NonCut {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 1.5em;
	object-fit: contain;
}
@media only screen and (max-width: 640px) {
	.productsCategoryPageListThumb {
		width: 150px;
		height: 150px;
	}
	.productsCategoryPageListThumb-NonCut {
		width: 150px;
		height: 150px;
	}
}
.productsCategoryPageListBadge {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;

  column-gap: 5px;
  align-items: center;
 }
.productsCategoryPageListBadge img {
	width: 17%;
}
@media only screen and (max-width: 640px) {
	.productsCategoryPageList {
		justify-content: space-around;
	}
	.productsCategoryPageList>li {
		width: 45%;
	}
	.productsCategoryPageListBadge img {
		margin-right: .5em;
		width: 20%;
	}
}

.productsListTag {
	display: inline-block;
	background-color: #FFB73B;
	color: #fff;
	clear: both;
	font-weight: 500;
	font-size: min(1.6em, 5vw);
	margin-bottom: .5em;
	padding: .3em .6em .4em;
}

.productsListTable {
	border-collapse: collapse;
	margin-bottom: 3em;
}
.productsListTable th,
.productsListTable td {
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
	line-height: 1.8em;
	padding: 2.5em 1.1em;
	vertical-align: middle;
}
.productsListTable th {
	background-color: #FFF6E6;
	font-weight: normal;
	padding: .8em 0;
	width: auto;
}
th.productsListTableName {
	width: 24%;
}
th.productsListTableDesc {
	width: 61%;
}
th.productsListTablePacking {
	width: 15%;
}

.productsListTableBadge {
	margin-top: 1.5em;
}
.productsListTableBadge img {
	width: 36%;
}
.productsListTable strong {
	color: #F08C13;
	font-weight: normal;
}
@media only screen and (max-width: 640px) {
	.productsListTable {
		width: 640px !important;
		table-layout: fixed;
		margin-bottom: 0;
	}
	th.productsListTableName {
		width: 100px;
	}
	th.productsListTableDesc {
		width: 40vw;
	}
	/* 
	.productsListTableBadge img {
	}
	*/
}


.productsListTable2 {
	margin-bottom: 3em;
	table-layout: fixed;
	border-collapse: collapse;
}
.productsListTable2 th {
	font-weight: 400;
}
.productsListTable2 th,
.productsListTable2 td {
	position: relative;
	width: 180px;
	padding: 1.5em .5em;
	line-height: 1.5em;
	vertical-align: middle;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
}
.productsListTable2Title {
	background-color: #FFF6E6;
	text-align: center;
}
.productsListTable2Badge {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	padding: 1em .8em;
	width: 100%;
}
.productsListTable2Badge img {
	margin-left: .5em;
	height: auto;
	width: 44px;
}
.productsListTable2ProductsImage {
	max-height: 217px;
	width: auto;
	max-width: 100%;
	margin-top: 3.5em;
}
@media only screen and (max-width: 640px) {
	.productsListTable2 {
		width: 750px;
		margin-bottom: 0;
	}
	.productsListTable2 th,
	.productsListTable2 td {
		width: 150px;
	}
	.scroll + .scroll {
		margin-top: 3em;
	}
}

.productsCategoryNotice {
	background-color: #FFF6E6;
	color: #323232;
	font-size: 1.1em;
	line-height: 2em;
	padding: 3em 4em;
}
@media only screen and (max-width: 640px) {
	.productsCategoryNotice {
		padding: 1em;
	}
}


.productsCategorySelectGenre {
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto 7em;
}
.productsCategorySelectGenre>div {
	width: 45%;
}
.productsCategorySelectGenre a {
	display: block;
	position: relative;
	background: #F2F7F6;
	border: 1px solid transparent;
	color: #006652;
	font-size: 1.3em;
	padding: 1.4em 0;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.productsCategorySelectGenre a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border: 2px solid #006652;
	border-left: none;
	border-bottom: none;
}
.productsCategorySelectGenre a:hover {
	background: #006652;
	border: 1px solid #F2F7F6;
	color: #F2F7F6;
}
.productsCategorySelectGenre a:hover:after {
	border-color: #F2F7F6;
}
@media only screen and (max-width: 640px) {
	.productsCategorySelectGenre {
		flex-wrap: wrap;
		width: 100%;
		margin: 1em auto 60px;
	}
	.productsCategorySelectGenre>div {
		width: 48%;
	}
	.productsCategorySelectGenre a {
		font-size: 1.1em;
		padding: 1.3em 0;
	}
}




.productsCategorySelectGenre2 {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto 5em;
}
.productsCategorySelectGenre2>div {
	width: 31%;
}
.productsCategorySelectGenre2 a {
	display: block;
	position: relative;
	background: #F2F7F6;
	border: 1px solid transparent;
	color: #006652;
	font-size: 1.3em;
	padding: 1.4em 0;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.productsCategorySelectGenre2 a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border: 2px solid #006652;
	border-left: none;
	border-bottom: none;
}
.productsCategorySelectGenre2 a:hover {
	background: #006652;
	border: 1px solid #F2F7F6;
	color: #F2F7F6;
}
.productsCategorySelectGenre2 a:hover:after {
	border-color: #F2F7F6;
}
@media only screen and (max-width: 640px) {
	.productsCategorySelectGenre2 {
		flex-wrap: wrap;
	}
	.productsCategorySelectGenre2>div {
		margin-bottom: .5em;
		width: 100%;
	}
}


.productsItemList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.productsItemList:after {
	content: "";
	display: block;
	width: 30%;
}
.productsItemList>li {
	position: relative;
	box-sizing: border-box;
	background-color: #F2F7F6;
	margin-bottom: 4.5em;
	padding: 2em 1em 1em;
	width: 31.5%;
}
.productsItemList a {
	transition: all 0.2s 0s ease;
	color: #323232;
	text-decoration: none;
}
.productsItemList a:hover {
	opacity: .7;
}
.productsItemListImage {
	display: block;
	max-height: 212px;
	margin: 0 auto 1.5em;
	width: auto;
}
.productsItemListName {
	font-weight: 500;
	margin-bottom: 1em;
	padding: 0 .3em;
	line-height: 1.5em;
	min-height: 3em;
	font-size: .9em;
}
.productsItemListBadge {
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	padding: 1em;
}
.productsItemListBadge img {
	margin-left: .5em;
	width: 24%;
	height: auto;
}
.productsItemListECbtn>li {
	margin-bottom: .5em;
	height: 42px;
}
.productsItemListECbtn>li a {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 100%;
	overflow: hidden;
}
.productsItemListECbtn>li a:hover {
	opacity: .6;
}
.productsItemListECbtn>li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.productsItemListECbtnYahoo img {
	width: 55% !important;
}
.productsItemListECbtnOnline {
	height: 96px !important;
}
.productsItemListECbtnOnline img {
	width: 80% !important;
	height: auto !important;
}
@media only screen and (max-width: 640px) {
	.productsItemList>li {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.productsItemListECbtn>li {
		height: 55px;
	}
	.productsItemListBadge {
		box-sizing: border-box;
		width: 100%;
	}
	.productsItemListBadge img {
		width: 55px;
	}
	.productsItemListName {
		font-size: 1.2em;
		min-height: initial;
	}
}


.productsForBusiness {
	border-top: 1px solid #D2D2D2;
	margin-bottom: 3em;
	padding-top: 2.5em;
}
.productsForBusinessTitle {
	color: #006652;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: .7em;
}
.productsForBusinessDesc {
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 2em;
}


/* /一般消費者向け商品 一覧 */





.initialIndex {
	display: flex;
	margin: 0 auto 4.5em;
	width: 800px;
	max-width: 100%;
}
.initialIndex>li {
	position: relative;
	box-sizing: border-box;
	padding: 0 1em;
	width: calc(100% / 10);
}
.initialIndex>li:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
}
.initialIndex>li:last-child:after {
	display: none;
}
.initialIndex a {
	transition: all 0.2s 0s ease;
	color: #175684;
	text-decoration: none;
}
.initialIndex a:hover {
	opacity: .5;
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	.initialIndex {
		flex-wrap: wrap;
	}
	.initialIndex>li {
		text-align: center;
		padding-bottom: 1em;
		width: 23%;
	}
	/*
	.initialIndex>li:after {
		display: none;
	}
	*/
}


.sortBox {
	margin: 0 auto 3em;
	width: 800px;
	text-align: center;
	max-width: 100%;
}
.sortBoxTitle {
	display: inline-block;
	background-color: #175684;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
	margin-right: 3em;
	width: 100px;
}
.sortBox>span>a {
	transition: all 0.2s 0s ease;
	display: inline-block;
	color: #175684;
	text-decoration: none;
	line-height: 2em;
	margin-right: 1em;
}
/*
.sortBox>span>a.current {
	text-decoration: underline;
}
*/
.sortBox>span>a:hover {
	opacity: .5;
	text-decoration: underline;
}

.halalPageDesc {
	color: #231815;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 2em;
	margin-bottom: 3em;
	text-align: center;
}



.resultBoxTable2 {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 3em;
}
.resultBoxTable2 th,
.resultBoxTable2 td {
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
	line-height: 1.5em;
	padding: 1.5em 1.8em;
	vertical-align: middle;
}
.resultBoxTable2 th {
	background-color: #F0F8FC;
	font-weight: normal;
	width: 80px;
}
th.resultBoxTable2ItemName {
	width: 75%;
}
th.resultBoxTable2Useto {
	width: calc(100% - 75%);
}
.resultBoxTable2 ol {
	margin-left: 1em;
}
.resultBoxTable2 li {
	list-style-type: decimal;
	list-style-position: outside;
}
@media only screen and (max-width: 640px) {
	.resultBoxTable2 th,
	.resultBoxTable2 td {
		padding: .8em;
	}
	th.resultBoxTable2Useto {
		width: 110px;
	}
}



.resultInitialTitle {
	display: inline-block;
	background-color: #175684;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: .6em;
	padding: .5em 2.1em;
}




.productsItemInfo {
	display: flex;
	margin: 0 auto 6em;
	width: 100%;
}
.productsItemInfoPhoto {
	text-align: center;
	width: 45%;
}
.productsItemInfoPhoto img {
	max-height: 436px;
	width: auto;
}
.productsItemInfoBody {
	padding: 0;
	width: calc(100% - 50%);
}
.productsItemInfoName {
	margin-bottom: 1em;
	font-size: 2em;
	font-size: min(2em, 7vmin);
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: .1em;
}
.productsItemInfoDesc {
	margin-bottom: 2.5em;
	line-height: 2em;
	text-align: justify;
}
.productsItemInfoECBtn>li {
	margin-bottom: .5em;
	height: 42px;
}
.productsItemInfoECBtn>li a {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 100%;
	overflow: hidden;
}
.productsItemInfoECBtn>li a:hover {
	opacity: .6;
}
.productsItemInfoECBtn>li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.productsItemInfoECBtnYahoo img {
	width: 25% !important;
}
.productsItemInfoECBtnOnline {
	height: 96px !important;
}
.productsItemInfoECBtnOnline img {
	width: 80% !important;
	height: auto !important;
}
@media only screen and (max-width: 640px) {
	.productsItemInfo {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 3em
	}
	.productsItemInfoPhoto {
		width: 100%;
	}
	.productsItemInfoPhoto img {
		max-height: 100vmin;
	}
	.productsItemInfoBody {
		width: 100%;
	}
	.productsItemList>li {
		width: 100%;
	}
	.productsItemInfoECBtn>li {
		height: 55px;
	}
	.productsItemInfoECBtn>li img {
		width: 30%;
	}
	.productsItemInfoECBtnYahoo img {
		width: 55% !important;
	}
}


.productsItemInfoTable {
	border-collapse: collapse;
	margin-bottom: 3em;
	table-layout: fixed;
}
.productsItemInfoTable th,
.productsItemInfoTable td {
	padding: 1.5em 1em;
	font-weight: 400;
	line-height: 1.5em;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
}
.productsItemInfoTable th {
	background-color: #F2F7F6;
	color: #636363;
	width: 170px;
}
.productsItemInfoTable td {
	color: #006652;
}
@media only screen and (max-width: 640px) {
	.productsItemInfoTable th, 
	.productsItemInfoTable td {
		display: block;
		width: 100%;
		padding: 1em;
		margin-bottom: -1px;
	}
}


a.btnGenre {
	display: block;
	position: relative;
	background: #F2F7F6;
	border: 1px solid transparent;
	color: #006652;
	font-size: 1.3em;
	font-weight: 500;
	padding: 1.4em 0;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: none;
	width: 45%;
}
a.btnGenre:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border: 2px solid #006652;
	border-left: none;
	border-bottom: none;
}
a.btnGenre:hover {
	background: #006652;
	border: 1px solid #F2F7F6;
	color: #F2F7F6;
}
a.btnGenre:hover:after {
	border-color: #F2F7F6;
}
@media only screen and (max-width: 640px) {
	a.btnGenre {
		flex-wrap: wrap;
	}
	a.btnGenreiv {
		margin-bottom: .5em;
		width: 100%;
	}
}





.functionalityHeader {
	margin-bottom: 8em;
}
.functionalityHeaderCatch {
	margin-bottom: 4em;
}
.functionalityHeaderTitle {
	color: #175684;
	font-weight: 500;
	font-size: min(1.7em, 7vmin);
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.functionalityHeaderList {
	margin: 0;
}
.functionalityHeaderList>li {
	position: relative;
	font-size: 1.05em;
	margin-bottom: .8em;
	line-height: 1.5em;
}
.functionalityHeaderList>li:after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	border-left: 2px solid #175684;
	border-bottom: 2px solid #175684;
	transform: rotate(-45deg);
}
.functionalityList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.functionalityList>li {
	display: flex;
	justify-content: space-between;
	font-size: .8em;
	line-height: 1.6em;
	margin-bottom: 5em;
	width: 48%;
}
.functionalityList p {
	text-align: justify;
}
@media only screen and (max-width: 640px) {
	.functionalityHeader {
		margin: 0;
	}
	.functionalityList>li {
		width: 100%;
	}
}
.functionalityListThumb {
	width: 47%;
}
.functionalityListBody {
	width: 47%;
	font-weight: 300;
}
.functionalityListBody strong {
	font-weight: 300;
	color: #E60012;
}
.functionalityListTitle {
	position: relative;
	color: #0098E1;
	font-weight: 500;
	text-align: center;
	font-size: 145%;
	margin-bottom: .5em;
}
.functionalityListTitle img {
	width: 65%;
	margin: 0 auto;
}
.functionalityListTitle span {
	display: block;
	margin-top: .4em;
	color: #323232;
	font-size: .6em;
	font-weight: 300;
	line-height: 1.6em;
}
.functionalityListTitle span.minTxt {
	width: 120%;
	margin-left: -2em;
	font-size: .4em;
	letter-spacing: 0;
}

a.functionalityListBtn {
	display: block;
	width: 100%;
	margin: .5em 0 .8em;
	color: #0098E1;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #0098E1;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
}
a.functionalityListBtn:hover {
	color: #fff;
	border-color: transparent;
	background-color: #0098E1;
}

.functionalityList>li.yellow .functionalityListTitle,
.functionalityList>li.yellow a.functionalityListBtn {
	border-color: #F5A20B;
	color: #F5A20B;
}
.functionalityList>li.yellow a.functionalityListBtn:hover {
	background-color: #F5A20B;
	color: #fff;
}
.functionalityList>li.violet .functionalityListTitle,
.functionalityList>li.violet a.functionalityListBtn {
	border-color: #7030A0;
	color: #7030A0;
}
.functionalityList>li.violet a.functionalityListBtn:hover {
	background-color: #7030A0;
	color: #fff;
}
.functionalityList>li.green .functionalityListTitle,
.functionalityList>li.green a.functionalityListBtn {
	border-color: #006652;
	color: #006652;
}
.functionalityList>li.green a.functionalityListBtn:hover {
	background-color: #006652;
	color: #fff;
}
.functionalityList>li.base-green .functionalityListTitle,
.functionalityList>li.base-green a.functionalityListBtn {
	border-color: #00B050;
	color: #00B050;
}
.functionalityList>li.base-green a.functionalityListBtn:hover {
	background-color: #00B050;
	color: #fff;
}
.functionalityList>li.black .functionalityListTitle,
.functionalityList>li.black a.functionalityListBtn {
	border-color: #40220F;
	color: #40220F;
}
.functionalityList>li.black a.functionalityListBtn:hover {
	background-color: #40220F;
	color: #fff;
}
.functionalityList>li.red .functionalityListTitle,
.functionalityList>li.red a.functionalityListBtn {
	border-color: #EB3B58;
	color: #EB3B58;
}
.functionalityList>li.red a.functionalityListBtn:hover {
	background-color: #EB3B58;
	color: #fff;
}
.functionalityList>li.beige .functionalityListTitle,
.functionalityList>li.beige a.functionalityListBtn {
	border-color: #C9A063;
	color: #C9A063;
}
.functionalityList>li.beige a.functionalityListBtn:hover {
	background-color: #C9A063;
	color: #fff;
}
.functionalityList>li.orange .functionalityListTitle,
.functionalityList>li.orange a.functionalityListBtn {
	border-color: #EA5514;
	color: #EA5514;
}
.functionalityList>li.orange a.functionalityListBtn:hover {
	background-color: #EA5514;
	color: #fff;
}
.functionalityList>li.light-green .functionalityListTitle,
.functionalityList>li.light-green a.functionalityListBtn {
	border-color: #5dc20a;
	color: #5dc20a;
}
.functionalityList>li.light-green a.functionalityListBtn:hover {
	background-color: #5dc20a;
	color: #fff;
}
.functionalityList>li.purple .functionalityListTitle,
.functionalityList>li.purple a.functionalityListBtn {
	border-color: #6d4bdd;
	color: #6d4bdd;
}
.functionalityList>li.purple a.functionalityListBtn:hover {
	background-color: #6d4bdd;
	color: #fff;
}
.functionalityList>li.beige-yellow .functionalityListTitle,
.functionalityList>li.beige-yellow a.functionalityListBtn {
	border-color: #e09e10;
	color: #e09e10;
}
.functionalityList>li.beige-yellow a.functionalityListBtn:hover {
	background-color: #e09e10;
	color: #fff;
}


.search_refineTitle {
	font-size: 1.5em;
	font-size: min(1.5em, 6vmin);
	color: #175684;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 2.2em;
}

.search_refineSearchBox {
	margin-bottom: 9em;
}
.search_refineSearchBoxTitle {
	position: relative;
	color: #175684;
	font-size: 2em;
	text-align: center;
	margin-bottom: 2em;
}
.search_refineSearchBoxTitle:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.8em;
	left: 50%;
	transform: translateX(-50%);
	border-top: 4px solid #175684;
	width: 65px;
}
.search_refineSearchBoxMessage {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 2em;
}
.search_refineSearchBoxForm {
	position: relative;
	display: flex;
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
	margin-bottom: 3em;
}
.search_refineSearchBoxForm:before {
	content: "";
	background-image: url(../../images/second/development/icon_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	z-index: 10;
}
.search_refineSearchBoxKeyword {
	position: relative;
	border: 1px solid #175684;
	font-size: 1.4em;
	margin: 0;
	padding: .5em 1em .5em 2.3em;
	width: 80%;
}
a.search_refineSearchBoxSubmit {
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background-color: #175684;
	border: 1px solid transparent;
	border-left: none;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	width: calc(100% - 80%);
}
a.search_refineSearchBoxSubmit>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
a.search_refineSearchBoxSubmit:hover {
	background-color: #fff;
	border-color: #175684;
	color: #175684;
}
@media only screen and (max-width: 640px) {
	.search_refineSearchBox {
		margin: 0;
		padding: 0;
	}
	.search_refineSearchBoxForm:before {
		top: 25px;
		left: 8px;
	}
	.search_refineSearchBoxKeyword {
		padding-left: 1.8em;
		width: 100%;
	}
	a.search_refineSearchBoxSubmit {
		padding: 0 .5em;
		width: 40%;
	}
}

.search_refineTitle2 {
	display: inline-block;
	background-color: #0098E1;
	color: #fff;
	clear: both;
	font-size: 1.2em;
	font-size: min(1.2em, 5vmin);
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: .8em;
	padding: .5em 1em;
}
.search_refineTitle2.pink {
	background-color: #FF7C80;
}
.search_refineTable {
	width: 100%;
	table-layout: fixed;
}
.search_refineTable a {
	color: #0085ce;
	text-decoration: underline;
}
.search_refineTitleResult {
	display: inline-block;
	background-color: #175684;
	color: #fff;
	clear: both;
	font-size: 1.2em;
	font-size: min(1.2em, 5vmin);
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: .8em;
	padding: .5em 1em;
}
.search_refineTable th,
.search_refineTable td {
	border: 1px solid #D2D2D2;
	padding: 1.5em 3em;
	line-height: 1.8em;
	vertical-align: middle;
}
.search_refineTable td:first-child {
	border-right: none;
}
.search_refineTable td:last-child {
	border-left: none;
}

.search_refineTable th {
	background-color: #F0F8FC;
	text-align: center;
	font-weight: 300;
}
.search_refineTable.pink th {
	background-color: #FFF2F2;
}
.search_refineTable td {
	position: relative;
	height: 50px;
}
.search_refineTable td.noData {
	border: 1px solid #D2D2D2;
}
.search_refineTableName1 {
	width: 33%;
}
.search_refineTableName2 {
	width: calc(100% - 33%);
}
.search_refineTableBadge {
	position: absolute;
	right: 3em;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
}
.search_refineTableBadge img {
	margin-left: .3em;
	width: 36px;
}
@media only screen and (max-width: 640px) {
	.search_refineTable th,
	.search_refineTable td {
		padding: 1em;
	}
	.search_refineTableName1 {
		width: 150px;
	}
	.search_refineTableName2 {
		width: 400px;
	}
	.search_refineTableBadge {
		right: 1em;
	}
}




.search_appeal_food_searchList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8em;
	justify-content: space-between;
}
.search_appeal_food_searchList dt,
.search_appeal_food_searchList dd {
	box-sizing: border-box;
	padding: 3em 0;
}
.search_appeal_food_searchList dt:last-of-type,
.search_appeal_food_searchList dd:last-of-type {
	border: none;
}
.search_appeal_food_searchList dt {
	width: 27%;
	padding: 2em 0;
	color: #175684;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #175684;
}
.search_appeal_food_searchList img {
	display: block;
	margin: 0 auto 1.2em;
	width: 90px;
	height: 90px;
	object-fit: contain;
}
.search_appeal_food_searchList dd {
	position: relative;
	width: 73%;
	line-height: 2em;
	border-bottom: 1px solid #D2D2D2;
}
.search_appeal_food_searchList dd>div {
	position: absolute;
	top: 50%;
	left: 2em;
	transform: translateY(-50%);
}
.search_appeal_food_searchList label {
	display: inline-block;
	color: #707070;
}
@media only screen and (max-width: 640px) {
	.search_appeal_food_searchList {
		margin-bottom: 3em;
	}
	.search_appeal_food_searchList dt,
	.search_appeal_food_searchList dd {
		padding: 1em;
		width: 100%;
	}
	.search_appeal_food_searchList dt {
		border: none;
	}
	.search_appeal_food_searchList dd {
		margin-bottom: 3em;
	}
	.search_appeal_food_searchList dd>div {
		position: initial;
		transform: translateX(0);
	}
}

/* チェックボックス01 */
input[type=checkbox] {
  display: none;
}
.searchCheckBox {
  display: inline-block;
  width: auto;
  padding: 5px 24px 5px 30px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.searchCheckBox::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  content: '';
  margin-top: -8px;
  background: #fff;
  border: 1px solid #707070;
}
.searchCheckBox::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(45deg);
  height: 9px;
  margin-top: -7px;
  content: '';
  opacity: 0;
  width: 5px;
  border-right: 3px solid #175684;
  border-bottom: 3px solid #175684;
}
input[type=checkbox]:checked + .searchCheckBox::after {
  opacity: 1;
}

a.search_appeal_food_submit {
	display: block;
	width: 514px;
	margin: 0 auto;
	padding: 1.8em 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 500;
	background-color: #0098E1;
	border: 1px solid transparent;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
}
a.search_appeal_food_submit:hover {
	background-color: #fff;
	border: 1px solid #0098E1;
	color: #0098E1;
}
@media only screen and (max-width: 640px) {
	a.search_appeal_food_submit {
		margin-bottom: 7em;
		width: 90%;
	}
}

button.search_appeal_food_submit {
	display: block;
	width: 514px;
	margin: 0 auto;
	padding: 1.8em 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 500;
	background-color: #0098E1;
	border: 1px solid transparent;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
}
button.search_appeal_food_submit:hover {
	background-color: #fff;
	border: 1px solid #0098E1;
	color: #0098E1;
}
@media only screen and (max-width: 640px) {
	button.search_appeal_food_submit {
		margin-bottom: 7em;
		width: 90%;
	}
}

.productsData {
	margin-bottom: 0;
}
.productsData:after {
  content: '';
  display: block;
  clear: both;
}
.productsDataTable {
	width: calc(100% - 393px);
	padding-right: 2em;
	font-size: 1em;
	line-height: 1.5em;
	border-collapse: separate;
}
.productsDataTable.type01 {
	margin-bottom: 3em;
}
.productsDataTable.type02 {
	margin-bottom: 3em;
}
.productsDataTable th,
.productsDataTable td {
	font-weight: 400;
	box-sizing: border-box;
	vertical-align: middle;
}
.productsDataTable th {
	border-top: 1px solid #8BAAC1;
	color: #175684;
	text-align: center;
	padding: 1.5em .5em;
	width: 196px;
}
.productsDataTable th.lastTh {
	border-bottom: 1px solid #8BAAC1;
}
.productsDataTable.type01 th {
	color: #165684;
	border-color: #165684;
	background-color: #f0f8fc;
}
.productsDataTable.type02 th {
	color: #FF7C80;
	border-color: #FFBEC0;
	background-color: #fff2f2;
}
.productsDataTable td {
	border-top: 1px solid #D2D2D2;
	padding: 1.5em 1em;
	width: auto;
}
.productsDataTable td.lastTd {
	border-bottom: 1px solid #D2D2D2;
}
.productsDataTableName {
	position: relative;
	color: #175684;
	font-weight: 500;
	font-size: 1.6em;
}
.productsDataTable.type01 .productsDataTableName {
	color: #165684;
}
.productsDataTable.type02 .productsDataTableName {
	color: #FF7C80;
}
.productsDataTableName>h3 {
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	padding-top: .3em;
}
.productsDataTableDate {
	color: #323232;
	font-size: 50%;
	font-weight: 300;
}
.productsDataTableNameEn {
	display: block;
	font-size: 45%;
	font-weight: 300;
}
.productsDataTableBadge {
	border-bottom: none !important;
	font-size: .7em;
	overflow: hidden;
	padding-bottom: 2em;
}
.productsDataTableBadge:after {
  content: '';
  display: block;
  clear: both;
}
.productsDataTableBadgeItem {
	float: left;
	font-size: .9em;
	text-align: center;
	margin-right: 1em;
	line-height: 1.5em;
	width: 16%;
}
.productsDataTableCertification {
	box-sizing: border-box;
	background-color: #FFF2F2;
	font-size: 1.1em;
	float: left;
	line-height: 1.5em;
	padding: 1.2em;
	text-align: center;
	width: 236px;
}
@media only screen and (max-width: 640px) {
	.productsDataTableCertification {
		margin: .5em 0;
		width: 100%;
	}
}
.productsDataTableBadge img {
	display: block;
	margin: 0 auto .9em;
	width: 40%;
	height: auto;
}
a.productsDataTableLink {
	position: relative;
	transition: all 0.2s 0s ease;
	color: #175684;
	margin-left: 3em;
	text-decoration: none;
}
a.productsDataTableLink:hover {
	opacity: .6;
	text-decoration: underline;
}
a.productsDataTableLink:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -13px;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 2px solid #175684;
	border-right: 2px solid #175684;
}
.productsDataPhoto {
	float: right;
	width: 363px;
	max-width: 100%;
  height: 363px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
@media only screen and (max-width: 640px) {
	.productsDataTable {
		width: 100%;
		border-collapse: collapse;
	}
	.productsDataTable th,
	.productsDataTable td {
		display: block;
		padding: .5em;
		width: 100%;
	}
	.productsDataTable th {
		padding-bottom: .5em;
	}
	.productsDataTable td {
		border: none;
		padding-top: .5em;
		padding-bottom: 2em;
	}
	.productsDataTableName>h3 {
		position: initial;
		transform: initial;
		padding-top: .1em;
	}
	.productsDataPhoto {
		display: block;
		float: none;
		margin: 0 auto 4em;
		width: 80%;
	}
	.productsDataTableBadge {
		margin-top: -2em;
	}
	.productsDataTableBadgeItem {
		font-size: .84em;
		line-height: 1em;
		width: 25%;
	}
	.mb100 {
		margin-bottom: 0 !important;
	}
	.mb40 {
		margin-bottom: 60px !important;
	}
}

.productsAdditionalDataTitle {
	color: #175684;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 1em;
}
.productsAdditionalDataTitle.type02 {
	color: #FF7C80;
}
.productsAdditionalDataTitle2 {
	border: 1px solid #D2D2D2;
	border-bottom: none;
	background-color: #F0F8FC;
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
	line-height: 1.5em;
	padding: 1.2em .5em;
}
.productsAdditionalDataTitle3 {
	color: #175684;
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 1em;
}
.productsAdditionalDataBody {
	border: 1px solid #D2D2D2;
	margin-bottom: 5em;
	padding: 4em 5em;
}
.productsAdditionalDataThumbs {
	display: flex;
	justify-content: space-between;
}
.productsAdditionalDataThumbs>div {
	border: 1px solid #D2D2D2;
	margin-bottom: 2em;
	width: 30%;
}
.productsAdditionalDataThumbs a {
	position: relative;
	display: block;
	height: 240px;
	width: 100%;
}
.productsAdditionalDataThumbs a:after {
	content: "";
	position: absolute;
	right: 1em;
	bottom: 1em;
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../../images/second/prod_intr/asZoom.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.productsAdditionalDataThumbsTitle {
	background-color: #175684;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	padding: .8em 0;
	text-align: center;
}
.productsAdditionalDataThumbsDesc {
	background-color: #F0F8FC;
	line-height: 2em;
	margin-bottom: 2em;
	padding: 2em 5em;
}
@media only screen and (max-width: 640px) {
	.productsAdditionalDataBody {
		padding: 2em 1em;
	}
	.productsAdditionalDataThumbs {
		flex-wrap: wrap;
	}
	.productsAdditionalDataThumbs>div {
		width: 100%;
	}
	.productsAdditionalDataThumbsDesc {
		padding: 2em 1em;
	}
}



.categoryBelt {
	background-color: #F0F8FC;
	margin: 5em 0 2em;
	padding-bottom: 3em;
}
.categoryBelt.type02 {
	background-color: #FFF2F2;
}
.categoryBletTitle {
	color: #175684;
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
	transform: translateY(-.5em);
	margin-bottom: 1em;
}
.categoryBelt.type02 .categoryBletTitle {
	color: #FF7C80;
}
.categoryBeltList {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 837px;
}
.developmentBeltList {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 837px;
}
.categoryBeltList>li,.developmentBeltList>li {
	text-align: center;
	width: 24%;
	padding: 10px;
}
.categoryBeltListIcon {
	height: 94px;
	margin-bottom: 1.5em;
	width: 94px;
}
.categoryBeltListName {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}
a.categoryBeltListBtn {
	display: block;
	transition: all 0.2s 0s ease;
	border: 1px solid #175684;
	background-color: #fff;
	color: #175684;
	text-align: center;
	text-decoration: none;
	padding: .8em 0;
	width: 100%;
}
a.categoryBeltListBtn:hover {
	background-color: #175684;
	color: #fff;
}
.categoryBelt.type02 a.categoryBeltListBtn {
	border-color: #FF7C80;
	color: #FF7C80;
}
.categoryBelt.type02 a.categoryBeltListBtn:hover {
	background-color: #FF7C80;
	color: #fff;
}
.developmentImgFilter {
	filter: grayscale(100%);
}
@media only screen and (max-width: 640px) {
	.categoryBelt {
		margin-bottom: 3em;
		padding-bottom: 2em;
	}
	.developmentBeltList {
		box-sizing: border-box;
		width: 100%;
		flex-wrap: wrap;
		padding: 0 .5em;
	}
	.categoryBeltList {
		box-sizing: border-box;
		width: 100%;
		flex-wrap: wrap;
		padding: 0 .5em;
	}
	.categoryBeltList>li {
		margin-bottom: 1em;
		width: 45%;
	}
	.developmentBeltList>li {
		margin-bottom: 1em;
		width: 45%;
	}
	.categoryBletTitle {
		font-size: 1.6em;
		margin-bottom: 1em;
	}
}
.arrowBox {
	width: 18px;
	margin: 0 auto 3em;
}
.arrow-bottom {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid #FF7C80;
  border-right: 4px solid #FF7C80;
  transform: rotate(45deg);
}
.arrow-bottomFood {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid #165684;
  border-right: 4px solid #165684;
  transform: rotate(45deg);
}

.memberLinkWrap {
	width: 768px;
	margin: 0 auto 3em;
	padding: 40px;
	background-color: #fff2f2;
}
.memberLinkWrapFood {
	width: 768px;
	margin: 0 auto 3em;
	padding: 40px;
	background-color: #f0f8fc;
}
.memberLinkTitle {
	width: 100%;
	margin-bottom: 20px;
	color: #175684;
	font-size: 1.6em;
	font-weight: 500;
	text-align: center;
	z-index: 999;
}
.memberLinkTitleFood {
	width: 100%;
	margin-bottom: 20px;
	color: #165684;
	font-size: 1.6em;
	font-weight: 500;
	text-align: center;
	z-index: 999;
}
.memberLinkTitleSub {
	text-align: center;
	line-height: 1.8em;
}

.memberLinkTitle.type02 {
	color: #FF7C80;
}
.memberLinkTitle.type02:before {
	border-color: #FF7C80;
}

.memberLinkBox {
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
}
a.memberLinkBtn {
	transition: all 0.2s 0s ease;
	display: block;
	/* margin: 0 5% 7em; */
	margin: 0 5%;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}
a.memberLinkBtn:hover {
	opacity: .9;
}
.memberLinkBtn img {
  width: 90px;
  height: 80px;
	margin: 0 auto 1em;
  object-fit: contain;
}
a.memberLinkBtn2 {
	transition: all 0.2s 0s ease;
	box-sizing: border-box;
	display: block;
	position: relative;
	background: #0098E1;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	margin: 0 auto 5em;
	padding: 1.5em 1em;
	width: 414px;
}
a.memberLinkBtn2:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
a.memberLinkBtn2:hover {
	background: #fff;
	border: 1px solid #0098E1;
	color: #0098E1;
}
a.memberLinkBtn2:hover:after {
	border-color: #0098E1;
}
a.memberLinkBtn2.type02 {
	background-color: #FF7C80;
}
a.memberLinkBtn2.type02:hover {
	background-color: #fff;
	border: 1px solid #FF7C80;
	color: #FF7C80;
}
/*
a.memberLinkBtn2:hover:after {
	border-color: #FF7C80;
}
*/
@media only screen and (max-width: 640px) {
	.memberLinkBox {
		width: 100%;
	}
	.memberLinkTitle {
		width: 90%;
		margin: 1em auto;
		font-size: 1.4em;
		line-height: 1.6em;
	}
	.memberLinkTitleFood {
		width: 90%;
		margin: 1em auto;
		font-size: 1.4em;
		line-height: 1.6em;
	}
	.memberLinkTitleSub {
		width: 90%;
		margin: 0 auto;
		font-size: 1em;
		line-height: 1.6em;
	}
	a.memberLinkBtn {
		width: 50%;
		margin: 0 5% 0;
	}
	.memberLinkBtn img {
		margin: 0 auto;
	}
	a.memberLinkBtn2 {
		width: 70%;
		font-size: 1.2em;
	}
	.memberLinkWrap {
		width: 93%;
		margin: 0 auto 3em;
		padding: 1em 0 2em;
		box-sizing: border-box;
	}
	.memberLinkWrapFood {
		width: 93%;
		margin: 0 auto 3em;
		padding: 1em 0 2em;
		box-sizing: border-box;
	}
}



.productsDataTable2 {
	width: 100%;
	font-size: 1em;
	line-height: 1.6em;
	table-layout: fixed;
	border-collapse: collapse;
}
.productsDataTable2 th,
.productsDataTable2 td {
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
	padding: .5em .3em;
	font-weight: 400;
	vertical-align: middle;
}
.productsDataTable2 th {
	background-color: #FFF2F2;
	padding: 1em;
}
.productsDataTable2.type01 th {
	background-color: #f0f8fc;
}
.productsDataTable2.type02 th {
	background-color: #F0F8FC;
}
.productsDataTable2 td {
	min-height: 58px;
	height: 58px;
}
.productsDataTable2Standard {
	width: 330px;
}
.productsDataTable2Large {
	width: 460px;
}
.productsDataTable2Icon {
	height: 48px;
	width: 48px;
}
.productsDataTable2 a {
	transition: all 0.2s 0s ease;
	text-decoration: none;;
	color: #FF7C80;
}
.productsDataTable2.type01 a {
	color: #165684;
}
.productsDataTable2.type02 a {
	color: #175684;
}

.productsDataTable2 a:hover {
	opacity: .8;
}
.productsDataTableNotice {
	font-size: .9em;
	text-align: right;
	margin-top: .5em
}
@media only screen and (max-width: 640px) {
	.productsDataTable2 {
		width: 1100px !important;
	}
}

.productsDataTable3 {
	border-collapse: collapse;
	font-size: 1.1em;
	width: 100%;
	table-layout: fixed;
	line-height: 1.5em;
}
.productsDataTable3 th,
.productsDataTable3 td {
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
	padding: 1em;
	vertical-align: middle;
}
.productsDataTable3 th {
	font-weight: 300;
	background-color: #FFF2F2;
	width: 275px;
}
@media only screen and (max-width: 640px) {
	.productsDataTable3 {
		width: 640px !important;
	}
}



.productsDataTable4 {
	border-collapse: collapse;
	font-size: 1.1em;
	table-layout: fixed;
	line-height: 1.5em;
}
.productsDataTable4 th,
.productsDataTable4 td {
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
	padding: 1em 2em;
	width: 275px;
}
.productsDataTable4 th {
	font-weight: 300;
	background-color: #FFF2F2;
	width: 275px;
}
@media only screen and (max-width: 640px) {
	.productsDataTable4 {
		width: calc(275px * 2) !important;
	}
}


.productsSafetyTest {
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	font-size: 1.1em;
	margin-bottom: 3em;
}
.productsSafetyTest>li {
	position: relative;
	border-left: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	line-height: 1.5em;
	padding: 1.5em 2em 1.5em 3em;
}
.productsSafetyTest>li:before {
	position: absolute;
	top: 2em;
	left: 2em;
	content: "";
	background-color: #000;
	border-radius: 100%;
	height: .2em;
	width: .2em;
}


/* left menu */
/* -----------------------
  Accordion
-------------------------- */
.productsCategoryPageSidebar {
  box-sizing: border-box;
  float: left;
  width: 305px;
}
@media only screen and (max-width: 640px) {
  .productsCategoryPageSidebar {
    padding: 0 3vmin;
    width: 100%;
  }
}

.guideProductsSideMenu {
  background-color: #f0f8fc;
  padding-bottom: 2em;
  margin-bottom: 3em;
}
.guideProductsSideMenuTab {
  color: #fff;
  padding: 2em 0;
}
.guideProductsSideMenuTab>li {
  position: relative;
  /*
  width: 100%;
  height: 3em;
  */
  margin: 0 0 .8em !important;
  padding: .5em 0 !important;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  list-style: none;
  transition: all 0.2s 0s ease;
  background: #C7C8C8;
  border: 1px solid transparent;
  cursor: pointer;
}

/*
.guideProductsSideMenuTab>li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.guideProductsSideMenuTab>li>a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
*/
.guideProductsSideMenuTab>li>a {
  color: #fff;
}
.guideProductsSideMenuTab>li>a:hover {
  color: #fff;
}
.guideProductsSideMenuTab>li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}
.guideProductsSideMenuTab>li.food {
  background-color: #0090D9;
  color: #fff;
}
.guideProductsSideMenuTab>li.cosme {
  background-color: #FF8097;
  color: #fff;
}
.guideProductsSideMenuTab>li.riceoil {
  padding: 1.2em 0 !important;
  background-color: #FFB94D;
  color: #fff;
}
.guideProductsSideMenuTab>li.general {
  padding: 1.2em 0 !important;
  background-color: #169F76;
  color: #fff;
}
.guideProductsSideMenuTab>li.new {
  padding: 1.2em 0 !important;
  background-color: #FF8978;
  color: #fff;
}
.leftMenuListBtn {
  background-color: #fff;
}
.leftMenuBtnFood {
  position: relative;
  padding: .5em;
  margin: 0 auto;
  font-size: .9em;
  font-weight: 400;
  background-color: #0090D9;
}
.leftMenuBtnFood:hover {
  color: #0090D9;
  background-color: #ccf1ff;
  transition: .3s;
}
.leftMenuBtnCosme {
  position: relative;
  padding: .5em;
  margin: 0 auto;
  font-size: .9em;
  font-weight: 400;
  background-color: #FF8097;
}
.leftMenuBtnCosme:hover {
  color: #FF8097;
  background-color: #ffe6ed;
  transition: .3s;
}
.leftMenuBtnRiceOil {
  position: relative;
  padding: .5em;
  margin: 0 auto;
  font-size: .9em;
  font-weight: 400;
  background-color: #FFB94D;
  border-bottom: solid 1px #fff;
}
.leftMenuBtnRiceOil:hover {
  color: #FFB94D;
  background-color: #ffe7c5;
  transition: .3s;
}
.leftMenuBtnGeneral {
  position: relative;
  padding: .5em;
  margin: 0 auto;
  font-size: .9em;
  font-weight: 400;
  background-color: #169F76;
  border-bottom: solid 1px #fff;
}
.leftMenuBtnGeneral:hover {
  color: #169F76;
  background-color: #d7fff1;
  transition: .3s;
}
.leftMenuBtnHalal {
  position: relative;
  padding: .5em;
  margin: 0 auto;
  font-size: .9em;
  font-weight: 400;
  background-color: #175684;
}
.leftMenuBtnHalal:hover {
  color: #0090D9;
  background-color: #9fdaff;
  transition: .3s;
}
.leftMenuBtnFood a,
.leftMenuBtnCosme a,
.leftMenuBtnRiceOil a,
.leftMenuBtnGeneral a,
.leftMenuBtnHalal a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .guideProductsSideMenu,
  .guideProductsSideMenuTab {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .guideProductsSideMenu {
    margin-bottom: 3em;
  }
  .guideProductsSideMenuTab li.food.action,
  .guideProductsSideMenuTab li.food:hover {
    border-color: #0090D9;
  }
  .guideProductsSideMenuTab li.cosme.action,
  .guideProductsSideMenuTab li.cosme:hover {
    border-color: #FF8097;
  }
  .guideProductsSideMenuTab li.riceoil.action,
  .guideProductsSideMenuTab li.riceoil:hover {
    border-color: #FFB94D;
  }
  .guideProductsSideMenuTab li.general.action,
  .guideProductsSideMenuTab li.general:hover {
    border-color: #169F76;
  }
  .guideProductsSideMenuTab li.new.action,
  .guideProductsSideMenuTab li.new:hover {
    border-color: #FF8978;
  }
  .guideProductsDesc,
  a.btnMemberContents {
    display: none;
  }
  .searchBoxForm {
    margin-bottom: 3em;
  }
}

.inner-menu {
  display: none;
  list-style-type: none;
}
.parentmenu {
  width: 100%;
  height: 100%;
}
.guideProductsSideMenuTab>li>ul>li {
  position: relative;
  padding: 1em 0;
  font-size: .9em;
  font-weight: 400;
  background-color: #fff;
  border: solid #ccc;
  border-width: 0 0 1px;
}
.guideProductsSideMenuTab>li>ul>li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.guideProductsSideMenuTab>li>ul>li:first-child {
  margin-top: .8em;
  border-width: 1px 0 1px;
}
.guideProductsSideMenuTab>li.food>ul>li {
  color: #0090D9;
}
.guideProductsSideMenuTab>li.cosme>ul>li {
  color: #FF8097;
}
.guideProductsSideMenuTab>li.riceoil>ul>li {
  color: #FFB94D;
}
.guideProductsSideMenuTab>li.general>ul>li {
  color: #169F76;
}
.guideProductsSideMenuTab>li.food>ul>li:hover {
  background-color: #ccf1ff;
  transition: .3s;
}
.guideProductsSideMenuTab>li.cosme>ul>li:hover {
  background-color: #ffe6ed;
  transition: .3s;
}
.guideProductsSideMenuTab>li.riceoil>ul>li:hover {
  background-color: #ffe7c5;
  transition: .3s;
}
.guideProductsSideMenuTab>li.general>ul>li:hover {
  background-color: #d7fff1;
  transition: .3s;
}

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

/* 検索結果0件*/
.searchNoMatchContent {
	margin: 0 auto 2em;
}
.searchNoMatchInner {
	position: relative;
	height: 100%;
}
.searchNoMatchList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 86%;
	margin: 0 auto;
	padding: 0;
}
.searchNoMatchContent li {
	width: 45%;
	margin-bottom: 2em;
	font-size: 1.1em;
	list-style: none;
}
.searchNoMatchContent a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
.searchNoMatchContent a:hover {
	color: #000;
}
.searchNoMatchContent li img {
	max-width: 100%;
	margin-bottom: .5em;
}
.searchResultNoMatch {
	margin-bottom: 2em;
	padding: 1em;
	color: #175684;
	font-size: min(1.4em, 6vw);
	font-weight: 500;
	line-height: 1.5em;
	background-color: #F0F8FC;
	border-left: 10px solid #175684;
	border-bottom: 1px solid #175684;
}
.searchResultNoMatch.cosme_quasi {
	background-color: #FFF0F3;
	border-color: #FF809C;
	color: #FF809C;
}
.searchNoMatchButtonBox {
	width: 86%;
	margin: 1em auto 0;
	display: flex;
	flex-wrap: wrap;
}
.searchNoMatchButtonBox.jc-between {
	justify-content: space-between;
}
.searchNoMatchButtonItem {
	width: 49%;
}
a.searchNoMatchBtnMore {
	transition: all 0.2s 0s ease;
	display: block;
	margin: 0 auto 3em;
	padding: 1em;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	line-height: 1.6em;
	border-radius: 10px;
	background-color: #0090D9;
	border: solid 1px #0090D9;
}
a.searchNoMatchBtnMore:hover {
	background-color: #fff;
	color: #0090D9;
}
a.searchNoMatchBtnMore.halal {
	line-height: 3.2em;
	background-color: #175684;
	border: solid 1px #175684;
}
a.searchNoMatchBtnMore.halalcosme {
	padding: 1.5em 0;
	background-color: #175684;
	border: solid 1px #175684;
}
a.searchNoMatchBtnMore.halal:hover, a.searchNoMatchBtnMore.halalcosme:hover {
	background-color: #fff;
	color: #175684;
}
a.searchNoMatchBtnMore.cosme {
	padding: 1.5em 0;
	letter-spacing: 1px;
	background-color: #FF8097;
	border: solid 1px #FF8097;
}
a.searchNoMatchBtnMore.cosme:hover {
	background-color: #fff;
	color: #FF8097;
}

.searchNoMatchMessage {
	margin-bottom: 2em;
	padding: 1em;
	color: #e60012;
	text-align: center;
	line-height: 1.6em;
	border: solid 1px #e60012;
}


