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