@charset "utf-8";

/* ------------------------------
 特装製品
------------------------------ */

/* --- 背景画像 --- */
	@media print, screen and (min-width: 768px) {
	.bg-products01{
		background-image: url("/corporate/history/special_equipment/img/special_equipment_bg_001.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + -580px)  815px;
	}
	.bg-products01-sub{
		background-image: url("/corporate/history/special_equipment/img/special_equipment_bg_002.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 600px)  2030px;
	}
	.bg-products02{
		background-image: url("/corporate/history/special_equipment/img/special_equipment_bg_003.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 550px)  1150px;
	}
	.bg-products02-sub{
		background-image: url("/corporate/history/special_equipment/img/special_equipment_bg_004.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% - 610px)  2240px;
	}
	.bg-products03{
		background-image: url("/corporate/history/special_equipment/img/special_equipment_bg_005.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + -550px)  480px;
	}
	.bg-products04{
		background-image: url("/corporate/history/special_equipment/img/special_equipment_bg_006.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 590px) 1240px;
	}
	.bg-products04-sub{
		background-image: url("/corporate/history/special_equipment/img/special_equipment_bg_007.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + -560px) 2400px;
	}
}