@charset "utf-8";
.comparison_wrap {
	margin-top: 150px;
}
.comparison_wrap h2 {
	margin: 60px 0 20px;
	font-size: 30px;
}
.point_wrap h4 {
	margin: 0;
	text-align: center;
	border-left: none;
	font-size: 24px;
	border-bottom: 1px solid #004da1;
	padding: 5px 15px;
	color: #004da1;
	font-weight: bold;
}

.center_img {
	margin: 0 auto 20px;
}

.column-index {
	width: 705px;
	margin: auto;
	border: 2px solid #004da1;
	border-radius: 10px;
	color:#333333;
	padding: 5% 0;
}
.column-index p {
	color: #004da1;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
}
.column-index ul {
	padding: 0 15%;
}
.column-index ul > li {
	list-style: none;
	padding: 3px 0;
	font-weight: 600;
}
.column-index ul > li:nth-child(n+3):not(.index_more) {
	display: none;
}
.index_more {
	cursor: pointer;
	border: none;
	display: block;
	background-color: #fff;
	width: 100%;
	margin: 18px auto;
	font-size: 16px;
	position: relative;
	color: #004da1;
}
.index_more:before,
.index_more:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 33%;
	height: 1px;
	background-color: #004da1;
}
.index_more:before {
	left:0;
}
.index_more:after {
	right:0;
}
.index_more:hover:before,
.index_more:hover:after {
	background-color: #80aded;
}
.column-index ul > li a {
	text-decoration: none;
}
.column-index ul > li a:hover,
.index_more:hover {
	color: #80aded;
}
.column-index ul > li > ul > li a {
	color: #333333;
}

.column-index ul > li > ul > li::before {
	background-color: #80aded;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

.comparison_table_wrap {
	width: 100%;
	overflow-x: visible;
}
.comparison_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 15px;
	line-height: 1.7;
	color: #111;
}
.comparison_table th,
.comparison_table td {
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 16px 12px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
.comparison_table thead th {
	background: #1f4e7f;
	color: #fff;
	font-weight: 700;
	border-top: 1px solid #222;
}
.comparison_table tbody th {
	background: #dbe6f3;
	color: #004b8d;
	font-weight: 700;
}
.comparison_table th:first-child,
.comparison_table td:first-child {
	border-left: 1px solid #222;
}
.comparison_table thead th:first-child,
.comparison_table tbody th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
}
.comparison_table thead th:first-child {
	z-index: 3;
	background: #1f4e7f;
}
.comparison_table tbody th:first-child {
	background: #dbe6f3;
}
.comparison_table thead th:nth-child(1),
.comparison_table tbody th {
	width: 15%;
}
.comparison_table thead th:nth-child(2),
.comparison_table tbody td:nth-child(2) {
	width: 18%;
}
.comparison_table thead th:nth-child(3),
.comparison_table tbody td:nth-child(3) {
	width: 18%;
}
.comparison_table thead th:nth-child(4),
.comparison_table tbody td:nth-child(4) {
	width: 18%;
}
.comparison_table thead th:nth-child(5),
.comparison_table tbody td:nth-child(5) {
	width: 31%;
}

.disposal_method {
	max-width: 960px;
	margin: 0 auto;
	color: #111;
	font-size: 15px;
	line-height: 1.8;
}
.disposal_method h3 {
	margin: 50px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	border: none;
	background: #1f4e7f;
	border-radius: 4px;
}
.disposal_method_intro {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 18px;
}
.disposal_method_image {
	width: 40%;
	flex-shrink: 0;
}
.disposal_method_image img {
	display: block;
	width: 100%;
	height: auto;
}
.disposal_method_text {
	flex: 1;
}
.disposal_method_text p {
	margin: 0;
}
.disposal_method_text strong {
	color: #f00;
	font-weight: 700;
}
.disposal_method_box {
	margin-top: 16px;
	padding: 8px 28px;
	border: 1px solid #0071c8;
}
.disposal_method_box h4 {
	color: #0071c8;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 20px 0 !important;
	padding: 0 0 10px;
	border-bottom: 1px solid #0071c8;
	border-left: none;
}
.disposal_method_box ul {
	margin: 0;
	padding-left: 1.4em;
}
.disposal_method_box li {
	margin: 3px 0;
	list-style: disc;
}

.content ul.point_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 10px;
	padding: 15px;
}
.point_list li{
	width: calc(90% / 3);
	margin: 0 14px 20px;
	text-align: center;
	color: #004DA1;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.content ul.point_list li img {
	width: 100%;
	height: auto;
}

.point_wrap{
	background: #F1F8FF;
	padding: 10px 10px 0;
}
.point_attention{
	padding: 20px;
	border: solid 2px #e60919;
	background: #fff5f6;
	margin: 30px 0;
}

@media screen and (max-width: 480px) {
	.comparison_wrap h2 {
		margin: 40px 0 20px;
		font-size: 24px;
	}
	.content .column-index {
		width: 90%;
	}
	.content .column-index ul {
		padding: 0 7%;
		font-size: 14px;
	}
	.content .column-index ul > li a {
		color: #004DA1;
	}
	.comparison_table_wrap {
		margin: 0 15px;
		padding: 0 0 8px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.comparison_table {
		width: 960px;
		min-width: 960px;
		font-size: 14px;
		padding-right: 30px;
	}
	.comparison_table th,
	.comparison_table td {
		padding: 14px 10px;
	}
	.comparison_table thead th:nth-child(1),
	.comparison_table tbody th {
		width: 130px;
	}
	.comparison_table thead th:nth-child(2),
	.comparison_table tbody td:nth-child(2),
	.comparison_table thead th:nth-child(3),
	.comparison_table tbody td:nth-child(3),
	.comparison_table thead th:nth-child(4),
	.comparison_table tbody td:nth-child(4) {
		width: 190px;
	}
	.comparison_table thead th:nth-child(5),
	.comparison_table tbody td:nth-child(5) {
		width: 260px;
	}

	.disposal_method {
		font-size: 14px;
		line-height: 1.8;
	}
	.disposal_method h3 {
		margin-bottom: 14px;
		font-size: 18px;
	}
	.disposal_method_intro {
		display: block;
		margin-bottom: 20px;
	}
	.disposal_method_image {
		width: 100%;
		margin-bottom: 16px;
	}
	.disposal_method_box {
		margin-top: 14px;
		padding: 8px 16px 18px;
	}
	.disposal_method_box h4 {
		font-size: 18px;
	}
	.disposal_method_box ul {
		padding-left: 1.3em;
	}
	.disposal_method_box li {
		list-style-position: inside;
		padding: 0 5px;
	}

	.point_list li {
		width: 90%;
	}
}