@charset "UTF-8";



.recycle-table {
	border-collapse:collapse;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
}
.recycle-table th,
.recycle-table td {
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	line-height: 1;
}
.recycle-table td {
	text-align: left;
}
.recycle-table td:last-child {
	text-align: center;
}
.recycle-table th {
	background-color: #fbfbfb;
	font-weight: bold;
}

/* SP */
@media (max-width: 767px) {
	.recycle-table {
		margin: 12px 0;
	}
	.recycle-table th,
	.recycle-table td {
		font-size: 1rem;
		padding: 12px 8px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.recycle-table {
		margin: 12px 0;
	}
	.recycle-table th,
	.recycle-table td {
		font-size: 1.2rem;
		padding: 12px 14px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.recycle-table {
		margin: 20px 0;
	}
	.recycle-table th,
	.recycle-table td {
		font-size: 1.2rem;
		padding: 12px 14px;
	}
}

.rescue-table {
	border-collapse:collapse;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
}
.rescue-table th,
.rescue-table td {
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	line-height: 1;
}
.rescue-table td {
	text-align: center;
}
.rescue-table th {
	background-color: #fbfbfb;
	font-weight: bold;
}

/* SP */
@media (max-width: 767px) {
	.rescue-table {
		margin: 12px 0;
	}
	.rescue-table th,
	.rescue-table td {
		font-size: 1rem;
		padding: 12px 8px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.rescue-table {
		margin: 12px 0;
	}
	.rescue-table th,
	.rescue-table td {
		font-size: 1.2rem;
		padding: 12px 14px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.rescue-table {
		margin: 20px 0;
	}
	.rescue-table th,
	.rescue-table td {
		font-size: 1.2rem;
		padding: 12px 14px;
	}
}

