@charset "UTF-8";

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	transition: .3s;
	color: #00502e;

}

.foot {
	padding-top: 40px;

}

.foot:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.footInner {
	width: 100% !important;
	padding: 0 30px;
	margin: 0px auto;
	max-width: none !important;
}

.footer_logo {
	margin-bottom: 35px;
}

.footer_logo img {
	width: 150px;
}

/**/
.border {
	margin-top: 10px;
	padding: 20px 0 0px 0;
	border-top: #eee 1px solid;
}

.footNav {
	font-size: 95%;
	text-align: left;
	border-bottom: none !important;
	border-top: none !important;
	margin-bottom: 0px;
	padding: 0px 0;
}

.footNav ul {
	float: none;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}

.footNav ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.footermenu {
	padding: 10px 0;
}


.footermenu > ul > li a {
	display: inline-block;
	position: relative;
	margin: 0 0.75em 0.6em 0;
	padding-left: 10px;
	color: #666;
	font-weight: bolder;
	text-decoration: none
}

.footermenu > ul > li a:hover {
	color: #1f4d80;
	transition: all 0.2s ease-in-out 0s;
}


/*.footNav >ul >li a small{display:inline-block;margin:0 0.75em;color:#666;font-size:0.6em;font-weight:normal}*/
.footermenu > ul > li a small {
	/*display:inline-block;*/
	margin: 0 0 2 1em;
	color#999;
	font-size: 0.5em;
	font-weight: normal
}

.footermenu > ul > li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	border: transparent 3px solid;
	border-left: #999 3px solid
}

.footermenu > ul > li > ul {
	padding-left: 1.0em;
	font-size: 0.85em
}

.footermenu > ul > li > ul li {
	margin-bottom: 0.25em;
	text-align: left;
}

.footermenu > ul > li > ul li a {
	font-weight: normal;
	line-height: 1.5;
}


/*2020610追加*/
#products {
	background: #f4f4f4;
	padding: 15px 10px;
	margin: auto 0;
}

.product-wrap {
	width: 100%;
	display: flex;
}

.productbox1 {
	width: 30%;
	flex-wrap: wrap;
	justify-content: center;
}

.productbox1 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0px;
	text-align: left;
	margin: 10px 0px 10px 0px;
}

.productbox1 ul li {
	min-width: 150px;
	list-style: none;
	margin-bottom: 5px;
	text-align: center;
}

.productbox2 {
	width: 70%;
	flex-wrap: wrap;
	margin-top:

}

.productbox1 p,
.productbox2 p {
	text-align: left;
	border-bottom: .1px solid #cbcbcb;
	padding-bottom: 5px;
	width: 95%;
	font-size: 12px;
	padding-left: 10px;
}

.productbox2 ul {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;

	padding: 0 0px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

/*
.pb_bcpos {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.pb_rearegi {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.pb_atkessai {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.pb_misemeg {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.pb_tv {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.pb_taxfree {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
*/


.productbox2 ul li {
	width: calc(80%/4);
	margin-right: 20px;
	margin-bottom: 5px;
	list-style: none;

}

#products h4 {
	margin: 0px;
	text-align: center;
	font-weight: 300;
	margin-top: 5px;
	font-size: 12px;
	position: relative;
	display: inline-block;
}

#products h4:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: -9px;
	border: transparent 3px solid;
	border-left: #999 3px solid;
}

#products li:hover {
	transition: .3s;
	opacity: .6;
}



#products li div {
	width: 100%;
	text-align: center;
	margin: auto;
	background: #fff;
	border-radius: 2px;
	height: 50px;
	border: 1px solid #ababc4;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: contain;
	display: flex;

}

#products li img {
	margin: auto;
	vertical-align: middle;
	text-align: center;
	width: auto;
	max-width: 90px;
	max-height: 45px;
	vertical-align: middle;
	display: block;

	justify-content: center;
	align-items: center;
}

#bottom {
	/*background: #171717;*/
	padding-bottom: 10px;
	color: #fff;
}

/**/

.nav3 ul {
	display: flex;
	margin-top: 35px;
	margin-bottom: 16px;
	padding-left: 10px;
}

.nav3 li {
	font-size: 11px;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	margin-right: 12px;
}

.nav3 > ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.3em;
	left: -10px;
	border: transparent 3px solid;
	border-left: #999 3px solid;
}

