@charset "utf-8";
/* CSS Document */

h3.step01,
h3.step02,
h3.step03,
h3.step04,
h3.step05,
h3.step06,
h3.step07,
h3.step08 {
	clear: both ;
	width: 725px ;
	height: 40px ;
	font-size: 20px ;
	color: #FF9900 ;
	font-weight: bold ;
	margin: 30px 0 15px ;
}
h3.step01 {
	background: url(../process/image/step01.png) no-repeat ;
	margin: 0 0 15px ;
}
h3.step02 {
	background: url(../process/image/step02.png) no-repeat ;
}
h3.step03 {
	background: url(../process/image/step03.png) no-repeat ;
	margin: 30px 0 35px ;
}
h3.step04 {
	background: url(../process/image/step04.png) no-repeat ;
}
h3.step05 {
	background: url(../process/image/step05.png) no-repeat ;
}
h3.step06 {
	background: url(../process/image/step06.png) no-repeat ;
}
h3.step07 {
	background: url(../process/image/step07.png) no-repeat ;
}
h3.step08 {
	background: url(../process/image/step08.png) no-repeat ;
}

h3.step01 .step-pd,
h3.step02 .step-pd,
h3.step03 .step-pd,
h3.step04 .step-pd,
h3.step05 .step-pd,
h3.step06 .step-pd,
h3.step07 .step-pd,
h3.step08 .step-pd {
	display: block ;
	padding: 10px 0 0 50px ;
}



div.process-box {
	margin: 0 0 25px 15px ;
	line-height: 1.8;
}

/*サービスに関するお問い合わせ********************/
div.step01-contact {
	position: relative ;
	margin: 15px 0 15px ;
}

div.step01-contact a {
	display: block ;
	position: absolute ;
	top: 155px ;
	left: 200px ;
}

