/*--------------------------メインビジュアルのスタイル---------------------------*/

#flow_main_title{
	margin:20px 0 0 10px;
}

/*---------------流れ　１～８のスタイル---------------*/

#main_flow{
	margin:30px 0 0 10px;
}

.flow_box{
	position:relative;
	margin:15px 0 0 0;
	border:1px solid #D4C8B0;
	width:691px;
	background-color:#F2F2EA;
}


.box_height_1 {
	height:160px;
}
.box_height_2 {
	height:160px;
}
.box_height_3 {
	height:160px;
}
.box_height_4 {
	height:170px;
}
.box_height_5 {
	height:160px;
}
.box_height_6 {
	height:170px;
}
.box_height_7 {
	height:160px;
}
.box_height_8 {
	height:160px;
}

.flow_pic{
	position:absolute;
	top:32px;
	left:7px;
}

.flow_title{
	position:absolute;
	top:0px;
	left:0px;
}

.p1{
	position:absolute;
	top:40px;
	left:215px;
}
.p2{
	position:absolute;
	left:215px;
	top:59px;
	width:440px;
}
.p3{
	position:absolute;
	left:215px;
	top:79px;
}
.p4{
	position:absolute;
	left:215px;
	top:99px;
}
.p5{
	position:absolute;
	left:215px;
	top:119px;
}
.p6{
	position:absolute;
	left:215px;
	top:139px;
}

span.red{
	color:red;
}

.flow_arrow{
	margin:10px 0 0 340px;
}


/*---------------三段階開示のスタイル---------------*/

#ques_title{
	font-size:90%;
	padding:0 0 8px 20px;
	margin:18px 0 0 0;
	line-height:1.3;
}

#main_3step{
	margin:10px 0 0 10px;
}

.step_box{
	position:relative;
	margin:0 0 10px 0;
	border:1px solid #D4C8B0;
	width:691px;
	background-color:#F2F2EA;
}

.step_box_height {
	height:145px;
}


.step_pic{
	position:absolute;
	top:12px;
	left:12px;
}

.step_title{
	position:absolute;
	top:13px;
	right:20px;
}

.sp1{
	font-size:80%;
	position:absolute;
	top:56px;
	left:218px;
	width:461px;
}

