@charset "UTF-8";

.item-area{
	max-width: 1020px;
	margin: 0 auto;
}
.category {
    padding: 40px 0 15px;
    font-weight: 700;
    font-size: 2.6rem;
}
.ttl-area{
    position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #dadada;
	padding: 10px 7px 10px 10px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 13px;
}
.slide-area .icon {
    position: absolute;
    right: 1rem;
    width: 100px;
    top: 6px;     
}
.slide-area figure .icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 150px;
}
.main-item-pic figure {
    position: relative;
}
.main-item-pic .icon {
    position: absolute;
    right: 1rem;
    width: 100px;
    top: 6px;     
}
.main-item-pic figure .icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 150px;
}
.ttl-area .btn01{
	width: 170px;
	height: 30px;
	font-size: 1.6rem;
	font-weight: 600;
}
.ttl-area .btn01:after{
	display: none;
}
.ttl-area h1{
	font-weight: 500;
	line-height: 1.4;
	font-size: 2.2rem;
	width: calc(100% - 190px);
	font-weight: 600;
}
.inquiry-list{
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.inquiry-no-box{
	color: #fff;
	width: 20.588%;
	height: 70px;
	background: #df0012;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	line-height: 1.38;
	font-weight: 600;
}
.inquiry-mail,
.inquiry-tel{
	width: 38.235%;
}
.inquiry-mail a,
.inquiry-tel a{
	border-radius: 10px;
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ff9a17;
}

.inquiry-mail a .small,
.inquiry-tel a .small{
	font-size: 1.7rem;
	margin-bottom: .5em;
	font-weight: 600;
}
.inquiry-mail a .large{
	font-size: 2.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #fff;
}
#contents.lease .inquiry-mail a {
	background: #008145;
}
#contents.lease .inquiry-mail .small {
	color: #fff;
}
#contents.lease .inquiry-mail .large {
	font-size: 2.6rem;
}

.inquiry-mail a .large:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 14px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-left: .6em;
}
.inquiry-list .caption{
	margin-top: 10px;
	font-size: 1.8rem;
}
.inquiry-tel a{
	border: 1px solid #ff9a17;
	background: #fff;
}
.inquiry-tel a .rog2{
	font-size: 3.5rem;
	color: #ff9a17;
	padding-left: 44px;
	background: url(../images/truck_item-icon01.svg) no-repeat;
	background-position: left center;
	background-size: 31px auto;
	
}

/* +++++++++++++++++++.slide-area+++++++++++++++++++++ */
.slide-area{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 40px auto;
}
.main-item-pic {
    margin: 40px auto;
}

.main-item-pic{
	margin: 40px auto;
}
.item-thumbs-list{
	display: flex;
	flex-wrap: wrap;
}
.item-thumbs-list li{
	width: 18%;
	margin-top: 2.5%;
}
.item-thumbs-list li:not(:nth-of-type(5n)){
	margin-right: 2.5%;
}
.main-slide{
	width: 71.176%;
	position: relative;
}
.main-slide li{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.main-slide li.active{
	display: block;
	position: relative;
}
.icon-y figure:after{
	display: none;
}
.new.icon-y:after{
	background-position: left 1rem top 1rem;
	background-size: 4em;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-image: url(../images/new-icon.svg);
    pointer-events: none;
}

.main-slide {
    user-select: none;
}
.slideright {
    position: absolute;
    font-size: 3em;
    right: 0em;
    top: calc(50% - 0.5em);
    color: #fff;
    text-shadow: 0 0 0.25em #000;
    border-radius: 1em;
    cursor: pointer;
    width: 1em;
    text-align: center;
    user-select: none;
}
.slideleft {
    position: absolute;
    font-size: 3em;
    left: 0em;
    top: calc(50% - 0.5em);
    color: #fff;
    text-shadow: 0 0 0.25em #000;
    border-radius: 1em;
    cursor: pointer;
    width: 1em;
    text-align: center;
    user-select: none;
}
    
.thumb-slide-outer{
	width: 26.470%;
}
.thumb-slide{
	width: 100%;
}
.thumb-slide .flex{
	display: flex;
	justify-content: space-between;
	margin: 6px 0;
}
.thumb-slide li figure{
	width: 47.407%;
	cursor: pointer;
	transition: .3s all ease;
	position: relative;
}
.thumb-slide li figure:hover{
	opacity: .6;
}
.thumb-slide .vr:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/truck_item-icon02.svg) no-repeat;
	background-position: left 2.3% bottom 3.947%;
	background-size: 36.923% auto;
}
.prev-arrow{
	margin-bottom: 12px;
}
.slick-arrow{
	display: block;
	cursor: pointer;
	transition: .3s all ease;
}
.slick-arrow:hover{
	opacity: .6;
}

