@charset "UTF-8";
/* CSS Document */

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.disTable {
	display: table;
	width: 100%;
	height: 100%;
}

.disCell {
	display: table-cell;
	vertical-align: middle;
	padding-right: 22px;
}

.comparison {
	margin-bottom: 3px;
}

.comparison .h2Ttl {
	margin-bottom: 15px;
	padding: 19px 11px 22px;
	/*border-top: 2px solid #E61F26;*/
	border-bottom: 1px solid #eeeeee;
	background: #F9FBFB;
	color: #333333;
	font-size: 18px;
	line-height: 18px;
}

.comparison .h2Ttl span {
	border-left: 6px solid #E61F26;
	padding: 0 0 0 5px;
}

.comparison .tabNavi {
	padding: 0 11px;
	border-bottom: 6px solid #E50012;
}

.comparison .tabNavi li {
	box-sizing: border-box;
	padding: 0 3px;
	width: 50%;
	float: left;
	list-style: none;
}

.comparison .tabNavi li a {
	border: 2px solid #E50012;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	display: block;
	padding: 20px 0 15px;
	color: #E50012;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../img/bg01.jpg) repeat-x left top;
	background-size: auto 100%;
}

.comparison .tabNavi li:nth-child(1).on a {
	border-color: #E50012;
	color: #FFF;
	background: #E50012;
}

.comparison .tabNavi li:nth-child(2) a {
	border-color: #003399;
	color: #003399;
}

.comparison .tabNavi li:nth-child(2).on a {
	border-color: #003399;
	color: #FFF;
	background: #003399;
}

.comparison .subNaviBox {
	position: relative;
	height: 85px;
	background: #EEE;
}

.comparison .subNavi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.comparison .subNavi.fix {
	position: fixed;
}

.comparison .subNavi .naviInner {
	position: relative;
	padding: 3px 0;
}

.comparison .subNavi .naviInner:before,
.comparison .subNavi .naviInner:after {
	content: "x";
	text-indent: -9999px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #999;
	z-index: 50;
}

.comparison .subNavi .naviInner:before {
	top: 0;
}

.comparison .subNavi .naviInner:after {
	bottom: 0;
}

.comparison .subNavi:before {
	content: "x";
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 15px;
	height: 10px;
	background: url(../img/arrow.png) no-repeat center top;
	background-size: 15px auto;
	margin-left: -8px;
	z-index: 100;
}

.comparison .subNavi .naviInner .slick-list {
	background: #EEE;
}

.comparison .subNavi .naviInner .list li a {
	padding-left: 100px;
}

.comparison .subNavi .naviInner .list li .photo {
	width: 85px;
}

.comparison .list li {
	float: left;
	width: 100%;
	position: relative;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	box-sizing: border-box;
	list-style: none;
}

.comparison .list li a {
	display: block;
	color: #000;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 120px;
}

.comparison .list li .photo {
	display: block;
	float: left;
	width: 98px;
	height: 79px;
	position: absolute;
	left: 10px;
	top: 0;
}

.comparison .list li .photo img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.comparison .list li .ttl {
	float: left;
	display: table;
	height: 79px;
	box-sizing: border-box;
}

.comparison .list li .ttl .subTtl {
	display: block;
	color: #7e7e7e;
	font-size: 14px;
	font-weight: normal;
}

.comparison .subNavi li {
	width: 85vw;
}

.comparison .carList .list li {
	font-size: 15px;
	line-height: 1.6;
	border-top: 1px solid #D7D7D7;
}

.comparison .carList .list li:first-child {
	border: none;
}

.comparison .carList .list li a {
	padding-right: 20px;
	background-image: url(../img/icon02.png);
	background-repeat: no-repeat;
	background-position: right 35px center;
	background-size: 10px auto;
}

.comparison .carList .list li .ttl .subTtl {
	font-size: 12px;
}

.comparison .carList .rankLink {
}

.comparison .carList .rankLink a {
	border-top: 1px solid #D8C1C3;
	padding: 31px 17px 30px;
	display: block;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	background: #FCE5E7 url(../img/icon.png) no-repeat right 6px center;
	background-size: 10px auto;
}

.comparison .tabPanel {
	display: none;
}

.comparison .tabNavi + .tabPanel {
	display: block;
}

.comparison .carBox .carList {
	display: none;
}

.comparison .carBox .subNaviBox + .carList {
	display: block;
}

.firstBox {
	display: none;
	position: relative;
	z-index: 1000;
}

.firstBox .firstCover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.firstBox .textBox {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 80%;
	height: 308px;
	background: #FFF;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.firstInbox{
	padding:25px;
}

.firstInbox .firstTxt{
	font-weight: bold;
	font-size: 14px;
	text-align: left!important;
	display: block;
	margin-bottom: 10px;
}
.firstInbox .firstImg{
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.firstInbox .firstImg_last{
	font-weight: bold;
	font-size: 14px;
	display: block;
}


@media all and (min-width: 0) and (max-width: 370px) {
	.comparison .list li {
		font-size: 17px;
	}
	
	.comparison .list li a {
		padding-left: 118px;
	}
	
	.comparison .list li .photo {
		width: 100px;
		height: 63px;
	}
	
	.comparison .list li .ttl {
		height: 63px;
	}
}