@charset "UTF-8";
/* マイカー定額ページ出力用 */
/************
/******template parts＊＊＊**
*************************************/
/************
/****** 変数＊＊＊**
*************************************/
@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;
  margin-bottom: 0;
}
@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;
  }
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

.tb-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .tb-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .tb-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;
  }
}
@media screen and (min-width: 1024px) {
  .pc-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/************
/*****サービス内容*＊＊＊**
*************************************/
.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: 768px) {
  .service__list > li {
    width: 33%;
    min-width: 150px;
    font-size: 16px;
    padding-top: 120px;
    position: relative;
  }
}
.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: 768px) {
  .service__list > li:before {
    width: 120px;
    height: 110px;
    top: -15px;
  }
}
@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_icon19.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;
}

/************
/******ライフスタイル＊＊＊**
*************************************/
.lifestyle-c .none {
  display: none;
}
.lifestyle-c a {
  cursor: pointer;
  color: inherit;
}
.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: 5vw;
}
@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;
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c_subtitle > div h5 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .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%;
  height: 27%;
  margin-left: auto;
}
.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 {
    margin-top: 0.5em;
  }
  .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.4em;
  }
  .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;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-c .section-3 .lifestyle-c_subtitle {
    padding-bottom: 2em;
  }
}
.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: 1em;
}
.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.4em;
  }
  .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.4em;
  }
  .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.85em;
  }
  .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;
  }
}

/* stores - rate */
/*
Common
-------------------------------------------------- */
/*
Module - Parts
-------------------------------------------------- */
main {
  padding-bottom: 70px;
}

