@charset "UTF-8";
/************
/****** 変数＊＊＊**
*************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
.btnarea {
  margin: 20px auto;
  max-width: 300px;
}
.btnarea a.btn {
  position: relative;
  height: 50px;
  color: #FFF;
  border-radius: calc(50px / 2);
  background: linear-gradient(135deg, #035ca8 0%, #0898ce 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  display: block;
}
.btnarea a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: inherit;
  border-radius: calc(50px / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnarea a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.btnarea a.btn > p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .btnarea a.btn > p {
    font-size: 18px;
  }
}
.btnarea a.btn.btn-w {
  color: #0786BD;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  border: 1px solid #0786BD;
}
.btnarea__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

p.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0786BD;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
}
p.subtitle::before {
  content: "";
  display: block;
  background: url(../images/lead_left-b.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  p.subtitle::before {
    margin-right: 5px;
  }
}
p.subtitle::after {
  content: "";
  display: block;
  background: url(../images/lead_right-b.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  p.subtitle::after {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  p.subtitle {
    font-size: 18px;
  }
}

div.angled-frame {
  position: relative;
  display: inline-block;
  padding-top: 0.9em;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap; /* PCでは1行表示 */
  color: #0786BD;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  div.angled-frame {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    font-size: 17px;
  }
}
div.angled-frame::before, div.angled-frame::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 0;
  width: 2.2px;
  background: #0786BD;
}
@media screen and (min-width: 768px) {
  div.angled-frame::before, div.angled-frame::after {
    top: 25px;
  }
}
div.angled-frame::before {
  left: -15px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 768px) {
  div.angled-frame::before {
    left: -23px;
  }
}
div.angled-frame::after {
  right: -15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 768px) {
  div.angled-frame::after {
    right: -23px;
  }
}

.andmore {
  font: normal normal bold 18px Avenir Next;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .andmore {
    font-size: 20px;
  }
}

