@charset "utf-8";
#wrap {
	max-width: 1200px;
	margin: auto;
	width: 100%;
	box-shadow: 0 0 120px #ccc;
	word-break: break-all;
}





/*下部に固定される製品アイコンボタン*/
#list_fix_btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 120%;
	z-index: 999;
	cursor: pointer;
}
#list_fix_btn:hover {
	opacity: .7;
}
#list_fix_btn img {
	
	display: block;
	width: 90px;
	margin: auto;
}
#list_fix_btn span {
	background: rgba(230,230,230,0.9);
	text-decoration: none;
	color: #555;
	padding: 10px 10px 10px 10px;
	text-align: center;
	display: block;
	border-radius: 2em;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 0.8em;
	letter-spacing: -0.05em;
}
.listContentArea{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	
}


/*リストエリア*/

.listpageMidashi1{
	font-size: 1.7em;
	color: #000;
	line-height: 1em;
	font-weight: 900;
	text-align: center;
	margin: 3em auto 0 auto;
}

.listpageSearchArea{
	width: 100%;
	margin: 1.5em auto 0 auto;
	padding: 2em 1em ;
	border: 3px solid #0054b6;
	border-radius: 80px;
	background-color: #fff;
}
@media (max-width: 899px) {
	.listpageSearchArea{
		border-radius: 6vw;
	}
}
.listpageSearchDiv1{
	max-width: 710px;
    width: 100%;
    margin: auto;
}
.listpageSearchDiv2{
	width: 100%;
	margin: 0 auto 1em auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.listpageSearchDiv2L{
	font-size: 1.6em;
    color: #333;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
    width: 11em;
    padding: 1em 1em 1em 0;
}
.listpageSearchDiv2R{
	width: calc(90% - 14em);
    border: 2px solid #eee;
    padding: 0.25em;
    cursor: pointer;
}
.listpageSearchDiv2R:hover{
	opacity: 0.7;
}
#listpageSearchSelectedProd img{
	width: 93%;
}
#listpageSearchSelectedRegi img{
	width: 93%;
}
.listpageSearchArrow{
	width: 7%;
}
.listpageSearchBTNDiv{
	margin: 2em auto 0 auto;
	text-align: center;
}
.listpageSearchBTNDiv img{
	width: 9em;
	margin: 0 0.5em;
	cursor: pointer;
}
.listpageSearchBTNDiv img:hover{
	opacity: 0.7;
}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	.listpageMidashi1{
		font-size: 1.3em;
		color: #000;
		line-height: 1em;
		font-weight: 900;
		text-align: center;
		margin: 3em auto 0 auto;
	}

	.listpageSearchDiv2L{
		font-size: 1.3em;
		color: #333;
		line-height: 1em;
		text-align: center;
		width: 100%;
		padding: 0 0 0.25em 0;
	}
	.listpageSearchDiv2R{
		width: 100%;
		max-width: 450px;
		padding: 0.25em;
	}
	.listpageSearchBTNDiv img:hover{
		opacity: initial;
	}
}
.listpageArea{
	width: 100%;
	max-width: 1280px;
	padding: 0 2em 4em 2em;
	margin: 1em auto 0 auto;
}

.listpageP1{
	font-size: 1.3em;
	color: #3d3a39;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.25em;
}
.listpageP1Div{
	border-bottom: 2px solid #666;
    width: calc(100% - 1em);
    margin: 5em auto 2em auto;
}
@media (max-width: 799px) {
	.listpageP1Div{
		width: calc(100% - 2em);
	}
}
@media (max-width: 639px) {
	.listpageArea{
		padding: 0 1em 0 1em;
		margin: 2em auto 0 auto;
	}

	.listpageP1{
		font-size: 1.2em;
		margin-bottom: 0.25em;
	}
}
@media (max-width: 499px) {
	.listpageP1{
		font-size: 1.0em;
		letter-spacing: -0.5px;
	}
}

.selectAlfaDIV1 {
	width: 100%;
	margin: 1.5em auto 0 auto;
	padding: 2em 1em ;
	border: 3px solid #0054b6;
	border-radius: 80px;
  background-color: #fff;
}
@media (max-width: 899px) {
	.selectAlfaDIV1 {
		border-radius: 6vw;
	}
}
.selectAlfaDIV2 {
	text-align: center;
}
.selectAlfaDIV2 img {
	margin: 0.2em;
	width:2.5em;
	height:auto;
}


#listAreaAlfa h4 {
	margin-top: 1.75em;
	/* width: 1.8em;
	height: 1.8em;
	background-color:#0054b6;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-size: cover;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	padding-top: 0.3em;
	margin-top: 1.75em;
	margin-left: 0.2em;
	border-radius: 2em; */
}
#listAreaAlfa h4 img{
	width: 32px;
	display: block;
}

