@charset "utf-8";

@media print, screen and (min-width : 769px){

/* ----------------------------------------
	section_style
---------------------------------------- */

	#section_style {
		background-image: url(../img/bg.jpg);
		background-size: 1280px 100%;
		color: #fff;
	}
	#section_style h3 {
		margin-left: -150px;
	}
	#section_style h3+ul {
		margin-top: 120px;
	}

	#section_style li .link a {
		color: inherit;
	}
	#section_style li .link a::after {
		background-image: url(/ACCESS/fit/common/img/parts_ico_btn_detail_arrow_w.png);
	}

	#section_style .ledfoglight>figure figcaption {
		margin-top: 10px;
		font-family: var(--font-light);
		font-size: 12px;
	}
	#section_style .ledfoglight>div figure {
		margin-top: 50px;
		width: 370px;
	}
}