.breadclumbs {
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .breadclumbs {
    width: 900px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media screen and (max-width: 1039px) {
  .breadclumbs {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadclumbs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: -139px;
    z-index: 1;
    width: 100%;
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadclumbs-list {
  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;
}
.breadclumbs-list > li {
  position: relative;
  margin-left: 16px;
  line-height: 18px;
  color: #ADB3BE;
}
.breadclumbs-list > li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(-4px);
          transform: rotate(45deg) translateY(-50%) translateX(-4px);
}
.breadclumbs-list > li:first-of-type {
  margin-left: unset;
}
.breadclumbs-list > li:first-of-type:before {
  content: unset;
}
.breadclumbs-list > li:first-of-type > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadclumbs-list > li > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: inherit;
  color: #ADB3BE;
}
.breadclumbs-list > li.home > a {
  width: 13px;
}
.breadclumbs-list > li.home > a > img {
  width: 100%;
}
.breadclumbs-list > li.lower {
  font-size: 10px;
}
.breadclumbs-list > li.lower > span, .breadclumbs-list > li.lower > a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .breadclumbs_form {
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer_banner-sdgs {
    margin-bottom: 82px !important;
  }
}

.ttl-lv1 {
  width: 100%;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl-lv1 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1039px) {
  .ttl-lv1 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.ttl-lv2 {
  width: 100%;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl-lv2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1039px) {
  .ttl-lv2 {
    font-size: 18px;
  }
}

.txt-icon-question:hover {
  cursor: pointer;
}
.txt-icon-question > img {
  margin: 0 0.1em 0.2em 0.1em;
  vertical-align: middle;
  max-width: 17px;
}

.list-type-interpoint > li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.list-type-interpoint > li:before {
  content: "・";
}
.list-type-note > li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-type-note > li:before {
  content: "※";
}
.list-type-num > li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-type-numdot > li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.list-type-numbrackets > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.list-number {
  counter-reset: benefitsCnt;
}
@media screen and (min-width: 768px) {
  .list-number {
    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) {
  .list-number > li {
    width: 260px;
  }
}
@media screen and (max-width: 1039px) {
  .list-number > li {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .list-number > li {
    width: 305px;
    margin: 0 auto;
  }
}
.list-number-ttl {
  position: relative;
  width: auto;
  height: 120px;
  text-align: center;
}
.list-number-ttl:before {
  counter-increment: benefitsCnt;
  content: counter(benefitsCnt, decimal-leading-zero);
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  position: absolute;
  z-index: -1;
  top: -12px;
  left: -6px;
  width: 100%;
  height: auto;
  font-size: 160px;
  line-height: 1;
  font-weight: bold;
  color: #F4F5F7;
  text-align: center;
}
.list-number-ttl > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-number-img {
  display: block;
  margin: 0 auto;
}
.list-number-img > img {
  width: 100%;
}
.list-radius-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-radius-blue > li {
  text-align: center;
  color: #fff;
  background-color: #0786BD;
}
@media screen and (min-width: 768px) {
  .list-radius-blue > li {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .list-radius-blue > li {
    border-radius: 3px;
  }
}
.list-radius-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-radius-border > li, .list-radius-border dd {
  border: solid 1px;
}
@media screen and (min-width: 768px) {
  .list-radius-border > li, .list-radius-border dd {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .list-radius-border > li, .list-radius-border dd {
    border-radius: 3px;
  }
}
.list-radius-shadow-blue > li {
  position: relative;
  width: auto;
  height: 100px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  -webkit-box-shadow: 0px 3px 12px rgba(7, 134, 189, 0.3);
          box-shadow: 0px 3px 12px rgba(7, 134, 189, 0.3);
}
@media screen and (min-width: 768px) {
  .list-radius-shadow-blue > li {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .list-radius-shadow-blue > li {
    border-radius: 15px;
  }
}
.list-radius-shadow-blue > li > .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1em;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-radius-blue {
  position: relative;
  height: 50px;
  color: #fff;
}
.btn-radius-blue > a {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  background-color: #0786BD;
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
}
.btn-radius-grade-blue {
  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);
}
.btn-radius-grade-blue: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;
}
.btn-radius-grade-blue:hover:before {
  opacity: 1;
}
.btn-radius-grade-blue > a {
  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);
}
.btn-radius-grade-blue > a:hover {
  opacity: 1;
}
.btn-radius-grade-blue:before {
  background: linear-gradient(135deg, #0571C0 0%, #19B3E2 100%);
}
.btn-radius-grade-buy {
  position: relative;
  height: 50px;
  color: #fff;
  border-radius: calc(50px / 2);
  background: -webkit-gradient(linear, left top, right top, from(#EF25A9), to(#FF655C));
  background: linear-gradient(to right, #EF25A9 0%, #FF655C 100%);
}
.btn-radius-grade-buy: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;
}
.btn-radius-grade-buy:hover:before {
  opacity: 1;
}
.btn-radius-grade-buy > a {
  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);
}
.btn-radius-grade-buy > a:hover {
  opacity: 1;
}
.btn-radius-grade-buy:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-radius-grade-sell {
  position: relative;
  height: 50px;
  color: #fff;
  border-radius: calc(50px / 2);
  background: -webkit-gradient(linear, left top, right top, from(#CCE200), to(#6EEB72));
  background: linear-gradient(to right, #CCE200 0%, #6EEB72 100%);
}
.btn-radius-grade-sell: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;
}
.btn-radius-grade-sell:hover:before {
  opacity: 1;
}
.btn-radius-grade-sell > a {
  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);
}
.btn-radius-grade-sell > a:hover {
  opacity: 1;
}
.btn-radius-grade-sell:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-radius-border-blue {
  position: relative;
  height: 50px;
  color: #0786BD;
}
.btn-radius-border-blue > a {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  border: solid 2px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
}
.btn-arrow-right > *: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);
}
.btn-window-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 14px;
  background-image: url(./assets/svgs/icon-window-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bnr-member {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .bnr-member {
    max-width: 900px;
    height: 240px;
    margin-top: 90px;
    background-color: #0786BD;
    background-image: url(./assets/images/bnr-member-pc.png);
    background-position: center center;
    border: solid 1px #F4F5F7;
  }
}
@media screen and (max-width: 767px) {
  .bnr-member {
    max-width: 335px;
    padding-bottom: 20px;
    margin-top: 45px;
    background-image: url(./assets/images/bnr-member.png);
    background-position: center bottom;
  }
}
@media screen and (min-width: 768px) {
  .bnr-member > .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 60px;
  }
}
@media screen and (max-width: 1039px) {
  .bnr-member > .wrap {
    right: 4.6vw;
  }
}
@media screen and (max-width: 767px) {
  .bnr-member > .wrap {
    right: unset;
    width: 100%;
  }
}
.bnr-member > .wrap > .logo {
  height: auto;
  margin: 0 auto;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .bnr-member > .wrap > .logo {
    width: 212px;
  }
}
@media screen and (max-width: 767px) {
  .bnr-member > .wrap > .logo {
    padding-top: 30px;
    width: 204px;
  }
}
.bnr-member > .wrap > .logo > img {
  width: 100%;
  height: auto;
}
.bnr-member > .wrap > .text {
  font-weight: 500;
  text-align: center;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .bnr-member > .wrap > .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bnr-member > .wrap > .text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
}
.bnr-member > .wrap > .text-sp {
  display: none;
}
.bnr-member > .wrap > a {
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: calc(42px / 2);
  font-weight: 500;
  text-align: center;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .bnr-member > .wrap > a {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .bnr-member > .wrap > a {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .bnr-member > .wrap > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.bnr-member > .wrap > a > .button {
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: calc(42px / 2);
  position: relative;
  box-sizing: border-box;
  color: inherit;
  border: solid 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
@media screen and (min-width: 768px) {
  .bnr-member > .wrap > a > .button {
    width: 200px;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .bnr-member > .wrap > a > .button {
    width: 274px;
    margin: 20px auto;
    color: #0786BD;
    background-color: #fff;
    border: none;
  }
}
.bnr-member-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.bnr-member:hover {
  opacity: 0.8;
}
.bnr-parts {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  .bnr-parts {
    max-width: 620px;
  }
}
@media screen and (max-width: 767px) {
  .bnr-parts {
    max-width: 305px;
  }
}
.bnr-parts > a {
  display: block;
}
.bnr-parts > a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bnr-store {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 335px;
    height: 200px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(./assets/images/bnr-store.jpg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bnr-store:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    width: 100%;
    max-width: 335px;
    height: 200px;
    background-color: rgba(51, 51, 51, 0.4);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bnr-store > a {
    display: block;
    width: 100%;
    max-width: 335px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bnr-store > a > p {
    font-family: "Avenir Next", "Helvetica", Arial;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.entry-form-error, .entry-form-required {
  color: #FA6F68;
}
@media screen and (min-width: 768px) {
  .entry-confirm {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm {
    padding-top: 36px;
  }
}
.entry-confirm-ttl {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-confirm-ttl {
    font-size: 24px;
  }
}
.entry-confirm-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  -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: 6px;
}
@media screen and (min-width: 768px) {
  .entry-confirm-wrap {
    max-width: 430px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-wrap {
    max-width: 400px;
    margin-top: 36px;
  }
}
.entry-confirm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 16px;
  border-top: solid 1px #EFEFEF;
}
@media screen and (max-width: 767px) {
  .entry-confirm-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entry-confirm-list:first-of-type {
  border-top: none;
}
.entry-confirm-list > dt {
  font-size: 12px;
  font-weight: bold;
  color: #0786BD;
}
@media screen and (min-width: 768px) {
  .entry-confirm-list > dt {
    width: 34%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-list > dt {
    width: 100%;
    line-height: 1;
  }
}
.entry-confirm-list > dt.title {
  color: #333;
}
.entry-confirm-list > dd {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .entry-confirm-list > dd {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-list > dd {
    width: 100%;
    margin-top: 6px;
  }
}
.entry-confirm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .entry-confirm-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.entry-confirm-submit {
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-confirm-submit {
    position: relative;
    height: 62px;
    color: #fff;
    border-radius: calc(62px / 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);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 250px;
  }
  .entry-confirm-submit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    color: inherit;
    border-radius: calc(62px / 2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .entry-confirm-submit:hover:before {
    opacity: 1;
  }
  .entry-confirm-submit > a {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    font-weight: bold;
    text-align: center;
    color: inherit;
    border-radius: calc(62px / 2);
  }
  .entry-confirm-submit > a:hover {
    opacity: 1;
  }
  .entry-confirm-submit:before {
    background: linear-gradient(135deg, #0571C0 0%, #19B3E2 100%);
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-submit {
    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);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-confirm-submit: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;
  }
  .entry-confirm-submit:hover:before {
    opacity: 1;
  }
  .entry-confirm-submit > a {
    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);
  }
  .entry-confirm-submit > a:hover {
    opacity: 1;
  }
  .entry-confirm-submit:before {
    background: linear-gradient(135deg, #0571C0 0%, #19B3E2 100%);
  }
}
.entry-confirm-submit > button {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .entry-confirm-submit > button {
    width: 250px;
    line-height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-submit > button {
    width: 100%;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .entry-confirm-edit {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 160px;
    line-height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-edit {
    width: 100%;
    line-height: 50px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-confirm-edit > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #767A81;
  border: solid 2px #ACB2BD;
}
@media screen and (min-width: 768px) {
  .entry-confirm-edit > a {
    width: 160px;
    line-height: 58px;
    border-radius: 31px;
  }
}
@media screen and (max-width: 767px) {
  .entry-confirm-edit > a {
    width: 100%;
    line-height: 48px;
    border-radius: 25px;
  }
}

.sec-satei, .sec-mitsumori {
  background: #F4F5F7;
}
@media screen and (min-width: 768px) {
  .sec-satei, .sec-mitsumori {
    margin-top: 160px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-satei, .sec-mitsumori {
    margin-top: 96px;
    padding: 50px 0 45px 0;
  }
}
.sec-satei-inner, .sec-mitsumori-inner {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .sec-satei-inner, .sec-mitsumori-inner {
    max-width: 727px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-satei-inner, .sec-mitsumori-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-satei-ttl, .sec-mitsumori-ttl {
  line-height: 1.5;
}
.sec-satei-logo, .sec-mitsumori-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-satei-logo, .sec-mitsumori-logo {
    float: left;
    height: 62px;
    line-height: 62px;
    margin-top: 68px;
  }
}
@media screen and (max-width: 1039px) {
  .sec-satei-logo, .sec-mitsumori-logo {
    height: 36px;
    line-height: 36px;
    margin-top: 0;
  }
}
.sec-satei-logo > img, .sec-mitsumori-logo > img {
  width: auto;
  height: inherit;
}
.sec-satei-img, .sec-mitsumori-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-satei-img, .sec-mitsumori-img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    padding-right: 14px;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .sec-satei-img, .sec-mitsumori-img {
    width: 286px;
    margin: 0 auto;
  }
}
.sec-satei-img > picture > img, .sec-mitsumori-img > picture > img {
  width: 100%;
}
.sec-satei-img-ttl, .sec-mitsumori-img-ttl {
  position: relative;
  width: 286px;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 6px;
  font-weight: bold;
  text-align: center;
  color: #0786BD;
}
@media screen and (max-width: 767px) {
  .sec-satei-img-ttl, .sec-mitsumori-img-ttl {
    margin: 32px auto 0;
  }
}
.sec-satei-img-ttl:before, .sec-satei-img-ttl:after, .sec-mitsumori-img-ttl:before, .sec-mitsumori-img-ttl:after {
  content: "";
  position: absolute;
  top: 6px;
  display: block;
  width: 2px;
  height: 56px;
  background-color: #0786BD;
}
.sec-satei-img-ttl:before, .sec-mitsumori-img-ttl:before {
  left: 26px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.sec-satei-img-ttl:after, .sec-mitsumori-img-ttl:after {
  right: 26px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.sec-satei-img-badge, .sec-mitsumori-img-badge {
  position: absolute;
  top: 65px;
  right: 0;
  width: 95px;
  height: 95px;
  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;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0786BD;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .sec-satei-img-badge, .sec-mitsumori-img-badge {
    font-size: 18px;
  }
}
.sec-satei-txt, .sec-mitsumori-txt {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .sec-satei-txt, .sec-mitsumori-txt {
    float: left;
    width: 386px;
  }
}
@media screen and (max-width: 1039px) {
  .sec-satei-txt, .sec-mitsumori-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .sec-satei-txt, .sec-mitsumori-txt {
    max-width: 335px;
  }
}
.sec-satei-btn, .sec-mitsumori-btn {
  width: 230px;
}
@media screen and (min-width: 768px) {
  .sec-satei-btn, .sec-mitsumori-btn {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1039px) {
  .sec-satei-btn, .sec-mitsumori-btn {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

.kv-txt {
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-txt {
    font-size: 26px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1039px) {
  .kv-txt {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-txt {
    font-size: 18px;
    margin-top: 18px;
  }
}
.kv-txt-sub {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-txt-sub {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1039px) {
  .kv-txt-sub {
    font-size: 1.7vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-txt-sub {
    font-size: 14px;
    margin-top: 18px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  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-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0 auto;
  background: #fff;
  /*border: 1px solid rgba( 0, 0, 0, 0.2 );*/
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
}
.modal-title {
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-title {
    font-size: 24px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 18px;
    margin-top: 38px;
  }
}
.modal-desc {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .modal-desc {
    font-size: 16px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .modal-desc {
    font-size: 14px;
    margin-top: 24px;
  }
}

.modal-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(26, 155, 211, 0.85);
  z-index: 10;
}

.modal-content .backlink {
  width: 40px;
  height: 40px;
  background: #1a9bd3;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  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;
  position: absolute;
  top: -10px;
  right: -10px;
}
.modal-content .backlink:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #modal-ride .modal-content {
    max-width: 520px;
    max-height: 526px;
    padding: 64px;
  }
}
@media screen and (max-width: 767px) {
  #modal-ride .modal-content {
    width: 95%;
    max-width: 325px;
    padding: 32px;
  }
}
#modal-ride .modal-content > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #modal-ride .modal-content > img {
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  #modal-ride .modal-content > img {
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  #modal-first-date .modal-content {
    max-width: 700px;
    max-height: 576px;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  #modal-first-date .modal-content {
    width: 95%;
    max-width: 325px;
    padding: 32px;
  }
}
#modal-first-date .modal-content > img {
  display: block;
  width: 100%;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  #modal-first-date .modal-content > img {
    max-width: 634px;
  }
}
@media screen and (max-width: 767px) {
  #modal-first-date .modal-content > img {
    max-width: 260px;
  }
}
#modal-first-date .modal-desc {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #modal-first-date .modal-desc {
    font-size: 16px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #modal-first-date .modal-desc {
    font-size: 14px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .contact-ttl {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 26px;
    font-weight: bold;
    text-align: center;
  }
}
.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contact-list {
    width: 750px;
  }
}
@media screen and (max-width: 1039px) {
  .contact-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-list {
    width: 100%;
    max-width: 305px;
  }
}
.contact-list > li {
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 12px 0 rgba(7, 134, 189, 0.3);
          box-shadow: 0px 3px 12px 0 rgba(7, 134, 189, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-list > li {
    width: 230px;
    line-height: 30px;
    margin-right: 30px;
    background-size: auto 42px;
    background-position: center top 18px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1039px) {
  .contact-list > li {
    width: 30%;
    line-height: 30px;
    margin-right: 3%;
    background-size: auto 42px;
    background-position: center top 18px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-list > li {
    width: 100%;
    line-height: 28px;
    margin-top: 20px;
    background-size: 34px auto;
    background-position: left 34px center;
    border-radius: 15px;
  }
}
.contact-list > li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact-list > li:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-list > li:last-of-type {
    margin-right: 0;
  }
}
.contact-list > li.tel {
  background-image: url(./assets/svgs/icon-contact-phone.svg);
}
.contact-list > li.mail {
  background-image: url(./assets/svgs/icon-contact-mail.svg);
}
.contact-list > li.line {
  background-image: url(./assets/svgs/icon-contact-line.svg);
}
.contact-list > li.form {
  background-image: url(./assets/svgs/icon-contact-form.svg);
}
.contact-list > li > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  .contact-list > li > a {
    font-size: 20px;
    padding-top: 72px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact-list > li > a {
    font-size: 18px;
    padding: 12px 0 12px 34px;
  }
}
.contact-list > li > a > span {
  display: block;
  font-weight: normal;
  text-align: inherit;
}
@media screen and (min-width: 768px) {
  .contact-list > li > a > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-list > li > a > span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .contact-list-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1039px) {
  .contact-list-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-list-row > li {
  margin-top: 12px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 12px 0 rgba(7, 134, 189, 0.3);
          box-shadow: 0px 3px 12px 0 rgba(7, 134, 189, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 34px auto;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .contact-list-row > li {
    background-position: left 54px center;
  }
}
@media screen and (max-width: 1039px) {
  .contact-list-row > li {
    background-position: left 34px center;
  }
}
.contact-list-row > li:hover {
  opacity: 0.7;
}
.contact-list-row > li:first-of-type {
  margin-top: 0;
}
.contact-list-row > li.mail {
  background-image: url(./assets/svgs/icon-contact-mail.svg);
}
.contact-list-row > li.line {
  background-image: url(./assets/svgs/icon-contact-line.svg);
}
.contact-list-row > li > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  .contact-list-row > li > a {
    font-size: 20px;
    padding: 10px 0 10px 54px;
  }
}
@media screen and (max-width: 1039px) {
  .contact-list-row > li > a {
    font-size: 18px;
    padding: 10px 0 10px 34px;
  }
}
.contact-list-row > li > a > span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: inherit;
  color: #747880;
}
@media screen and (min-width: 768px) {
  .contact-2row .contact-list {
    width: 520px;
  }
  .contact-2row .contact-list > li {
    margin: 30px 15px 0 15px;
  }
}

.faq-content-list {
  border-bottom: solid 1px #F4F5F7;
}
.faq-content-list > dt {
  background-repeat: no-repeat;
  background-size: auto 24px;
  line-height: 24px;
  padding: 15px 34px 15px 40px;
  font-weight: bold;
  background-position: left top 15px;
  background-image: url(./assets/svgs/icon-faq-question.svg);
}
.faq-content-list > dd {
  background-repeat: no-repeat;
  background-size: auto 24px;
  line-height: 1.7;
  padding-right: 34px;
  padding-left: 40px;
  font-weight: 500;
  background-position: left top 17px;
  background-image: url(./assets/svgs/icon-faq-answer.svg);
}
.faq-content-list.list-switch.open > dd {
  padding-top: 15px;
  padding-bottom: 15px;
}

.guide-content-list {
  margin-top: 20px;
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #F4F5F7;
  -webkit-box-shadow: 0px 5px 15px rgba(173, 179, 190, 0.3);
          box-shadow: 0px 5px 15px rgba(173, 179, 190, 0.3);
}
.guide-content-list > dt {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.guide-content-list > dd {
  margin-top: 0;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F4F5F7;
  border-radius: 6px;
}
.guide-content-list > dd > .guide-line-section {
  margin-top: 16px;
}
.guide-content-list > dd > .section {
  height: 0;
  margin: 16px 0;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 1px 0 0;
}
.guide-content-list > dd > .title {
  font-size: 16px;
  line-height: 1.85;
  font-weight: bold;
}
.guide-content-list > dd > .text {
  font-size: 14px;
  line-height: 1.85;
}
.guide-content-list > dd > .list-disc > li {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.guide-content-list > dd > .list-disc > li:before {
  content: "・";
}
.guide-content-list > dd > .list-disc > li:first-of-type {
  margin-top: 0;
}
.guide-content-list > dd > .list-disc > li > a {
  color: #0786BD;
}
.guide-content-list > dd > .list-note {
  margin-top: 1em;
}
.guide-content-list > dd > .list-note > li {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.guide-content-list > dd > .list-note > li:before {
  content: "※";
}
.guide-content-list > dd > .list-note > li:first-of-type {
  margin-top: 0;
}
.guide-content-list > dd > .list-note > li > a {
  color: #0786BD;
}
.guide-content-list > dd > .list-num {
  counter-reset: num;
}
.guide-content-list > dd > .list-num > li {
  position: relative;
  font-size: 14px;
  line-height: 1.85;
  margin-top: 0.5em;
  padding-left: 1.5rem;
}
.guide-content-list > dd > .list-num > li:before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0.25em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background: #0786BD;
  border-radius: 50%;
}
.guide-content-list > dd > .list-num > li:first-of-type {
  margin-top: 0;
}
.guide-content-list > dd > .list-num > li > a {
  color: #0786BD;
}
.guide-content-list > dd > .list-num > li > .list-disc {
  margin-top: 0.5em;
}
.guide-content-list > dd > .list-num > li > .list-disc > li {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.guide-content-list > dd > .list-num > li > .list-disc > li:before {
  content: "・";
}
.guide-content-list > dd > .list-num > li > .list-disc > li:first-of-type {
  margin-top: 0;
}
.guide-content-list > dd > .list-num > li > .list-disc > li > a {
  color: #0786BD;
}
.guide-content-list.list-switch.open > dd {
  margin-top: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.list-switch {
  position: relative;
}
.list-switch:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 16px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: none;
  border-left: none;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list-switch > dd {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease 0s, margin 0.3s ease 0s, padding 0.3s ease 0s;
  transition: height 0.3s ease 0s, margin 0.3s ease 0s, padding 0.3s ease 0s;
}
.list-switch.open:before {
  top: 26px;
  border-top: solid 2px #0786BD;
  border-left: solid 2px #0786BD;
  border-bottom: none;
  border-right: none;
}
.list-switch.open > dd {
  height: auto;
  overflow: auto;
}

.slider-market-sell, .slider-market-buy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1039px) {
  .slider-market-sell > .slick-arrow, .slider-market-buy > .slick-arrow {
    position: absolute;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px rgba(7, 134, 189, 0.25);
            box-shadow: 0px 3px 6px rgba(7, 134, 189, 0.25);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1039px) {
  .slider-market-sell > .slick-arrow:hover, .slider-market-buy > .slick-arrow:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1039px) {
  .slider-market-sell > .slick-arrow.slick-prev, .slider-market-buy > .slick-arrow.slick-prev {
    background-color: #fff !important;
    left: 20px;
  }
  .slider-market-sell > .slick-arrow.slick-prev:before, .slider-market-buy > .slick-arrow.slick-prev:before {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
}
@media screen and (max-width: 1039px) {
  .slider-market-sell > .slick-arrow.slick-prev:before, .slider-market-buy > .slick-arrow.slick-prev:before {
    left: 45%;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
  }
}
@media screen and (max-width: 1039px) {
  .slider-market-sell > .slick-arrow.slick-next, .slider-market-buy > .slick-arrow.slick-next {
    background-color: #fff !important;
    right: 20px;
  }
  .slider-market-sell > .slick-arrow.slick-next:before, .slider-market-buy > .slick-arrow.slick-next:before {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
}
@media screen and (max-width: 1039px) {
  .slider-market-sell > .slick-arrow.slick-next:before, .slider-market-buy > .slick-arrow.slick-next:before {
    right: 45%;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
  }
}
.slider-market-sell > .slick-list > .slick-track > .slick-slide, .slider-market-buy > .slick-list > .slick-track > .slick-slide {
  position: relative;
  margin: 10px;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .slider-market-buy > .slick-arrow {
    top: 238px;
  }
}
.slider-market-buy .buy-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
}
.slider-market-buy .buy-wrap:before, .slider-market-buy .buy-wrap:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.slider-market-buy .buy-wrap:before {
  top: 0;
  right: 0;
  width: 100px;
  height: 70px;
}
.slider-market-buy .buy-wrap:before {
  background-image: url(./assets/svgs/market-slider-ribbon-buy.svg);
}
.slider-market-buy .buy-wrap:after {
  top: 164px;
  right: 10px;
  width: 68px;
  height: 68px;
}
.slider-market-buy .buy-wrap.mini-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_minivan-pop.svg);
}
.slider-market-buy .buy-wrap.suv-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_suv-pop.svg);
}
.slider-market-buy .buy-wrap.sports-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_sports-pop.svg);
}
.slider-market-buy .buy-wrap.sedan-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_sedan-pop.svg);
}
.slider-market-buy .buy-wrap.compact-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_compact-pop.svg);
}
.slider-market-buy .buy-wrap.micro-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_micro-pop.svg);
}
.slider-market-buy .buy-wrap.suv-light-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_suv-light-pop.svg);
}
.slider-market-buy .buy-wrap.import-pop:after {
  background-image: url(./assets/svgs/market-slider-buy_import-pop.svg);
}
.slider-market-buy .buy-img {
  width: 100%;
  border-radius: 20px;
}
.slider-market-buy .buy-name {
  line-height: 1;
  margin-top: 12px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.slider-market-buy .buy-name-sub {
  line-height: 1;
  margin-top: 12px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.slider-market-buy .buy-price {
  width: 100%;
  margin-top: 18px;
}
.slider-market-buy .buy-price th,
.slider-market-buy .buy-price td {
  font-weight: bold;
  text-align: left;
}
.slider-market-buy .buy-price caption {
  text-align: right;
}
.slider-market-buy .buy-price tr {
  border-bottom: dashed 2px #F4F5F7;
}
.slider-market-buy .buy-price th {
  width: 45%;
}
.slider-market-buy .buy-price th > p {
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background-color: #F4F5F7;
  border-radius: 10px;
}
.slider-market-buy .buy-price th > p > .question:hover {
  cursor: pointer;
}
.slider-market-buy .buy-price th > p > .question > img {
  display: inline !important;
  margin: 0 0.1em 0.2em 0.1em;
  vertical-align: middle;
  max-width: 17px;
}
.slider-market-buy .buy-price td {
  width: 55%;
  font-size: 18px;
  text-align: right;
}
.slider-market-buy .buy-price td > .price {
  font-family: "Avenir Next", sans-serif;
  font-size: 36px;
}
.slider-market-buy .buy-price-ttl {
  display: inline-block;
  width: 62%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.slider-market-sell {
  margin-top: 20px;
}
@media screen and (max-width: 1039px) {
  .slider-market-sell > .slick-arrow {
    top: 166px;
  }
}
.slider-market-sell .sell-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
}
.slider-market-sell .sell-wrap:before, .slider-market-sell .sell-wrap:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.slider-market-sell .sell-wrap:before {
  top: 0;
  right: 0;
  width: 100px;
  height: 70px;
}
.slider-market-sell .sell-wrap:before {
  background-image: url(./assets/svgs/market-slider-ribbon-sell.svg);
}
.slider-market-sell .sell-wrap:after {
  content: unset;
}
.slider-market-sell .sell-img {
  width: 100%;
  border-radius: 20px;
}
.slider-market-sell .sell-name {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
}
.slider-market-sell .sell-name-sub {
  font-weight: bold;
  text-align: center;
  display: block;
  height: 36px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}
.slider-market-sell .sell-price {
  position: relative;
  margin-top: 14px;
  padding-left: 18px;
}
.slider-market-sell .sell-price dt {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding-right: 30px;
  text-align: left;
  color: #747880;
}
.slider-market-sell .sell-price dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ADB3BE;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.slider-market-sell .sell-price dt > .price {
  font-family: "Avenir Next", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.slider-market-sell .sell-price dt > .price:before {
  content: "\a";
  white-space: pre;
}
.slider-market-sell .sell-price dt > .unit {
  font-size: 11px;
}
.slider-market-sell .sell-price dd {
  display: inline-block;
}
.slider-market-sell .sell-price-value {
  font-weight: bold;
}
.slider-market-sell .sell-price-value > .price {
  font-family: "Avenir Next", sans-serif;
  font-size: 42px;
}
.slider-market-sell .sell-price-diff {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(./assets/svgs/market-bg-diff-sell.svg);
  top: -64px;
  right: -18px;
  width: 72px;
  height: 72px;
  padding-top: 10px;
}
.slider-market-sell .sell-price-diff > span {
  display: block;
  font-weight: bold;
  color: #fff;
}
.slider-market-sell .sell-price-diff > span.num {
  font-family: "Avenir Next", sans-serif;
}
.slider-market-sell .sell-price-diff > span.unit {
  width: 1em;
  line-height: 1.2;
}
.slider-market-sell .sell-price-diff > span.result {
  width: 100%;
  font-family: "Avenir Next", sans-serif;
  text-align: center;
}
.slider-market-sell .sell-price-diff > span.num {
  font-size: 32px;
  letter-spacing: -1px;
}
.slider-market-sell .sell-price-diff > span.unit {
  font-size: 12px;
  margin-top: 8px;
}
.slider-market-sell .sell-price-diff > span.result {
  font-size: 14px;
  margin-top: -20px;
}
.slider-life {
  margin-bottom: 0;
  padding-bottom: 46px;
}
@media screen and (min-width: 768px) {
  .slider-life {
    margin-top: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .slider-life {
    margin-top: 34px;
    width: 100%;
  }
}
.slider-life .slick-next,
.slider-life .slick-prev {
  top: 19%;
}
.slider-life .slick-prev {
  left: 14px;
}
.slider-life .slick-next {
  right: 14px;
}
.slider-life .slick-list .slick-track .slick-slide {
  max-width: 220px;
  margin: 0 16px;
}
.slider-life .slick-list .slick-track .slick-slide > a {
  display: block;
  color: #333;
}
.slider-life .slick-list .slick-track .slick-slide > a > img {
  width: 100%;
  border-radius: 25px;
}
.slider-life .slick-list .slick-track .slick-slide > a .carslife-cat {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.slider-life .slick-list .slick-track .slick-slide > a .carslife-ttl {
  max-height: 80px;
  min-height: 80px;
  line-height: 20px;
  margin: 24px 0 0;
  text-decoration: underline;
}
.slider-life .slick-list .slick-track .slick-slide > a .carslife-date {
  font-family: "Avenir Next", sans-serif;
  line-height: 1;
  margin: 12px 0 0;
  font-weight: bold;
  color: #ADB3BE;
}
.slider-life .slick-list .slick-track.slide-1 {
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (min-width: 768px) {
  .slider-life .slick-list .slick-track.slide-2, .slider-life .slick-list .slick-track.slide-3 {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.slick-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px rgba(7, 134, 189, 0.25);
            box-shadow: 0px 3px 6px rgba(7, 134, 189, 0.25);
  }
}
.slick-arrow:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    top: 32%;
    background-color: #fff !important;
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slick-prev:before {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  .slick-prev:before {
    left: 45%;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
  }
}

@media screen and (min-width: 768px) {
  .slick-next {
    top: 32%;
    background-color: #fff !important;
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .slick-next:before {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  .slick-next:before {
    right: 45%;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
  }
}

.slick-dots {
  /*bottom: -25px;*/
  position: absolute;
  height: 14px;
  line-height: 1px;
}
.slick-dots > li {
  top: 0;
  width: 14px;
  height: 14px;
  margin: 0 6px;
}
.slick-dots > li > button {
  position: relative;
  width: inherit;
  height: inherit;
  padding: 0;
}
.slick-dots > li > button:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  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:first-child:last-child {
  display: none;
}
.slick-dots > li.slick-active-after > button:before, .slick-dots > li.slick-active-before > button:before {
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background-color: #3298C5;
}
.slick-dots > li.slick-active > button:before {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #0786BD;
}

.nav-change {
  background-color: #F4F5F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .nav-change {
    background: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 30px 0 0 0;
  }
}
.nav-change > li {
  width: 50%;
  font-size: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .nav-change > li {
    width: auto;
    text-align: left;
    margin: 0 26px 0 0;
  }
}
.nav-change > li.current {
  font-weight: bold;
  padding: 20px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav-change > li.current {
    padding: 0 0 14px;
  }
}
.nav-change > li.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0786BD;
}
@media screen and (min-width: 768px) {
  .nav-change > li.current::after {
    height: 2px;
  }
}
.nav-change > li > a {
  color: #747880;
  padding: 20px;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .nav-change > li > a {
    padding: 0 0 14px;
  }
}

.popup {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.popup.open {
  visibility: visible;
  opacity: 1;
}
.popup-wrap {
  position: fixed;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  width: 90%;
  max-height: 75vh;
  overflow: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0 3px 15px rgba(173, 179, 190, 0.4);
  background: #fff;
  margin: 100px auto 0;
  padding: 0px 30px 20px;
  z-index: 500;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup-wrap::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.popup-wrap > .popup-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 600;
}
.popup-wrap > .popup-header > .close-btn {
  text-align: right;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.popup-wrap > .popup-header > .close-btn > img {
  margin-top: 12px;
  margin-right: -12px;
}
.popup-wrap > .popup-header > h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.popup-wrap > dl {
  border-bottom: 1px solid #F4F5F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 12px !important;
}
.popup-wrap > dl::last-child {
  border-bottom: none;
  margin-bottom: 0;
  width: 100%;
}
.popup-wrap > dl > dt {
  width: 40%;
}
.popup-wrap > dl > dd {
  width: 60%;
  margin-bottom: 1rem;
}
.popup-wrap > h5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}
.popup-wrap > .popup-iamge img {
  width: 100%;
  margin-top: 10px;
}

#anybot {
  inset: auto 0 0 auto !important;
}

@media screen and (max-width: 767px) {
  body.footer-disp #anybot {
    inset: auto 0 50px auto !important;
  }
}
@media screen and (min-width: 768px) {
  body.footer-disp #anybot {
    inset: auto 30px 50px auto !important;
  }
}

body.footer-disp.fixed #anybot {
  inset: auto 0 0 auto !important;
}

.car-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.car-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.car-data .car-flag {
  background: #FA6F68;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 12px;
  line-height: 1;
}
.car-data .car-flag.sold {
  background: #aaa;
}
.car-data .car-deadline {
  margin-left: 10px;
  font-size: 10px;
  line-height: 1;
  color: #707070;
}

.car-image {
  width: 100%;
}
.car-image-inner {
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.car-image-figure {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  background-position: center;
}

.car-name {
  width: 100%;
}
.car-name .car-maker {
  font-size: 12px;
}
.car-name .car-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
}

.car-price {
  /*strong{
  }
  &-all{
    display: flex;
    align-items: center;
    strong{
      font-size:30px;
    }
    span{
      width:1em;
      line-height: 1;
      font-size:10px;
      margin-left:5px;
    }
  }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-price-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding-right: 20px;
  border-right: 2px solid #ddd;
  margin-right: 10px;
  /*padding: 5px;
  background:color.$cars-light-gray;
  border-radius: 4px;*/
}
.car-price-month span.month {
  font-size: 14px;
}
.car-price-month strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
}
.car-price-month strong em {
  font-size: 24px;
  font-style: normal;
}
.car-price-month span.yen {
  font-size: 12px;
  display: block;
  margin-top: 6px;
  margin-left: 3px;
}
.car-price-body {
  font-size: 12px;
  color: #747880;
}
.car-price-body-price strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}

.car-eval strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
}

.car-basic dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  color: #707070;
}
.car-basic dl dt, .car-basic dl dd {
  line-height: 1;
}

.car-list .inner {
  width: 100%;
  max-width: 1105px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .car-list .inner {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1039px) {
  .car-list .inner {
    padding: 0 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .car-list .inner {
    padding: 0 20px;
  }
}
.car-list-head {
  background: -webkit-gradient(linear, left top, right top, from(#64b8dd), to(#008fcc));
  background: linear-gradient(90deg, #64b8dd 0%, #008fcc 100%);
  overflow: hidden;
  padding: 2% 0 5% 0%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .car-list-head {
    padding-bottom: 8%;
  }
}
.car-list-head::after {
  content: "";
  position: absolute;
  left: -1.5%;
  width: 103%;
  padding: 2.5%;
  background: url(./assets/svgs/pickup_list_wave.svg) no-repeat 50% 100%;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: -0.3vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.car-list-head h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.car-list-head h2 span {
  display: block;
  font-size: 18px;
}
.car-list-nav .inner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.car-list-nav .inner .sort a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #333;
}
.car-list-nav .inner .sort a::before {
  content: "";
  width: 26px;
  height: 20px;
  background: url(./assets/svgs/icon_sort.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 10px;
}
.car-list-nav .inner .sale-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-list-nav .inner .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-list-nav .inner .sale a {
  color: #333;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 26px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 13px;
}
.car-list-nav .inner .sale a span {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #F4F5F7;
  margin-right: 7px;
}
.car-list-nav .inner .sale a.on {
  background: #DFE6F0;
}
.car-list-nav .inner .sale a.on span {
  background: url(./assets/svgs/market_icon_check_2.svg) no-repeat 50% 50%;
  background-size: 100%;
}
.car-list-nav .inner .column {
  margin-left: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .car-list-nav .inner .column {
    display: block;
  }
}
.car-list-nav .inner .column a {
  display: block;
  width: 22px;
  height: 20px;
  background: url(./assets/svgs/icon_layout_1column.svg) no-repeat 50% 50%;
  background-size: contain;
}
.car-list-nav .inner .column.column-2 a {
  background: url(./assets/svgs/icon_layout_2column.svg) no-repeat 50% 50%;
  background-size: contain;
}
.car-list-paginate {
  padding: 20px 0;
}
.car-list-paginate .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.car-list-paginate .inner .paginate-views {
  font-size: 14px;
}
.car-list-paginate .inner .paginate-views .paginate-views-num {
  font-size: 12px;
}
.car-list-paginate .inner .paginate-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-list-paginate .inner .paginate-arrows .page-numbers {
  font-size: 12px;
  width: 20px;
  height: 20px;
  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;
  line-height: 1;
  color: #333;
}
.car-list-paginate .inner .paginate-arrows .page-numbers.current {
  background: #DFE6F0;
  color: #0786BD;
  font-weight: bold;
  border-radius: 2px;
}
.car-list-paginate .inner .paginate-arrows .prev, .car-list-paginate .inner .paginate-arrows .next {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.car-list-paginate .inner .paginate-arrows .prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 10px;
}
.car-list-paginate .inner .paginate-arrows .next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 4px;
  margin-left: 10px;
}
.car-list-paginate.pagenate-bottom {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .car-list-paginate.pagenate-bottom {
    padding-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .car-list-wrap .inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .car-list-wrap .inner.column-2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .car-list-wrap .inner.column-2 .car-list-block {
    width: 49%;
    margin: 0 0 2% 0;
  }
  .car-list-wrap .inner.column-2 .car-list-block:nth-of-type(2n) {
    margin-right: 0;
  }
  .car-list-wrap .inner.column-2 .car-list-block a {
    background: url(./assets/svgs/pickup_arrow_s.svg) no-repeat 100% 100%;
    height: 100%;
  }
}
.car-list-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  position: relative;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .car-list-block {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .car-list-block:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1039px) {
  .car-list-block {
    width: 49%;
    margin: 0 0 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .car-list-block {
    width: 100%;
    margin: 0 0 4% 0;
  }
}
.car-list-block a {
  color: #333;
  position: relative;
  display: block;
  background: url(./assets/svgs/pickup_arrow.svg) no-repeat 100% 100%;
  height: 100%;
}
.car-list .modal-order-content {
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .car-list .modal-order-content {
    max-width: 335px;
    /*top:auto;
    bottom:0;
    border-radius: 20px 20px 0 0;
    transform:translate(-50% , 0);*/
  }
}
.car-list .modal-order-head {
  font-size: 18px;
  padding: 13px 20px;
  line-height: 1;
  border-bottom: 1px solid #F4F5F7;
}
.car-list .modal-order-body {
  margin: 14px 20px 20px 30px;
}
.car-list .modal-order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-list .modal-order-list dt {
  font-size: 14px;
  font-weight: bold;
}
.car-list .modal-order-list dd {
  width: 100%;
  max-width: 228px;
}
.car-list .modal-order-list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-list .modal-order-list dd ul li {
  margin: 6px;
}
.car-list .modal-order-list dd ul li a {
  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;
  border: 1px solid #1A9BD3;
  color: #1A9BD3;
  padding: 13px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  width: 102px;
  height: 40px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.car-list .modal-order-list dd ul li a.select {
  background: #1A9BD3;
  color: #fff;
}
.car-list .modal-order .backlink {
  color: #747880;
  top: 7px;
  right: 20px;
  background: none;
  width: auto;
  height: auto;
  border: none;
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .car-information {
    margin: 64px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .car-information {
    margin: 40px -20px 0 -20px;
  }
}
.car-information-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #F4F5F7;
  border-right: 1px solid #F4F5F7;
}
.car-information-tab li {
  width: 50%;
}
.car-information-tab li a {
  display: block;
  border-top: 2px solid #F4F5F7;
  background: #fff;
  color: #ADB3BE;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
.car-information-tab li.select a {
  border-color: #0685BC;
  background: #F4F5F7;
  color: #333;
}
.car-information-basic {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .car-information-basic table {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .car-information-basic table {
    width: 100%;
  }
}
.car-information-basic table th, .car-information-basic table td {
  padding: 10px 0;
  border-bottom: 1px solid #D5D5D5;
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .car-information-basic table th, .car-information-basic table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .car-information-basic table th, .car-information-basic table td {
    font-size: 12px;
  }
}
.car-information-basic table th {
  width: 8em;
}
.car-information-quipment {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .car-information-quipment-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .car-information-quipment-wrap {
    width: 100%;
  }
}
.car-information-quipment-wrap article:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .car-information-quipment-wrap:last-of-type article:first-of-type {
    margin-top: 30px;
  }
}
.car-information-quipment article {
  margin-top: 30px;
}
.car-information-quipment article h3 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
}
.car-information-quipment article ul {
  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;
}
.car-information-quipment article ul li {
  background: #fff;
  border-radius: 6px;
  width: calc(50% - 5px);
  margin-top: 10px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #DFE6F0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .car-information-quipment article ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .car-information-quipment article ul li {
    font-size: 11px;
  }
}
.car-information-quipment article ul li.checked {
  color: #333;
}
.car-information-quipment article ul li.column-2 {
  width: 100%;
}
.car-information-wrap {
  background: #F4F5F7;
}
@media screen and (min-width: 768px) {
  .car-information-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .car-information-wrap {
    padding: 30px 20px;
  }
}
.car-information-contents {
  display: none;
}
.car-information-contents.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .search-bar {
    margin: 50px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .search-bar {
    margin: 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.search-bar a {
  border-radius: 50px;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 22px 15px 22px 50px;
  line-height: 1;
  -webkit-box-shadow: 0px 3px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 3px 15px rgba(84, 185, 229, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.search-bar a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(./assets/svgs/flat_search_icon.svg) no-repeat 100% 100%;
  background-size: contain;
  top: 50%;
  left: 20px;
  margin-top: -10px;
}
.search-bar a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.search-bar a span.no-word {
  font-weight: normal;
  color: #747880;
}

.modal-search {
  display: none;
  /*display: block;*/
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10001;
}
.modal-search-content {
  background: #F4F5F7;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .modal-search-content {
    max-width: 660px;
    width: 100%;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .modal-search-content {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.modal-search-content .backlink {
  background: none;
  border: none;
  font-size: 30px;
  top: 8px;
  right: 20px;
  color: #333;
  width: auto;
  height: auto;
}
.modal-search-content h2 {
  padding: 0 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .modal-search-content h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .modal-search-content h2 {
    font-size: 16px;
  }
}
.modal-search-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .modal-search-form {
    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 (max-width: 767px) {
  .modal-search-form {
    height: calc(100vh - 120px);
    overflow: auto;
  }
}
.modal-search-form .search-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px 15px 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal-search-form .search-box {
    width: 49%;
    margin-bottom: 2%;
    /*&:nth-child(3),&:nth-child(4){
      margin-bottom:0;
    }*/
  }
}
@media screen and (max-width: 767px) {
  .modal-search-form .search-box {
    margin-bottom: 15px;
  }
  .modal-search-form .search-box:last-of-type {
    margin-bottom: 0;
  }
}
.modal-search-form .search-box .search-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-search-form .search-box .search-label figure {
  width: 30px;
  margin: 0;
  display: block;
}
.modal-search-form .search-box .search-label span {
  display: block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.modal-search-form .search-box .search-select-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  border: solid 1px #E3E3E3;
  border-radius: 10px;
  line-height: 44px;
  margin-top: 10px;
  position: relative;
}
.modal-search-form .search-box .search-select-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  color: #0786BD;
  border-bottom: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.modal-search-form .search-box .search-select {
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  height: 46px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border: none;
}
.modal-search-form .search-box .search-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  height: 46px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border: solid 1px #E3E3E3;
  border-radius: 10px;
  margin-top: 10px;
}
.modal-search-form .search-box-col-1 {
  width: 100%;
  margin-bottom: 0;
}
.modal-search-form .search-nav {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .modal-search-form .search-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-search-form .search-nav {
    height: 70px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }
}
.modal-search-form .search-nav li {
  padding: 0 10px;
  width: 160px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-search-form .search-nav li a {
  width: 100%;
  height: 100%;
  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: 25px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-search-form .search-nav li.search-clear a {
  border: 1px solid #0786BD;
  color: #0786BD;
}
.modal-search-form .search-nav li.search-submit a {
  background: -webkit-gradient(linear, left top, right top, from(#54b9e5), to(#0786BD));
  background: linear-gradient(to right, #54b9e5 0%, #0786BD 100%);
  color: #fff;
}

.posts-zero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 3px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 3px 15px rgba(84, 185, 229, 0.2);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
}
.posts-zero figure {
  width: 70%;
  margin: 0 auto 30px auto;
}
.posts-zero-btn {
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .posts-zero-btn {
    max-width: 400px;
    width: 100%;
    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);
  }
  .posts-zero-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;
  }
  .posts-zero-btn:hover:before {
    opacity: 1;
  }
  .posts-zero-btn > a {
    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);
  }
  .posts-zero-btn > a:hover {
    opacity: 1;
  }
  .posts-zero-btn:before {
    background: linear-gradient(135deg, #0571C0 0%, #19B3E2 100%);
  }
}
@media screen and (max-width: 1039px) {
  .posts-zero-btn {
    width: 39%;
    position: relative;
    height: 40px;
    color: #fff;
    border-radius: calc(40px / 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);
  }
  .posts-zero-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: inherit;
    border-radius: calc(40px / 2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .posts-zero-btn:hover:before {
    opacity: 1;
  }
  .posts-zero-btn > a {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: inherit;
    border-radius: calc(40px / 2);
  }
  .posts-zero-btn > a:hover {
    opacity: 1;
  }
  .posts-zero-btn:before {
    background: linear-gradient(135deg, #0571C0 0%, #19B3E2 100%);
  }
}
@media screen and (max-width: 767px) {
  .posts-zero-btn {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .posts-zero-btn > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1039px) {
  .posts-zero-btn > a {
    font-size: 14px;
  }
}
.posts-zero-btn > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 3px;
  border-right: solid 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .posts-zero-btn > a:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1039px) {
  .posts-zero-btn > a:after {
    width: 8px;
    height: 8px;
  }
}

.return {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .return {
    padding-top: 60px;
    /*padding-bottom: 120px;*/
  }
}
@media screen and (max-width: 767px) {
  .return {
    padding-top: 40px;
    /*padding-bottom: 60px;*/
  }
}
.return > a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  color: inherit;
  padding: 0 0 0 16px;
  color: #ADB3BE;
}
.return > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #ADB3BE;
  border-left: solid 1px #ADB3BE;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .campaign-banner {
    margin: 30px auto 0 auto;
    max-width: 1020px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-banner {
    margin: 20px auto 0 auto;
    max-width: 375px;
  }
}
.campaign-banner > a {
  display: block;
}
@media screen and (min-width: 768px) {
  .campaign-banner > a {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-banner > a {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .campaign-pop {
    padding: 40px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-pop {
    padding: 40px 20px 0 20px;
  }
}

.entry-buy-wrap .campaign-pop,
.entry-request-wrap .campaign-pop {
  padding: 0;
}

.car-contact .campaign-pop,
.flat-request .entry-request-wrap .campaign-pop {
  padding: 0 0 30px 0;
}

.campaign-head {
  text-align: center;
  color: #0786BD;
}
@media screen and (min-width: 768px) {
  .campaign-head {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-head {
    font-size: 18px;
  }
}

.campaign-lead {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .campaign-lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-lead {
    font-size: 14px;
  }
}

.campaign-date {
  display: block;
  margin-top: 0.5em;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-date {
    font-size: 12px;
  }
}

.entry-buy-wrap .campaign-date,
.entry-request-wrap .campaign-date {
  padding-bottom: 40px;
}

.txt-icon-question {
  margin-left: 3px;
}

@-webkit-keyframes blinking {
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@keyframes blinking {
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
.tooltip {
  position: relative;
  line-height: 1;
  /*z-index: 100;*/
}
.tooltip:hover {
  opacity: 1;
}
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.tooltip .tooltip-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  /*min-width:200px;*/
  bottom: 50px;
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  background: rgba(51, 51, 51, 0.85);
  color: #fff;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tooltip .tooltip-text:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid rgba(51, 51, 51, 0.85);
}
@media screen and (max-width: 767px) {
  .tooltip .tooltip-text-right {
    left: auto;
    right: -55px;
    -webkit-transform: none;
            transform: none;
  }
  .tooltip .tooltip-text-right:before {
    left: auto;
    margin-left: 0;
    right: 57px;
  }
}

.media-coverage {
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .media-coverage {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .media-coverage {
    padding-top: 96px;
  }
}
@media screen and (min-width: 768px) {
  .media-coverage.top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .media-coverage.top {
    padding-top: 70px;
  }
}
.media-coverage-inner {
  background: #F4F5F7;
}
@media screen and (min-width: 768px) {
  .media-coverage-inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .media-coverage-inner {
    padding: 35px 0;
  }
}
.media-coverage-inner.wash {
  background: none;
  padding: 0;
}
.media-coverage .ttl-lv1 {
  margin-bottom: 0;
}
.media-coverage-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;
}
@media screen and (min-width: 768px) {
  .media-coverage-list {
    margin: 50px auto 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .media-coverage-list {
    margin: 35px auto 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.media-coverage-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;
}
@media screen and (min-width: 768px) {
  .media-coverage-list li {
    width: calc(25% - 3px);
    padding: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .media-coverage-list li {
    width: calc(50% - 2px);
    padding: 6px 10px;
  }
}
.media-coverage-more {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .media-coverage-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .media-coverage-more {
    margin-top: 14px;
  }
}

.link-arrow {
  position: relative;
  color: #0786BD;
  padding-left: 15px;
}
.link-arrow::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-color: #0786BD;
  border-bottom: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.car-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.car-image {
  width: 100%;
}
.car-image-inner {
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.car-image-figure {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  background-position: center;
}

.car-image-color {
  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;
}
.car-image-color li {
  margin: 0 3px;
  line-height: 1;
}
.car-image-color li img {
  width: 15px;
  height: auto;
}
.car-image-color li.car-image-color-label {
  font-size: 12px;
  margin: 0 10px 0 0;
}

.car-name {
  width: 100%;
}
.car-name .car-maker {
  font-size: 12px;
}
.car-name .car-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
}

.car-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.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;
}
@media screen and (min-width: 768px) {
  .car-price span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .car-price span {
    font-size: 10px;
  }
}
.car-price .label {
  width: 1em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .ranking {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ranking {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ranking .ttl-lv1 {
  margin-bottom: 0;
}
.ranking-lead {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ranking-wrap {
    padding-left: 30px;
    padding-right: 30px;
    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;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ranking-block {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
  position: relative;
}
@media screen and (min-width: 768px) {
  .ranking-block {
    width: 18%;
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .ranking-block {
    margin-top: 20px;
  }
}
.ranking-block::before {
  font-size: 20px;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  content: "";
  background: #BFBFBF;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 30px;
  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;
  letter-spacing: -0.1em;
  padding: 1px 2px 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ranking-block:nth-child(1)::before {
  content: "1";
  background: #E5D406;
}
.ranking-block:nth-child(2)::before {
  content: "2";
  background: #A7A7A7;
}
.ranking-block:nth-child(3)::before {
  content: "3";
  background: #C76161;
}
.ranking-block:nth-child(4)::before {
  content: "4";
}
.ranking-block:nth-child(5)::before {
  content: "5";
}
.ranking-block:nth-child(6)::before {
  content: "6";
}
.ranking-block:nth-child(7)::before {
  content: "7";
}
.ranking-block:nth-child(8)::before {
  content: "8";
}
.ranking-block:nth-child(9)::before {
  content: "9";
}
.ranking-block:nth-child(10)::before {
  content: "10";
}
.ranking-block a {
  color: #333;
  padding: 15px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ranking-block a {
    padding-left: 50%;
  }
}
.ranking-block a::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: "";
  width: 45px;
  height: 45px;
  background: url(/wp-content/themes/service/assets/svgs/pickup_arrow_2.svg) no-repeat;
  background-size: contain;
}
.ranking-block .car-summary {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ranking-block .car-image {
    width: 50% !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
.ranking-block .car-price {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #0786BD;
}
.ranking-block .car-basic {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ranking-block .car-basic dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 8px;
  width: 100%;
}
.ranking-block .car-basic dl:last-of-type {
  padding-bottom: 0;
}
.ranking-block .car-basic dl dt, .ranking-block .car-basic dl dd {
  width: 48%;
}
.ranking-block .car-basic dl.deadline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ranking-block .car-basic dl.deadline dt, .ranking-block .car-basic dl.deadline dd {
  width: auto;
}
.ranking-block .car-basic dl.deadline dt {
  margin-right: 10px;
}
.ranking-block .car-basic dl.deadline dd {
  color: #0786BD;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ranking-block .car-basic dl.deadline dd .yaku {
  font-size: 13px;
  margin-right: 3px;
}
.ranking-block .car-basic dl.deadline dd .numbers {
  font-size: 24px;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .ranking .attention {
    padding: 20px 30px 0 30px;
  }
}
@media screen and (max-width: 1039px) {
  .ranking .attention {
    padding: 20px 20px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .search {
    margin-top: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .search {
    margin-top: 96px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .search .ttl-lv1 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .search .ttl-lv1 {
    margin-bottom: 32px;
  }
}
.search .ttl-lv1 .pop {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .search .ttl-lv1 .pop {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .search .ttl-lv1 .pop {
    font-size: 12px;
  }
}
.search-wrap {
  background: #F4F5F7;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .search-wrap {
    padding: 30px;
    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 (max-width: 767px) {
  .search-wrap {
    padding: 20px;
  }
}
.search-tab {
  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;
  width: 100%;
}
.search-tab li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .search-tab li {
    width: 23%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .search-tab li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.search-tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 0px 15px rgba(84, 185, 229, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 5px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.search-tab li a img {
  display: block;
  width: 40px;
}
.search-tab li a span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: calc(100% - 42px);
}
.search-tab li.select a {
  background: rgb(255, 255, 255);
  border: 1px solid #0786BD;
  color: #0786BD;
}
.search-list {
  display: none;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 0px 15px rgba(84, 185, 229, 0.2);
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-list-head span {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-left: 5px;
}
.search-list.select {
  display: block;
}
.search-list.maker ul, .search-list.bodytype ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-list.maker ul li, .search-list.bodytype ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-list.maker ul li, .search-list.bodytype ul li {
    width: 18%;
    margin: 15px 1%;
  }
}
@media screen and (max-width: 767px) {
  .search-list.maker ul li, .search-list.bodytype ul li {
    width: 31.3%;
    margin: 15px 1%;
  }
}
.search-list.maker ul li a, .search-list.bodytype ul li a {
  color: #333;
}
.search-list.maker ul li figure, .search-list.bodytype ul li figure {
  margin-bottom: 5px;
}
.search-list.maker ul li span, .search-list.bodytype ul li span {
  font-size: 12px;
  display: block;
  font-weight: bold;
}
.search-list.month ul, .search-list.lifestyle 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) {
  .search-list.month ul li, .search-list.lifestyle ul li {
    width: 32%;
    margin-top: 2%;
  }
  .search-list.month ul li:nth-child(1), .search-list.month ul li:nth-child(2), .search-list.month ul li:nth-child(3), .search-list.lifestyle ul li:nth-child(1), .search-list.lifestyle ul li:nth-child(2), .search-list.lifestyle ul li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-list.month ul li, .search-list.lifestyle ul li {
    width: 48%;
    margin-top: 4%;
  }
  .search-list.month ul li:nth-child(1), .search-list.month ul li:nth-child(2), .search-list.lifestyle ul li:nth-child(1), .search-list.lifestyle ul li:nth-child(2) {
    margin-top: 0;
  }
}
.search-list.month ul li a, .search-list.lifestyle ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F4F5F7;
  border-radius: 10px;
  padding: 10px;
  min-height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .search-list.month ul li a, .search-list.lifestyle ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .search-list.month ul li a, .search-list.lifestyle ul li a {
    font-size: 12px;
  }
}
.search-list.lifestyle ul li a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-list.lifestyle ul li a figure {
  width: 32px;
  margin: 0 10px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-modal {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-modal a {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 0px 15px rgba(84, 185, 229, 0.2);
  color: #333;
  font-size: 12px;
  padding: 15px 30px 15px 40px;
  font-weight: bold;
  position: relative;
}
.search-modal a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://cars-enjoy.com/wp-content/themes/service/assets/svgs/flat_search_icon_blue.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.flat-menu-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .flat-menu-btn {
    max-width: 400px;
    width: 100%;
    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);
  }
  .flat-menu-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;
  }
  .flat-menu-btn:hover:before {
    opacity: 1;
  }
  .flat-menu-btn > a {
    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);
  }
  .flat-menu-btn > a:hover {
    opacity: 1;
  }
  .flat-menu-btn:before {
    background: linear-gradient(135deg, #0571C0 0%, #19B3E2 100%);
  }
}
@media screen and (max-width: 1039px) {
  .flat-menu-btn {
    width: 39%;
    max-width: 240px;
    position: relative;
    height: 40px;
    color: #fff;
    border-radius: calc(40px / 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);
  }
  .flat-menu-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: inherit;
    border-radius: calc(40px / 2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .flat-menu-btn:hover:before {
    opacity: 1;
  }
  .flat-menu-btn > a {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: inherit;
    border-radius: calc(40px / 2);
  }
  .flat-menu-btn > a:hover {
    opacity: 1;
  }
  .flat-menu-btn:before {
    background: linear-gradient(135deg, #0571C0 0%, #19B3E2 100%);
  }
}
@media screen and (max-width: 767px) {
  .flat-menu-btn {
    width: 304px;
  }
}
@media screen and (min-width: 768px) {
  .flat-menu-btn > a, .flat-menu-btn > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1039px) {
  .flat-menu-btn > a, .flat-menu-btn > span {
    font-size: 14px;
  }
}
.flat-menu-btn > a:after, .flat-menu-btn > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 3px;
  border-right: solid 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .flat-menu-btn > a:after, .flat-menu-btn > span:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1039px) {
  .flat-menu-btn > a:after, .flat-menu-btn > span:after {
    width: 8px;
    height: 8px;
  }
}
.flat-menu-btn.stop {
  background: #747880;
  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;
}
.flat-menu-btn.stop::before {
  content: none;
}
.flat-menu-btn.stop span::after {
  display: none;
}

/************
/******中古車(年式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;
}

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

.slick-dots {
  position: static;
}
.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;
}

/************
/******選ばれる理由＊＊＊**
*************************************/
.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: 380px;
}
@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: 3vw;
  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: 0 auto;
}
@media screen and (min-width: 768px) {
  .reason__item > div figure {
    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: 1em;
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .leaseplan__list ul li {
    margin: 2em 0;
    margin-bottom: 4em;
  }
}
.leaseplan__list ul li img {
  height: auto;
  width: 60vw;
}
@media screen and (min-width: 768px) {
  .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;
  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__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%;
}
@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;
}

/************
/******共通レイアウト＊＊＊**
*************************************/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.lifestyle-c .inner,
.ranking .inner,
.service .inner,
.used .inner,
.agent-search .inner,
.reason .inner,
.comparison .inner,
.leaseplan .inner,
.roadservice .inner,
.carsmember .inner,
.flow .inner,
.agent-norikae .inner {
  margin: 0 auto;
  max-width: 85%;
}
@media screen and (min-width: 768px) {
  .lifestyle-c .inner,
  .ranking .inner,
  .service .inner,
  .used .inner,
  .agent-search .inner,
  .reason .inner,
  .comparison .inner,
  .leaseplan .inner,
  .roadservice .inner,
  .carsmember .inner,
  .flow .inner,
  .agent-norikae .inner {
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle-c .inner,
  .ranking .inner,
  .service .inner,
  .used .inner,
  .agent-search .inner,
  .reason .inner,
  .comparison .inner,
  .leaseplan .inner,
  .roadservice .inner,
  .carsmember .inner,
  .flow .inner,
  .agent-norikae .inner {
    /*min-width: 330px;*/
  }
}

@media screen and (min-width: 768px) {
  .lifestyle-c,
  .service,
  .agent-search,
  .reason,
  .used,
  .comparison,
  .leaseplan,
  .roadservice,
  .flow {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle-c,
  .service,
  .agent-search,
  .reason,
  .used,
  .comparison,
  .leaseplan,
  .roadservice,
  .flow {
    margin-top: 96px;
  }
}
.lifestyle-c h3,
.service h3,
.agent-search h3,
.reason h3,
.used h3,
.comparison h3,
.leaseplan h3,
.roadservice h3,
.flow h3 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lifestyle-c h3,
  .service h3,
  .agent-search h3,
  .reason h3,
  .used h3,
  .comparison h3,
  .leaseplan h3,
  .roadservice h3,
  .flow h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle-c h3,
  .service h3,
  .agent-search h3,
  .reason h3,
  .used h3,
  .comparison h3,
  .leaseplan h3,
  .roadservice h3,
  .flow h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.lifestyle-c h4,
.service h4,
.agent-search h4,
.reason h4,
.used h4,
.comparison h4,
.leaseplan h4,
.roadservice h4,
.flow h4 {
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lifestyle-c h4,
  .service h4,
  .agent-search h4,
  .reason h4,
  .used h4,
  .comparison h4,
  .leaseplan h4,
  .roadservice h4,
  .flow h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle-c h4,
  .service h4,
  .agent-search h4,
  .reason h4,
  .used h4,
  .comparison h4,
  .leaseplan h4,
  .roadservice h4,
  .flow h4 {
    font-size: 23px;
    margin-bottom: 32px;
  }
}
.lifestyle-c p,
.service p,
.agent-search p,
.reason p,
.used p,
.comparison p,
.leaseplan p,
.roadservice p,
.flow p {
  margin-top: 1.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .lifestyle-c p,
  .service p,
  .agent-search p,
  .reason p,
  .used p,
  .comparison p,
  .leaseplan p,
  .roadservice p,
  .flow p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle-c p,
  .service p,
  .agent-search p,
  .reason p,
  .used p,
  .comparison p,
  .leaseplan p,
  .roadservice p,
  .flow p {
    text-align: left;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  section.lifestyle-c {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.lifestyle-c .andmore {
  text-align: center;
}
section.lifestyle-c .inner {
  padding-bottom: 0;
}
section.lifestyle-c .lifestyle-c_subtitle > div p {
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.lifestyle-c .lifestyle-c_subtitle > div p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1039px) {
  section.lifestyle-c .lifestyle-c_subtitle > div p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  section.lifestyle-c .lifestyle-c_subtitle > div p {
    font-size: 2.4vw;
  }
}
section.lifestyle-c .lifestyle-c_item {
  font-size: 16px;
  font-weight: bold;
}

.agent-search {
  position: relative;
  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 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .agent-search {
    margin-bottom: 96px;
  }
}
.agent-search .inner {
  padding-bottom: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.agent-search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .agent-search__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__wrap {
    padding: 40px 20px 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .agent-search__brand {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .agent-search__text {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.agent-search__text h4 {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .agent-search__text h4 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__text h4 {
    text-align: center;
  }
}
.agent-search__text p {
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .agent-search__text .btnarea {
    margin: 20px auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__text .btnarea {
    position: absolute;
    bottom: -290px;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .agent-search__text .btnarea a {
    width: 240px;
  }
}
.agent-search__img {
  display: block;
  position: relative;
  z-index: 0;
}
.agent-search__img img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .agent-search__img img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__img img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__img {
    padding-bottom: 150px;
  }
}
.agent-search__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%);
}
@media screen and (min-width: 768px) {
  .agent-search__img::after {
    height: 45%;
  }
}
@media screen and (max-width: 767px) {
  .agent-search__img::after {
    height: 90%;
  }
}

.used {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comparison .inner {
    max-width: none;
  }
}
.comparison img {
  margin: auto;
  width: 100%;
}
.comparison .annotation {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .leaseplan .inner {
    max-width: none;
  }
}
.leaseplan img {
  margin: auto;
}
.leaseplan .annotation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .roadservice {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .roadservice {
    margin-bottom: 96px;
  }
}
.roadservice .inner {
  text-align: center;
}
.roadservice__list li {
  font-weight: bold;
  min-height: 4em;
}

@media screen and (min-width: 768px) {
  .carsmember {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .carsmember {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.carsmember .inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carsmember .inner {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .carsmember .inner {
    padding: 6vh 20px;
  }
}
.carsmember h4 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .carsmember h4 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .carsmember h4 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .carsmember__img {
    margin: 0;
  }
}
.carsmember__img img {
  height: auto;
  width: 47%;
  margin: auto;
}

.agent-norikae {
  padding: 0;
}
.agent-norikae .inner {
  /*padding-left:0;
  padding-right:0;*/
}
.agent-norikae h4 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .agent-norikae h4 {
    font-size: 23px;
    text-align: center;
  }
}

/*.media-coverage{
  padding-top:0;
}*/
@media screen and (min-width: 768px) {
  .media {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .media {
    margin-top: 96px;
  }
}
.media .inner {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.media h4 {
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .media h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .media h4 {
    font-size: 23px;
    margin-bottom: 32px;
  }
}

/*.flow{
  @include breakpoint.bp(pc){
      margin-top: 120px;
    }
    @include breakpoint.bp(tb){
      margin-top: 60px;
    }
  &-list{
    li{
      box-sizing: border-box;
      h5{
        text-align: center;
      }
    }
  }
}*/
@media screen and (min-width: 768px) {
  .ranking {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .ranking {
    margin-top: 96px;
  }
}
.ranking .car-summary {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ranking .car-image {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
.ranking .car-price {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #0786BD;
}
.ranking .car-basic {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ranking .car-basic dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 8px;
  width: 100%;
}
.ranking .car-basic dl:last-of-type {
  padding-bottom: 0;
}
.ranking .car-basic dl dt, .ranking .car-basic dl dd {
  width: 48%;
}
.ranking .car-basic dl.deadline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ranking .car-basic dl.deadline dt, .ranking .car-basic dl.deadline dd {
  width: auto;
}
.ranking .car-basic dl.deadline dt {
  margin-right: 10px;
}
.ranking .car-basic dl.deadline dd {
  color: #0786BD;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ranking .car-basic dl.deadline dd .yaku {
  font-size: 13px;
  margin-right: 3px;
}
.ranking .car-basic dl.deadline dd .numbers {
  font-size: 24px;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .ranking .attention {
    padding: 20px 30px 0 30px;
  }
}
@media screen and (max-width: 1039px) {
  .ranking .attention {
    padding: 20px 20px 0 20px;
  }
}
/*# sourceMappingURL=wellness_style.css.map */