@media screen and (min-width: 768px) {

	#page-row-2 .page-col-1 {
		background-image:url("../../../img//bg_sora2.png");
		background-size:cover;
		background-repeat:no-repeat;
	}

}
@media screen and (max-width: 767px) {

	#page-row-2 .page-col-1 {
		background-image:url("../../../img//bg_sora_sp.png");
	}

}
