@font-face {
  font-family: "BMW_l";
  src: url("../font/BMWTypeNextLatin-Regular.woff2") format("truetype");
}
@font-face {
  font-family: "BMW_r";
  src: url("../font/BMWTypeNextLatin-Regular.woff2") format("truetype");
}
@font-face {
  font-family: "BMW_b";
  src: url("../font/BMWTypeNextLatin-Bold.woff2") format("truetype");
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: BMW_l, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}

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

.sp {
  display: block;
}
@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
.support_note {
	text-align: left;
}
@media screen and (min-width: 751px) {
	.support_note {
		text-align: left !important;
		padding: 0 30px;
	}
}

.main {
  color: #262626;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 50px;
}

.mv {
  position: relative;
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.mv__track {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
  height: auto;
}

.mv__slide img {
  width: 100%;
  height: auto;
}

.button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 50px;
  transition: 0.2s;
  width: 30px;
  position: absolute;
}

.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

.mv__splide--prev {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 8px;
  height: 20px;
  margin: auto;
  background-image: url("../img/mv_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
  .mv__splide--prev {
    width: 14px;
    height: 36px;
    left: 10px;
    bottom: 20px;
  }
}

.mv__splide--next {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 8px;
  height: 20px;
  margin: auto;
  background-image: url("../img/mv_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .mv__splide--next {
    width: 14px;
    height: 36px;
    right: 10px;
    bottom: 20px;
  }
}

.p-mv__splide--pagination {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 110px;
  height: 10px;
}
@media screen and (min-width: 751px) {
  .p-mv__splide--pagination {
    right: 50px;
    bottom: 20px;
  }
}

.splide__pagination__page {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  transition: 0.2s;
}

.p-mv__splide--page {
  background-color: none;
  border: solid #fff 1px;
  width: 8px;
  height: 8px;
  transition: 0.5s all;
  border-radius: 50%;
}
@media screen and (min-width: 751px) {
  .p-mv__splide--page {
    width: 10px;
    height: 10px;
  }
}

.p-mv__splide--page.is-active {
  background-color: #fff;
  opacity: 1;
}

.p-mv__splide--pagination {
  bottom: 1.5em;
}

.p-mv__splide--pagination li {
  margin-left: 15px;
}

.p-mv__splide--pagination li:first-of-type {
  margin-left: 0;
}

.mv-under__btn {
/*
  display: block;
  margin: 0 auto 30px;
  width: 280px;
  height: 50px;
  background-color: #1C69D4;
  color: #fff;
  text-align: center;
  padding: 15px 2px 5px 0;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease;
*/
    display: block;
    margin: 0 auto 30px;
    width: 320px;
    height: 100px;
    background-color: #1C69D4;
    color: #fff;
    text-align: center;
    padding: 30px 2px 5px 0;
    font-size: 1.725rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}
.mv-under__btn span.present {
/*
	position: absolute;
	width: 55%;
	color: #1C69D4;
	font-size: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #1C69D4;
	border-radius: 10px;
	top: -7px;
*/
    position: absolute;
    width: 75%;
    color: #1C69D4;
    font-size: 13px;
    text-align: center;
    background: #fff;
    border: 1px solid #1C69D4;
    border-radius: 10px;
    top: -7px;
}

@media screen and (min-width: 751px) {
  .mv-under__btn {
/*
    width: 300px;
    height: 60px;
    font-size: 1.4375rem;
    padding: 15px 5px 5px 0;
    margin: 0 auto 60px;
*/
	  width: 400px;
	  height: 100px;
	  font-size: 2rem;
	  padding: 25px 5px 5px 0;
	  margin: 0 auto 60px;
	  border-radius: 50px;
	  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	  border: 5px solid #fff;
  }
	.mv-under__btn span.present {
		position: absolute;
		width: 70%;
		color: #1C69D4;
		font-size: 14px;
		text-align: center;
		background: #fff;
		border: 1px solid #1C69D4;
		border-radius: 10px;
		top: -10px;
	}
}
.mv-under__btn::after {
/*
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 13px;
  height: 50px;
  background-image: url("../img/btn_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
*/
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 13px;
    height: 100px;
    background-image: url(../img/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 751px) {
  .mv-under__btn::after {
/*
    width: 17px;
    height: 60px;
*/
        width: 17px;
        height: 100px;
  }
}
.mv-under__btn:hover {
  background-color: #0653B6;
}

.mv-under__small {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 0.625rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .mv-under__small {
    font-size: 0.875rem;
    margin-bottom: -5px;
  }
}
.mv-under__small::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -9px;
  width: 5px;
  height: 15px;
  background-image: url("../img/btn_line.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .mv-under__small::before {
    top: 2px;
    left: -7px;
    width: 7px;
    height: 20px;
  }
}
.mv-under__small::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -9px;
  width: 5px;
  height: 15px;
  background-image: url("../img/btn_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
@media screen and (min-width: 751px) {
  .mv-under__small::after {
    top: 2px;
    right: -7px;
    width: 7px;
    height: 20px;
  }
}

.floating {
  display: block;
}

.floating.fixed {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: auto;
  z-index: 1;
  background: #4D4D4D;
}
.floating.fixed .mv-under__btn {
  margin: 10px auto 10px;
}

.floating.fixed.none {
  opacity: 0;
  z-index: -1;
}

.top {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .top {
    max-width: 1110px;
    margin: 0 auto 60px;
  }
}

.top__ttl {
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .top__ttl {
    align-items: center;
    margin-bottom: 100px;
  }
}
.top__ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #1C69D4;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .top__ttl::after {
    margin: 30px auto 60px;
    width: 150px;
    bottom: -90px;
  }
}

