@charset "utf-8";
/* flow CSS */

#main #flow_title{
	background-image: url(../img/flow/sold_title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777ex;
	height: 45px;
	width: 700px;
	margin-bottom: 20px;
}
#main .step{
	padding: 10px;
	margin-top: 10px;
	background-image: url(../img/flow/back_arrow.png);
	background-repeat: no-repeat;
	background-position: 40px 38px;
	height: 100px;
}
#main .step_2{
	padding: 10px;
	margin-top: 10px;
	background-image: url(../img/flow/back_arrow_2.png);
	background-repeat: no-repeat;
	background-position: 40px 38px;
	height: 190px;
}
#main .step_3{
	padding: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 40px 38px;
	height: 130px;
}
p#title_1{
	background-image: url(../img/flow/step1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777ex;
	height: 33px;
	width: 670px;
	margin-left: 5px;
}
p#title_2{
	background-image: url(../img/flow/step2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777ex;
	height: 33px;
	width: 670px;
	margin-left: 5px;
}
p#title_3{
	background-image: url(../img/flow/step3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777ex;
	height: 33px;
	width: 670px;
	margin-left: 5px;
}
p#title_4{
	background-image: url(../img/flow/step4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777ex;
	height: 33px;
	width: 670px;
	margin-left: 5px;
}
p#title_5{
	background-image: url(../img/flow/step5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777ex;
	height: 33px;
	width: 670px;
	margin-left: 5px;
}
p#title_6{
	background-image: url(../img/flow/step6.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -7777ex;
	height: 33px;
	width: 670px;
	margin-left: 5px;
}

.text{
	margin-top: 10px;
	margin-left: 100px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.text span{
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 1.1em;
}

#sc_search{
	padding-top: 20px;
}
@media screen and (max-width: 500px) { 
	
}
@media screen and (max-width: 500px) { 
	#main .step { height:120px;}
}
@media screen and (max-width: 350px) {
#main .step { height:150px;}
#main .step_2{	height: 260px;}
#main .step_3 { height:auto;}
}