p.attention {
  font-size: 12px !important;
  margin: 0 auto;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  p.attention {
    text-align: right !important;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/********************************
base style
*********************************/
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana !important;
  line-height: 1.7;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  outline: 0;
}

h1, h2, h3, h4, h5, h6, caption, address, th {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

img, iframe {
  vertical-align: middle;
  border: 0px;
}

img {
  width: 100%;
  line-height: 0;
  font-size: 0;
  margin: auto;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a[href^="tel:"] {
  cursor: default;
}

a, a:link {
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:active {
  opacity: 0.7;
  text-decoration: none;
}

html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

.main {
  text-align: center;
  min-height: 100%;
  height: auto;
  max-width: 100%;
}
.main .inner {
  margin: 0 auto;
  display: flow-root;
  min-width: 330px;
  max-width: 100%;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main .inner {
    padding-bottom: 60px;
    padding-top: 60px;
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .main h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.main h4 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .main h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.main p {
  font-size: 16px;
  margin-top: 1.5em;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .main p {
    font-size: 18px;
    text-align: center;
  }
}

/************
/******fixed_button＊＊＊**
*************************************/
.fixed_btn_area {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
          box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
  padding: 15px 0;
  z-index: 10;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana !important;
}
.fixed_btn_area.hidden {
  opacity: 0;
  pointer-events: none;
}
.fixed_btn_area .btn {
  border-radius: 30px;
  border-width: 2px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  background-color: #0786BD;
  margin: 0 auto;
  position: relative;
  height: 50px;
  color: #FFF;
  border-radius: calc(50px / 2);
  background: linear-gradient(135deg, #035ca8 0%, #0898ce 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
}
.fixed_btn_area .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: inherit;
  border-radius: calc(50px / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_btn_area .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.fixed_btn_area .btn > p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .fixed_btn_area .btn > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .fixed_btn_area .btn {
    width: 30%;
  }
}
.fixed_btn_area .btn a {
  font-weight: bold;
}
.fixed_btn_area .fixed_button {
  border-radius: 30px;
  border-width: 2px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  background-color: #0786BD;
}
.fixed_btn_area .fixed_button a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 100%;
}
.fixed_btn_area .fixed_button a::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
}
.fixed_btn_area .fixd__subtitle {
  background: #fff;
  position: absolute;
  bottom: 73%;
  left: 50%;
  padding: 10px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
          box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 100;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  white-space: nowrap;
  color: #333;
}
.fixed_btn_area .fixd__subtitle::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/************
/******template parts＊＊＊**
*************************************/
/************
/*****SUZUKIリード文*＊＊＊**
*************************************/
.lead__title img {
  width: 100%;
  max-width: 550px;
}
@media screen and (min-width: 768px) {
  .lead__title img {
    width: 60%;
  }
}

/************
/*****サービス内容*＊＊＊**
*************************************/
.service__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service__list {
    gap: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__list {
    gap: 60px 0;
  }
}
.service__list > li {
  width: 98px;
  font-size: 14px;
  padding-top: 66px;
  position: relative;
  /* -webkit-box-sizing: border-box; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .service__list > li {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .service__list > li {
    width: 33%;
    min-width: 150px;
    font-size: 16px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .service__list > li {
    padding-top: 120px;
  }
}
.service__list > li:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 86px;
  height: 60px;
}
@media screen and (min-width: 600px) {
  .service__list > li:before {
    width: 120px;
    height: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .service__list > li:before {
    width: 150px;
    height: 104px;
  }
}
.service__list > li:nth-child(1)::before {
  background-image: url("https://cars-enjoy.com/common/flat/img/service_icon07.svg");
}
.service__list > li:nth-child(2)::before {
  background-image: url("https://cars-enjoy.com/common/flat/img/service_icon08.svg");
}
.service__list > li:nth-child(3)::before {
  background-image: url("https://cars-enjoy.com/common/flat/img/service_icon09.svg");
}
.service__list > li:nth-child(4)::before {
  background-image: url("https://cars-enjoy.com/common/flat/img/service_icon10.svg");
}
.service__list > li:nth-child(5)::before {
  background-image: url("https://cars-enjoy.com/common/flat/img/service_icon11.svg");
}
.service__list > li:nth-child(6)::before {
  background-image: url("https://cars-enjoy.com/common/flat/img/service_icon12.svg");
}
.service .attention {
  margin: 15px 15px 0 0;
}

/************
/******車種一覧＊＊＊**
*************************************/
.lineup .subtitle {
  font-weight: bold;
  font-size: 18px;
}
.lineup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lineup__block {
  position: relative;
  padding: 15px 3px 25px 3px;
  -webkit-box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .lineup__block {
    display: block;
    width: 32%;
    margin-bottom: 2%;
    padding: 15px 15px 30px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .lineup__block {
    width: 19%;
    margin-bottom: 3%;
  }
}
.lineup__block::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: "";
  width: 42px;
  height: 42px;
  background: url("https://cars-enjoy.com/common/flat/img/icon_arrow-b.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .lineup__block::after {
    width: 45px;
    height: 45px;
  }
}
.lineup__block figure {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .lineup__block figure {
    width: auto;
  }
}
.lineup__text {
  width: 53%;
}
@media screen and (min-width: 768px) {
  .lineup__text {
    width: auto;
  }
}
.lineup__text .car-name {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  line-height: 1.4;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lineup__text .car-name {
    margin-top: 10px;
  }
}
.lineup__text .car-name span,
.lineup__text .car-name strong {
  width: 100%;
}
.lineup__text .car-name span {
  font-size: 12px;
}
.lineup__text .car-name strong {
  font-size: 16px;
}
.lineup__text .car-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5px;
  color: #0786BD;
  font-weight: bold;
}
.lineup__text .car-price strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: -0.1em;
  margin: 0 0.1em -0.1em 0.1em;
}
.lineup__text .car-price span {
  font-size: 10px;
}
.lineup__text .car-price span.month {
  width: 1em;
  line-height: 1.2;
}
.lineup__text .car-basic {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.lineup__text .car-basic dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
}
.lineup__text .car-basic dl dt,
.lineup__text .car-basic dl dd {
  font-weight: normal;
  font-size: 12px;
  width: 48%;
  text-align: left;
}
.lineup__text .car-basic dl.deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5em;
}
.lineup__text .car-basic dl .nensiki {
  color: #0786BD;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  left: 22%;
  width: 100%;
}
.lineup__text .car-basic dl .nensiki .yaku {
  font-size: 13px;
  margin-right: 3px;
}
.lineup__text .car-basic dl .nensiki .numbers {
  font-size: 24px;
  margin-bottom: 3px;
}

/************
/******ライフスタイル＊＊＊**
*************************************/
.lifestyle .car_style_list {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .lifestyle .car_style_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px auto;
  }
}
.lifestyle__item {
  -webkit-box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
  border-radius: 7px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .lifestyle__item {
    width: 49%;
  }
}
.lifestyle .attention {
  margin: 23px 0 0 0;
  text-align: left;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .lifestyle .attention {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
}
.lifestyle .andmore {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lifestyle .andmore {
    margin-top: 20px;
  }
}

/************
/******中古車(年式R7年)＊＊＊**
*************************************/
.used_image {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .used_image {
    width: 500px;
    margin-top: 40px;
  }
}
.used .used-example {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .used .used-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 800px;
  }
}
.used .used-example-item {
  border-radius: 5%;
}
@media screen and (min-width: 768px) {
  .used .used-example-item {
    width: 48.5%;
  }
}
.used .used-example-item:nth-child(1) {
  margin-bottom: 20px;
}

/************
/*****欲しいマイカー探しは エージェントにおまかせ＊＊＊**
*************************************/
.agent-search {
  background: url("https://cars-enjoy.com/common/flat/img/agent-search_bg_sp.svg") no-repeat center top/cover;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .agent-search {
    background: url("https://cars-enjoy.com/common/flat/img/agent-search_bg_pc.svg") no-repeat center center/cover;
    text-align: left;
    padding: 120px 0;
    margin-bottom: 120px;
  }
}
.agent-search .inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .agent-search__wrap {
    margin-left: 58%;
    position: relative;
  }
}
.agent-search__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  text-align: center;
  margin: 30px auto;
}
.agent-search__img img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .agent-search__img {
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    left: -115%;
    top: -58px;
    width: 110%;
  }
}
@media screen and (min-width: 768px) {
  .agent-search h4 {
    margin: 0;
    padding: 0;
  }
}
.agent-search p {
  margin-top: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .agent-search p {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 3em;
  }
}
.agent-search .btnarea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .agent-search .btnarea {
    text-align: left;
    margin-left: 0;
  }
}

