/* ----------------------------
reset
------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote {
  margin: 0px;
  padding: 0px;
}

ul,
li {
  list-style: none;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  color: #111111;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  text-align: left;
}

a,
a:link,
a:visited {
  color: #484848;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

a img {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner2 {
  width: 900px;
  margin: 0 auto;
}

.banner_pc {
  display: block;
}

.banner_sp {
  display: none;
}

.pcbr {
  display: inline;
}

.spbr {
  display: none;
}

.header_pc {
  text-align: center;
  background-color: #0078d7;
}

.header_pc img {
  max-width: 100%;
}

.cta {
  text-align: center;
  background-color: #fffea0;
  padding: 20px 0px 60px;
  margin: 0px auto;
}

.cta img {
  max-width: 80%;
}

.features,
.testimonials,
.car-lineup,
.problems,
.faq,
.process {
  padding: 50px 0px;
}

.testimonials h2,
.car-lineup h2,
.problems h2,
.process h2,
.example h2,
.company h2 {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 4.5rem;
  position: relative;
}

.problems ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.problems ul li {
  margin: 0 auto;
}

.problems ul li img {
  max-width: 80%;
}

.features {
  background: #b9e0ff;
  padding: 0px 0px 70px;
  position: relative;
}

.features h2 {
  margin: 120px auto 50px;
  text-align: center;
  font-size: 4.5rem;
  position: relative;
}

.features h2 span {
  color: #0078d7;
}

.features h2 strong {
  font-size: 5.5rem;
}

.features::before {
  content: "";
  border: 500px solid transparent;
  border-top: 150px solid #fff;
  margin-left: -500px;
  top: 0;
  left: 50%;
  position: absolute;
}

.features .sub_tl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  top: 30px;
}

.features h3 {
  font-size: 3rem;
  color: #0078d7;
}

.features h3 span {
  font-size: 3rem;
  color: #000000;
  background: #f6f45c;
  padding: 5px 30px;
  border-radius: 10px;
  margin-right: 10px;
}

.features article {
  display: block;
  margin: 40px auto;
}

.features article .cap {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  margin: 10px 0px;
}

.features article .cap .center {
  text-align: center;
  margin: 20px auto;
}

.features article .cap_left {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  margin: 10px 0px;
  display: flex;
}

.features article .cap img {
  max-width: 80%;
}

.features article .cap dl {
  margin-bottom: 2.5rem;
}

.features article .cap dt {
  font-weight: bold;
  color: #0077cc;
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1em;
}

.features article .cap dt::before {
  content: "●";
  color: #0077cc;
  position: absolute;
  left: 0;
  top: 0;
}

.features article .cap dd {
  margin-left: 1em;
  line-height: 1.4;
}

.features article .cap strong {
  font-weight: bold;
  color: #222;
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.testimonials article {
  display: block;
  margin: 40px auto;
  position: relative;
}

.testimonials article h3 {
  background: #0078d7;
  padding: 10px 30px;
  position: relative;
  top: 30px;
  left: 150px;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 50px;
  display: inline-block;
}

.testimonials article h3 span {
  color: #f6f45c;
}

.testimonials article .t_cap_left {
  display: flex;
  background: #b9e0ff;
  border-radius: 10px;
}

.testimonials article .t_cap_left img {
  max-width: 15%;
  position: relative;
  bottom: 20px;
  left: 15px;
}

.testimonials article .t_cap_left p {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 25px;
  height: min-content;
  position: relative;
  top: 40px;
}

.testimonials article:nth-child(3) .t_cap_left p {
  background: #fff;
  border-radius: 10px;
  padding: 35px 20px;
  margin: 10px 25px;
  height: min-content;
  position: relative;
  top: 40px;
}

.testimonials article .t_cap_left p b {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff59d 70%);
}

.example {
  background: #fff9b1;
  padding: 50px 0px;
  margin: 0 auto;
}

.example ul {
  padding: 40px;
  display: block;
  position: relative;
  z-index: 0;
  font-size: 2.5rem;
  font-weight: bold;
  top: -15px;
  background: #fff;
  border-radius: 10px;
}

.example ul::before {
  content: "";
  background-image: url(../images/ex01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 266px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.example ul::after {
  content: "";
  background-image: url(../images/ex02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 264px;
  height: 400px;
  position: absolute;
  top: -20px;
  right: -20px;
}

.example ul li {
  margin: 10px 0px 10px 30px;
  text-indent: -20px;
  text-align: center;
}

.example ul li::before {
  content: "";
  background-image: url(../images/check01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 13px;
  position: relative;
  top: 0px;
}

.car-lineup {
  background: #b9e0ff;
  padding: 50px;
}

.car-lineup .price-box {
  background: #ffffff;
  font-family: 'Arial', sans-serif;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 8px 8px;
  margin-top: 50px;
}

.car-lineup .section-title {
  background: #0078d7;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 3rem;
  margin: 0 auto 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  border-radius: 8px 8px 0 0;
}

.car-lineup .section {
  padding: 10px 60px;
}

.car-lineup .sub-title {
  font-size: 2rem;
  margin: 16px 0 8px;
  color: #0075c2;
  font-weight: bold;
  position: relative;
}

.car-lineup .sub-title.blue-dot::before {
  content: '●';
  color: #0075c2;
  margin-right: 8px;
  font-size: 2.5rem;
}

.car-lineup .simulator-box {
  padding: 20px 40px;
  margin-top: 40px;
  border-radius: 8px;
}

.car-lineup .simulator-title {
  background: #9cd2ff;
  color: #0075c2;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  font-size: 2.5rem;
  margin-bottom: 16px;
  border-radius: 20px;
  max-width: 400px;
}

.car-lineup .table-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
  background: #fff;
  padding: 20px 0px 0px 0px;
}

.car-lineup .price-table {
  width: 100%;
  background: #fff;
  font-size: 14px;
  height: fit-content;
  padding: 0px;
}

.car-lineup .price-table th {
  background: #0075c2;
  color: #fff;
  border: solid 1px #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.car-lineup .price-table td {
  border: solid 1px #fff;
  padding: 10px;
  background: #b9e0ff;
  font-weight: bold;
  text-align: center;
}

.car-lineup .price-table td:last-child {
  text-align: right;
  font-weight: bold;
  color: #000;
  border: solid 1px #b9e0ff;
  background: #fff;
  font-size: 18px;
}

.car-lineup .note {
  font-size: 12px;
  margin-top: 12px;
  color: #555;
}

.car-card {
  padding: 0px 10px;
  text-align: center;
  display: flex;
}

.car-card img {
  width: 100%;
}

.card {
  background: #fff;
  margin: 30px 10px;
  position: relative;
}

.card .car_name {
  margin: 10px 20px;
  text-align: left;
  font-size: 2rem;
}

.card .car_name span {
  margin-left: 20px;
}

.card .car_price {
  margin: 0px 0px 0px 10px;
  text-align: left;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
}

.card .car_price span {
  background: #0078d7;
  color: #fff;
  border-radius: 30px;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 5px 10px;
}

.card .car_price .yen {
  font-size: 2.5rem;
  display: inline-block;
}

.card .car_link {
  background: #f6f45c;
  color: #000;
  font-size: 2rem;
  padding: 10px 0px;
  margin-top: 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: 10px;
}

.card .car_link:hover {
  background: #0078d7;
}

.card .car_link a:hover {
  color: #fff;
}

.card .car_link:after {
  content: "";
  background: url(../images/arrow.png) no-repeat center center;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 42px;
  left: 45%;
  right: auto;
}

.card .car_link a {
  text-decoration: none;
}

.process ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.process ul li {
  width: calc(100% / 3);
  margin: 20px auto;
  text-align: center;
  position: relative;
}

.process ul li:nth-child(1)::before,
.process ul li:nth-child(2)::before,
.process ul li:nth-child(4)::before,
.process ul li:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 96%;
  margin-top: -15px;
  border: 40px solid transparent;
  border-left: 20px solid #0078d7;
}

.process ul li img {
  max-width: 90%;
}

/*company*/
.company {
  padding: 40px 0;
}

