<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------------------
compare.css 
---------------------------------------- */


/* 共通ルール
---------------------------------------- */
#top {
	border-bottom: 1px solid #ccc;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

i {
	display: block;
}

.th_cell {
	margin-top: 1px;
	width: 100%;
	display: table;
	background: #ccc;
}

.th_cell .col + .col {
	text-align: center;
}

.th_cell .col + .col .tile {
	background: #bbb;
}

.th_cell .col {
	display: table-cell;
	width: 50%;
}

.th_cell .small {
	font-size: 11px;
}

.th_cell .small i {
	margin-bottom: 5px;
}

.td_cell {
	margin-top: 1px;
	display: table;
	width: 100%;
	background: #f1f1f1;
	text-align: center;
	position: relative;
}

.td_cell &gt; .cell_inr {
	display: table-cell;
	vertical-align: middle;
}

.cell_inr {
	padding: 20px 10px;
	box-sizing: border-box;
}

/*.line1 .cell_inr {
	padding: 10px;
	overflow: hidden;
}*/

.cell_inr p {
	margin: 0;
}

.tile + .tile {
	margin-top: 1px;
}

.btn_detail {
	padding: 15px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background: #2caefb;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	transition: 0.4s;
}

.btn_detail:hover {
	background: #4bb9fa;
	text-decoration: none;
}

.arrow_left,
.arrow_right {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 15px 10px;
	box-sizing: border-box;
}

.arrow_left:before,
.arrow_right:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #2caefb;
	border-bottom: 2px solid #2caefb;
}

.arrow_left:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);	
}

.arrow_right:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}

.td_cell .arrow_left,
.td_cell .arrow_right {
	display: block;
	width: 16%;
}

.td_cell .arrow_left {
	float: left;
}

.td_cell .arrow_right {
	float: right;
}

.btn_detail:link,
.btn_detail:visited {
	color: #fff;
}

.small {
	font-size: 11px;
	vertical-align: middle;
}

@media only screen and (max-width: 600px) {
	.btn_detail {
		font-size: 14px;
		padding: 10px;
	}
}

@media only screen and (max-width: 460px) {
	.pc {
		display: none;
	}
	
	.swipe {
		padding-left: 25px;
		background: url(/products/compare/img/icon_swipe.png) no-repeat top left;
		font-size: 11px;
		line-height: 1.2;
		float: right;
	}
}

/* .compare_table
---------------------------------------- */
.compare_table {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.compare_th {
	width: 210px;
}

.compare_tbody {
	width: calc(100% - 210px);
}

.compare_tbody.tse-scrollable {
	height: auto;
}

.compare_tbody.tse-scrollable.horizontal .tse-scrollbar {
	top: 1px;
}

.compare_tbody.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
	height: 14px;
}

.compare_th + .compare_tbody {
	margin-left: 5px;
}

/*.compare_th .line1 {
	background: #fff;
}*/

.compare_th .line1 .icon,
.compare_th .line1 .txt {
	display: table-cell;
	vertical-align: middle;
}

.compare_th .line1 .txt {
	font-size: 11px;
	padding-left: 10px;
}

.compare_th .line1 .arrow_left,
.compare_th .line1 .arrow_right {
	padding: 8px 6px;
}

.compare_list {
	width: 500%;
}

.item {
	width: 200px;
	float: left;
}

.item + .item {
	margin-left: 5px;
}

.item .product_name {
	font-size: inherit;
	padding-bottom: 10px;
}

.item .product_name img {
	width: 100%;
	height: auto;
}

.model_number {
	font-size: 13px;
	line-height: 1.2;
}

.model_number .memo {
	display: block;
}

.item .product_img {
	margin: 30px 0!important;
}

.product_img img {
	width: 100%;
	height: auto;
}

.supplement {
	text-align: right;
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	.compare_tbody.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
		height: 7px;
	}
}

@media only screen and (max-width: 600px) {
	.td_cell.line3 img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 460px) {
	.compare_th .line1 .icon,
	.compare_th .line1 .txt {
		width: 50%;
	}
	
	.compare_th .line1 .txt {
		font-size: 10px;
	}
	
	.compare_table {
		position: relative;
		display: block;
		clear: both;
	}
	
	.compare_th {
		position: absolute;
		float: left;
		width: 140px;
	}
	
	.cell_ttl {
		word-break: break-all;
		font-size: 11px;
	}
	
	.compare_th + .compare_tbody {
		margin-left: 145px;
	}
	
	.compare_tbody {
		width: calc(100% - 140px);
		overflow-x: scroll;
	}
	
	.compare_list {
		display: block;
		width: 300%;
		float: left;
	}
	
	.item {
		width: calc(33.33% - 20px);
		display: block;
		float: left;
	}
	
	.td_cell.line3 img {
		width: 56%;
	}
}</pre></body></html>