@charset "utf-8";

@media (max-width: 700px) {

#product_all_wrap {
	margin-top: 9.23%;
	padding-left: 6.15%;
	padding-right: 6.15%;
	padding-bottom: 9.16%;
}
.product_all_UL1 {
	padding: 0px;
	margin: 9.23% 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
.product_all_UL1 li {
	width: 47.69%;
	margin-right: 3.07%;
	margin-bottom: 3.07%;
}
.product_all_UL1 li img {
	width: 100%;
	margin-bottom: 32px;
	-webkit-box-shadow: 6px 6px rgba(0,148,80,0.49);
	box-shadow: 6px 6px rgba(0,148,80,0.49);
}
.product_all_UL1 li h3 {
	margin-bottom: 16px;
	background: linear-gradient(90deg, #009450 0% 100%);
	background-repeat: no-repeat;
	background-size: 40px 3px;
	background-position: left bottom;
	padding-bottom: 16px;
	line-height: 1.5em;

}
.product_all_UL1 li p {
	line-height: 1.6em;
}
.product_all_UL1 li a {
	text-decoration: none;
	display: block;
}


.product_all_UL1 li:nth-child(2n) {
	margin-right: 0px;
}

.product_all_UL1 li:nth-child(4n) {
	margin-right: 0px;
}

}