@charset "utf-8";


.sp {
	display: none;
}
.pc {
	display: block;
}
.note{
	padding-bottom: 40px;
	}
#step{
	}
#step h2{
	padding-bottom: 40px;
	}

#step section{
	border-top: solid 1px #ccc;
	overflow: hidden;
	background: url(../img/arrow.png) no-repeat center bottom;
	padding: 20px 0 30px 0;
	margin-bottom: 30px;
	}
#step section.end{
	background: none;
	}

#step section h3,
#step section p{
	padding-bottom: 20px;
	}
.step-body{
	float: left;
	width: 760px;
	}
#step section figure{
	float: right;
	width: 200px;
	}
.contact{
	overflow: hidden;
	}
.contact li{
	float: left;
	padding-right: 30px;
	}
.contact dt{
	font-weight: bold;
	padding-bottom: 10px;
	}

.step figure{
	float: right;
	width: 200px;
	}
@media screen and (max-width: 1024px) {
	.step-body,
	#step section figure{
		float: none;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
		margin: 0 auto;
	}
	.pc {
		display: none;
	}
}