/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.pt-privacy {background-image: url(../img/pagetitle/pt-privacy.webp);}
.pt-contact {background-image: url(../img/pagetitle/pt-contact.webp);}
.pt-company {background-image: url(../img/pagetitle/pt-company.webp);}
.pt-term {background-image: url(../img/pagetitle/pt-term.webp);}
.pt-faq {background-image: url(../img/pagetitle/pt-faq.webp);}
.pt-flow {background-image: url(../img/pagetitle/pt-flow.webp);}
.pt-car {background-image: url(../img/pagetitle/pt-car.webp);}

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

/* Pagetitle */
.pagetitle {
width:100%;
height: 100%;
aspect-ratio: 5 / 1.2;
display: block;
position: relative;
margin:150px auto 0;
background-color: #333;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptcc {
  width:100%;
  height: 100%;
  aspect-ratio: 5 / 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:8% 5% 0;
  position: absolute;
  top:0;
  left:0;
  z-index:10;
}
.ptcc h2 {
  font-size: clamp(1rem, 1rem + 1.5vw, 5em);
line-height: 2em;
  line-height: 1.5em;
  color:var(--color-white);
  font-family: var(--font-min);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
  margin-bottom: 0.2em;
}
.ptcc p {
font-size: clamp(1rem, 0rem + 1vw, 2rem);
font-weight: 400;
  font-family: var(--font-min);
  line-height: 1em;
  color:var(--color-2nd);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
  margin-bottom: 1.5em;
}

/* Pankuzu */
 ul.pankuzu {
  width:100%;
  height: auto;
  display:flex;
  flex-wrap: wrap;
  margin:0;
  order:3;
}
ul.pankuzu li {
  font-size: 12px;
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}
ul.pankuzu li:after {
  content:" >";
  margin-right:0.5em;
}
ul.pankuzu li:last-child:after {
  content:"";
  margin-right:0;
}
ul.pankuzu li a {
  color:var(--color-white);
}
.ptcov {
width:100%;
height: 100%;
aspect-ratio: 5 / 1.2;
display: flex;
flex-direction: column;
justify-content: center;
background-color: rgba(0,0,0,0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
position: absolute;
top:0;
left:0;
z-index:5;
}

/* FAQ */
.faq-list {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8%;
}
.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  border-bottom: 1px dotted var(--color-ccc);
  margin:0 0 5px 0;
}
.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-menu_open.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 40px;
  cursor: pointer;
}
.faq-list .faq-item.active {
  background-image: url(../img/header/ic-menu_close.webp);
}
.faq-list .faq-item h3 {
  width:100%;
  height: auto;
  min-height:50px;
  display: flex;
  align-items: center;
font-size: clamp(1rem,1vw + 0.3rem, 10rem);
font-family: var(--font-min);
letter-spacing: var(--font-min-ls);
font-weight: 500;
line-height: 1.25em;
  padding:1.1em 4em 0.5em 65px;
  background-image: url(../img/header/ic-faq_q.webp);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 40px auto;
  margin:0;
}
.faq-list .faq-item p {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
font-size: clamp(1rem,1vw + 0.1rem, 1.5rem);
line-height: 1.5em;
  margin: 0;
  padding:10px 80px 0 50px;
  background-image: url(../img/header/ic-faq_a.webp);
  background-repeat: no-repeat;
  background-position: 15px 0;
  background-size: 40px auto;
}

.faq-list .faq-item.active p {
  min-height: 60px;
  max-height: 1000px; /* 十分な高さに設定（実際の内容に応じて調整） */
  opacity: 1;
  padding:0.5em 80px 15px 70px;
  margin-top: 0em;
  margin-bottom: 0;
}