.agent-search_v2 {
  padding: 60px 0;
  margin-bottom: 60px;
  position: relative !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f7), to(#e2e2e2));
  background: linear-gradient(180deg, #f4f5f7 0%, #e2e2e2 100%);
}
@media screen and (min-width: 768px) {
  .agent-search_v2 {
    text-align: left;
    padding: 120px 0;
    margin-bottom: 120px;
  }
}
.agent-search_v2 .inner {
  padding: auto !important;
  padding-top: 0 !important;
  max-width: 375px;
}
@media screen and (min-width: 768px) {
  .agent-search_v2 .inner {
    padding: 0;
    max-width: none;
    max-width: 1000px;
  }
}
.agent-search_v2__wrap {
  padding: 0 !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  z-index: 1;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  .agent-search_v2__wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    margin-bottom: 15px;
    position: none;
  }
}
.agent-search_v2__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  text-align: center;
  margin: 0 !important;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block !important;
  padding-bottom: 90px !important;
}
@media screen and (min-width: 768px) {
  .agent-search_v2__img {
    padding-bottom: 0 !important;
  }
}
.agent-search_v2__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f7), to(#e2e2e2));
  background: linear-gradient(180deg, #f4f5f7 0%, #e2e2e2 100%);
}
.agent-search_v2__img img {
  height: auto;
  padding-bottom: 0 !important;
}
.agent-search_v2__brand {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
  width: 80% !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .agent-search_v2__brand {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    margin-top: 0 !important;
    width: 38% !important;
  }
}
@media screen and (min-width: 768px) {
  .agent-search_v2__text {
    width: 44% !important;
  }
}
@media screen and (min-width: 768px) {
  .agent-search_v2 h4 {
    margin: 0;
    padding: 0;
  }
}
.agent-search_v2 p {
  margin-top: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .agent-search_v2 p {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 3em;
  }
}
.agent-search_v2 .btnarea {
  text-align: center;
  position: absolute !important;
  bottom: -290px !important;
  margin: 0 !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0%) !important;
          transform: translate(-50%, 0%) !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .agent-search_v2 .btnarea {
    text-align: left;
    margin-left: 0;
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.slick-dotted .slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CDDBE0;
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li.slick-active-before button::before, .slick-dots li.slick-active-after button::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #0786BD;
}
.slick-dots li.slick-active button::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #0786BD;
}