.footCopyright {
	margin-top: 40px;
}

.footCopyright:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.footCopyright small {
	display: block;
	color: #666;
	font-family: Arial;
	font-size: 0.85em;
	text-align: center
}

.sns span.tw {
	/* color:rgba(0,172,237,1);*/
	/* font-size:2.3em;*/
	/* margin-right:-0.7em;*/
	/* margin-left:-0.7em;*/
}

.sns span.fb {
	/* color:rgba(30,50,97,1);*/
	/* font-size:2.3em;*/
	/* margin-right:.3em;*/
}

.sns span.is {
	/* color:rgba(0,0,0,1);font-size:2.3em;margin-right:0;*/
}

@media (min-width:320px) and (max-width:728px) {
	.foot {
		min-width: 320px;
		padding-top: 20px
	}

	.foot:after {
		content: '';
		display: block;
		clear: both;
		height: 0
	}

	.footInner {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 20px;
	}

	.footNav {
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.footNav ul {
		float: none;
		width: 100%;
		text-align: center
	}

	.footNav ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0
	}

	.footermenu > ul > li {
		display: inline-block;
		float: none;
		width: auto
	}

	.footermenu > ul > li.home,
	.footermenu > ul > li.products,
	.footermenu > ul > li.news,
	.footermenu > ul > li.support,
	.footermenu > ul > li.about,
	.footermenu > ul > li.document {
		display: inline;
		float: none;
		width: auto
	}

	.footermenu > ul > li:first-child,
	.footermenu > ul > li:last-child {
		width: auto;
		display: inline
	}

	.footermenu > ul > li a {
		display: inline-block;
		position: relative;
		margin: 0 0.5em 1.0em 0;
		padding-left: 10px;
		color: #666;
		font-size: 0.8em;
		font-weight: normal;
		text-decoration: none
	}

	.footermenu > ul > li a small {
		display: none;
		margin: 0 0.75em;
		color: #666;
		font-size: 0.6em;
		font-weight: normal
	}

	.footermenu > ul > li a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0.3em;
		left: 0;
		border: transparent 3px solid;
		border-left: #999 3px solid
	}

	.footermenu > ul > li > ul {
		display: none;
		padding-left: 1.0em;
		font-size: 0.85em
	}

	.footermenu > ul > li > ul li {
		margin-bottom: 0.25em
	}

	.footermenu > ul > li > ul li a {
		font-weight: normal
	}


	/*  20200610追加*/
	.product-wrap {
		display: block;
	}

	.productbox1 {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.productbox1 ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0 0px;
		text-align: left;
		margin: 10px 0px 10px 0px;
	}

	.productbox1 ul li {
		width: 45%;
		margin: auto;
		list-style: none;
		margin-bottom: 5px;
	}

	.productbox2 {
		width: 100%;
		flex-wrap: wrap;
		margin-top:

	}

	.productbox1 p,
	.productbox2 p {
		text-align: left;
		border-bottom: .1px solid #cbcbcb;
		padding-bottom: 5px;
		width: 95%;
		font-size: 12px;
	}

	.productbox2 ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0 0px;
		text-align: center;
		margin: 10px 0px 10px 0px;
	}

	.productbox2 ul li {
		width: calc(96%/3);
		margin-right: 4px;
		margin-bottom: 5px;
		list-style: none;

	}

	#products li div {
		width: 100%;
		text-align: center;
		margin: auto;
		background: #fff;
		border-radius: 2px;
		height: 50px;
		border: 1px solid #ababc4;
		display: inline-block;
		background-position: center center;
		background-repeat: no-repeat;
		width: 100%;
		background-size: contain;
		display: flex;

	}

	#products li img {
		margin: auto;
		vertical-align: middle;
		text-align: center;
		width: auto;
		max-width: 65px;
		max-height: 8vw;
		vertical-align: middle;
		display: block;

		justify-content: center;
		align-items: center;
	}


	/**/

	.nav3 li {
		margin-bottom: 10px;

	}

	.footCopyright {}

	.footCopyright:after {
		content: '';
		display: block;
		clear: both;
		height: 0
	}

	.footCopyright small {
		display: block;
		color: #666;
		font-family: Arial;
		font-size: 0.8em;
		text-align: center
	}

	.sns {
		text-align: center;
		width: 100%;
		margin-top: 1em;
		margin-bottom: 1em;
		padding-right: 10px;
	}
}
