@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");
/* 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: block;
  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: block;
  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: 0;
  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);
}

.btnarea {
  margin: 20px auto;
  max-width: 300px;
}
.btnarea a.btn {
  position: relative;
  height: 50px;
  color: #FFF;
  border-radius: calc(50px / 2);
  background: linear-gradient(135deg, #035ca8 0%, #0898ce 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  display: block;
}
.btnarea a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: inherit;
  border-radius: calc(50px / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnarea a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.btnarea a.btn > p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .btnarea a.btn > p {
    font-size: 18px;
  }
}
.btnarea a.btn.btn-w {
  color: #0786BD;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  border: 1px solid #0786BD;
}
.btnarea__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .market-sell section {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell section {
    margin-top: 96px;
  }
}
.market-sell section .inner {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .market-sell section .inner {
    padding-right: 30px;
    max-width: 1060px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell section .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.market-sell section h4 {
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .market-sell section h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell section h4 {
    font-size: 23px;
    margin-bottom: 32px;
  }
}

/************
/*****サービス内容*＊＊＊**
*************************************/
.market-sell .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) {
  .market-sell .service__list {
    gap: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .market-sell .service__list {
    gap: 60px 0;
  }
}
.market-sell .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) {
  .market-sell .service__list > li {
    width: 33%;
    min-width: 150px;
    font-size: 16px;
    padding-top: 120px;
    position: relative;
  }
}
.market-sell .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) {
  .market-sell .service__list > li:before {
    width: 120px;
    height: 110px;
    top: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .market-sell .service__list > li:before {
    width: 150px;
    height: 104px;
  }
}
.market-sell .service__list > li:nth-child(1)::before {
  background-image: url("/common/sell/img/service_icon01.svg");
}
.market-sell .service__list > li:nth-child(2)::before {
  background-image: url("/common/sell/img/service_icon02.svg");
}
.market-sell .service__list > li:nth-child(3)::before {
  background-image: url("/common/sell/img/service_icon03.svg");
}
.market-sell .service__list > li:nth-child(4)::before {
  background-image: url("/common/sell/img/service_icon04.svg");
}
.market-sell .service__list > li:nth-child(5)::before {
  background-image: url("/common/sell/img/service_icon05.svg");
}
.market-sell .service__list > li:nth-child(6)::before {
  background-image: url("/common/sell/img/service_icon06.svg");
}
.market-sell .service .attention {
  margin: 15px 15px 0 0;
}

/************
/*****サービス内容*＊＊＊**
*************************************/
@media screen and (min-width: 768px) {
  .market-sell .result {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
}
.market-sell .result-column {
  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;
}
@media screen and (min-width: 768px) {
  .market-sell .result-column {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column {
    margin-top: 45px;
  }
}
.market-sell .result-column-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F5F7;
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item {
    width: 32%;
    padding: 45px 10px 25px 10px;
    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;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item {
    width: 31%;
    padding: 30px 10px 20px 10px;
  }
}
.market-sell .result-column-item::before {
  content: "";
  position: absolute;
  background-size: contain;
  left: 50%;
}
.market-sell .result-column-item dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item dt {
    font-size: 24px;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item dt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.market-sell .result-column-item dd {
  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;
  color: #0786BD;
  font-weight: bold;
  line-height: 1;
}
.market-sell .result-column-item dd strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item dd strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item dd strong {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item dd span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item dd span {
    font-size: 28px;
  }
}
.market-sell .result-column-item dd small {
  width: 1em;
  line-height: 1;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item dd small {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item dd small {
    font-size: 14px;
  }
}
.market-sell .result-column-item.result-price::before {
  background-image: url(/common/sell/img/market-icon_matching_price.svg);
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item.result-price::before {
    width: 41px;
    height: 41px;
    top: -21px;
    margin-left: -21px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item.result-price::before {
    width: 27px;
    height: 27px;
    top: -14px;
    margin-left: -14px;
  }
}
.market-sell .result-column-item.result-per::before {
  background-image: url(/common/sell/img/market-icon_matching_per.svg);
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item.result-per::before {
    width: 60px;
    height: 41px;
    top: -20px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item.result-per::before {
    width: 39px;
    height: 27px;
    top: -14px;
    margin-left: -20px;
  }
}
.market-sell .result-column-item.result-per dd {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.market-sell .result-column-item.result-per dd span {
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item.result-per dd span {
    font-size: 20px;
  }
}
.market-sell .result-column-item.result-day::before {
  background-image: url(/common/sell/img/market-icon_matching_day.svg);
}
@media screen and (min-width: 768px) {
  .market-sell .result-column-item.result-day::before {
    width: 35px;
    height: 35px;
    top: -17px;
    margin-left: -17px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item.result-day::before {
    width: 24px;
    height: 24px;
    top: -12px;
    margin-left: -12px;
  }
}
.market-sell .result-column-item.result-day dd {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.market-sell .result-column-item.result-day dd span {
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .market-sell .result-column-item.result-day dd span {
    font-size: 20px;
  }
}
.market-sell .result-caution {
  text-align: center;
  font-size: 12px;
  margin-top: 17px;
}

/************
/*****サービス内容*＊＊＊**
*************************************/
.market-sell .lineup-ttl-before {
  margin-bottom: 8px;
  text-align: center;
}
.market-sell .lineup-ttl-before > p {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
.market-sell .lineup-ttl-before > p:after, .market-sell .lineup-ttl-before > p:before {
  content: "";
  position: absolute;
  top: 4px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1px;
  height: 16px;
  background-color: #333;
}
.market-sell .lineup-ttl-before > p:before {
  left: -4px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.market-sell .lineup-ttl-before > p:after {
  right: -4px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 1039px) {
  .market-sell .lineup > .slick-arrow {
    top: 166px;
  }
}
.market-sell .lineup .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);
}
.market-sell .lineup .sell-wrap:before, .market-sell .lineup .sell-wrap:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.market-sell .lineup .sell-wrap:before {
  top: 0;
  right: 0;
  width: 100px;
  height: 70px;
}
.market-sell .lineup .sell-wrap:before {
  background-image: url(/common/sell/img/market-slider-ribbon-sell.svg);
}
.market-sell .lineup .sell-wrap:after {
  content: unset;
}
.market-sell .lineup .sell-img {
  width: 100%;
  border-radius: 20px;
}
.market-sell .lineup .sell-name {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
}
.market-sell .lineup .sell-name-sub {
  font-weight: bold;
  text-align: center;
  display: block;
  height: 36px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}
.market-sell .lineup .sell-price {
  position: relative;
  margin-top: 14px;
  padding-left: 18px;
}
.market-sell .lineup .sell-price dt {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding-right: 30px;
  text-align: left;
  color: #747880;
}
.market-sell .lineup .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%);
}
.market-sell .lineup .sell-price dt > .price {
  font-family: "Avenir Next", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.market-sell .lineup .sell-price dt > .price:before {
  content: "\a";
  white-space: pre;
}
.market-sell .lineup .sell-price dt > .unit {
  font-size: 11px;
}
.market-sell .lineup .sell-price dd {
  display: inline-block;
}
.market-sell .lineup .sell-price-value {
  font-weight: bold;
}
.market-sell .lineup .sell-price-value > .price {
  font-family: "Avenir Next", sans-serif;
  font-size: 42px;
}
.market-sell .lineup .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(/common/sell/img/market-bg-diff-sell.svg);
  top: -64px;
  right: -18px;
  width: 72px;
  height: 72px;
  padding-top: 10px;
}
.market-sell .lineup .sell-price-diff > span {
  display: block;
  font-weight: bold;
  color: #fff;
}
.market-sell .lineup .sell-price-diff > span.num {
  font-family: "Avenir Next", sans-serif;
}
.market-sell .lineup .sell-price-diff > span.unit {
  width: 1em;
  line-height: 1.2;
}
.market-sell .lineup .sell-price-diff > span.result {
  width: 100%;
  font-family: "Avenir Next", sans-serif;
  text-align: center;
}
.market-sell .lineup .sell-price-diff > span.num {
  font-size: 32px;
  letter-spacing: -1px;
}
.market-sell .lineup .sell-price-diff > span.unit {
  font-size: 12px;
  margin-top: 8px;
}
.market-sell .lineup .sell-price-diff > span.result {
  font-size: 14px;
  margin-top: -20px;
}

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

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

/************
/******選ばれる理由＊＊＊**
*************************************/
.market-sell .reason__item {
  counter-reset: benefitsCnt;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .market-sell .reason__item .pc-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .market-sell .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;
  }
}
.market-sell .reason__item > div {
  width: 100%;
  min-height: 480px;
}
@media screen and (min-width: 768px) {
  .market-sell .reason__item > div {
    width: 30%;
  }
}
.market-sell .reason__item > div h5 {
  counter-increment: benefitsCnt;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  font-size: 18px;
  line-height: 36px;
  margin: 50px 0 25px;
  padding-top: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.market-sell .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) {
  .market-sell .reason__item > div h5 {
    margin: 60px 0 30px;
  }
  .market-sell .reason__item > div h5::before {
    content: counter(benefitsCnt, decimal-leading-zero);
    color: #F4F5F7;
  }
}
.market-sell .reason__item > div figure {
  max-width: 257px;
  margin: 20px auto;
}
.market-sell .reason__item > div figure img {
  height: 180px;
}
.market-sell .reason__item > div p {
  margin: 0;
  min-height: 80px;
}
@media screen and (min-width: 768px) {
  .market-sell .reason__item > div p {
    margin-bottom: 2em;
  }
}
.market-sell .reason__item > div p,
.market-sell .reason__item > div ul li {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.market-sell .reason__item > div ul {
  padding-left: 1em;
  min-height: 80px;
}
.market-sell .reason__item > div ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.market-sell .reason__item > div ul li {
  position: relative;
  padding-left: 1em;
}

/************
/*****サービス比較表＊＊＊**
*************************************/
@media screen and (max-width: 767px) {
  .market-sell .comparison .inner {
    padding: 0;
  }
}
.market-sell .comparison .scroll-hint-icon {
  opacity: 999;
}
.market-sell .comparison .annotation {
  margin-bottom: 1.5em;
}
.market-sell .comparison .pricing-table {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .market-sell .comparison .pricing-table {
    max-width: 800px;
  }
}
.market-sell .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) {
  .market-sell .comparison .table-sp {
    display: none;
  }
}
.market-sell .comparison .pricing-table-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.market-sell .comparison .pricing-table-side img {
  width: auto;
  display: block;
  max-width: none;
}
.market-sell .comparison .pricing-table-slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.market-sell .comparison .pracing-slide-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.market-sell .comparison .pracing-slide-img img {
  display: block;
}

/************
/*****サービス比較表＊＊＊**
*************************************/
@media screen and (min-width: 768px) {
  .market-sell .market-sell-flow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .market-sell-flow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .market-sell .market-sell-flow h4 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .market-sell-flow h4 {
    margin-bottom: 32px;
  }
}
.market-sell .market-sell-flow-lead {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .market-sell .market-sell-flow-lead {
    font-size: 18px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .market-sell .market-sell-flow-lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

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

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