.top__ttl--sub {
  font-size: 1rem;
  padding-bottom: 3px;
  padding-right: 10px;
}
@media screen and (min-width: 751px) {
  .top__ttl--sub {
    font-size: 2rem;
  }
}

.top__ttl--main {
  font-family: "BMW_r";
  font-size: 3.5rem;
  line-height: 1em;
}
@media screen and (min-width: 751px) {
  .top__ttl--main {
    font-size: 5rem;
  }
}

.top__text {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .top__text {
    font-size: 1.125rem;
    margin-bottom: 30px;
    text-align: center;
  }
}

.top__text--big {
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .top__text--big {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}

.top__img--item {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .top__img--item {
    margin-bottom: 30px;
  }
}

.feature {
  padding: 0 20px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .feature {
    max-width: 1110px;
    margin: 0 auto 60px;
  }
}

.feature__box {
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .feature__box {
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  .feature__box:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .feature__box:nth-of-type(2) .feature__img {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media screen and (min-width: 751px) {
  .feature__box--text {
    width: 50%;
	  display: none;
  }
}

.feature__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 2;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 751px) {
  .feature__ttl {
    font-size: 1.5625rem;
    margin-bottom: 25px;
    padding-left: 35px;
  }
}
.feature__ttl::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background-color: #1C69D4;
  position: absolute;
  left: 0;
  top: 17px;
}
@media screen and (min-width: 751px) {
  .feature__ttl::before {
    font-size: 1.75rem;
    width: 25px;
    height: 3px;
    top: 24px;
  }
}

.feature__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .feature__text {
    font-size: 1rem;
  }
}

.feature__img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .feature__img {
    width: 100%;
    padding-left: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .feature__img :nth-child(even) {
    margin-top: 30px;
  }
}

.feature__img--box {
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 751px) {
  .feature__img--box {
    width: calc((100% - 30px) / 2);
  }
}
.feature__img--box picture {
  margin-bottom: 10px;
  display: block;
  margin-bottom: 10px;
}

.feature__img--item {
  width: 100%;
  height: auto;
  display: block;
}

.feature__video {
  background: #4D4D4D;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .feature__video {
    padding: 40px;
    margin-bottom: 80px;
  }
}