/* ++++++++++++++++++++.truck-data-area+++++++++++++++++ */
.truck-data-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.truck-data-area table{
	width: 47.843%;
	line-height: 1.3;
}
.truck-data-area tr:nth-of-type(2n+1){
	background: #e6e6e6;
}
.truck-data-area th{
	width: 44%;
	text-align: left;
	vertical-align: top;
	padding: .5em 0 .5em .6em; 
}
.truck-data-area td{
	width: 56%;
	padding: .5em .6em; 
}
.truck-data-area dl{
	margin: 20px 0 30px;
	border-top: 1px solid #a7a7a7;
	width: 100%;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
}
.truck-data-area dt{
	width: 65px;
	padding: 1em 0 1em 1em;
	flex-shrink: 0;
	border-bottom: 1px solid #a7a7a7;
	font-weight: 600;
}
.truck-data-area dd{
	width: calc(100% - 65px);
	padding: 1em 0;
	border-bottom: 1px solid #a7a7a7;
}
.truck-data-area tr.price-area td{
    font-weight: 600;
    font-size: 2.3rem;
    color: #df0012;
}
    
.ttl01{
	font-size: 2.3rem;
	margin-bottom: 10px;
	line-height: 1.3;
}
.comment{
	line-height: 2;
}
.comment-area{
	max-width: 1180px;
	margin: 0 auto 35px;
	padding: 20px 0;
	background: #ffe1ba;
}
.comment-outer{
	padding-left: 0;
	padding-right: 0;
}
.txt-red{
	font-weight: 600;
}


.download-area{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 65px;
}
.download-area li{
	width: 31.372%;
}
.download-area a{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: #ff9e17;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 500;
	height: 68px;
}
.caution-ttl{
	font-weight: 400;
	line-height: 2;
	font-size: 100%;
}
.caution li{
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.caution li:before{
	content: "・";
	display: inline;
}


/* +++++++++++++++#sec02+++++++++++++ */
#sec02{
	padding: 55px 0 60px;
	background: #e7e7e7;
	text-align: center;
	margin-top: 30px;
}
#sec02 .inner {
	max-width: 1020px;
	justify-content: space-between;
}
#sec02 .inner .inquiry{
	display: inline-block;
    vertical-align: top;
}
.inquiry{
	width: 49.019%;
    margin-right: 5px;
}
#sec02 h2{
	font-size: 2.6rem;
	margin-bottom: 15px;
}
#sec02 a{
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 10px;
}
#sec02 p{
	font-size: 1.8rem;
}
#sec02 .btn01{
	font-size: 2.9rem;
}
#sec02 .btn01:after{
	right: 20px;
}
#sec02 .rog2{
	background: #fff;
	font-size: 3.5rem;
	color: #ff9a17;
	border: 2px solid #ff9a17;
}
#sec02 .rog2:before{
	content: "";
	display: block;
	height: 100%;
	width: 33px;
	margin-right: .3em;
	background: url(../images/truck_item-icon01.svg) no-repeat;
	background-size: 100% auto;
	background-position: left center;
}

/* ++++++++++++++++++++++++++LINE追加変更++++++++++++++++++++++++ */

.inquiry.line{
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.line a{
	background: #04c656;
	color: #fff;
	font-size: 4.1rem;
	width: 49.019%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
}
#sec02 .line p{
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	padding: 7px;
	background: #04c656;
	text-align: center;
	margin-bottom: 15px;
}

/* +++++++++++++++#sec03+++++++++++++ */
#sec03{
	padding: 95px 0;
}
#sec03 h2{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 55px;
}



@media screen and (max-width: 1260px) and (min-width: 769px){
	.inquiry-no-box{
		font-size: 1.587vw;
	}
	.inquiry-mail a .small,
	.inquiry-tel a .small{
		font-size: 1.349vw;
	}
	.inquiry-mail a .large{
		font-size: 2.301vw;
	}
	.inquiry-tel a .rog2{
		font-size: 2.777vw;
		padding-left: 3.492vw;
		background-size: 2.46vw;
	}
	.inquiry-list .caption{
		font-size: 1.428vw;
	}
	.download-area a{
		font-size: 1.825vw;
	}
	.comment-area{
		padding-left: 3.174vw;
		padding-right: 3.174vw;
	}
}