.company table {
  margin: 20px auto;
  width: 100%;
  color: #2a2a2a;
  font-size: 2rem;
}

.company table th {
  width: 20%;
  padding: 15px;
  margin: 0 auto;
  background: #f1f1f1;
  font-weight: normal;
  text-align: justify;
  text-align-last: justify;
}

.company table td {
  padding: 5px 10px;
  border-bottom: solid 1px #f1f1f1;
}

/* footer */
footer {
  background-color: #0078d7;
  padding: 0px 0px 0;
  width: 100%;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0 0;
  padding: 10px 0;
  color: #fff;
}

footer a,
footer a:link,
footer a:visited {
  color: #fff;
  text-decoration: none;
}

footer a:hover,
footer a:active {
  color: #fff;
  text-decoration: underline;
}

@media (min-width:600px) and (max-width:1200px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
    background-image: none;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: block;
  }

  .banner_sp {
    display: none;
  }

  .pcbr {
    display: inline;
  }

  .spbr {
    display: none;
  }

  .features::before {
    content: "";
    border: 350px solid transparent;
    border-top: 150px solid #fff;
    margin-left: -350px;
    top: 0;
    left: 50%;
    position: absolute;
  }

  .testimonials article h3 {
    left: 200px;
  }

  .testimonials article .t_cap_left img {
    max-width: 80%;
  }

  .example h2 {
    font-size: 4rem;
  }

  .example ul::before {
    width: 160px;
    height: 166px;
  }

  .example ul::after {
    width: 164px;
    height: 300px;
  }

  .card {
    margin: 30px 5px;
  }

  .card .car_name {
    margin: 10px 10px;
    font-size: 1.5rem;
  }

  .card .car_name span {
    margin-left: 10px;
  }

  .card .car_price {
    margin: 0px 5px;
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .card .car_price span {
    font-size: 1.2rem;
    padding: 5px;
  }

  .card .car_price .yen {
    font-size: 1.2rem;
  }

  .card .car_link {
    font-size: 1.5rem;
  }

  .card .car_link:after {
    top: 32px;
    left: 45%;
  }

  .car-lineup .table-wrap {
    gap: 20px 0px;
  }

  /* CTA */
  .cta {
    padding: 30px 0 60px;
  }

  .cta img {
    max-width: 80%;
  }

  /*company*/
  .company table th {
    width: 30%;
  }

  /* footer */
  footer {
    padding: 0px 0px 0;
    width: 100%;
  }

  .copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0px 0 0;
    padding: 10px 15px;
    color: #fff;
  }

  footer a,
  footer a:link,
  footer a:visited {
    color: #fff;
    text-decoration: none;
  }

  footer a:hover,
  footer a:active {
    color: #fff;
    text-decoration: underline;
  }
}