/* Flow */
.flowbox {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:2% 8%;
  margin-bottom: 2em;
}
.flowcc {
  width:50%;
}
.flowcc p.flowstep {
  font-size:24px;
  font-weight: 400;
  line-height:1em;
  font-family: var(--font-min);
  color: var(--color-1st);
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-1st);
  margin-bottom: 1em;
}
.flowcc p.flowcomment {
  margin:0;
}
.flowimg {
  width:40%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10%;
  background-image: url(../img/header/ic-flow_ar_d.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60% auto;
}
.flowimg img {
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}
.flowimg_e {
  width:40%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.flowimg_e img {
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}

/* Car list */
.carlist {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8%;
}


}

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

/* Pagetitle */
.pagetitle {
width:100%;
height: 100%;
aspect-ratio: 5 / 1.2;
display: block;
position: relative;
margin:150px auto 0;
background-color: #333;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptcc {
  width:100%;
  height: 100%;
  aspect-ratio: 5 / 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0% 5% 0;
  position: absolute;
  top:0;
  left:0;
  z-index:10;
}
.ptcc h2 {
  font-size: clamp(1rem, 1rem + 1.5vw, 5em);
line-height: 2em;
  line-height: 1.5em;
  color:var(--color-white);
  font-family: var(--font-min);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
  margin-bottom: 0.2em;
}
.ptcc p {
font-size: clamp(1rem, 0rem + 1vw, 2rem);
font-weight: 400;
  font-family: var(--font-min);
  line-height: 1em;
  color:var(--color-2nd);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
  margin-bottom: 1.5em;
}

/* Pankuzu */
 ul.pankuzu {
  width:100%;
  height: auto;
  display:flex;
  flex-wrap: wrap;
  margin:0;
  order:3;
}
ul.pankuzu li {
  font-size: 12px;
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}
ul.pankuzu li:after {
  content:" >";
  margin-right:0.5em;
}
ul.pankuzu li:last-child:after {
  content:"";
  margin-right:0;
}
ul.pankuzu li a {
  color:var(--color-white);
}
.ptcov {
width:100%;
height: 100%;
aspect-ratio: 5 / 1.2;
display: flex;
flex-direction: column;
justify-content: center;
background-color: rgba(0,0,0,0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
position: absolute;
top:0;
left:0;
z-index:5;
}


/* FAQ */
.faq-list {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8%;
}
.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  border-bottom: 1px dotted var(--color-ccc);
  margin:0 0 5px 0;
}
.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-menu_open.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 40px;
  cursor: pointer;
}
.faq-list .faq-item.active {
  background-image: url(../img/header/ic-menu_close.webp);
}
.faq-list .faq-item h3 {
  width:100%;
  height: auto;
  min-height:50px;
  display: flex;
  align-items: center;
font-size: clamp(1rem,1vw + 0.3rem, 10rem);
font-family: var(--font-min);
font-weight: 500;
line-height: 1.25em;
  padding:1.1em 4em 0.5em 65px;
  background-image: url(../img/header/ic-faq_q.webp);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 40px auto;
  margin:0;
}
.faq-list .faq-item p {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
font-size: clamp(1rem,1vw + 0.1rem, 1.5rem);
line-height: 1.5em;
  margin: 0;
  padding:10px 80px 0 50px;
  background-image: url(../img/header/ic-faq_a.webp);
  background-repeat: no-repeat;
  background-position: 15px 0;
  background-size: 40px auto;
}

.faq-list .faq-item.active p {
  min-height: 60px;
  max-height: 1000px; /* 十分な高さに設定（実際の内容に応じて調整） */
  opacity: 1;
  padding:0.5em 80px 15px 70px;
  margin-top: 0em;
  margin-bottom: 0;
}