/************
/******選ばれる理由＊＊＊**
*************************************/
@media screen and (min-width: 768px) {
  .reason .inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.reason__item {
  counter-reset: benefitsCnt;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .reason__item .pc-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reason__item > div {
  width: 100%;
  min-height: 480px;
}
@media screen and (min-width: 768px) {
  .reason__item > div {
    width: 30%;
  }
}
.reason__item > div h5 {
  counter-increment: benefitsCnt;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  font-size: 18px;
  line-height: 36px;
  margin: 50px 0 25px;
  padding-top: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.reason__item > div h5::before {
  content: attr(data-num);
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: -1;
  font-size: 160px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #F4F5F7;
  font-weight: bold;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .reason__item > div h5 {
    margin: 60px 0 30px;
  }
  .reason__item > div h5::before {
    content: counter(benefitsCnt, decimal-leading-zero);
    color: #F4F5F7;
  }
}
.reason__item > div figure {
  max-width: 257px;
  margin: 20px auto;
}
.reason__item > div figure img {
  height: 180px;
}
.reason__item > div p {
  margin: 0;
  min-height: 80px;
}
@media screen and (min-width: 768px) {
  .reason__item > div p {
    margin-bottom: 2em;
  }
}
.reason__item > div p,
.reason__item > div ul li {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.reason__item > div ul {
  padding-left: 1em;
  min-height: 80px;
}
.reason__item > div ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.reason__item > div ul li {
  position: relative;
  padding-left: 1em;
}

/************
/*****リースプラン＊＊＊**
*************************************/
.leaseplan .inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .leaseplan .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.leaseplan__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul li {
    margin: 2em 0;
    margin-bottom: 4em;
  }
}
.leaseplan__list ul li img {
  height: auto;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul li img {
    width: 43vw;
  }
}
@media screen and (min-width: 1024px) {
  .leaseplan__list ul li img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .leaseplan .pricing-table {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .leaseplan .leaseplan__list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .leaseplan .leaseplan__list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.leaseplan .scroll-hint-icon {
  opacity: 999;
}
.leaseplan .inner {
  min-width: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .leaseplan .inner {
    max-width: 1060px;
  }
}
.leaseplan .annotation {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.leaseplan .table-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .leaseplan .table-sp {
    display: none;
  }
}
.leaseplan .pricing-table-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.leaseplan .pricing-table-side img {
  width: auto;
  display: block;
  max-width: none;
}
.leaseplan .pricing-table-slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.leaseplan .pracing-slide-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.leaseplan .pracing-slide-img img {
  display: block;
}

/************
/*****サービス比較表＊＊＊**
*************************************/
.comparison .inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .comparison .inner {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.comparison .scroll-hint-icon {
  opacity: 999;
}
.comparison .inner {
  min-width: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .comparison .inner {
    max-width: 1060px;
  }
}
.comparison .annotation {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .comparison .pricing-table {
    max-width: 800px;
  }
}
.comparison .table-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .comparison .table-sp {
    display: none;
  }
}
.comparison .pricing-table-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comparison .pricing-table-side img {
  width: auto;
  display: block;
  max-width: none;
}
.comparison .pricing-table-slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.comparison .pracing-slide-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.comparison .pracing-slide-img img {
  display: block;
}

/************
/*****安心安全のロードサービス付＊＊＊**
*************************************/
.roadservice .subtitle {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.roadservice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.roadservice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(140px, 1fr) 1em minmax(140px, 1fr);
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 1em;
  max-width: 400px;
  width: 100%;
}
.roadservice__list li {
  padding: 1em;
  line-height: 1.5;
  min-height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 10px 10px 16px;
  background: #F4F5F7;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .roadservice__list li {
    font-size: 16px;
  }
}
.roadservice__list li::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 3.5px;
  background-color: #0786BD;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .roadservice__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 750px;
  }
}
.roadservice div.angled-frame {
  color: #333 !important;
}
.roadservice div.angled-frame::before, .roadservice div.angled-frame::after {
  background: #333 !important;
}
.roadservice div.angled-frame::before {
  left: -25px;
}
.roadservice div.angled-frame::after {
  right: -25px;
}

/************
/*****掲載メディア＊＊＊**
*************************************/
.media {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 0 !important;
  background: #F4F5F7;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .media {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}
.media .inner {
  padding: auto !important;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .media .inner {
    margin: 60px auto;
  }
}
.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 0 auto;
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .media__list {
    margin: 50px auto 0 auto;
    max-width: 1060px;
  }
}
.media__list li {
  background: #fff;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 2px);
  padding: 6px 10px;
}
@media screen and (min-width: 768px) {
  .media__list li {
    width: calc(25% - 3px);
    padding: 8px 20px;
  }
}
.media__list li img {
  max-width: 100%;
  height: auto;
  display: block;
}

/************
/*****ご利用の流れ＊＊＊**
*************************************/
.flow .inner {
  min-width: 270px;
}
.flow-list {
  display: block;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .flow-list {
    margin-top: 10vh;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.flow-list li {
  max-width: 330px;
  margin: 0 auto;
  margin-top: 50px;
  background: url("https://cars-enjoy.com/common/flat/img/flow_bg_sp.svg") no-repeat 50% 100%;
  background-size: cover;
  padding: 40px 20px 40px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-list li {
    min-width: 0;
    width: 100%;
    max-width: 50vw;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list li {
    background: url("https://cars-enjoy.com/common/flat/img/flow_bg_pc.svg") no-repeat;
    background-size: contain;
    padding: 40px 30px 40px 40px;
    margin: 0 -1%;
    margin-top: 70px;
  }
}
.flow-list li figure {
  position: absolute;
  left: 50%;
  width: 65px;
  top: -32px;
  margin-left: -32px;
}
@media screen and (min-width: 768px) {
  .flow-list li h4 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list li h4 {
    margin-bottom: 40px;
  }
}
.flow-list li h5 {
  font-weight: bold;
  font-size: 18px;
}
.flow-list li > div {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .flow-list li > div {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list li > div {
    font-size: 1.3rem;
  }
}

/************
/******cars member　スマートカーライフをはじめよう＊＊＊**
*************************************/
.carsmember {
  background: transparent linear-gradient(104deg, #54B9E5 0%, #0786BD 100%) 0% 0% no-repeat padding-box;
  padding: auto !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .carsmember {
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0px !important;
  }
}
.carsmember .inner {
  padding: auto !important;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .carsmember .inner {
    margin: 60px auto;
  }
}
@media screen and (min-width: 768px) {
  .carsmember__wrap {
    margin-left: 55%;
    position: relative;
  }
}
.carsmember p.carsmember__subtitle {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .carsmember p.carsmember__subtitle {
    font-size: 22px;
    text-align: left;
  }
}
.carsmember h3 {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .carsmember h3 {
    margin-left: 0;
  }
}
.carsmember h4 {
  color: #FFF;
  font-size: 1.9em;
}
.carsmember__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  text-align: center;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carsmember__img img {
  height: auto;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .carsmember__img {
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    left: -117%;
    top: -23px;
    width: 110%;
  }
}
@media screen and (min-width: 768px) {
  .carsmember h4 {
    margin: 0;
    padding: 0;
    font-size: 23px;
  }
}
.carsmember p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .carsmember p {
    text-align: left;
  }
}
.carsmember .btnarea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carsmember .btnarea {
    text-align: left;
    margin-left: 0;
  }
}
.carsmember .btnarea__subtitle {
  color: #FFF;
}

/************
 /******スマート乗り換えはcarsエージェントにおまかせ＊＊＊**
 *************************************/
.agent-norikae {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .agent-norikae {
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
}
.agent-norikae .inner {
  padding: auto !important;
}
@media screen and (min-width: 768px) {
  .agent-norikae__wrap {
    margin-left: 55%;
    position: relative;
  }
}
.agent-norikae__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .agent-norikae__img {
    margin: 0 auto;
  }
}
.agent-norikae__img img {
  height: auto;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .agent-norikae__img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .agent-norikae__img {
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    left: -110%;
    top: 0px;
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .agent-norikae h4 {
    margin: 0;
    padding: 0;
    font-size: 25px;
  }
}
.agent-norikae p {
  margin-top: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .agent-norikae p {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 3em;
  }
}
.agent-norikae .btnarea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .agent-norikae .btnarea {
    text-align: left;
    margin-left: 0;
  }
}

/************
/*****よくある質問＊＊＊**
*************************************/
.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__item {
  border-bottom: 2px solid #F4F5F7;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 1em;
    padding-bottom: 2.5em;
  }
}
.faq__item.open .faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__item.open .faq__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.faq__item p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .faq__item p {
    display: inline;
    text-align: left;
  }
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.9em;
  padding: 1em 40px 1em 0;
  position: relative;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .faq__question {
    cursor: default;
    background: transparent;
    pointer-events: none;
  }
  .faq__question:hover {
    background: transparent;
  }
}
.faq__question p {
  font-weight: bold;
}
.faq__q, .faq__a {
  width: 24px;
  height: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  margin-right: 8px;
  font-family: Avenir Next;
  padding-top: 2px;
}
.faq__q {
  background: #ADB3BE;
}
.faq__a {
  background: #0786BD;
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .faq__a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.faq__toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.faq__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0786BD;
  border-right: 2px solid #0786BD;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq__toggle {
    display: none;
  }
}
.faq__answer {
  display: none;
  padding: 1em 40px 1em 0;
  color: #333;
  font-size: 0.98rem;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
  }
}

/************
/*****お問い合わせ＊＊＊**
*************************************/
.contact {
  margin-top: 0;
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .contact__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1060px;
  }
}
.contact__list > li {
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 12px rgba(7, 134, 189, 0.3);
          box-shadow: 0px 3px 12px rgba(7, 134, 189, 0.3);
  width: 100%;
  border-radius: 15px;
  margin-top: 20px;
  background-position: left 34px center;
}
@media screen and (min-width: 1024px) {
  .contact__list > li {
    margin: 0 15px;
    border-radius: 25px;
    background-position: center top 25px;
  }
}
.contact__list > li.line {
  background-image: url("https://cars-enjoy.com/common/flat/img/contact_icon_line.svg");
}
.contact__list > li.mail {
  background-image: url("https://cars-enjoy.com/common/flat/img/contact_icon_mail.svg");
}
.contact__list > li.tel {
  background-image: url("https://cars-enjoy.com/common/flat/img/contact_icon_tel.svg");
}
.contact__list > li a {
  display: block;
  font-size: 20px;
  padding: 25px 0 25px 34px;
}
@media screen and (min-width: 1024px) {
  .contact__list > li a {
    padding: 72px 0 25px;
  }
}
.contact__list > li a span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .contact__list > li a span {
    font-size: 14px;
  }
}

