.equipment-table table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	color: #2d2f3a;
	font-size: 1.4rem;
	font-weight: 400;
}
.equipment-table table tr td {
	padding: 1rem 2rem;
}
.equipment-table table tr:nth-child(odd) td {
	background-color: #d9d9d9;
}
.equipment-table table tr:nth-child(even) td {
	background-color: #f2f2f2;
}
.equipment-table table tr td:nth-child(1) {
	width: calc(100% / 12 * 3);
}
.mobile-table .equipment-table table {
	font-size: 1.2rem;
}
section#gallery {
	padding: 6rem 0;
}
section#table {
	padding: 0;
}