/* Flow */
.flowbox {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:2% 8%;
  margin-bottom: 2em;
}
.flowcc {
  width:60%;
}
.flowcc p.flowstep {
  font-size:24px;
  font-weight: 400;
  line-height:1em;
  font-family: var(--font-min);
  color: var(--color-1st);
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-1st);
  margin-bottom: 1em;
}
.flowcc p.flowcomment {
  margin:0;
}
.flowimg {
  width:35%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10%;
  background-image: url(../img/header/ic-flow_ar_d.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60% auto;
}
.flowimg img {
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}
.flowimg_e {
  width:35%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.flowimg_e img {
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}

/* Car list */
.carlist {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8%;
}



}


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

  /* Pagetitle */
.pagetitle {
width:100%;
height: 100%;
aspect-ratio: 5 / 2;
display: block;
position: relative;
margin:60px auto 0;
background-color: #333;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptcc {
  width:100%;
  height: 100%;
  aspect-ratio: 5 / 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0% 5% 0;
  position: absolute;
  top:0;
  left:0;
  z-index:10;
}
.ptcc h2 {
  font-size: 22px;
line-height: 2em;
  line-height: 1.5em;
  color:var(--color-white);
  font-family: var(--font-min);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
  margin-bottom: 0.2em;
}
.ptcc p {
font-size: 12px;
font-weight: 400;
  font-family: var(--font-min);
  line-height: 1em;
  color:var(--color-2nd);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
  margin-bottom: 1.5em;
}

/* Pankuzu */
 ul.pankuzu {
  width:100%;
  height: auto;
  display:flex;
  flex-wrap: wrap;
  margin:0;
  order:3;
}
ul.pankuzu li {
font-size: 12px;
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}
ul.pankuzu li:after {
  content:" >";
  margin-right:0.5em;
}
ul.pankuzu li:last-child:after {
  content:"";
  margin-right:0;
}
ul.pankuzu li a {
  color:var(--color-white);
}
.ptcov {
width:100%;
height: 100%;
aspect-ratio: 5 / 1.2;
display: flex;
flex-direction: column;
justify-content: center;
background-color: rgba(0,0,0,0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
position: absolute;
top:0;
left:0;
z-index:5;
}


/* FAQ */
.faq-list {
  width:100%;
  height: auto;
  display: block;
  padding:60px 8%;
}
.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  border-bottom: 1px dotted var(--color-ccc);
  margin:0 0 5px 0;
}
.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-menu_open.webp);
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 30px;
  cursor: pointer;
}
.faq-list .faq-item.active {
  background-image: url(../img/header/ic-menu_close.webp);
}
.faq-list .faq-item h3 {
  width:100%;
  height: auto;
  min-height:0px;
  display: flex;
  align-items: center;
font-size:14px;
font-family: var(--font-min);
font-weight: 500;
line-height: 1.5em;
  padding:45px 0 0 0;
  background-image: url(../img/header/ic-faq_q.webp);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 30px auto;
  margin:0;
}
.faq-list .faq-item p {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
font-size:14px;
line-height: 1.5em;
  margin: 0;
  padding:10px 0 0 0;
  background-image: url(../img/header/ic-faq_a.webp);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 30px auto;
}

.faq-list .faq-item.active p {
  min-height: 60px;
  max-height: 1000px; /* 十分な高さに設定（実際の内容に応じて調整） */
  opacity: 1;
  padding:50px 0 20px 0;
  margin-top: 0em;
  margin-bottom: 0;
}

/* Flow */
.flowbox {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  padding:2% 8% 0%;
  margin-bottom: 1em;
}
.flowcc {
  width:100%;
}
.flowcc p.flowstep {
  font-size:20px;
  font-weight: 400;
  line-height:1em;
  font-family: var(--font-min);
  color: var(--color-1st);
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-1st);
  margin-bottom: 1em;
}
.flowcc p.flowcomment {
  margin:0 0 2em 0;
}
.flowcc h3 {
  font-size:26px;
  line-height: 1em;
  margin-bottom:0.8em;
}
.flowimg {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 25%;
  background-image: url(../img/header/ic-flow_ar_d.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 70% auto;
  margin:0 auto;
}
.flowimg img {
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}
.flowimg_e {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.flowimg_e img {
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}

  /* Car list */
.carlist {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8%;
}







}
