@charset "utf-8";

/* ------------------------------
 充電器
------------------------------ */
table.type-01 {
	height: 400px;
}
table.type-01 th {
	height: 57px;
	vertical-align: middle;
	font-size: 18px;
}
table.type-01 td {
	vertical-align: middle;
}
table.type-01 td.tal_ttl {
	background-color: #f3f4f5;
}
table.type-01 th:first-child {
	width: 220px;
}

table.type-02 th {
	width: 100px;
	vertical-align: middle;
}

table.type-02 td {
	width: 160px;
}

table.type-02 td img {
	width: 131px;
}

table.type-02 .font_small {
	font-size: 12px;
}

table.type-02 td.vam {
	vertical-align: middle;
}

.contentsPage .bg_h1 {
	background: -moz-linear-gradient(100% 50% 180deg, rgba(255, 255, 255, 1) 0%, rgba(155, 184, 118, 1) 37.23%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(155, 184, 118, 1) 37.23%);
	background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(0.3723, rgba(155, 184, 118, 1)));
	background: -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(155, 184, 118, 1) 37.23%);
	background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(155, 184, 118, 1) 37.23%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#9BB876' ,GradientType=0)";
	background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(155, 184, 118, 1) 37.23%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BB876', endColorstr='#FFFFFF', GradientType=1);
	font-size: 43px;
	line-height: 53px;
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	padding: 30px 0 26px 47px;
	margin-top: 0;
	margin-bottom: 35px;
}

.check li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 35px;
}
.check .li0x {	
	line-height: 30px;
}
.check li span{
	font-size: 15px;
}
.check li::before {
	content: "";
	background-image: url(../img/charger_check.png);
	background-repeat: no-repeat;
    display: inline-block;    
    width: 18px;
	height: 14px;
	padding-right: 10px;
}