@charset "UTF-8";

/* Large screen vs. mobile */

.pc {
	display: inherit;
}@media screen and (max-width:640px){
	.pc {
		display:none;
	}
}

.sp {
	display:none;
}@media screen and (max-width:640px){
	.sp {
		display:inline-block;
	}
}

.header {
	background-image: url(../images/bg-header-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	

}@media screen and (max-width:640px){
	.header {
		width: 100%;
		background-image: url(../images/bg-header-sp.jpg);
		background-size: cover;
	}
}

.header-in-pc {
	display: block;
	max-width: 1050px;
	margin: 0 auto;
	padding: 1em;
}

/* 成功者の声ボックス */
/*8ステップ詳細ボックス*/
.voice-box{
	padding: 30px;
	background: url(../images/bg-box8.jpg) #eee;
	border: 10px solid #05a826;
}

.voice-box img.profile {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #888;
	box-shadow: 2px 2px 6px #ccc;
	max-width: 150px;
}

.voice-box p{
	color: #000;
}
