@charset "UTF-8";


#ct_bg .bgArea01 {
	padding: 5px 0 70px;
	background-image: url("../img/bg01_pc.jpg");
	background-size: cover;
	background-repeat: repeat-y;
}
#ct_bg .imgBlock01 {
	display: table;
	margin: 60px auto 0;
}
#ct_bg .textBlock01 {
	display: table;
	max-width: 472px;
	margin: 70px auto 0;
}

@media screen and (max-width: 639px) {
	#ct_bg .bgArea01 {
		padding: 0 0 50px;
		/*background-image: url("../img/bg01_sp.png");*/
	}	
	#ct_bg .imgBlock01 {
		margin-top: 45px;
	}
	#ct_bg .imgBlock01.type01 {
		margin-left: 6%;
		margin-right: 6%;
	}
	#ct_bg .textBlock01 {
		margin: 40px 6% 0;
	}	
}