.feature__video--ttl {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 auto 10px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (min-width: 751px) {
  .feature__video--ttl {
    font-size: 1.875rem;
    margin: 0 auto 30px;
  }
}
.feature__video--ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  top: -10px;
  left: -60px;
  background-color: #fff;
  margin: 20px auto;
}
@media screen and (min-width: 751px) {
  .feature__video--ttl::before {
    width: 70px;
    top: -2px;
    left: -90px;
  }
}
.feature__video--ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  top: -10px;
  right: -60px;
  background-color: #fff;
  margin: 20px auto;
}
@media screen and (min-width: 751px) {
  .feature__video--ttl::after {
    width: 70px;
    top: -2px;
    right: -90px;
  }
}

.feature__video--item {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 751px) {
  .feature__video--item {
/*    max-width: 750px;*/
    margin: 0 auto 10px;
  }
}

.feature__video--note {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .feature__video--note {
    max-width: 750px;
    text-align: right;
    margin: 0 auto;
  }
}

.pickup {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) {
  .pickup {
    max-width: 1110px;
    margin: 0 auto 100px;
  }
}

.pickup__ttl {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) {
  .pickup__ttl {
    font-size: 1.5625rem;
    margin-bottom: 90px;
    font-weight: 600;
  }
}
.pickup__ttl span {
  font-family: "BMW_b";
}
.pickup__ttl ::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #1C69D4;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.pickup__link {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
  .pickup__link {
    margin-bottom: 20px;
  }
}

.pickup__link--inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .pickup__link--inr {
    padding-right: 25px;
  }
}

.pickup__link--ttl {
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .pickup__link--ttl {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }
}

.pickup__link--item {
  display: block;
  padding-right: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 15px;
  position: relative;
  transition: 0.3s;
  font-size: 1rem;
  letter-spacing: 0.04em;
  width: 30%;
}
@media screen and (min-width: 751px) {
  .pickup__link--item {
    font-size: clamp(1rem, 0.568rem + 0.92vw, 1.25rem);
    width: 10%;
  }
}
.pickup__link--item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  top: 0;
  right: -20px;
  background-color: #E6E6E6;
  margin: 0 auto;
}
.pickup__link--item:hover {
  color: #24508D;
}
.pickup__link--item:hover::after {
  background-image: url("../img/pickup_arrow-b.png");
}
.pickup__link--item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 12px;
  height: 7px;
  background-image: url("../img/pickup_arrow-g.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .pickup__link--item::after {
    font-size: 1.25rem;
  }
}

.pickup__link--item:nth-of-type(3n)::before {
  display: none;
}

.accordion__block {
  display: flex;
  flex-direction: column;
	margin: 10px 0 0;
}

.accordion__item {
  display: inline-block;
}
.accordion__item:nth-of-type(odd) .accordion__head {
  background: #4D4D4D;
  color: #fff;
  border: solid 1px #4D4D4D;
}
.accordion__item:nth-of-type(odd) .accordion__head:hover {
  background: #666;
  border: solid 1px #666;
}
.accordion__item:nth-of-type(even) .accordion__head {
  background: #fff;
  color: #4D4D4D;
  border: solid 1px #4D4D4D;
}
.accordion__item:nth-of-type(even) .accordion__head:hover {
  color: #666;
  border: solid 1px #666;
}

.accordion__head {
  position: relative;
  text-align: left;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  transition: all 0.5s ease;
}
@media screen and (min-width: 751px) {
  .accordion__head {
    font-size: 1.4375rem;
    padding: 14px 30px;
  }
}

.accordion__head:after {
  content: "+";
  font-size: 1.25rem;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  transition: transform 0.4s;
}
@media screen and (min-width: 751px) {
  .accordion__head:after {
    font-size: 1.5625rem;
    top: 11px;
    right: 30px;
  }
}

.accordion__head.is-open::after {
  content: "-";
}
@media screen and (min-width: 751px) {
  .accordion__head.is-open::after {
    top: 9px;
  }
}

.accordion__head--open:hover {
  background: #4D4D4D !important;
  border: solid 1px #4D4D4D !important;
}

