@charset "UTF-8";

@page{
	size: A4;
}
html{
	font-size: 6px;
}
@media print {
    .printhide {
        display: none !important;
    }
}
.printhide {
    opacity: 0.5 !important;
}
.printmess {
    padding: 3em 1em 3em 0em;
    font-size: 0.8em;
    font-weight: bold;
    color: #f00;
    display: inline-block;
    opacity: 1 !important;
    width: 36em;    
}
.printbtn {
    display: inline-block;
    width: 11em;
    padding: 13px;
    opacity: 1 !important;
    text-align: center;
}
.category{
	padding: 1rem 0 1.5rem;
	font-weight: 700;
	font-size: 2.6rem;
}
.item-area{
	max-width: 102rem;
	margin: 0 auto;
    position: relative;
}
.ttl-area{
	display: flex;
	flex-wrap: wrap;
	background: #dadada;
	padding: 1rem .7rem 1rem 1rem;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1.3rem;
}
.logo {
    position: absolute;
    top: 1rem;
    left: 50%;
    height: 5rem;
    transform: translate(-50%, 0);
}
.address {
    position: absolute;
    top: 1.5rem;
    right: 0;
    font-size: 0.8em;
}
.ttl-area .btn01{
	width: 17rem;
	height: 3rem;
	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% - 19rem);
	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: 7rem;
	background: #df0012;
	border-radius: 1rem;
	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: 1rem;
	width: 100%;
	height: 7rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ff9a17;
    color: #000;
}
.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;
}
.inquiry-mail a .large:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 1.4rem solid #fff;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	margin-left: .6em;
}
.inquiry-list .caption{
	margin-top: 1rem;
	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: 4.4rem;
	background: url(../images/truck_item-icon01.svg) no-repeat;
	background-position: left center;
	background-size: 3.1rem auto;
	
}

/* +++++++++++++++++++.slide-area+++++++++++++++++++++ */
.main-item-pic{
	margin: 0;
}
.main-item-pic > .pic img {
    width: 64%;
    float: left;    
    margin-right: 6px;
    margin-left: 6px;
}

.item-thumbs-list{
	display: inline;
	flex-wrap: wrap;
}
.item-thumbs-list li{
	width: 31%;
	margin-top: 2.5%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}
.item-thumbs-list li {
    float: left;
    margin-top: 0;
    margin-bottom: 9px;
}
.item-thumbs-list li:not(:nth-of-type(5n)){
	/*margin-right: 2.5%;*/
}

/* ++++++++++++++++++++.truck-data-area+++++++++++++++++ */


.truck-data-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    clear: both;
}
.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; 
    font-size: 0.7em;
}
.truck-data-area td{
	width: 56%;
	padding: .3em .6em; 
}
.truck-data-area dl{
	margin: 2rem 0 3rem;
	border-top: 1px solid #a7a7a7;
	width: 100%;
	line-height: 1.5;
	display: none;
	flex-wrap: wrap;
}
.truck-data-area dt{
	width: 6.5rem;
	padding: 1em 0 1em 1em;
	flex-shrink: 0;
	border-bottom: 1px solid #a7a7a7;
	font-weight: 600;
}
.truck-data-area dd{
	width: calc(100% - 6.5rem);
	padding: 1em 0;
	border-bottom: 1px solid #a7a7a7;
}
.ttl01{
	font-size: 2.3rem;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.comment{
	line-height: 2;
}
.comment-area{
	max-width: 118rem;
	margin: 0 auto 3.5rem;
	padding: 2rem 7.5rem;
	background: #ffe1ba;
}
.comment-outer{
	padding-left: 0;
	padding-right: 0;
}
.txt-red{
	font-weight: 600;
}

.download-area{
	display: flex;
	justify-content: space-between;
	margin: 2rem 0 6.5rem;
}
.download-area li{
	width: 31.372%;
}
.download-area a{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .8rem;
	background: #a7a7a7;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 500;
	height: 6.8rem;
}
.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: 5.5rem 0 6rem;
	background: #e7e7e7;
	text-align: center;
	margin-top: 3rem;
}
#sec02 .inner{
	max-width: 102rem;
	display: flex;
	justify-content: space-between;
}
.inquiry{
	width: 49.019%;
}
#sec02 h2{
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}
#sec02 a{
	height: 6.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	border-radius: 1rem;
}
#sec02 p{
	font-size: 1.8rem;
}
#sec02 .btn01{
	font-size: 2.9rem;
}
#sec02 .btn01:after{
	right: 2rem;
}
#sec02 .rog2{
	background: #fff;
	font-size: 3.5rem;
	color: #ff9a17;
	border: 2px solid #ff9a17;
}
#sec02 .rog2:before{
	content: "";
	display: block;
	height: 100%;
	width: 3.3rem;
	margin-right: .3em;
	background: url(../images/truck_item-icon01.svg) no-repeat;
	background-size: 100% auto;
	background-position: left center;
}

/* +++++++++++++++#sec03+++++++++++++ */
#sec03{
	padding: 9.5rem 0;
}
#sec03 h2{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 5.5rem;
}



