/* ---------------------------------------------------------------- business ---- */

#business .inner {
	width: 100%;
}
#business img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

@media (min-width: 751px) {
	#business .wrap {
		padding: 0 1.5rem;
		margin-bottom: 5rem;
	}

	#business .dispflex:nth-of-type(2) .wrap {
		margin-bottom: 0;
	}
}

@media (min-width: 961px) {
	#business .cap {
		margin-left: 3rem;
		margin-top: 3rem;
		margin-bottom: 3em;
	}
}

h3.business-title {

}
.product-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}
.product-list:after {
    content: "";
    display: block;
    width: 44%;  /* liに指定したwidthと同じ幅を指定する */
    height: 0;
}
.product-list li {
	width: 44%;
    margin: 2%;
}
.product-list li .product_title{
	margin-top: 15px;
	line-height: 1.2;
}

.product-list li .product-category{
	color: #ffa800;
	border: 1px solid #ffa800;
    padding: 5px;
	margin-top: 5px;
    font-size: 13px;
    width: fit-content;
    line-height: 1;
    margin-left: auto;
}

.Work-in-charge {
	margin-top: 20px;
}

@media (min-width: 751px) {
	.product-list li {
		width: 30%;
		margin: 10px 10px 60px;
	}
	.product-list:after {
		width: 30%;  /* liに指定したwidthと同じ幅を指定する */
	}
}