@charset "utf-8";
 @media only screen and (max-width: 750px) {
/*

	common

*/
#lead .gennoB {
	font-size: 2.0rem;
	line-height: 30px;
}
/*

	index

*/
#factory dl {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#factory dt,
#factory dd {
	padding-top: 3px;
	line-height: 22px;
}
#factory dt {
	float: left;
	width: 6em;
	font-weight: 700;
}
#factory dd {
	padding-left: 6em;
}
#factory .productList {
	border: 4px solid #f0f0f0;
	margin-top: 20px;
	padding: 10px 5px;
	width: calc(100% - 18px);
	width: -webkit-calc(100% - 18px);
}
#factory .productList h1 {
	text-align: center;
	padding-top: 6px;
}
#factory .productList ul {
	padding-top: 6px;
}
#factory .productList li {
	width: calc(33.333% - 4.666px);
	width: -webkit-calc(33.333% - 4.666px);
	margin-right: 7px;
}
#factory .productList li:nth-child(3n) {
	margin-right: 0;
}
#factory .productList li:nth-child(n+4) {
	margin-top: 5px;
}
#factory .productList li a {
	font-size: 1.0rem;
	color: #333;
	display: inline;
	text-align: center;
}
#factory .productList a p {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
}
#factory .productList .iconWrap {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 3px;
	vertical-align: 0px;
}
}
