








#pt-stock {background-image: url(../img/pagetitle/stock.jpg);}


#pt-tradein {background-image: url(../img/pagetitle/tradein.jpg);}



/* Style for PCs */
@media screen and (min-width: 1025px) {

.pagetitle {
width: 100%;
height: auto;
display: block;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptcov {
width: 100%;
height: auto;
display: block;
background-color: rgba(0,0,0,0.50);
}
.ptcov2 {
width: 100%;
height: auto;
display: block;
background-image: url(../img/pagetitle/ptcov2.png);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
}
.ptbody {
width: 100%;
height: auto;
display: block;
padding:150px 5% 100px;
text-align: center;
}
.ptbody h2 {
font-size:40px;
font-family: 'Big Shoulders Display', cursive;
font-weight: 700;
line-height: 1.25em;
color:#fff;
margin-bottom:0px;
}
.ptbody p {
font-size:18px!important;
font-weight: 700!important;
line-height: 24px!important;
color:#c7371d;
margin-bottom: 0px!important;
}
	
}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.pagetitle {
width: 100%;
height: auto;
display: block;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptcov {
width: 100%;
height: auto;
display: block;
background-color: rgba(0,0,0,0.50);
}
.ptcov2 {
width: 100%;
height: auto;
display: block;
background-image: url(../img/pagetitle/ptcov2.png);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
}
.ptbody {
width: 100%;
height: auto;
display: block;
padding:150px 5% 100px;
text-align: center;
}
.ptbody h2 {
font-size:40px;
font-family: 'Big Shoulders Display', cursive;
font-weight: 700;
line-height: 1.25em;
color:#fff;
margin-bottom:0px;
}
.ptbody p {
font-size:18px!important;
font-weight: 700!important;
line-height: 24px!important;
color:#c7371d;
margin-bottom: 0px!important;
}

}

/* Style for iPad */
@media screen and (min-width: 481px) and (max-width: 768px) {

.pagetitle {
width: 100%;
height: auto;
display: block;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptcov {
width: 100%;
height: auto;
display: block;
background-color: rgba(0,0,0,0.50);
}
.ptcov2 {
width: 100%;
height: auto;
display: block;
background-image: url(../img/pagetitle/ptcov2.png);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
}
.ptbody {
width: 100%;
height: auto;
display: block;
padding:120px 5% 50px;
text-align: center;
}
.ptbody h2 {
font-size:30px;
font-family: 'Big Shoulders Display', cursive;
font-weight: 700;
line-height: 1.25em;
color:#fff;
margin-bottom:0px;
}
.ptbody p {
font-size:16px!important;
font-weight: 700!important;
line-height: 24px!important;
color:#c7371d;
margin-bottom: 0px!important;
}

}

/* Style for Smartphone */
@media screen and (max-width: 480px) {

.pagetitle {
width: 100%;
height: auto;
display: block;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptcov {
width: 100%;
height: auto;
display: block;
background-color: rgba(0,0,0,0.50);
}
.ptcov2 {
width: 100%;
height: auto;
display: block;
background-image: url(../img/pagetitle/ptcov2.png);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
}
.ptbody {
width: 100%;
height: auto;
display: block;
padding:120px 5% 50px;
text-align: center;
}
.ptbody h2 {
font-size:30px;
font-family: 'Big Shoulders Display', cursive;
font-weight: 700;
line-height: 1.25em;
color:#fff;
margin-bottom:0px;
}
.ptbody p {
font-size:16px!important;
font-weight: 700!important;
line-height: 24px!important;
color:#c7371d;
margin-bottom: 0px!important;
}

}



 dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  dl.dltable01 dt {
    width: 15%;
    padding: 15px 5px;
    border-bottom: 1px dotted #999;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-1st);
    line-height: 1.6em;
        font-weight: bold;
  }

  dl.dltable01 dd {
    width: 85%;
    font-size: 14px;
    padding: 15px 5px;
    border-bottom: 1px dotted #999;
    line-height: 1.6em;
  }


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


 dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: block;
  }

  dl.dltable01 dt {
    width: 100%;
    padding: 15px 5px;
    border-bottom: 1px dotted #999;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-1st);
    line-height: 1.6em;
    font-weight: bold;
  }

  dl.dltable01 dd {
    width: 100%;
    font-size: 14px;
    padding: 15px 5px;
    border-bottom: none;
    line-height: 1.6em;
  }

  }