/*===========================================================*/
/*　製品を探す　タイトル　*/
/*===========================================================*/


.product-lookfor-title-sub {
	display: block;
	position:relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 48px;
	background-color: #004198;
	box-sizing: border-box;
}

.product-lookfor-title-sub p {
	display: block;
	position: relative;
	line-height: 48px;
	margin: 0 auto 0 auto;
	width: 90%;
	font-size: 1.2em;
	color: #fff;
}






/*===========================================================*/
/*　クリックしたらナビが出現 */
/*===========================================================*/


#product-sub-nav {
	display: block;
	position:relative;
	top: 0;
	width:100%;
	background-color: #f4f0eb;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*transition: all 0.6s;*/
	z-index: 1;
}


#product-sub-nav .product-sub-nav-inner {
	position:relative;
  z-index: 1;
  width: 100%;
  min-width: 290px;
  /*height: 100vh;*/
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch;
  /*padding-bottom: 200px;*/
	overflow: hidden;
}

#product-sub-nav .product-sub-nav-inner > ul {

	background-color: #f4f0eb;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
}

@media screen and (max-width:1300px) {

	#product-sub-nav {
		display: block;
		position:relative;
		top: 0;
		width: 95%;
		margin: 0 auto 0 auto;
		background-color: #f4f0eb;
		padding: 0 0 0 0;
		/*transition: all 0.6s;*/
		z-index: 1;
	}

}


.product-list h2{
	display: block;
	padding: 1em 2em ;
	margin: 1.5em 0;
	line-height: 1.2;
	color: #fff;
	background-color: #004198;
	font-weight: bold;
	font-size: 1.2em;
}

#product-sub-nav li.product-icon-list ul{

	display: grid;
	justify-content: space-between;
	justify-self: start;
	align-items: stretch;
	grid-template-columns: repeat( auto-fill, minmax(calc(33% - 0.25rem), 1fr) );
	column-gap: 0.5rem;
	row-gap: 3rem;
	width: 100%;
	margin: 2rem auto 4rem;
}

#product-sub-nav li.product-icon-list ul li a{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	column-gap: 1dvh;
	row-gap: 0.5rem;
	/* overflow: hidden; */
	transition: all 0.3s;
}

#product-sub-nav li.product-icon-list ul li a:hover{

	/* background-color: #f6faff; */
	opacity: 0.7;
}

#product-sub-nav li.product-icon-list ul li a img{

	max-width: 7.5em;
	max-height: 7.5em;

}

#product-sub-nav li.product-icon-list ul li a span{

	display: block;

	/* font-size: 1.2em; */
	font-weight: bold;
	text-align: center;

}

@media screen and (max-width:1300px) {

	.product-list h2{
		padding: 0.75em 1em;
	}

}

@media screen and (max-width:960px) {

	#product-sub-nav li.product-icon-list ul{
		grid-template-columns: repeat( auto-fill, minmax(12rem, 1fr) );
		row-gap: 2.5rem;
	}

	#product-sub-nav li.product-icon-list ul li a img{
		max-width: 5em;
		max-height: 5em;
	}

}

@media screen and (max-width:500px) {

	#product-sub-nav li.product-icon-list ul{

		grid-template-columns: repeat( auto-fill, minmax(100%, 1fr) );
		row-gap: 1rem;
		padding: 0 2rem;
	}

	#product-sub-nav li.product-icon-list ul li a{
		justify-content: flex-start;
		flex-direction: row;
		column-gap: 1rem;
	}

	#product-sub-nav li.product-icon-list ul li a p{


		text-align: center;

	}

	#product-sub-nav li.product-icon-list ul li a img{
		max-width: 3.5em;
		max-height: 3.5em;

	}

	#product-sub-nav li.product-icon-list ul li a span{

		text-align: left;

	}

}

#product-sub-nav .product-sub-nav-inner ul {
	padding: 0;
	margin: 0;
	width: auto;
	min-width: 290px;
	list-style-type: none;
	z-index: 1;
}

#product-sub-nav .product-sub-nav-inner li {
	position: relative;
	/* float: left; */
	width: 100%;
	min-width: 290px;
	border-top: 1px solid #bebebe;
	line-height: 42px;
}

#product-sub-nav .product-sub-nav-inner li:last-child {
	border-bottom: 1px solid #bebebe;
}

#product-sub-nav .product-sub-nav-inner li li:last-child {
	border-bottom: none;
}

#product-sub-nav .product-sub-nav-inner li a {
	display: block;
	/* float: left; */
	width: 100%;
	min-width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 62px;
	line-height: 62px;
	text-align: left;
	color: #004198;
	font-weight: 500;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}

#product-sub-nav .product-sub-nav-inner li .top_box {
	display: block;
	float: left;
	width: 100%;
	min-width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 62px;
	line-height: 62px;
	text-align: left;
	color: #004198;
	font-weight: 500;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}

#product-sub-nav .product-sub-nav-inner li li a {
	width: 100%;
	min-width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #004198;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.4px;
	font-size: 1em;
	/* background-color: #f2f2f2; */
	/*
	height: 62px;
	line-height: 62px;
	*/
	height: 42px;
	line-height: 42px;
	/*
	opacity: 0.75;
	filter: alpha(opacity=75);
	*/
	text-shadow: none !important;
	visibility: visible;
}

