@charset "utf-8";

/*-----------------------------------------
contents
-----------------------------------------*/
/* list01
-----------------------------------------*/
#contents .list01 {
	margin: 2em 0;
}

/* check01
-----------------------------------------*/
#contents .check01 li {
	background-image: url(../images/home/icon_check.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 17px auto;
	margin-bottom: 0.5em;
	padding: 0 0 0 24px;
	font-size: 17px;
	font-weight: 700;
}

/* difference
-----------------------------------------*/
#contents #difference table {
	width: 100%;
	border: 1px solid #D5D5CA;
	margin-top: 30px;
}

#contents #difference table thead th {
	border: 1px solid #D5D5CA;
	background: #613D36;
	padding: 18px 10px;
	line-height: 140%;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}

#contents #difference table tbody th {
	border: 1px solid #D5D5CA;
	background: url(../images/common/bg_table01.png) repeat 0 0;
	padding: 10px;
	line-height: 140%;
	font-size: 14px;
}

#contents #difference table tbody td {
	border: 1px solid #D5D5CA;
	background: url(../images/common/bg_table01.png) repeat 0 0;
	padding: 10px;
	font-weight: 700;
	text-align: center;
	color: #F94E1C;
}

#contents #difference table tbody tr td.special {
	background: url(../images/common/bg_table02.png) repeat 0 0;
}

@media all and (max-width: 599px){
	#contents .check01 li {
		background-position: 0 0.2em;
		font-size: 15px;
	}

	/* difference
	-----------------------------------------*/
	#contents #difference table thead th {
		padding: 10px;
		font-size: 13px;
	}

	#contents #difference table tbody th {
		font-size: 13px;
	}

	#contents #difference table tbody td {
		font-size: 13px;
	}
}
