@charset "utf-8";

/*---------------------

	上部
	
---------------------*/

#top-item{
	width:100%;
	margin-bottom:50px;
}

#top-item-photo{
	text-align: center;
	margin-bottom:30px;
}


#top-item .coment{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}

#top-item .coment p{
	margin:8px 0;
	font-size:20pt;
	line-height: 1.6em
}

/*---------------------

	比較
	
---------------------*/

#hikaku{
	width:100%;
	margin-bottom:50px;
}


#hikaku h5{
	color:#3399CC;
	font-size:15pt;
	border-bottom:1px solid #3399CC;
	margin-bottom:20px;
}

#hikaku h5::before{
	content:' ';
	width:32px;
	height:38px;
	display: inline-block;
	background-image: url(../com/img/title-ico03.png);
	background-size:auto 100%;
	margin-bottom:-5px;
}

#hikaku table{
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}

#hikaku th,
#hikaku td{
	padding:8px 10px;
}
#hikaku tbody td{
	 width:400px;
}

#hikaku th{
	color:#fff;
	font-weight: bold;
}
#hikaku tbody th{
	/*width:200px;*/
	background-color: #53A7D1;
}

#hikaku thead th.lease{
	/*width:200px;*/
	background-color: #2C98CE;
	text-align: center;
	font-size:16px;
}

#hikaku tbody td.lease{
	background-color: #F7F7F7;
}

#hikaku thead th.cleaset{
	background-color: #2687B7;
	text-align: center;
	font-size:16px;
}

#hikaku tbody td.cleaset{
	background-color: #F3F3F3;
}


/*---------------------

	リース・クレジット
	
---------------------*/

#lease,
#cleaset{
	width:100%;
}

#lease{
	margin-bottom:50px;
}

#lease .inner,
#cleaset .inner{
	width:100%;
	display: flex;
	align-items: center;
}

#lease .photo,
#cleaset .photo{
	width:253px;
	text-align: center;
}

#lease .main,
#cleaset .main{
	flex:1;

}

#lease .item,
#cleaset .item{
	width:100%;
	margin-bottom:15px;
	flex:1;
	display: flex;
	align-items: center;
}

#lease .ico,
#cleaset .ico{
	width:100px;
	height:100px;
	border-radius: 50%;
	background-color: #50A9D3;
	color:#fff;
	font-weight: bold;
	font-size:16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}


#lease .text,
#cleaset .text{
	flex:1;
	padding-left:10px;
}

/*2020年08月 GP追加*/
.pricetxt {
	color:#ff6347;
	padding-right:10px;
	font-weight:bold;
}
.subtxt {
	font-size:80%;
	line-height: 50%;
	color:#696969;
}



