@charset "utf-8";

/* ------------------------------
 受託開発の歩み
------------------------------ */
/* --- 背景画像 --- */
@media print, screen and (min-width: 768px) {
	.year-list{
		background: url("../img/year_list_bg02.svg") no-repeat right 0 top 17px;
		background-size: auto 109px;
	}
	.bg-products01{
		background-image: url("/corporate/history/consignment/02/img/consignment02_bg_001.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 570px)  1300px;
	}
	.bg-products02{
		background-image: url("/corporate/history/consignment/02/img/consignment02_bg_002.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + -650px)  640px;
	}
	.bg-products02-sub{
		background-image: url("/corporate/history/consignment/02/img/consignment02_bg_003.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 600px)  1610px;
	}
	.bg-blue.last{
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 767px) {
	.bg-blue.last{
		padding-bottom: 100px;
	}
}