/*
.accordion__head--open::after {
  content: none;
}

.accordion__head--open.is-open::after {
  content: none;
}
*/

.accordion__body {
  position: relative;
  background: #fff;
  color: black;
  border: transparent;
  padding: 0;
  line-height: 0;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 751px) {
  .accordion__body {
    justify-content: space-between;
  }
}

.accordion__body--open {
  padding: 20px 11px;
  line-height: 1.5;
  opacity: 1;
  height: auto;
  visibility: visible;
}
@media screen and (min-width: 751px) {
  .accordion__body--open {
    padding: 35px 25px;
    display: flex;
    flex-wrap: wrap;
  }
}

.accordion__body.is-open {
  padding: 20px 11px;
  line-height: 1.5;
  opacity: 1;
  height: auto;
  visibility: visible;
}
@media screen and (min-width: 751px) {
  .accordion__body.is-open {
    padding: 35px 25px;
    display: flex;
    flex-wrap: wrap;
  }
}

.accordion__inr {
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .accordion__inr {
    width: calc((100% - 40px) / 2);
  }
}

.accordion__inr:last-child {
  margin-bottom: 0;
}

.main__slide {
  margin-bottom: 6px;
	width: 100%;
}
@media screen and (min-width: 751px) {
  .main__slide {
    margin-bottom: 10px;
	width: 100%;
  }
}

.thumbnail__list {
  justify-content: space-between;
}

.thumbnail__slide {
  width: calc((100% - 20px) / 3) !important;
  height: auto !important;
  margin-right: 0 !important;
}

.accordion__box {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .accordion__box {
    margin-top: 20px;
  }
}

.accordion__box--big {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 751px) {
  .accordion__box--big {
    font-size: 1.25rem;
  }
}
.accordion__box--big span {
  font-family: "BMW_b";
}

.accordion__box--mid {
  font-size: 1.0625rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  font-weight: 600;
}
.accordion__box--mid span {
  font-family: "BMW_b";
}

.accordion__box--small {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

.loan {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) {
  .loan {
    max-width: 1110px;
    margin: 0 auto 100px;
  }
}

.loan__ttl {
  padding-left: 25px;
  position: relative;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .loan__ttl {
    font-size: 1.875rem;
    padding-left: 35px;
    font-weight: 600;
    margin-bottom: 40px;
  }
}
.loan__ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  top: -6px;
  left: 0;
  background-color: #1C69D4;
  margin: 20px auto;
}
@media screen and (min-width: 751px) {
  .loan__ttl::before {
    width: 25px;
    height: 3px;
    top: 1px;
  }
}

