@charset "utf-8";



@media only screen and (max-width: 480px) {




.product-col{
	width: 100%;
	display: block;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.product-h4{
	text-align: left;
	display: block;
	color:#0080cb;
	font-size:15px;
	font-weight: 800;
	letter-spacing: 0px;
	margin: 21px 0 15px 0;
	position: relative;
}

.product-left{
	width: 100%;
}


.product-right{
	width: 100%;
	margin-top: 0px;
}

.product-mainphoto{
	width: 100%;
}

.product-photo-wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 21px;
}

.product-photo{
	width: 32%;
}

.product-photo img{
	width: 100%;
}

#carcarrier{
	padding-bottom: 54px;
	border-bottom: 1px solid #666;
}

#motorcyclecarrier{
	padding-top: 54px;
}


.works-wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:3%;
}

.works{
	width: 48%;
	padding: 15px;
	background: #fff;
	text-align: center;
	margin-bottom: 12px;
}

.works-photo{
	width: 100%;
	margin-bottom: 21px;
}

.works-photo img{
	width: 100%;
}

.works-title{
	font-size:15px;
	margin-bottom: 6px;
}

.works-note{
	font-size:13px;
	margin-bottom: 9px;
}





}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {


.product-col{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.product-h4{
	text-align: left;
	display: block;
	color:#0080cb;
	font-size:15px;
	font-weight: 800;
	letter-spacing: 0px;
	margin: 21px 0 15px 0;
	position: relative;
}

.product-left{
	width: 400px;
}


.product-right{
	width: 500px;
	margin-top: -60px;
}

.product-mainphoto{
	width: 100%;
}

.product-photo-wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 21px;
}

.product-photo{
	width: 125px;
}

.product-photo img{
	width: 100%;
}

#carcarrier{
	padding-bottom: 54px;
	border-bottom: 1px solid #666;
}

#motorcyclecarrier{
	padding-top: 54px;
}


.works-wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:60px;;
}

.works{
	width: 280px;
	padding: 15px;
	background: #fff;
	text-align: center;
}

.works-photo{
	width: 100%;
	margin-bottom: 21px;
}

.works-photo img{
	width: 100%;
}

.works-title{
	font-size:15px;
	margin-bottom: 6px;
}

.works-note{
	font-size:13px;
	margin-bottom: 9px;
}

}/*//end  min-width: 481px ///////////////////////*/











