@import url("/static/dgst/css/pages/reference_test.css");
@import url("/static/dgst/css/modules/tab.css");
@import url("/static/dgst/css/modules/card.css");

.facilitiesInspectionContentsContainer {
	flex: 1;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1.875rem;
}

.facilitiesInspectionImage {
	display: inline-block;
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
	aspect-ratio: 3.28;
	overflow: hidden;
}

.facilitiesInspectionImage img {
	width: 100%;
	height: auto;
}

.facilitiesInspectionInformationList {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	row-gap: 0.625rem;
	width: 100%;
	height: auto;
}

.facilitiesInspectionInformationItem {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	row-gap: 0.25rem;
	row-gap: 0.625rem;
	width: 100%;
	height: auto;
}
.facilitiesInspectionInformationLabel {
	display: block;
	width: 100%;
	color: var(--text-color);
	font-size: 1rem;
	font-weight: var(--font-weight-bold);
	line-height: 1.4;
}
.facilitiesInspectionInformationValue {
	display: block;
	width: 100%;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.6;
}

.facilitiesInspectionAdditionalList {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	row-gap: 0.625rem;
	width: 100%;
	height: auto;
	padding-left: 1.25rem;
}
.facilitiesInspectionAdditionalList.marginBottom {
	margin-bottom: 2.5rem;
}

.facilitiesInspectionAdditionalItem {
	width: 100%;
	height: auto;
	text-align: left;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
	.tab-trigger-container.inner.seventh .tab-trigger {
		flex-basis: calc(100% / 5 - 0.25rem);
		flex-grow: 0;
		flex-shrink: 0;
	}
	.facilitiesInspectionInformationLabel {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1440px) {
	.tab-trigger-container.inner.seventh .tab-trigger {
		flex-basis: calc(100% / 7 - 0.25rem);
		flex-grow: 0;
		flex-shrink: 0;
	}
}
