/* 
 forklift
----------------------------------------------------------- */ 
.p-forklift .c-sub-fv__img{
	background-image: url("../img/forklift/forklift-fv.jpg");
}
.p-forklift .c-sub-nav__item:nth-child(1) .c-sub-nav__label::before{
	background: url("../img/forklift/forklift-nav-products.svg") center center / contain no-repeat;
}
.p-forklift .c-sub-nav__item:nth-child(2) .c-sub-nav__label::before{
	background: url("../img/forklift/forklift-nav-attachment.svg") center center / contain no-repeat;
}
.p-forklift .c-sub-nav__item:nth-child(3) .c-sub-nav__label::before{
	background: url("../img/common/sub-nav-contact.svg") center center / contain no-repeat;
}
.p-forklift-attachment__body{
	background-image: url("../img/forklift/forklift-attachment-bg.png");
	background-position: center left 10%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 767px){
	.p-forklift .c-sub-fv__img{
		background-image: url("../img/forklift/forklift-fv-sp.jpg");
	}
}
@media screen and (max-width: 480px){
}