@media screen and (max-width: 768px){
	main{
		padding-top: 0rem;
	}
	.item-area{
		max-width: 100%;
		padding: 0 0rem;
		margin: 0rem auto 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.ttl-area{
		padding: 1.5rem;
		align-items: center;
		margin-bottom: 2rem;
		order: 1;
		width: 100%;
	}
	.ttl-area h1{
		font-size: 2.7rem;
		width: 100%;
	}
	.pc-none.inquiry-no-box{
		order: 2;
		margin-bottom: 4.8rem;
		font-size: 4.3rem;
		height: 11.5rem;
		border-radius: 2rem;
	}

/* +++++++++++++++++++.slide-area+++++++++++++++++++++ */
	.slide-area{
		display: block;
		margin: 0 auto 0;
		order: 2;
		width: 100%;
	}
	.sp-thumb-slide{
		margin-top: 1.7rem;
	}
	.sp-thumb-slide .pic{
		margin: 0 .4rem;
	}

/* +++++++++++++++new icon微調整+++++++++++++++++++++++ */
	.icon-y figure:after{
		display: none;
	}
	.new.icon-y:after{
		background-position: left 1rem top .8rem;
		background-size: 9.5rem auto;
	}

/* ++++++++++++++++++++.truck-data-area+++++++++++++++++ */
	.truck-data-area tr.price-area{
		background: #dadada;
	}
	.truck-data-area tr.price-area th{
		vertical-align: middle;
	}
	.truck-data-area tr.price-area td{
		font-weight: 600;
		font-size: 3.3rem;
		color: #df0012;
	}
	.truck-data-area{
		display: block;
		order: 3;
	}
	.truck-data-area table{
		width: 100%;
		font-size: 2.8rem;
	}
	.truck-data-area th{
		width: 44%;
		padding: .2em 0 .2em .3em;
		min-height: 4.3rem;
		align-items: center;
	}
	.truck-data-area td{
		width: 56%;
		padding: .2em .3em; 
	}
	.truck-data-area table:nth-of-type(2) th{
		font-size: 2.1rem;
	}
	.inquiry-list{
		order: 4;
		display: block;
		width: 100%;
		margin: 6rem auto 11rem;
	}
	.inquiry-no-box{
		color: #fff;
		width: 100%;
		height: 7rem;
		border-radius: 1rem;
		margin-bottom: 3.5rem;
	}
	.inquiry-mail,
	.inquiry-tel{
		width: 100%;
	}
	.inquiry-mail a,
	.inquiry-tel a{
		border-radius: 2rem;
		width: 100%;
		height: 12rem;
	}
	.inquiry-mail a .large{
		font-size: 5rem;
	}
	.inquiry-mail a .large:after{
		border-left: 2.4rem solid #fff;
		border-top: 2rem solid transparent;
		border-bottom: 2rem solid transparent;
		margin-left: 3rem;
	}
	.inquiry-mail.line{
		margin-top: 5rem;
	}
	.inquiry-mail.line a{
		background: #4ec044;
	}
	.inquiry-list h3{
		width: 52.6rem;
		margin: 0 auto 5rem;
	}
	.inquiry-list h3 img{
		display: block;
		width: 100%;
	}
	.inquiry-list .caption{
		margin-top: 2rem;
		margin-bottom: 3rem;
		font-size: 3rem;
	}

	.inquiry-tel a .rog2{
		padding-left: 7.5rem;
		background-size: 5.6rem auto;
		font-size: 6rem;
	}
	.inquiry-mail a .small,
	.inquiry-tel a .small{
		margin-bottom: 1.2rem;
		font-size: 3rem;
	}

	.comment-area{
		padding: 6.5rem 0 0;
		order: 5;
	}
	.comment-area .item-area{
		margin: 0 auto;
	}
	.comment-area .ttl01{
		text-align: center;
		width: 100%;
	}
	.ttl01{
		font-size: 4.4rem;
		margin-bottom: 2rem;
		text-align: center;
	}
	.comment{
		line-height: 1.714;
		margin-bottom: 6rem;
		font-size: 2.8rem;
	}
	.caution-ttl{
		line-height: 1.6;
		font-size: 2rem;
		order: 1;
	}
	.caution{
		order: 2;
	}
	.caution li{
		font-size: 2rem;
		line-height: 1.6;
	}

	.download-area{
		display: block;
		width: 100%;
		order: 3;
		margin-top: 9rem;
		margin-bottom: 0;
		padding-left: 4.5rem;
		padding-right: 4.5rem;
	}
	.download-area li{
		width: 100%;
		margin-bottom: 5rem;
	}
	.download-area a{
		width: 100%;
		height: 9.7rem;
		font-size: 3.6rem;
		border-radius: 1.4rem;
	}

/* +++++++++++++++#sec03+++++++++++++ */
	#sec03{
		padding: 10rem 0 9.5rem;
	}
	#sec03 h2{
		font-size: 4.1rem;
		text-align: center;
		margin-bottom: 4rem;
	}
	.stock-archives li:nth-of-type(n+7){
		display: none;
	}
	.stock-archives li{
		margin-bottom: 5rem;
	}
	.search-area h2{
		margin-top: 0;
	}



/* +++++++++++++++同じ車両タイプ一覧+++++++++++++ */
	.inquiry-no{
		font-size: 1.9rem;
	}
	.stock-archives h3{
		font-size: 1.9rem;
	}
}