@media screen and (min-width: 751px) {
  .loan__box {
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .loan__box picture {
    width: 47%;
  }
}

@media screen and (min-width: 751px) {
  .loan__box--r {
    flex: 1;
  }
}

.loan__img {
  width: 77.33%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 751px) {
  .loan__img {
    display: flex;
  }
}

.loan__car {
  color: #1C69D4;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (min-width: 751px) {
  .loan__car {
    font-size: 1.5625rem;
  }
}

.loan__price {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
  .loan__price {
    font-size: 1.25rem;
  }
}
.loan__price span {
  font-size: 0.625rem;
}
@media screen and (min-width: 751px) {
  .loan__price span {
    font-size: 0.875rem;
  }
}

.loan__table {
  width: 100%;
  margin-bottom: 20px;
}

.loan__tr {
  display: flex;
}

.loan__td {
  width: 50%;
  text-align: center;
  font-size: 0.875rem;
  padding: 2px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .loan__td {
    font-size: 1.25rem;
    padding: 4px;
    line-height: 1em;
  }
}
.loan__td span {
  font-size: 0.625rem;
}
@media screen and (min-width: 751px) {
  .loan__td span {
    font-size: 0.8125rem;
  }
}
.loan__td:first-child {
  background-color: #E6E6E6;
}
.loan__td:last-child {
  background-color: #8E8E8E;
}

.loan__text {
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .loan__text {
    font-size: 0.875rem;
  }
}
.loan__text span {
  font-size: 0.625rem;
  vertical-align: top;
}

.loan__note {
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .loan__note {
    padding: 0 30px;
  }
}

.flow {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) {
  .flow {
    max-width: 1110px;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 751px) {
  .flow__box {
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .flow__box picture {
    width: calc((100% - 50px) / 3);
    margin-top: 20px;
  }
}

.flow__img {
  padding: 5px 32.5px 5px;
  width: 65%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .flow__img {
    width: 100%;
    padding: 0;
  }
}

.shop {
/*  padding: 0 20px;*/
}
@media screen and (min-width: 751px) {
  .shop {
    max-width: 1206px;
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 751px) {
  .shop .accordion__head:after {
    top: 13px;
  }
}
@media screen and (min-width: 751px) {
  .shop .accordion__head.is-open::after {
    top: 22px;
  }
}
@media screen and (min-width: 751px) {
  .shop .accordion__item:nth-of-type(even) .accordion__head:hover {
    color: #fff;
    background: #666;
    border: solid 1px #666;
  }
}

@media screen and (min-width: 751px) {
  .shop__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: unset;
    margin-top: 30px;
  }
}

.shop__item {
  margin-bottom: 5px;
}
@media screen and (min-width: 751px) {
  .shop__item {
    width: calc((100% - 40px) / 2);
    width: 100%;
    margin-bottom: 5px;
  }
}
.shop__item:nth-of-type(odd) .shop__head {
  background: #4D4D4D;
  color: #fff;
  border: solid 1px #4D4D4D;
}
.shop__item:nth-of-type(even) .shop__head {
  background: #4D4D4D;
  color: #fff;
  border: solid 1px #4D4D4D;
}

.shop__head {
  font-size: 25px;
  letter-spacing: 0.04em;
  padding: 10px 10px;
}
@media screen and (min-width: 751px) {
  .shop__head {
    font-size: 25px;
    padding: 10px 30px;
  }
}

.shop__img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.shop__body {
  border: solid 1px #4D4D4D;
}

@media screen and (min-width: 751px) {
  .shop__body.is-open {
    font-size: 1.4375rem;
    padding: 20px 25px;
  }
}

@media screen and (min-width: 751px) {
  .shop__inr {
    display: flex;
    justify-content: space-between;
  }
}

.shop__text {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.shop__text span {
  font-size: 0.625rem;
}
@media screen and (min-width: 751px) {
  .shop__text {
    width: calc((100% - 20px) / 2);
  }
}

.shop__map {
  border-radius: 4px;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .shop__map {
    width: calc((100% - 20px) / 2);
  }
}

.fare_top {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .fare_top {
    max-width: 1110px;
    margin: 0 auto 60px;
  }
}

.fare_ttl {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1C69D4;
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 751px) {
  .fare_ttl {
    font-size: 2.5rem;
  }
}

.fare_ttl-sub {
  font-size: 1.25rem;
  color: #B8CEEA;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
}
@media screen and (min-width: 751px) {
  .fare_ttl-sub {
    font-size: 1.875rem;
  }
}
.fare_ttl-sub::before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background-color: #B8CEEA;
  position: absolute;
  left: -97px;
  top: 15px;
}
@media screen and (min-width: 751px) {
  .fare_ttl-sub::before {
    top: 22px;
    width: 170px;
    left: -188px;
  }
}
.fare_ttl-sub::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background-color: #B8CEEA;
  position: absolute;
  right: -97px;
  top: 15px;
}
@media screen and (min-width: 751px) {
  .fare_ttl-sub::after {
    top: 22px;
    width: 170px;
    right: -188px;
  }
}

.fare_text {
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .fare_text {
    font-size: 1.125rem;
    margin-bottom: 40px;
  }
}

.fare_period {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  font-size: 1rem;
}
@media screen and (min-width: 751px) {
  .fare_period {
    padding: 15px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 1.375rem;
  }
}

.fare_inr {
  background-color: #F2F2F2;
  padding: 30px 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .fare_inr {
    max-width: 1110px;
    margin: 0 auto 60px;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.fare_box {
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
  .fare_box {
    width: calc((100% - 20px) / 3);
    display: flex;
    flex-direction: column;
  }
}

.fare_box-ttl {
  background-color: #4D4D4D;
  color: #fff;
  font-size: 1.125rem;
  padding: 12px;
  text-align: center;
  letter-spacing: 0.04em;
}

.fare_box-inr {
  background-color: #fff;
  padding: 20px 10px;
}
@media screen and (min-width: 751px) {
  .fare_box-inr {
    flex-grow: 1;
  }
}

.fare_box-img {
  width: 66.67vw;
  display: block;
  margin: 0 auto 10px;
}

.fare_box-item {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}

.fare_box-note {
  color: #4d4d4d;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.campaign .fare_ttl-sub::before {
  width: 65px;
  left: -75px;
}
.campaign .fare_ttl-sub::after {
  width: 65px;
  right: -75px;
}

.campaign_ttl-sub {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .campaign_ttl-sub {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}

.campaign_inr {
  background-color: #F2F2F2;
  padding: 30px 20px;
  margin-bottom: 60px;
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .campaign_inr {
    max-width: 1110px;
    margin: 0 auto 60px;
    padding: 40px 30px;
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
  }
}

.campaign_box {
  background-color: #fff;
  border-top: solid 5px #1C69D4;
  margin-bottom: 10px;
	width: 49%;
}
@media screen and (min-width: 751px) {
  .campaign_box {
    border-top: none;
    border-left: solid 10px #1C69D4;
    display: block;
        align-items: center;
        width: 25%;
  }
}

.campaign_box-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .campaign_box-img {
/*    width: 51.4vw;*/
    max-width: 550px;
  }
}

@media screen and (min-width: 751px) {
  .campaign_box-inr {
    margin-top: 20px;
  }
}

.campaign_box-name {
  padding: 0 20px;
  font-size: 1.125rem;
  color: #1C69D4;
  font-family: "BMW_b";
  margin-bottom: 5px;
}
@media screen and (min-width: 751px) {
  .campaign_box-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.campaign_box-name span {
  font-weight: 700;
}

.campaign_box-text {
  padding: 0 20px;
  font-size: 0.775rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .campaign_box-text {
    font-size: 1rem;
  }
}

.campaign_box-price {
  padding: 0 20px 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-family: "BMW_b";
}
@media screen and (min-width: 751px) {
  .campaign_box-price {
    font-size: 1.5rem;
  }
}
.campaign_box-price span {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .campaign_box-price span {
    font-size: 1rem;
  }
}

.contents_ttl {
  font-size: 1rem;
  background-color: #1C69D4;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .contents_ttl {
    font-size: 2.5rem;
    padding: 20px;
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=style.css.map */
section.support {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
}
@media screen and (min-width: 751px) {
  section.support {
    padding: 0;
    max-width: 700px;
  }
}


.feature__box--text {
    display: none;
}

.testcar-choice {
	cursor: pointer;
    margin: 10px 0 0;
    text-align: center;
    padding: 20px 20px;
    background: #1C69D4;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}
/*
label.radiobtn-shop {
    cursor: pointer;
    width: 100%;
    background: #1C69D4;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    margin: 0 0 20px 0;
    padding: 0 40px;
    color: #fff;
	position: relative;
}
label.radiobtn-shop:before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    left: 10px;
}
label.radiobtn-shop::after {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #1C69D4;
    position: absolute;
    left: 12px;
}
iput.entry-radio-store:checked + label.radiobtn-shop::after {
	opacity: 1;
}
*/
p.stock {
	background: #333333;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-size: min(3.5vw, 16px);
    margin: 10px 10px 0;
}
p.stock-note {
	text-align: right;
	font-size: 14px;
	width: 100%;
}
p.stock span {
    font-size: min(5vw, 25px);
}