@charset "utf-8";

/*======================================

	Custom CSS [English]
	Copyright (c) 2021-, PROACTIVE Inc. All rights reserved.

=======================================*/

/*--- Top ---*/
#top-img + article {
	background: url("/lib/img/english/bg_top.jpg") 0 0 no-repeat;
}

@media print, screen and (min-width: 769px) {
	#top-img + article {
		padding-left: 14rem;
		width: calc(100% - 14rem);
	}
}
@media only screen and (max-width:768px) {
	#top-img + article {
		background-size: 20% auto;
	}
}