.selectH42 {
	margin-top: 3em;
}
#listAreaNoHitP{
	    font-size: 1.3em;
    color: #000;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    padding: 3em 1em;
}
.table {
	display: table;
	width: 100%;
}
.table div {
	
}
.td1 {
	display: table-cell;
	width: 50%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	text-align: left;

	vertical-align: middle;
	padding-top: 1.9em;
	padding-right: 0.5em;
	padding-bottom: 1.6em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.td2 {
	display: table-cell;
	width: 20%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	text-align: left;

	vertical-align: middle;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.td3 {
	    display: table-cell;
    width: 30%;
    text-align: left;
    font-size: 0.95em;
    font-weight: 500;

    vertical-align: middle;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.td4 {
	display: none;
}

.tdp1 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #ff0150;
}

.tdp2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	margin-top: 0.6em;
	width: calc(100% - 0.5em);
	padding: 0 0 0.1em 0;
}
.tdp3 {
	font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 500;
    color: #333;
    margin-top: 0.1em;
}
.tdp4 {
	display: inline-block;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1em;
	color: #0057b6;
	margin-top: 1.0em;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/list-btn-website.webp);
	background-size: 25px;
	background-position: left -3px center;
	background-repeat: no-repeat;
	padding: 0.5em 0 0.5em 27px;
}
.tdp4:hover {
	opacity: 0.5;
}
.tdp5 {
	font-size: 1.0em;
	font-weight: 500;
	line-height: 1em;
	color: #333;
	margin-top: 0.25em;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/list-icon-mail.webp);
	background-size: 25px;
	background-position: left -3px center;
	background-repeat: no-repeat;
	padding: 0.5em 0 0.5em 27px;
}
.tdp6 {
	font-size: 1.0em;
	line-height: 1.25em;
	font-weight: 500;
	color: #333;
	margin-top: 0.25em;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/list-btn-legione.webp);
	background-size: 25px;
	background-position: left -3px top 0.5em;
	background-repeat: no-repeat;
	padding: 0.5em 0 0.5em 27px;
}
.tdp7importer{
	font-size: 1.0em;
    font-weight: bold;
    color: #4f4f4f;
    margin-top: 0.65em;
    margin-left: 0;
    line-height: 1em;
    display: inline-block;
}
.tdp7importer a{
	color: #0057b6;
	text-decoration: underline;
}
.tdp7importer a:hover{
	opacity: 0.5;
}

.tdp7importerNolink{
}


.td2 img {
	width: 3em;
	height: 3em;
	margin: 0.25em 0.1em;
}
.tdHIddenText{
	display: none;
}
/*モバイル版（最小）*/
@media (max-width: 799px) {
	#listAreaAlfa {
		padding: 0.5em;
	}

	#listAreaAlfa h4 {
		margin:1em 0 0 0.3em;
	}
	.td1 {
		display: block;
		width: 100%;
		border: none !important;
		text-align: left;
		
		padding-bottom: 0.5em;
	}
	.tdp1 {
		
	}

	.td2 {
		display: block;
		width: 100%;
		text-align: left;
		border:none;

	}
	.tdp2 {
		border-bottom:none;
	}
	.td2 img{
		
		width: 3em;
		height:auto;
		margin-right:0.3em;
		
	}
	.td3 {
		display: block;
		width: 100%;
		font-size: 0.9em;
		border-bottom-width: 1px;
		border-bottom-style: dotted !important;
		border-bottom-color: #999;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
	}
	.td3 p{
		background-color: #fff;
		padding: 1em;
		border-radius: 8px;
	}
}
/*モバイル版（最小）*/
@media (max-width: 345px) {
	.tdp1 {
		font-size: 1.4em;
		padding: 0px;
		height: 24px;
	}
	
}


/*モーダル*/
#modalWrap{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	display: block;
	position: fixed;
	overflow-y: scroll;
}
.modalArea{
	position: fixed;
    width: calc(90vw);
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    border-radius: 1.8vw;
    background-color: #fff;
    padding: 2em;
}
#modalProdSetsumei{
	height: 85vh;
    max-height: 780px;
}
#modalProd{
	height: 85vh;
    max-height: 780px;
}
#modalRegi{
	height: 90vh;
    max-height: 900px;
}
.modalMap{
	width: 250px;
	display: block;
	margin: auto;
}

.modalScrollDIVProd{
    width: 100%;
    height: calc(65vh + 15px);
    max-height: 560px;
    overflow-y: scroll;
    margin: 1em auto 0 auto;
    position: relative;
}
.modalScrollDIVRegi{
    width: 100%;
    height: calc(73vh + -15px);
    max-height: 730px;
    overflow-y: scroll;
    margin: 1em auto 0 auto;
    position: relative;
}


