@charset "UTF-8";

.scroll {
	width: 100%;
}

.change-merit {
	margin: 0 20px 40px;
}

table.compare01 {
	margin-top: 0;
}

table.sp_table {
	display: none !important;
}

@media screen and (max-width:767px) {
	.pagetop {
		bottom: 0;
	}

	.sponly {
		width: 100%;
	}

	table th {
		border-right: none;
	}

	.change-head {
		border-bottom: none;
	}

	.rline {
		border-right: none !important;
	}

	table.sp_table {
		max-width: 500px;
		display: block !important;
		margin: 0 auto 30px;
	}

	table.sp_table:last-of-type {
		margin: 0 auto;
	}

	table.sp_table th {
		display: table-cell;
		border-right: 1px solid #bebebe;
	}

	table.sp_table tr td {
		min-height: auto;
		display: table-cell;
		word-break: normal;
		border-top: none;
		border-right: 1px solid #bebebe;
	}

	table.sp_table td.gray {
		height: 25px;
		font-weight: bold;
		background: #f5f5f5;
	}

	table.sp_table td {
		width: 50%;
	}

	table.sp_table td[colspan="2"] {
		width: 100%;
	}
