@charset "UTF-8";
body {
	min-width: 980px;
	color: #3f3f3f;
	font-size: 12px;
	background: #fff;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: none;
}
img {
	border: none;
	vertical-align: top;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
hr {
	width: 980px;
	margin: 0;
	padding: 2px 0;
	border: none;
	background: url(../img/hr.png) repeat-x;
}
#container {
	width: 100%;
}
#top {
	width: 100%;
	background: url(../img/bg_top.jpg) no-repeat top center;
}
#top div {
	width: 980px;
	margin: 0 auto;
}
#main {
	width: 100%;
	background: url(../img/bg_main.jpg) no-repeat top center;
}
#main div {
	width: 980px;
	margin: 0 auto;
}
#sub {
	width: 100%;
	background: url(../img/bg_sub.jpg) no-repeat top center;
}
#sub div {
	width: 980px;
	margin: 0 auto;
}
#explanation {
	width: 100%;
	background: #f8f4f4;
}
#explanation_inner {
	width: 980px;
	margin: 0 auto;
	padding: 25px 0 60px;
}
#explanation_inner p.ttl {
	padding-bottom: 10px;
	font-size: 34px;
	text-align: center;
}
#explanation_inner p.sub_ttl {
	padding: 18px 0 13px;
	font-size: 25px;
	text-align: center;
}
#explanation_main {
	width: 980px;
	height: 508px;
	padding-top: 270px;
	box-sizing: border-box;
	background: url(../img/bg_explanation.png) no-repeat;
}
#explanation_main table {
	width: 688px;
}
#explanation_main table, #explanation_main table td {
	border-collapse: collapse;
	border: solid 1px #e1e1e1;
	background: #fff;
}
#explanation_main table td {
	height: 30px;
	padding: 0 15px 0 25px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 13px;
}
#explanation_main p.note {
	width: 688px;
	padding-top: 10px;
	text-align: right;
}
#finish {
	width: 100%;
	background: url(../img/bg_finish.jpg) no-repeat top center;
}
#finish div {
	width: 980px;
	margin: 0 auto;
}
#review {
	width: 100%;
}
#review_inner {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0;
}
#review_inner p.ttl {
	padding-bottom: 10px;
	font-size: 34px;
	text-align: center;
}
#review_main {
	width: 980px;
	margin-top: 20px;
	border: solid 1px #e0e0e0;
	box-sizing: border-box;
}
#review_main p.ttl {
	padding-top: 20px;
	border-bottom: solid 1px #e0e0e0;
	font-size: 24px;
	text-align: center;
}
#review_main div.article {
	height: 357px;
	padding: 6px 0 0 235px;
	box-sizing: border-box;
	background: url(../img/bg_review.png) no-repeat bottom left;
}
#review_main div.article ul li {
	width: 710px;
	height: 104px;
	padding: 25px 0 0 80px;
	box-sizing: border-box;
	background: url(../img/bg_review_article.png) no-repeat;
	font-size: 14px;
	line-height: 20px;
}
#link_carlease {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 70px;
}
#link_carlease p.txt {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
#link_carlease p.btn {
	margin-top: 30px;
	text-align: center;
}
#footer {
	width: 100%;
	background: #e0e0e0;
}
#footer_inner {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer_inner p {
	font-size: 14px;
	text-align: right;
}
#btn_anc_top {
	position: fixed;
	bottom: -50px;
	right: 50px;
}
