@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/consumer/img/consumer_bg_001.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 490px)  350px;
	}
	.bg-products02{
		background-image: url("/corporate/history/consumer/img/consumer_bg_002.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + -590px)  210px;
	}
	.bg-products02-sub{
		background-image: url("/corporate/history/consumer/img/consumer_bg_003.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% - -540px)  1580px;
	}
	.bg-products02-sub02{
		background-image: url("/corporate/history/consumer/img/consumer_bg_004.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + -550px)  2900px;
	}
}
@media screen and (max-width: 767px) {
	.contents .heading {
		padding-top: 105px;
	}
	.contents .heading h1{
		line-height: 1.3;
	}
}