@media only screen and (max-width:599px) {
  body {
    font-size: 1.4rem;
    background-image: none;
    line-height: 1.7;
    margin: 0 auto 0;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: none;
  }

  .banner_sp {
    display: block;
  }

  .pcbr {
    display: none;
  }

  .spbr {
    display: inline;
  }

  /* //////// */
  . {
    padding: 30px 0 50px;
  }

  .testimonials h2,
  .car-lineup h2,
  .problems h2,
  .process h2,
  .example h2,
  .company h2 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 2.5rem;
  }

  .cta {
    padding: 0px 0px 40px;
  }

  .features::before {
    border: 180px solid transparent;
    border-top: 120px solid #fff;
    margin-left: -180px;
  }

  .features .sub_tl {
    font-size: 2.5rem;
    top: 0px;
  }

  .features h2 {
    margin: 80px auto 20px;
    font-size: 2.5rem;
  }

  .features h3 {
    font-size: 2.5rem;
  }

  .features h3 span {
    font-size: 2rem;
    padding: 5px 10px;
  }

  .features article .cap {
    padding: 20px;
  }

  .features article .cap img {
    max-width: 100%;
  }

  .features article .cap_left {
    padding: 10px;
    display: block;
  }

  .testimonials article .t_cap_left {
    display: block;
    padding-bottom: 60px;
  }

  .testimonials article h3 {
    left: 0px;
    font-size: 2rem;
    padding: 10px;
  }

  .testimonials article .t_cap_left img {
    max-width: 50%;
    top: 40px;
    bottom: 0px;
    left: 25%;
  }

  .features article .cap strong {
    margin-left: 0;
  }

  .example ul::before {
    width: 160px;
    height: 166px;
    top: -20px;
  }

  .example ul::after {
    width: 164px;
    height: 200px;
    top: auto;
    bottom: -30px;
  }

  .example ul {
    padding: 150px 0px;
    font-size: 1.5rem;
  }

  .car-lineup {
    padding: 30px 20px;
  }

  .car-lineup .section {
    padding: 10px 20px;
  }

  .car-lineup .simulator-box {
    padding: 20px 10px;
  }

  .car-lineup .table-wrap {
    display: block;
  }

  .car-lineup .price-table {
   margin-bottom:20px;
 }

  .car-grid {
    display: block;
  }

  .car-card {
    margin-bottom: 50px;
    display: block;
  }

  .card .car_price {
    font-size: 3.5rem;
  }

  .card .car_price .yen {
    font-size: 2rem;
  }

  .process ul li:nth-child(1)::before,
  .process ul li:nth-child(2)::before,
  .process ul li:nth-child(4)::before,
  .process ul li:nth-child(5)::before {
    border: 20px solid transparent;
    border-left: 10px solid #0078d7;
  }

  .company table {
    font-size: 1.5rem;
  }

  .company table th {
    width: 30%;
    padding: 10px;
  }

  /* footer */
  footer {
    padding: 0px 0px 0;
    width: 100%;
  }

  .copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0px 0 0;
    padding: 10px 15px;
    color: #fff;
  }

  footer a,
  footer a:link,
  footer a:visited {
    color: #fff;
    text-decoration: none;
  }

  footer a:hover,
  footer a:active {
    color: #fff;
    text-decoration: underline;
  }
}