/************
/******サブディーラー＊＊＊**
*************************************/
.subdealer {
  background-color: #F5F5F5;
  padding: 30px 57px;
  margin-top: 100px;
}
.subdealer p {
  font-size: 18px;
}
.subdealer .reasonable_banner_list {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 80px 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .subdealer .reasonable_banner_list {
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr 400px;
    grid-template-columns: 1fr 1fr 400px;
    max-width: 710px;
    margin: 0 auto;
  }
}
.subdealer .subdealer_text {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .subdealer .subdealer_text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .subdealer .subdealer_text p {
    font-size: 24px;
    text-align: left;
  }
}
.subdealer .subdealer_img:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 768px) {
  .subdealer .subdealer_img:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.subdealer .subdealer_img:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .subdealer .subdealer_img:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    grid-column: 2/2;
  }
}

/************
/******支払い方法＊＊＊**
*************************************/
.payment_list {
  display: block;
  counter-reset: benefitsCnt;
}
@media screen and (min-width: 768px) {
  .payment_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.payment_list > li {
  width: 100%;
  border: solid 1px #E2E2E2;
  border-radius: 10px;
  padding: 45px 25px;
  margin-bottom: 20px;
}
.payment_list > li:first-child {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .payment_list > li:first-child {
    margin-top: 0;
  }
}
.payment_list > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .payment_list > li {
    width: 32%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.payment_list h3 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 36px;
  padding: 0px;
  font-weight: 900;
  text-align: center;
  background: none;
  color: #333;
}
.payment_list figure {
  max-width: 160px;
  margin: 0 auto 10px auto;
}
.payment_list p {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.payment_list p .attention {
  margin-top: 1em;
}
.payment_list .list_01 {
  position: relative;
}
.payment_list .list_01 .payment_pick {
  position: absolute;
  top: -5%;
  left: 35%;
  padding: 2px 13px;
  border-radius: 5px;
  background-color: #0786BD;
  color: #FFF;
  font-weight: 500;
}
.payment_list .list_01 .payment_pick::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #0786BD;
}

/************
/*****選べる4コース＊＊＊**
*************************************/
.course h4 {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .course h4 {
    margin-bottom: 64px;
  }
}
.course ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .course ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.course ul li {
  width: 48%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .course ul li {
    width: 22.5%;
  }
}
.course ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .course ul li p {
    font-size: 16px;
  }
}
.course ul li p span {
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 1;
  background: #0786BD;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .course ul li p span {
    font-size: 12px;
  }
}
.course p.attention {
  margin: 2em auto;
}

