@charset "utf-8";

.inspectionBox {
	margin-bottom: 8rem;
}

.inspectionBox:last-child {
	margin-bottom: 0;
}

.inspectionBox .subTit {
	font-size: 1.8rem;
	font-weight: bold;
}

.inspectionBox .purpose {
	line-height: 2;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px dashed #04d1ac;
}

.inspectionBox .summary {
	line-height: 2;
	margin-bottom: 3rem;
}

.imgGallery {
	display: flex;
	gap: 2rem;
}

.imgGallery .img {
	flex: 1;
}

@media screen and (max-width: 768px) {
	.inspectionBox {
		margin-bottom: 5rem;
	}

	.inspectionBox .purpose {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

	.inspectionBox .summary {
		margin-bottom: 2rem;
	}

	.imgGallery {
		flex-direction: column;
		gap: 1rem;
	}

	.imgGallery .img {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
}
