﻿#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
/*******************************
オートローン
*******************************/
#deliveryFlow {
	position:relative;
	max-width:100%;
	height:100%;
	margin:auto;
	padding:0 0 80px 0;
	color:#313131;
	font-family:helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
/*******************************
タイトル背景
*******************************/
.delivery-backgroundColor {
	width:100%;
	height:80px;
	background-image:linear-gradient(to bottom,#000C41,#FFFFFF)
}
/*******************************
タイトル
*******************************/
.delivery-header {
	max-width:980px;
	height:100%;
	margin:auto;
	color:#FFFFFF;
}

.delivery-header h1 {
	margin:0px;
	padding:1.5% 0 0 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*******************************
ローン情報
*******************************/
.delivery-contents {
	max-width:980px;
	margin:20px auto 50px auto;
	height:100%;
}

.contents-value {
	margin:0 0 30px 0;
	padding:20px 30px 40px 30px;
	border:8px double rgba(235,145,0,0.4);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.9);
}

.contents-value h2 {
	margin:5px 0 5px 0;
	color:rgba(235,145,0,0.8);
}

.contents-value ul {
	margin:0 0 0 0;
	padding:0 0 0 20px;
	background-color:rgba(255,255,255,0.2);
}

.contents-value li {
	font-size:2.4ex;
	font-weight:bold;
}

.contents-value li+li, .contents-value p+li {
	margin:10px 0 0 0;
}

.contents-value p {
	margin:0 0 0 0;
	font-size:2.4ex;
	background-color:rgba(255,255,255,0.2);
}

.agreement-athorCase {
	margin:10px 0 0 0;
	padding:10px 10px 10px 10px;
	border:1px solid #AEAEAE;
}

.agreement-athorCase ul {
	list-style-type:circle;
	background-color:rgba(255,255,255,0.2);
}
/*******************************
下矢印
*******************************/
.down{
	position:relative;
	margin:80px auto -50px auto;
	width:0;
	height:0;
	border:64px solid transparent;
	border-top-color:rgba(235,145,0,0.8);
}

.down:after{
	position:absolute;
	content:'';
	top:-128px;
	left:-32px;
	width:64px;
	height:64px;
	background:rgba(235,145,0,0.8);
}
/*******************************
各Stepの背景画像
*******************************/
#step1 {
	height:300px;
	background-image:url(../../image/deliveryFlow/step1_image.png);
	background-size:35% 95%;
	background-position:95% 50%;
	background-repeat:no-repeat;
}

#step2 {
	background-image:url(../../image/deliveryFlow/step2_image.png);
	background-size:50% 90%;
	background-position:95% 50%;
	background-repeat:no-repeat;
}

#step3 {
	background-image:url(../../image/deliveryFlow/step3_image.png);
	background-size:45% 65%;
	background-position:95% 50%;
	background-repeat:no-repeat;
}

#step4 {
	height:200px;
	background-image:url(../../image/deliveryFlow/step4_image.png);
	background-size:40% 80%;
	background-position:95% 50%;
	background-repeat:no-repeat;
}

#step5 {
	height:300px;
	background-image:url(../../image/deliveryFlow/step5_image.png);
	background-size:40% 80%;
	background-position:95% 50%;
	background-repeat:no-repeat;
}