/************
/******ライフスタイル＊＊＊**
*************************************/
.lifestyle-c a {
  cursor: pointer;
}
.lifestyle-c_list {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .lifestyle-c_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}
.lifestyle-c li {
  -webkit-box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
  border-radius: 7px;
  margin-bottom: 1.3em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c li {
    width: 49%;
    padding-bottom: 2em;
  }
}
.lifestyle-c li:nth-child(1) {
  color: #f4731e;
}
.lifestyle-c li:nth-child(1) path, .lifestyle-c li:nth-child(1) rect {
  fill: #f4731e;
}
.lifestyle-c li:nth-child(2) {
  color: #8EBB42;
}
.lifestyle-c li:nth-child(2) path, .lifestyle-c li:nth-child(2) rect {
  fill: #8EBB42;
}
.lifestyle-c li:nth-child(3) {
  color: #D6446D;
}
.lifestyle-c li:nth-child(3) path, .lifestyle-c li:nth-child(3) rect {
  fill: #D6446D;
}
.lifestyle-c li:nth-child(4) {
  color: #1E5199;
}
.lifestyle-c li:nth-child(4) path, .lifestyle-c li:nth-child(4) rect {
  fill: #1E5199;
}
.lifestyle-c li:nth-child(5) {
  color: #2F85AA;
}
.lifestyle-c li:nth-child(5) path, .lifestyle-c li:nth-child(5) rect {
  fill: #2F85AA;
}
.lifestyle-c li:nth-child(6) {
  color: #BF9841;
}
.lifestyle-c li:nth-child(6) path, .lifestyle-c li:nth-child(6) rect {
  fill: #BF9841;
}
.lifestyle-c_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c_subtitle {
    padding: 2em;
    padding-bottom: 1em;
  }
}
.lifestyle-c_subtitle > div h5,
.lifestyle-c_subtitle > div p {
  text-align: left !important;
}
.lifestyle-c_subtitle > div h5 {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (min-width: 424px) {
  .lifestyle-c_subtitle > div h5 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c_subtitle > div h5 {
    font-size: 40px;
  }
}
.lifestyle-c_subtitle > div p {
  margin: 0;
  font-weight: bold;
  font-size: 11.5px;
  line-height: 1.5;
}
@media screen and (min-width: 424px) {
  .lifestyle-c_subtitle > div p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c_subtitle > div p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .lifestyle-c_subtitle > div p {
    font-size: 15px;
  }
}
.lifestyle-c_subtitle img {
  margin-right: 0;
  width: 27%;
}
.lifestyle-c_item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  padding: 0 0.5em;
}
.lifestyle-c_item .car-section {
  text-align: center;
  font-family: sans-serif;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.lifestyle-c_item .car-section .name {
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6em;
  margin-top: -0.8em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 424px) {
  .lifestyle-c_item .car-section .name {
    font-size: 0.7em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.lifestyle-c_item .car-section .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
}
.lifestyle-c_item .car-section .price .label {
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.6em;
  font-weight: bold;
}
.lifestyle-c_item .car-section .price .price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lifestyle-c_item .car-section .price .price-main .amount {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
}
.lifestyle-c_item .car-section .price .price-main .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 5px;
}
.lifestyle-c_item .car-section .price .price-main .right .tax {
  font-size: 0.5em;
  line-height: 1;
  margin-bottom: 2px;
}
.lifestyle-c_item .car-section .price .price-main .right .yen {
  font-weight: 900;
  line-height: 1;
}
.lifestyle-c .section-2 .car-section .car-image img {
  width: 75%;
}
.lifestyle-c .section-2 .car-section .label {
  font-size: 0.7em;
  margin-bottom: 5px;
}
.lifestyle-c .section-2 .car-section .price {
  margin-top: 0.1em;
}
.lifestyle-c .section-2 .car-section .price .amount {
  font-size: 150%;
}
.lifestyle-c .section-2 .car-section .right .tax {
  font-size: 0.7em;
}
.lifestyle-c .section-2 .car-section .yen {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c .section-2 .car-section .price .amount {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1024px) {
  .lifestyle-c .section-2 .car-section svg {
    width: auto;
  }
  .lifestyle-c .section-2 .car-section .name {
    font-size: 0.9em;
  }
  .lifestyle-c .section-2 .car-section .label {
    font-size: 0.8em;
  }
  .lifestyle-c .section-2 .car-section .price {
    margin-top: 0.5em;
  }
  .lifestyle-c .section-2 .car-section .price .amount {
    font-size: 215%;
  }
  .lifestyle-c .section-2 .car-section .right .tax {
    font-size: 0.7em;
  }
  .lifestyle-c .section-2 .car-section .yen {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
.lifestyle-c .section-3 .car-section .car-image img {
  width: 95%;
  margin-bottom: 0.3em;
}
.lifestyle-c .section-3 .price .amount {
  font-size: 4.3vw;
}
@media screen and (min-width: 424px) {
  .lifestyle-c .section-3 .price .amount {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c .section-3 .price .amount {
    font-size: 1.65vw;
  }
}
.lifestyle-c .section-3 svg {
  width: 55%;
  margin-top: 0.5em;
}
.lifestyle-c .section-3 .label {
  font-size: 0.5em !important;
  margin-bottom: 5px;
}
.lifestyle-c .section-3 .right {
  margin-left: 2px !important;
}
.lifestyle-c .section-3 .right .tax {
  font-size: 0.35em !important;
}
.lifestyle-c .section-3 .yen {
  font-size: 0.6em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c .section-3 .price {
    margin-top: 0.3em;
  }
  .lifestyle-c .section-3 .price .amount {
    font-size: 2.5vw;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lifestyle-c .section-3 .price {
    margin-top: 0.3em;
  }
  .lifestyle-c .section-3 .price .amount {
    font-size: 160%;
    margin: 0;
  }
  .lifestyle-c .section-3 svg {
    width: auto;
  }
  .lifestyle-c .section-3 .name {
    font-size: 0.9em;
  }
  .lifestyle-c .section-3 .label {
    font-size: 0.7em !important;
    margin-bottom: 5px;
  }
  .lifestyle-c .section-3 .right {
    margin-left: 2px !important;
  }
  .lifestyle-c .section-3 .right .tax {
    font-size: 0.5em !important;
  }
  .lifestyle-c .section-3 .yen {
    font-size: 0.8em;
    margin-bottom: 0;
  }
}
.lifestyle-c .andmore {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lifestyle-c .andmore {
    margin-top: 20px;
  }
}