@import url("/static/dgst/css/pages/legal_information.css");

table.fireProtectionFlexTable {
	row-gap: 2.5rem;
}

.fireProtectionFlexTable tbody tr {
}
.fireProtectionFlexTable tbody th {
}
.fireProtectionFlexTable tbody td {
	row-gap: 0.75rem;
}

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

.fireProtectionContentsItem {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	row-gap: 0;
	width: 100%;
	height: auto;
}
.fireProtectionContentsItem .column1,
.fireProtectionContentsItem .column2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 3.75rem;
}

.fireProtectionContentsItem .column1 {
	flex: 1;
	box-shadow: 0 0 0 1px var(--grey-color);
}
.fireProtectionContentsItem .column2 {
	flex: 2;
	box-shadow: 0 0 0 1px var(--grey-color);
}

.fireProtectionFlexTable a,
.fireProtectionTable a {
	width: 7.5rem;
}

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

@media screen and (min-width: 1024px) {
	.fireProtectionTable .section-title.small {
		font-size: 1.125rem;
	}
	.fireProtectionTable thead th:nth-child(1),
	.fireProtectionTable tbody td:nth-child(1) {
		width: 100%;
	}
	.fireProtectionTable thead th:nth-child(2),
	.fireProtectionTable tbody td:nth-child(2) {
		width: 400px;
	}

	.fireProtectionContentsItem .column1,
	.fireProtectionContentsItem .column2 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 3.75rem;
	}
}

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