/*スクロールバーの横幅指定*/
.modalScrollDIVProd::-webkit-scrollbar ,.modalScrollDIVRegi::-webkit-scrollbar {
    width: 0.6vw;
}
/*スクロールバーの背景色・角丸指定*/
.modalScrollDIVProd::-webkit-scrollbar-track ,.modalScrollDIVRegi::-webkit-scrollbar-track {
  border-radius: 1vw;
	background: #fff;
}
/*スクロールバーの色・角丸指定*/
.modalScrollDIVProd::-webkit-scrollbar-thumb ,.modalScrollDIVRegi::-webkit-scrollbar-thumb {
  border-radius: 1vw;
	background:#004764;
}
/*モバイル版（最小）*/
@media (max-height: 979px) {
	/*スクロールバーの背景色・角丸指定*/
	.modalScrollDIVProd::-webkit-scrollbar-track ,.modalScrollDIVRegi::-webkit-scrollbar-track {
		background: #eee;
	}
}
.modalP1{
	font-size: 1.6em;
	color: #333;
	line-height: 1em;
	text-align: center;
	font-weight: 900;
	margin: auto auto 1em auto;
}
.modalP2{
	display: block;
	margin: auto;
	max-width: 390px;
	width: 85%;
}
.modalProdBTNDIV{
	width: 100%;
	padding-right: 6px;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.modalProdBTNDIV img{
	width: 49.4%;
    margin: 0 0 0.5em 0;
    cursor: pointer;
    padding: 2px 6px 2px 2px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.modalProdBTNDIV img:hover{
	opacity: 0.7;
}
.modalRegiBTNDIV{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/


}
.modalRegiBTNDIV li{
	font-size: 1.0em;
	color: #555;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	letter-spacing: -0.25px;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 0.5em;
	border-radius: 8px;
	list-style-type:none;
}
.modalRegiBTNDIV li:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.modalRegiOdd{
	width: calc(56% - 1em);
	padding-right: 2%;

}
.modalSpace{
	width: calc(40% - 1em);
	margin-left: 1.5%;
	opacity: 0;
}
.modalRegiEven{
	width: calc(40% - 1em);
	margin-left: 1.5%;
}

.modalCloseBTN{
	width: 125px;
	display: block;
	margin: 2em auto 0 auto;
	bottom: 4%;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.modalCloseBTN:hover{
	opacity: 0.6;
}
.modalScrollDIVGradeProd{
		background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
		position: fixed;
		bottom: 5%;
		width: calc(100% - 4em );
		height: 10vh;
		display: none;
	}
	.modalScrollDIVGradeRegi{
		background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
		position: fixed;
		bottom: 5%;
		width: calc(100% - 4em );
		height: 10vh;
		display: none;
	}
.lbbrsp{
	display: none;
}
/*モバイル版（最小）*/
@media (max-width: 639px) {

	#modalProd{
		height: 85vh;
	    max-height: initial;
	}
	.modalScrollDIVProd{
	    height: 70vh;
	    max-height: initial;
	    padding: 0 5px 10vh 5px;
	}
	#modalRegi{
		height: 85vh;
	    max-height: initial;
	}
	.modalScrollDIVRegi{
	    height: 70vh;
	    max-height: initial;
	    padding: 0 5px 10vh 5px;
	}
	/*スクロールバーの横幅指定*/
	.modalScrollDIVProd::-webkit-scrollbar ,.modalScrollDIVRegi::-webkit-scrollbar {
	    width: 2.4vw;
	}
	/*スクロールバーの背景色・角丸指定*/
	.modalScrollDIVProd::-webkit-scrollbar-track ,.modalScrollDIVRegi::-webkit-scrollbar-track {
	  border-radius: 4vw;
		background: #eee;
	}
	/*スクロールバーの色・角丸指定*/
	.modalScrollDIVProd::-webkit-scrollbar-thumb ,.modalScrollDIVRegi::-webkit-scrollbar-thumb {
	  border-radius: 4vw;
	}
	.modalProdBTNDIV img{
		width: 100%;
		margin: 0 0 0.5em 0;
	}

	.modalRegiOdd{
		width: 100%;
		padding-right: 0;

	}
	.modalRegiEven{
		width: 100%;
		margin-left: 0;
	}
	.modalSpace{
	display: none;
	}


	.modalCloseBTN{
		width: 110px;
		bottom: 2%;
	}
	.lbbrsp{
		display: inline;
	}
	.modalScrollDIVGradeProd{
		display: block;
	}
	.modalScrollDIVGradeRegi{
		display: block;
	}

}

