@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: 0;
  backface-visibility: hidden;
}

::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1.3;
}

body {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  color: #222;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: opacity 0.3s;
}
a * {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.8;
}

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

.mycar2507_header__cont {
  background-color: #fff;
  padding: 15px 20px;
}
.mycar2507_header__cont img {
  max-width: 312px;
  width: 100%;
}

.mycar2507_container {
  min-height: inherit;
  background-color: #f0fdec;
}

.mycar2507_fv__img {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mycar2507_fv__img img {
  display: block;
  width: 100%;
}
.mycar2507_fv__cont {
  background: linear-gradient(to left, #0ec6e7, #2278e2);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_fv__cont {
    padding: min(40 / 750 * 100vw, 40px);
  }
}
.mycar2507_fv__cont img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mycar2507_main {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_main {
    margin-top: min(48 / 750 * 100vw, 48px);
    padding: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_main h2 {
  text-align: center;
}
.mycar2507_main h2 + .contents {
  margin-top: 40px;
  margin-top: min(40 / 750 * 100vw, 40px);
}

.mycar2507_about__cta p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__cta p {
    font-size: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_about__cta a {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__cta a img {
    width: 100%;
  }
}
.mycar2507_about__cont {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__cont {
    margin-top: min(99 / 750 * 100vw, 99px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__cont h2 img {
    width: min(566 / 750 * 100vw, 566px);
    margin-left: auto;
    margin-right: auto;
  }
}
.mycar2507_about__details {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details {
    margin-top: min(50 / 750 * 100vw, 50px);
  }
}
.mycar2507_about__details + .mycar2507_about__details {
  margin-top: 140px;
  margin-top: min(120 / 750 * 100vw, 120px);
}
.mycar2507_about__details.-open .details__title::after {
  transform: translateY(-30%) rotate(225deg);
}
.mycar2507_about__details .details__title {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.mycar2507_about__details .details__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translateY(-70%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__title::after {
    right: min(40 / 750 * 100vw, 40px);
    width: min(30 / 750 * 100vw, 30px);
    height: min(30 / 750 * 100vw, 30px);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__title img {
    width: min(690 / 750 * 100vw, 690px);
  }
}
.mycar2507_about__details .details__cont {
  position: relative;
  background-color: #fff;
  padding: 120px 40px 40px;
  margin-top: max(-60 / 800 * 100vw, -60px);
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__cont {
    left: max(-30 / 750 * 100vw, -30px);
    width: 100vw;
    width: 100dvw;
    padding-top: min(86 / 750 * 100vw, 86px);
    padding-left: min(50 / 750 * 100vw, 50px);
    padding-right: min(50 / 750 * 100vw, 50px);
    padding-bottom: min(40 / 750 * 100vw, 40px);
    margin-top: max(-60 / 750 * 100vw, -60px);
  }
}
.mycar2507_about__details .details__cont.cont01 {
  background-image: url(../image/bg_about.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.mycar2507_about__details .details__cont .caption {
  color: #176cd5;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__cont .caption {
    font-size: min(48 / 750 * 100vw, 48px);
  }
}
.mycar2507_about__details .details__cont .icon {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__cont .icon img {
    width: min(236 / 750 * 100vw, 236px);
  }
}
.mycar2507_about__details .details__cont .img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__cont .img img {
    width: 100%;
  }
}
.mycar2507_about__details .details__cont .info {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__cont .info {
    font-size: min(32 / 750 * 100vw, 32px);
    margin-top: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_about__details .details__cont .info span {
  color: #176cd5;
}
.mycar2507_about__details .details__cont .mycar2507_about__cta {
  margin-top: 40px;
  margin-top: min(40 / 750 * 100vw, 40px);
}
.mycar2507_about__details .details__cont .-mt {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__cont .-mt {
    margin-top: min(60 / 750 * 100vw, 60px);
  }
}
.mycar2507_about__details .details__cont .total {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__cont .total {
    font-size: min(48 / 750 * 100vw, 48px);
    margin-top: min(50 / 750 * 100vw, 50px);
  }
}
.mycar2507_about__details .details__cont .total span {
  position: relative;
  display: inline-block;
  text-align: center;
}
.mycar2507_about__details .details__cont .total span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 6px;
  border-top: 2px solid #e50112;
  border-bottom: 2px solid #e50112;
}
.mycar2507_about__details .details__cont .total b {
  color: #e50112;
}
.mycar2507_about__details .details__cont .total b strong {
  font-size: 68px;
  font-size: min(68 / 750 * 100vw, 68px);
}
.mycar2507_about__details .details__cont .notice {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-size: min(20 / 750 * 100vw, 20px);
}
.mycar2507_about__details .details__list {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list {
    margin-top: min(50 / 750 * 100vw, 50px);
  }
}
.mycar2507_about__details .details__list::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  display: inline-block;
  width: 74px;
  height: 930px;
  background-image: url(../image/icon_listText.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list::after {
    width: min(74 / 750 * 100vw, 74px);
    height: min(930 / 750 * 100vw, 930px);
  }
}
.mycar2507_about__details .details__list li {
  position: relative;
}
.mycar2507_about__details .details__list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  display: inline-block;
  width: 32px;
  height: 43px;
  background-image: url(../image/icon_listArr.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li:not(:first-child)::before {
    top: max(-60 / 750 * 100vw, -60px);
    width: min(32 / 750 * 100vw, 32px);
    height: min(43 / 750 * 100vw, 43px);
  }
}
.mycar2507_about__details .details__list li + li {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li + li {
    margin-top: min(70 / 750 * 100vw, 70px);
  }
}
.mycar2507_about__details .details__list li .step {
  text-align: center;
  margin-bottom: -5px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .step img {
    width: min(145 / 750 * 100vw, 145px);
  }
}
.mycar2507_about__details .details__list li .contents {
  background-color: #fff;
  border: 1px solid #176cd5;
  padding: 20px 40px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents {
    padding-top: min(30 / 750 * 100vw, 30px);
    padding-left: min(15 / 750 * 100vw, 15px);
    padding-right: min(15 / 750 * 100vw, 15px);
    padding-bottom: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_about__details .details__list li .contents dl dt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents dl dt img.list01 {
    width: min(620 / 750 * 100vw, 620px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents dl dt img.list02 {
    width: min(450 / 750 * 100vw, 450px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents dl dt img.list03 {
    width: min(162 / 750 * 100vw, 162px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents dl dt img.list04 {
    width: min(450 / 750 * 100vw, 450px);
  }
}
.mycar2507_about__details .details__list li .contents dl dd {
  max-width: 560px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.mycar2507_about__details .details__list li .contents dl dd p {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents dl dd p {
    font-size: min(20 / 750 * 100vw, 20px);
  }
}
.mycar2507_about__details .details__list li .contents dl dd p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents dl dd p + p {
    margin-top: min(25 / 750 * 100vw, 25px);
  }
}
.mycar2507_about__details .details__list li .contents dl dd p.sm {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__details .details__list li .contents dl dd p.sm {
    font-size: min(16 / 750 * 100vw, 16px);
  }
}
.mycar2507_about__details .details__list li .contents dl dd p.anno {
  text-indent: -1em;
  padding-left: 1em;
}
.mycar2507_about__details .details__list li .contents dl dd p.anno + .anno {
  margin-top: 0;
}
.mycar2507_about__details .details__list li .contents dl dd p .sq {
  border: 1px solid #000;
  padding: 5px;
}

.mycar2507_simulation {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation {
    margin-top: min(100 / 750 * 100vw, 100px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation h2 img {
    width: min(460 / 750 * 100vw, 460px);
  }
}
.mycar2507_simulation .contents {
  background-color: #fffde2;
  padding: 50px 80px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .contents {
    position: relative;
    left: max(-30 / 750 * 100vw, -30px);
    width: 100vw;
    width: 100dvw;
    padding-top: min(50 / 750 * 100vw, 50px);
    padding-left: min(60 / 750 * 100vw, 60px);
    padding-right: min(60 / 750 * 100vw, 60px);
    padding-bottom: min(50 / 750 * 100vw, 50px);
  }
}
.mycar2507_simulation .simulator__cont {
  max-width: 716px;
  margin-left: auto;
  margin-right: auto;
}
.mycar2507_simulation .simulator__cont form > * + * {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont form > * + * {
    margin-top: min(40 / 750 * 100vw, 40px);
  }
}
.mycar2507_simulation .simulator__cont .caption {
  color: #00b800;
  font-size: 28px;
  font-weight: 600;
  font-size: min(28 / 750 * 100vw, 28px);
}
.mycar2507_simulation .simulator__cont .caption::before {
  content: "必須";
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #00b800;
  border-radius: 5px;
  padding: 3px 5px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .caption::before {
    font-size: min(24 / 750 * 100vw, 24px);
    margin-right: min(12 / 750 * 100vw, 12px);
  }
}
.mycar2507_simulation .simulator__cont .details {
  margin-top: 20px;
  margin-top: min(15 / 750 * 100vw, 15px);
}
.mycar2507_simulation .simulator__cont .options {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.mycar2507_simulation .simulator__cont .options .item {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .item {
    padding-left: 0;
  }
}
.mycar2507_simulation .simulator__cont .options .item + .item {
  margin-top: 20px;
}
.mycar2507_simulation .simulator__cont .options .item select {
  display: block;
  max-width: 440px;
  width: 100%;
  min-height: 57px;
  font-size: 24px;
  border: 2px solid #00b800;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300b800' stroke='none'%3e%3cpolygon points='6,9 18,9 12,15'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 40px;
  padding: 5px 45px 5px 15px;
  margin-left: auto;
  margin-right: 60px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .item select {
    max-width: min(480 / 750 * 100vw, 480px);
    min-height: min(72 / 750 * 100vw, 72px);
    font-size: min(24 / 750 * 100vw, 24px);
    background-position: right 5px center;
    margin-left: min(45 / 750 * 100vw, 45px);
    padding-right: min(50 / 750 * 100vw, 50px);
  }
}
.mycar2507_simulation .simulator__cont .options .item input[type=text] {
  max-width: 294px;
  width: 100%;
  font-size: 40px;
  text-align: right;
  border: 2px solid #00b800;
  border-radius: 5px;
  padding: 5px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .item input[type=text] {
    max-width: min(294 / 750 * 100vw, 294px);
    font-size: min(40 / 750 * 100vw, 40px);
    margin-right: min(20 / 750 * 100vw, 20px);
  }
}
.mycar2507_simulation .simulator__cont .options .item .text label {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .item .text label {
    flex: unset;
    justify-content: flex-start;
    margin-left: min(45 / 750 * 100vw, 45px);
  }
}
.mycar2507_simulation .simulator__cont .options .item .info {
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .item .info {
    margin-right: min(300 / 750 * 100vw, 300px);
  }
}
.mycar2507_simulation .simulator__cont .options .itembox {
  margin-bottom: 10px;
}
.mycar2507_simulation .simulator__cont .options .itembox label {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .itembox label {
    font-size: min(24 / 750 * 100vw, 24px);
  }
}
.mycar2507_simulation .simulator__cont .options .itembox label input[type=radio] {
  display: none;
}
.mycar2507_simulation .simulator__cont .options .itembox label input[type=radio] + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .itembox label input[type=radio] + span {
    padding-left: min(35 / 750 * 100vw, 35px);
  }
}
.mycar2507_simulation .simulator__cont .options .itembox label input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .options .itembox label input[type=radio] + span::before {
    width: min(30 / 750 * 100vw, 30px);
    height: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_simulation .simulator__cont .options .itembox label input[type=radio] + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00b800;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.mycar2507_simulation .simulator__cont .options .itembox label input[type=radio]:checked + span::after {
  opacity: 1;
}
.mycar2507_simulation .simulator__cont .text {
  display: flex;
  color: #00b800;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .text {
    align-items: center;
    font-size: min(40 / 750 * 100vw, 40px);
  }
}
.mycar2507_simulation .simulator__cont .text label {
  flex: 1;
  display: flex;
}
.mycar2507_simulation .simulator__cont .text label + label {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .text label + label {
    margin-left: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_simulation .simulator__cont .text input[type=tel] {
  width: 100%;
  font-size: 40px;
  text-align: right;
  border: 2px solid #00b800;
  border-radius: 5px;
  padding: 5px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .text input[type=tel] {
    font-size: min(40 / 750 * 100vw, 40px);
    margin-right: min(20 / 750 * 100vw, 20px);
  }
}
.mycar2507_simulation .simulator__cont .info {
  text-align: right;
  margin-right: 100px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .info {
    font-size: min(16 / 750 * 100vw, 16px);
    margin-right: min(100 / 750 * 100vw, 100px);
  }
}
.mycar2507_simulation .simulator__cont .anno {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__cont .anno {
    font-size: min(16 / 750 * 100vw, 16px);
    margin-top: min(20 / 750 * 100vw, 20px);
  }
}
.mycar2507_simulation .simulator__submit {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator__submit img {
    width: 100%;
  }
}
.mycar2507_simulation .simulator__result {
  display: none;
  max-width: 630px;
  margin-top: 25px;
  background-color: #fff;
  border: 2px solid #00b800;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mycar2507_simulation .simulator__result .caption {
  color: #fff;
  font-size: 35px;
  text-align: center;
  background-image: linear-gradient(to right, #1ba41b, #17c117);
}
.mycar2507_simulation .simulator__result .details p {
  color: #ea4971;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.mycar2507_simulation .simulator__result .details p span {
  font-size: 70px;
}
.mycar2507_simulation .simulator .notice {
  max-width: 630px;
  font-size: 16px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .mycar2507_simulation .simulator .notice {
    font-size: min(16 / 750 * 100vw, 16px);
    margin-top: min(20 / 750 * 100vw, 20px);
  }
}

.mycar2507_faq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq {
    margin-top: min(80 / 750 * 100vw, 80px);
  }
}
.mycar2507_faq__title {
  max-width: 435px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq__title {
    width: min(435 / 750 * 100vw, 435px);
  }
}
.mycar2507_faq__list li + li {
  margin-top: 40px;
  margin-top: min(30 / 750 * 100vw, 30px);
}
.mycar2507_faq__list li .question {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  min-height: 125px;
  padding: 10px 40px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  background-image: linear-gradient(to right, #1ba41b, #17c117);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq__list li .question {
    -moz-column-gap: min(30 / 750 * 100vw, 30px);
         column-gap: min(30 / 750 * 100vw, 30px);
    min-height: min(125 / 750 * 100vw, 125px);
    font-size: min(27 / 750 * 100vw, 27px);
    padding: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_faq__list li .question::before {
  content: "";
  flex: none;
  display: inline-block;
  width: 34px;
  height: 43px;
  background-image: url(../image/icon_faqQ.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq__list li .question::before {
    width: min(34 / 750 * 100vw, 34px);
    height: min(43 / 750 * 100vw, 43px);
  }
}
.mycar2507_faq__list li .question::after {
  content: "";
  flex: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M14 0v28M0 14h28" stroke="white" stroke-width="5" fill="none"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq__list li .question::after {
    width: min(30 / 750 * 100vw, 30px);
    height: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_faq__list li .question.-open::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M0 14h28" stroke="white" stroke-width="5" fill="none"/></svg>');
}
.mycar2507_faq__list li .answer {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq__list li .answer {
    -moz-column-gap: min(30 / 750 * 100vw, 30px);
         column-gap: min(30 / 750 * 100vw, 30px);
    font-size: min(20 / 750 * 100vw, 20px);
    padding: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_faq__list li .answer::before {
  content: "";
  flex: none;
  display: inline-block;
  width: 34px;
  height: 43px;
  background-image: url(../image/icon_faqA.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq__list li .answer::before {
    width: min(34 / 750 * 100vw, 34px);
    height: min(43 / 750 * 100vw, 43px);
  }
}
.mycar2507_faq__list li .answer a {
  color: #00b800;
}
.mycar2507_faq .mycar2507_about__cta {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_faq .mycar2507_about__cta {
    margin-top: min(60 / 750 * 100vw, 60px);
  }
}

.mycar2507_about__tel {
  max-width: 800px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel {
    margin-top: min(80 / 750 * 100vw, 80px);
  }
}
.mycar2507_about__tel .intro {
  color: #00b800;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .intro {
    font-size: min(36 / 750 * 100vw, 36px);
  }
}
.mycar2507_about__tel .loan-box {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .loan-box {
    margin-top: min(20 / 750 * 100vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .loan-box img {
    width: 100%;
  }
}
.mycar2507_about__tel .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .contact-box {
    padding-top: min(40 / 750 * 100vw, 40px);
    padding-left: min(30 / 750 * 100vw, 30px);
    padding-right: min(30 / 750 * 100vw, 30px);
    padding-bottom: min(40 / 750 * 100vw, 40px);
    margin-top: min(40 / 750 * 100vw, 40px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .contact-box img {
    width: 100%;
  }
}
.mycar2507_about__tel .contact-box .main-title {
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .contact-box .main-title {
    font-size: min(28 / 750 * 100vw, 28px);
  }
}
.mycar2507_about__tel .contact-box .cont01,
.mycar2507_about__tel .contact-box .cont02 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .contact-box .cont01,
  .mycar2507_about__tel .contact-box .cont02 {
    margin-top: min(40 / 750 * 100vw, 40px);
  }
}
.mycar2507_about__tel .contact-box .cont01 .hours,
.mycar2507_about__tel .contact-box .cont02 .hours {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .contact-box .cont01 .hours,
  .mycar2507_about__tel .contact-box .cont02 .hours {
    font-size: min(28 / 750 * 100vw, 28px);
  }
}
.mycar2507_about__tel .contact-box .cont01 .notes,
.mycar2507_about__tel .contact-box .cont02 .notes {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .contact-box .cont01 .notes,
  .mycar2507_about__tel .contact-box .cont02 .notes {
    font-size: min(16 / 750 * 100vw, 16px);
  }
}
.mycar2507_about__tel .contact-box .cont01 .notes a,
.mycar2507_about__tel .contact-box .cont02 .notes a {
  color: #272718;
}
.mycar2507_about__tel .info-list {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .info-list {
    max-width: min(630 / 750 * 100vw, 630px);
    margin-top: min(30 / 750 * 100vw, 30px);
  }
}
.mycar2507_about__tel .info-list ul li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__tel .info-list ul li {
    font-size: min(24 / 750 * 100vw, 24px);
  }
}
.mycar2507_about__tel .info-list ul li::before {
  content: "●";
  flex: none;
  color: #00b800;
}
.mycar2507_about__tel .info-list ul li + li {
  margin-top: 10px;
}

.mycar2507_about__products {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__products {
    margin-top: min(80 / 750 * 100vw, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__products h2 img {
    width: min(270 / 750 * 100vw, 270px);
  }
}
.mycar2507_about__products table {
  max-width: 800px;
  background-color: #fff;
  border: 2px solid #00b800;
  margin-left: auto;
  margin-right: auto;
}
.mycar2507_about__products table tbody tr + tr {
  border-top: 2px solid #00b800;
}
.mycar2507_about__products table tbody tr th {
  width: 160px;
  color: #00b800;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__products table tbody tr th {
    width: min(140 / 750 * 100vw, 140px);
    font-size: min(20 / 750 * 100vw, 20px);
    padding: min(10 / 750 * 100vw, 10px);
  }
}
.mycar2507_about__products table tbody tr td {
  width: calc(100% - 160px);
  border-left: 2px solid #00b800;
  padding: 40px 25px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__products table tbody tr td {
    width: min(550 / 750 * 100vw, 550px);
    font-size: min(16 / 750 * 100vw, 16px);
    padding: min(20 / 750 * 100vw, 20px);
  }
}
.mycar2507_about__products table tbody tr td > * + * {
  margin-top: 10px;
}
.mycar2507_about__products table tbody tr td dl {
  display: flex;
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__products table tbody tr td dl {
    flex-direction: column;
  }
}
.mycar2507_about__products table tbody tr td dl dt,
.mycar2507_about__products table tbody tr td dl dd {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mycar2507_about__products table tbody tr td dl dt {
  flex: none;
  width: 146px;
  text-align: center;
  background-color: #f0fdec;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__products table tbody tr td dl dt {
    width: 100%;
  }
}
.mycar2507_about__products table tbody tr td dl dd {
  flex: 1;
  text-align: center;
  border-left: 1px solid #000;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_about__products table tbody tr td dl dd {
    border-left: none;
    border-top: 1px solid #000;
  }
}

.mycar2507_cledit {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_cledit {
    margin-top: min(80 / 750 * 100vw, 80px);
    margin-bottom: 0;
  }
}
.mycar2507_cledit p {
  color: #606270;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mycar2507_cledit p {
    font-size: min(18 / 750 * 100vw, 18px);
  }
}

.mycar2507_footer {
  background-color: #606270;
}
.mycar2507_footer .contents {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_footer .contents {
    padding-top: min(60 / 750 * 100vw, 60px);
    padding-left: min(30 / 750 * 100vw, 30px);
    padding-right: min(30 / 750 * 100vw, 30px);
    padding-bottom: min(60 / 750 * 100vw, 60px);
  }
}
.mycar2507_footer .contents .sns {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_footer .contents .sns {
    -moz-column-gap: min(20 / 750 * 100vw, 20px);
         column-gap: min(20 / 750 * 100vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .mycar2507_footer .contents .sns .title {
    width: min(220 / 750 * 100vw, 220px);
  }
}
.mycar2507_footer .contents .sns ul {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mycar2507_footer .contents .sns ul li {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_footer .contents .sns ul li {
    width: min(60 / 750 * 100vw, 60px);
  }
}
.mycar2507_footer .contents .sns ul li img {
  width: 100%;
}
.mycar2507_footer .contents > p {
  color: #fff;
  font-size: 23px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .mycar2507_footer .contents > p {
    font-size: min(22 / 750 * 100vw, 22px);
    margin-top: min(37 / 750 * 100vw, 37px);
  }
}

.mycar2507_floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .mycar2507_floating img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */