*:focus {
	outline: none;
}

.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) {
	margin: 0 auto 18px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) li {
	flex: 0 0 250px;
	font-family: "UD新ゴ DB", sans-serif;
	font-size: 19px;
	line-height: 1;
	font-weight: bold;
	color: #335279;
	height: 40px;
	margin: 0 0 12px;
	padding: 10px 40px 10px 17px;
	background: #fff url(../images/common/icon_arrow_bottom_blue.png) right 16px center no-repeat;
	background-size: 22.5px 13.5px;
	border:1px solid #335279;
	border-radius: 20px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) li.current,
.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) li:hover {
	cursor: pointer;
	color: #fff;
	background: #335279 url(../images/common/icon_arrow_bottom_white.png) right 16px center no-repeat;
	background-size: 22.5px 13.5px;
}
.article_content > ul.comparison_tab::after {
	content: "";
	display: block;
	flex: 0 0 250px;
}

@media (max-width: 750px) {
	.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) {
		margin: 0 auto 4.4vw;
	}
	.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) li {
		flex: 0 0 44vw;
		font-size: 3.467vw;
		line-height: 1;
		height: 10.667vw;
		margin: 0 0 2.8vw;
		padding: 3.333vw 8vw 3.333vw 2.4vw;
		background: #fff url(../images/common/icon_arrow_bottom_blue.png) right 2.4vw center no-repeat;
		background-size: 4.133vw auto;
		border: 0.267vw solid #335279;
		border-radius: 5.333vw;
		box-sizing: border-box;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) li.current,
	.article_content > ul.comparison_tab:not(.sns_share_list):not(.check-box) li:hover {
		cursor: none;
		background: #335279 url(../images/common/icon_arrow_bottom_white.png) right 2.4vw center no-repeat;
		background-size: 4.133vw auto;
	}
	.article_content > ul.comparison_tab::after {
		content: "";
		display: block;
		flex: 0 0 44vw;
	}
	.comparison_tab + p {
		margin-bottom: 2vw;
	}
}

.comparison_table_wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.comparison_table_wrap_in {
	position: relative;
	margin: 0;
	padding: 0;
}
.comparison_table01_wrap,
.comparison_table02_wrap,
.comparison_table03_wrap,
.comparison_table04_wrap,
.comparison_table05_wrap {
	display: none;
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.comparison_table01_wrap {
	display: block;
}
.article_content .comparison_table_wrap table {
	table-layout: fixed;
	margin: 0;
	padding: 0;
}
#table_title_topleft_fixed {
	opacity: 0;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 125px;
	top: -200px;
	transition: all 200ms linear;
	z-index: 40;
}
#table_title_top_fixed01,
#table_title_top_fixed02,
#table_title_top_fixed03,
#table_title_top_fixed04,
#table_title_top_fixed05,
#table_title_topleft_fixed {
	background: #448aa1;
}
#table_title_fixed01,
#table_title_fixed02,
#table_title_fixed03,
#table_title_fixed04,
#table_title_fixed05 {
	background: #f7f5d8;
}
#table_title_fixed05 + p {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.article_content .comparison_table_wrap table tr > th,
.article_content .comparison_table_wrap table tr > td {
	font-size: 12px;
	line-height: 1.25;
	white-space: normal;
	padding: 10px;
	box-sizing: border-box;
	background-clip: padding-box;
	vertical-align: top;
}
.article_content .comparison_table_wrap table tr > th .red,
.article_content .comparison_table_wrap table tr > td .red {
	font-size: 12px;
	line-height: 1.25;
}
.article_content .comparison_table_wrap table tr th.item_name,
.article_content .comparison_table_wrap table[class^="table_title_fixed"],
#table_title_topleft_fixed th {
	width: 125px;
}
#table_title_topleft_fixed th {
	line-height: 2.5;
}
.article_content .comparison_table_wrap table tr th.item_type {
	width: 95px;
}
.article_content .comparison_table_wrap table tr th.item_fee {
	width: 120px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_fee,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_fee {
	width: 180px;
}
.article_content .comparison_table_wrap table tr th.item_proviso {
	width: 70px;
}
.article_content .comparison_table_wrap table tr th.item_damage {
	width: 85px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_damage,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_damage {
	width: 255px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_damage_main,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_damage_main {
	width: 127px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_damage_family,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_damage_family {
	width: 127px;
}
.article_content .comparison_table_wrap table tr th.item_malum {
	width: 85px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_malum,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_malum {
	width: 255px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_malum_main,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_malum_main {
	width: 127px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_malum_family,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_malum_family {
	width: 127px;
}
.article_content .comparison_table_wrap table tr th.item_restitution {
	width: 120px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_restitution,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_restitution {
	width: 255px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_restitution_main,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_restitution_main {
	width: 127px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_restitution_family,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_restitution_family {
	width: 127px;
}
.article_content .comparison_table_wrap table tr th.item_baggage {
	width: 120px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_baggage,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_baggage {
	width: 255px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_baggage_main,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_baggage_main {
	width: 127px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_baggage_family,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_baggage_family {
	width: 127px;
}
.article_content .comparison_table_wrap table tr th.item_aid {
	width: 85px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_aid,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_aid {
	width: 255px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_aid_main,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_aid_main {
	width: 127px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_aid_family,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_aid_family {
	width: 127px;
}
.article_content .comparison_table_wrap table tr th.item_sequela {
	width: 150px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_sequela,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_sequela {
	width: 255px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_sequela_main,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_sequela_main {
	width: 127px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_sequela_family,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_sequela_family {
	width: 127px;
}
.article_content .comparison_table_wrap table tr th.item_cashless {
	width: 75px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_cashless,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_cashless {
	width: 170px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_cashless_main,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_cashless_main {
	width: 85px;
}
.article_content .comparison_table_wrap table#comparison_table05 tr th.item_cashless_family,
.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_cashless_family {
	width: 85px;
}
.article_content .comparison_table_wrap table tr td.comparison_cashless {
	text-align: center;
	vertical-align: middle;
}
.article_content .comparison_table_wrap table tr td.comparison_cashless img.comparison_cashless_no {
	width: 16.5px;
	height: auto;
}
.article_content .comparison_table_wrap table tr td.comparison_cashless img.comparison_cashless_yes {
	width: 19.5px;
	height: auto;
}
.article_content .comparison_table_wrap table tr th.item_tricks {
	width: 240px;
}
.article_content .comparison_table_wrap table#comparison_table04 tr th.item_tricks,
.article_content .comparison_table_wrap table#table_title_top_fixed04 tr th.item_tricks {
/*	width: 440px;*/
}
.article_content .comparison_table_wrap table tr th.item_detail {
	width: 120px;
}
.article_content .comparison_table_wrap table tr td.comparison_detail {
	text-align: center;
}
table#table_title_fixed_t01,
table#table_title_fixed_t02,
table#table_title_fixed_t03,
table#table_title_fixed_t04,
table#table_title_fixed_t05 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
table#table_title_fixed01,
table#table_title_fixed02,
table#table_title_fixed03,
table#table_title_fixed04,
table#table_title_fixed05 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.article_content .comparison_table_wrap table thead tr th,
.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th {
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 15px 5px 30px;
	border: solid 2px #bebebe;
	background-clip: padding-box;
}
.article_content .comparison_table_wrap table tbody tr th,
.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th {
	position: relative;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	background: #f7f5d8;
	color: #000;
	background-clip: padding-box;
}
.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr:first-child th {
	padding: 15px 5px 30px;
	line-height: 2.5;
	vertical-align: middle;
	text-align: center;
	background: #448aa1;
	color: #fff;
	background-clip: padding-box;
}
.article_content .comparison_table_wrap table tbody tr th a,
.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th a {
	color: #0085bf;
	text-decoration: underline;
}
.article_content .comparison_table_wrap table tbody tr th a:hover,
.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th a:hover {
	text-decoration: none;
}
.article_content .comparison_table_wrap table .btn_officialsite {
	display: block;
	background: url(../images/common/btn_officialsite.png) center top no-repeat;
	background-size: contain;
	font-size: 0;
	line-height: 0;
	width: 98.5px;
	height: 30px;
	margin: 8px auto 0;
}
.article_content .comparison_table_wrap table .btn_officialsite:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom: 1;
}
.order_button_top {
	position: absolute;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 14px;
	width: 32px;
	border-radius: 7px;
	background-color: #fff;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.order_button_top::after {
	display: block;
	content: "";
	position: absolute;
	border-top: 7px solid #ff570d;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0 solid transparent;
	top: 3.5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.sorter-false .order_button_top {
	display: none;
}
.tablesorter-headerAsc .order_button_top {
	background-color: #ffe537;
}
.tablesorter-headerAsc .order_button_top::after {
	border-top: 0 solid transparent;
	border-bottom: 7px solid #448aa1;
}

@media (max-width: 750px) {
	.comparison_table_wrap {}
	.comparison_table01_wrap,
	.comparison_table02_wrap,
	.comparison_table03_wrap,
	.comparison_table04_wrap,
	.comparison_table05_wrap {}
	.article_content .comparison_table_wrap table {}
	#table_title_topleft_fixed {
		width: 33.333vw;
	}
	.article_content .comparison_table_wrap table.comparison_table01,
	.article_content .comparison_table_wrap table.table_title_fixed01 {}
	.article_content .comparison_table_wrap table tr > th,
	.article_content .comparison_table_wrap table tr > td {
		font-size: 3.2vw;
		line-height: 1.25;
		padding: 2.667vw;
	}
	.article_content .comparison_table_wrap table tr > th .red,
	.article_content .comparison_table_wrap table tr > td .red {
		font-size: 3.2vw;
		line-height: 1.25;
	}
	.article_content .comparison_table_wrap table tr th.item_name,
	.article_content .comparison_table_wrap table[class^="table_title_fixed"],
	table#table_title_fixed01,
	table#table_title_fixed02,
	table#table_title_fixed03,
	table#table_title_fixed04,
	table#table_title_fixed05,
	#table_title_topleft_fixed th {
		width: 33.333vw;
	}
	.article_content .comparison_table_wrap table tr th.item_type {
		width: 25.333vw;
	}
	.article_content .comparison_table_wrap table tr th.item_fee {
		width: 32vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_fee,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_fee {
		width: 48vw;
	}
	.article_content .comparison_table_wrap table tr th.item_proviso {
		width: 18.667vw;
	}
	.article_content .comparison_table_wrap table tr th.item_damage {
		width: 22.667vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_damage,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_damage {
		width: 68vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_damage_main,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_damage_main {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_damage_family,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_damage_family {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table tr th.item_malum {
		width: 22.667vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_malum,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_malum {
		width: 68vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_malum_main,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_malum_main {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_malum_family,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_malum_family {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table tr th.item_restitution {
		width: 32vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_restitution,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_restitution {
		width: 68vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_restitution_main,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_restitution_main {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_restitution_family,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_restitution_family {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table tr th.item_baggage {
		width: 32vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_baggage,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_baggage {
		width: 68vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_baggage_main,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_baggage_main {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_baggage_family,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_baggage_family {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table tr th.item_aid {
		width: 22.667vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_aid,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_aid {
		width: 68vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_aid_main,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_aid_main {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_aid_family,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_aid_family {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table tr th.item_sequela {
		width: 40vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_sequela,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_sequela {
		width: 68vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_sequela_main,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_sequela_main {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_sequela_family,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_sequela_family {
		width: 33.867vw;
	}
	.article_content .comparison_table_wrap table tr th.item_cashless {
		width: 20vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_cashless,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_cashless {
		width: 45.333vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_cashless_main,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_cashless_main {
		width: 22.667vw;
	}
	.article_content .comparison_table_wrap table#comparison_table05 tr th.item_cashless_family,
	.article_content .comparison_table_wrap table#table_title_top_fixed05 tr th.item_cashless_family {
		width: 22.667vw;
	}
	.article_content .comparison_table_wrap table tr td.comparison_cashless {
		text-align: center;
		vertical-align: middle;
	}
	.article_content .comparison_table_wrap table tr td.comparison_cashless img.comparison_cashless_no {
		width: 4.933vw;
		height: auto;
	}
	.article_content .comparison_table_wrap table tr td.comparison_cashless img.comparison_cashless_yes {
		width: 4.4vw;
		height: auto;
	}
	.article_content .comparison_table_wrap table tr th.item_tricks {
		width: 55.2vw;
	}
	.article_content .comparison_table_wrap table#comparison_table04 tr th.item_tricks,
	.article_content .comparison_table_wrap table#table_title_top_fixed04 tr th.item_tricks {
		width: 55.2vw;
	}
	.article_content .comparison_table_wrap table tr th.item_detail {
		width: 32vw;
	}
	.article_content .comparison_table_wrap table tr td.comparison_detail {
		text-align: center;
	}
	.article_content .comparison_table_wrap table thead tr th,
	.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th,
	table#table_title_fixed01 tr th,
	table#table_title_fixed02 tr th,
	table#table_title_fixed03 tr th,
	table#table_title_fixed04 tr th,
	table#table_title_fixed05 tr th {
		padding: 4vw 1.333vw 8vw;
	}
	.article_content .comparison_table_wrap table tbody tr th,
	.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th,
	table#table_title_fixed01 tr th,
	table#table_title_fixed02 tr th,
	table#table_title_fixed03 tr th,
	table#table_title_fixed04 tr th,
	table#table_title_fixed05 tr th {
		padding: 2.667vw;
	}
	.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr:first-child th,
	table#table_title_fixed01 tr:first-child th,
	table#table_title_fixed02 tr:first-child th,
	table#table_title_fixed03 tr:first-child th,
	table#table_title_fixed04 tr:first-child th,
	table#table_title_fixed05 tr:first-child th {
		padding: 4vw 1.333vw 8vw;
	}
	.article_content .comparison_table_wrap table tbody tr th a,
	.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th a {}
	.article_content .comparison_table_wrap table tbody tr th a:hover,
	.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th a:hover,
	table#table_title_fixed01 tr th a:hover,
	table#table_title_fixed02 tr th a:hover,
	table#table_title_fixed03 tr th a:hover,
	table#table_title_fixed04 tr th a:hover,
	table#table_title_fixed05 tr th a:hover {
		text-decoration: underline;
	}
	.article_content .comparison_table_wrap table .btn_officialsite {
		width: 26.2667vw;
		height: 8vw;
		margin-top: 2.133vw;
	}
	.article_content .comparison_table_wrap table .btn_officialsite:hover {
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		zoom: 1;
	}
	.order_button_top {
		height: 3.733vw;
		width: 8.533vw;
		border-radius: 1.867vw;
		bottom: 2.133vw;
	}
	.order_button_top::after {
		border-top: 1.867vw solid #ff570d;
		border-left: 1.333vw solid transparent;
		border-right: 1.333vw solid transparent;
		border-bottom: 0 solid transparent;
		top: 0.933vw;
	}
	.tablesorter-headerAsc .order_button_top {}
	.tablesorter-headerAsc .order_button_top::after {
		border-bottom: 1.867vw solid #448aa1;
	}
}
@media (max-width: 375px) {
	.article_content .comparison_table_wrap table thead tr th,
	.article_content .comparison_table_wrap table[class^="table_title_fixed"] tr th,
	.article_content .comparison_table_wrap table.table_title_fixed01 tr th,
	.article_content .comparison_table_wrap table.table_title_fixed02 tr th,
	.article_content .comparison_table_wrap table.table_title_fixed03 tr th,
	.article_content .comparison_table_wrap table.table_title_fixed04 tr th,
	.article_content .comparison_table_wrap table.table_title_fixed05 tr th {
		border: solid 1px #bebebe;
	}
}

.scrollbar {
	display: none;
	width: 100%;
	height: 22px;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0;
	padding: 0;
}
#scrollbar_table01 {
	display: block;
}
.scrollbar .scrollbar_inner {
	width: auto;
	height: 1px;
}
.scrollbar::-webkit-scrollbar,
.comparison_table01_wrap::-webkit-scrollbar,
.comparison_table02_wrap::-webkit-scrollbar,
.comparison_table03_wrap::-webkit-scrollbar,
.comparison_table04_wrap::-webkit-scrollbar,
.comparison_table05_wrap::-webkit-scrollbar {
	height: 22px;
background-color: #ededed;
}
.scrollbar::-webkit-scrollbar-track,
.comparison_table01_wrap::-webkit-scrollbar-track,
.comparison_table02_wrap::-webkit-scrollbar-track,
.comparison_table03_wrap::-webkit-scrollbar-track,
.comparison_table04_wrap::-webkit-scrollbar-track,
.comparison_table05_wrap::-webkit-scrollbar-track {
	border-radius: 11px;
}
.scrollbar::-webkit-scrollbar-thumb,
.comparison_table01_wrap::-webkit-scrollbar-thumb,
.comparison_table02_wrap::-webkit-scrollbar-thumb,
.comparison_table03_wrap::-webkit-scrollbar-thumb,
.comparison_table04_wrap::-webkit-scrollbar-thumb,
.comparison_table05_wrap::-webkit-scrollbar-thumb {
	border-radius: 11px;
	background-color: #616161;
	border: 4px solid #ededed;
}
@media (max-width: 750px) {
	.scrollbar {
		height: 5.6vw;
	}
	.scrollbar .scrollbar_inner {
		width: auto;
		height: 0.267vw;
	}
	.scrollbar::-webkit-scrollbar,
	.comparison_table01_wrap::-webkit-scrollbar,
	.comparison_table02_wrap::-webkit-scrollbar,
	.comparison_table03_wrap::-webkit-scrollbar,
	.comparison_table04_wrap::-webkit-scrollbar,
	.comparison_table05_wrap::-webkit-scrollbar {
		height: 5.6vw;
	}
	.scrollbar::-webkit-scrollbar-track,
	.comparison_table01_wrap::-webkit-scrollbar-track,
	.comparison_table02_wrap::-webkit-scrollbar-track,
	.comparison_table03_wrap::-webkit-scrollbar-track,
	.comparison_table04_wrap::-webkit-scrollbar-track,
	.comparison_table05_wrap::-webkit-scrollbar-track {
		border-radius: 2.933vw;
	}
	.scrollbar::-webkit-scrollbar-thumb,
	.comparison_table01_wrap::-webkit-scrollbar-thumb,
	.comparison_table02_wrap::-webkit-scrollbar-thumb,
	.comparison_table03_wrap::-webkit-scrollbar-thumb,
	.comparison_table04_wrap::-webkit-scrollbar-thumb,
	.comparison_table05_wrap::-webkit-scrollbar-thumb {
		border-radius: 2.933vw;
		border: 1.0667vw solid #ededed;
	}
}

.comparison_table_top_wrap {
	opacity: 0;
	width: 100%;
	overflow: hidden;
	z-index: 30;
	position: fixed;
	top: -200px;
	transition: all 200ms linear;
}