@charset "utf-8";

.img_box {
	display:flex;
	gap:5rem;
    align-items: center;
}

.list02 .img_box {
	flex-wrap:wrap;
}

.list02 .img_box img {
	width:calc((100% - 5rem) / 2)
}

.list02 .img_box img:last-child {
	width:100%;
}


@media all and (max-width:1320px) {
	.img_box {
		gap:3rem;
	}
}
