@charset "utf-8";

/* headlight */

/* contents
----------------------------------------- */
.page-visual-area {
	background: url(../../images/service/headlight/page-visual_sp.webp) center center no-repeat;
	background-size: cover;
}
.no-webp .page-visual-area {
	background: url(../../images/service/headlight/page-visual_sp.jpg) center center no-repeat;
	background-size: cover;
}

/* sec-copy_main */
.sec-copy_main br {
	display: none;
}















































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {


/* contents
----------------------------------------- */
.page-visual-area {
	background: url(../../images/service/headlight/page-visual_pc.webp) center center no-repeat;
	background-size: cover;
}
.no-webp .page-visual-area {
	background: url(../../images/service/headlight/page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}

/* sec-copy_main */
.sec-copy_main br {
	display: inline;
}




} /* tablet end */





























































/* PC 960px - */
@media only screen and (min-width: 960px) {


/* contents
----------------------------------------- */
.page-visual-area {
	background: url(../../images/service/headlight/page-visual_pc.webp) center center no-repeat;
	background-size: cover;
}
.no-webp .page-visual-area {
	background: url(../../images/service/headlight/page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}

/* sec-copy_main */
.sec-copy_main br {
	display: inline;
}


} /* PC end */





























































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

} /* PC end */