#product-sub-nav .product-sub-nav-inner li li .abox {
	width: 100%;
	min-width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #004198;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.4px;
	font-size: 1em;
	/*
	height: 62px;
	line-height: 62px;
	*/
	height: 42px;
	line-height: 42px;
	/*
	opacity: 0.75;
	filter: alpha(opacity=75);
	*/
	text-shadow: none !important;
	visibility: visible;
}

#product-sub-nav .product-sub-nav-inner li li .abox p {
	color: #004198;
}

#product-sub-nav .product-sub-nav-inner li.mean-last a {
	/*
	border-bottom: none;
	margin-bottom: 0;
	*/
	border-bottom: 1px solid #f4f0eb;
}

#product-sub-nav .product-sub-nav-inner li li li a {
	color: #333;
	width: 100%;
	min-width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.1em;
	background-color: #d9d9d9;
}



/* クリックで出現用 */
/*
#product-sub-nav .product-sub-nav-inner li ul {
  display: none;
}
*/


/*
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
*/

#product-sub-nav .product-sub-nav-inner li {
}

#product-sub-nav .product-sub-nav-inner li a {
	transition: all 0.3s;
	background: rgba(255,255,255,1);
}

#product-sub-nav .product-sub-nav-inner li a:hover {
	background: #f8f8fa;
}

#product-sub-nav .product-sub-nav-inner li .top_box {
	background: rgba(255,255,255,0.6);
}

#product-sub-nav .product-sub-nav-inner li .abox {
	padding: 0 2em;
	font-size: 1rem;
	font-weight: bold;
	background-color: #f0f0f5;
}



/*
#product-sub-nav .product-sub-nav-inner li a:hover {
	background: rgba(255,255,255,0.6);
}
*/

/* #product-sub-nav .product-sub-nav-inner li li a:hover {
	color: #fff;
	width: 100%;
	min-width: 290px;
	padding: 0 0 0 0;
	background-color: #004198;
}

#product-sub-nav .product-sub-nav-inner li li li a:hover {
	color: #fff;
	width: 100%;
	min-width: 290px;
	padding: 0 0 0 0;
	background-color: #004198;
} */

#product-sub-nav .product-sub-nav-inner li .abox:hover {


}



#product-sub-nav .product-sub-nav-inner li a p {
	padding: 0 0 0 18px;
}

#product-sub-nav .product-sub-nav-inner li .top_box p {
	padding: 0 0 0 18px;
}

#product-sub-nav .product-sub-nav-inner li li a p {
	padding: 0 0 0 28px;
}

#product-sub-nav .product-sub-nav-inner li li li a p {
	padding: 0 0 0 18px;
	font-size: 0.9em;
	letter-spacing: -1px;
}

#product-sub-nav .product-sub-nav-inner li .abox p {
	padding: 0 0 0 18px;
	letter-spacing: -1px;
}




#product-sub-nav .product-sub-nav-inner li a .mean-kind {
	margin-top: 0;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: #eaeaea;
	border: none !important;
	font-size: 1.1em;
}

#product-sub-nav .product-sub-nav-inner li a:hover .mean-kind {
	width: 62px;
	height: 62px;
	color: #fff;
	background-color: #004198;
}









#product-sub-nav .product-sub-nav-inner li .top_box .mean-kind {
	margin-top: 0;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: #eaeaea;
	border: none !important;
	font-size: 1.1em;
}

#product-sub-nav .product-sub-nav-inner li .top_box:hover .mean-kind {
	width: 62px;
	height: 62px;
	color: #fff;
	background-color: #004198;
}





#product-sub-nav .product-sub-nav-inner li a .mean-expand {
	margin-top: 0;
	/*
	width: 62px;
	height: 62px;
	line-height: 62px;
	*/
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: #eaeaea;
	border: none !important;
	font-size: 1.6em;
}

#product-sub-nav .product-sub-nav-inner li a:hover .mean-expand {
	/*
	width: 62px;
	height: 62px;
	*/
	width: 42px;
	height: 42px;
	color: #fff;
	background-color: #004198;
}





#product-sub-nav .product-sub-nav-inner li .abox:hover {

}


#product-sub-nav .product-sub-nav-inner li .abox .mean-kind {
	margin-top: 0;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: #eaeaea;
	border: none !important;
	font-size: 1.1em;
}

#product-sub-nav .product-sub-nav-inner li .abox:hover .mean-kind {
	width: 62px;
	height: 62px;
	color: #fff;
	background-color: #004198;
}

#product-sub-nav .product-sub-nav-inner li .abox .mean-expand {
	margin-top: 0;

	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: #eaeaea;
	border: none !important;
	font-size: 1.6em;
}

#product-sub-nav .product-sub-nav-inner li .abox:hover .mean-expand {
	width: 42px;
	height: 42px;
	color: #fff;
	background-color: #004198;
}





#product-sub-nav .mean-push {
	float: left;
	width: 100%;
	margin: 0;
	clear: both;
}

#product-sub-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}






/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}































