<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f0f0f0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  width: 100vw;
  max-width: 768px;
}
body a {
  display: block;
  text-decoration: none;
}
body a img {
  pointer-events: none;
}
body .supplement {
  font-size: 10px;
}

main {
  background-color: #fff;
  padding-top: 80px;
  width: 100%;
  max-width: 768px;
}

img {
  width: 100%;
}

.no-click {
  pointer-events: none;
}

.head {
  width: 100vw;
  max-width: 768px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 130px;
  margin-left: 20px;
}

.fade-in {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 1000ms; /* フェードインにかかる時間を指定 */
}

.fade-in-left {
  transform: translate(-200px, 0);
  transition: all 1500ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.btn {
  display: flex;
  width: 250px;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
}
.btn:active {
  opacity: 0.7;
}
.btn:visited {
  opacity: 0.8;
}

.btn-wrap-red {
  background-image: url(../img/logo-ban.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center -20%;
  padding-top: 70px;
  text-align: center;
}

.btn-wrap-blue {
  text-align: center;
  margin-top: 20px;
}

.btn-head {
  width: 140px;
  height: 50px;
  font-size: 12px;
  margin: 0 20px 20px auto;
}
.btn-head:active {
  opacity: 0.7;
}
.btn-head:visited {
  opacity: 0.8;
}
@media screen and (min-width: 480px) {
  .btn-head {
    width: 170px;
  }
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media only screen and (min-width: 480px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.btn-sec2 {
  width: 250px;
  height: 60px;
  margin: 5px auto 0;
  position: relative;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2980392157));
}
.btn-sec2:active {
  opacity: 0.7;
}
.btn-sec2:visited {
  opacity: 0.8;
}
.btn-sec2::before {
  content: "";
  position: absolute;
  top: 54%;
  left: -18px;
  transform: translateY(-50%);
  background: url(../img/cta-btn_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}

.balloon {
  position: relative;
  width: 200px;
  height: 50px;
  background: #0A3382;
  text-align: center;
  color: #FFFFFF;
  margin: 20px auto 0;
  border-radius: 50px;
}
.balloon:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 163, 56, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  border-top-color: #0A3382;
  top: 100%;
  left: 50%;
}
.balloon p {
  font-weight: 700;
  line-height: 50px;
}

.header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  max-width: 768px;
  position: fixed;
  z-index: 99;
}

#sec1 {
  background-image: url(../img/back-fv.png);
  background-repeat: repeat-y;
  background-size: contain;
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
}
#sec1 h1 {
  position: relative;
  z-index: 2;
}
#sec1 h1 img {
  width: 100%;
  max-width: 768px;
  margin: 0 0;
}
#sec1 h2 {
  margin-top: -7%;
}
#sec1 h3 {
  margin: auto;
  width: calc(100vw - 60px);
  max-width: 708px;
}

.fv-reserve-wrap {
  position: relative;
}
.fv-price-wrap {
  position: relative;
  margin-top: 5%;
}
.fv-price-wrap img:nth-child(2) {
  width: 34%;
  max-width: 270px;
  position: absolute;
  top: 10%;
  right: 0;
}

.sec1-supplement {
  margin: 0 30px 30px;
  color: #0A3382;
  text-align: left;
}

#sec2 {
  background-image: url(../img/back-sec2.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
}
#sec2 h2 img {
  width: calc(100vw - 60px);
  max-width: 708px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
#sec2 h3 img {
  width: 80vw;
  max-width: 480px;
}
#sec2 .note {
  font-size: 10px;
  color: #fff;
  margin: 10px auto 50px;
  text-align: left;
  max-width: 530px;
  padding: 0 30px;
}
@media screen and (min-width: 480px) {
  #sec2 {
    padding-bottom: 100px;
  }
}

.sec2-head-wrap {
  background-color: #fff;
}
.sec2-head {
  position: relative;
  background-image: url(../img/back-fv.png);
  background-size: cover;
}
.sec2-head img {
  width: calc(100vw - 40px);
  max-width: 728px;
  margin-top: -90px;
  position: relative;
  top: 90px;
}
.sec2-h2 {
  margin-top: 20%;
}
@media screen and (max-width: 480px) {
  .sec2-h2 {
    margin-top: 30%;
  }
}
.sec2-container-wrap {
  overflow: hidden;
  position: relative;
}
.sec2-container-wrap::before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(229, 229, 229, 0) 100%);
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.sec2-container {
  position: relative;
  background-color: #fff;
  width: calc(100vw - 60px);
  max-width: 460px;
  margin: 60px auto 0;
  padding-bottom: 10px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec2-container {
    margin: 40px auto 0;
  }
}
.sec2-h3 {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec2-flex {
    display: flex;
    justify-content: center;
  }
}
.sec2-price {
  font-size: 28px;
}
.sec2-webprice img {
  width: 230px;
}
.sec2-webprice-back {
  background-image: url(../img/sec2-web-back.png);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: center;
  font-size: 21px;
  font-weight: 900;
  color: #0A3382;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin: 0 0 10px 0;
}
.sec2-span-wrap {
  padding: 10px;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  color: #000;
}

#insta {
  padding-top: 50px;
}
#insta a {
  text-decoration: none;
}
#insta ul {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 400px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#insta ul li {
  list-style: none;
  box-sizing: border-box;
  width: 48.5%;
  margin-bottom: 10px;
  position: relative;
}
#insta ul li:first-child {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
}
#insta ul li:hover .captionTxt {
  transition: 0.5s opacity, 0.25s filter;
  opacity: 1;
}
#insta ul li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insta_text {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 30px;
}

#sec3 {
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  text-align: center;
}
#sec3 h2 img {
  padding-top: 10vh;
  max-width: 700px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 480px) {
  #sec3 h2 img {
    padding-top: 15vh;
  }
}
#sec3 h3 img {
  max-width: 728px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
#sec3-doc1 {
  padding-top: 10px;
}

.sec3-background {
  background-image: url(../img/back-sec3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec3-h2-wrap {
  background-image: url(../img/back-sec3-head1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  top: -5vh;
  height: 47vh;
}
@media screen and (min-width: 480px) {
  .sec3-h2-wrap {
    background-image: url(../img/back-sec3-head2.png);
    top: -110px;
    height: 540px;
  }
}
.sec3-head-wrap {
  padding-top: 60px;
  margin: 0 auto;
}
.sec3-documents {
  padding-top: 70px;
  margin-top: -60px;
}
@media screen and (min-width: 480px) {
  .sec3-documents {
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .sec3-documents {
    margin-top: -60px;
  }
}
.sec3-documents-head1 {
  background-image: url(../img/back-sec3-1.png);
  background-repeat: no-repeat;
}
.sec3-documents-head2 {
  background-image: url(../img/back-sec3-2.png);
  background-repeat: no-repeat;
  background-position: right 0%;
}
.sec3-documents-head3 {
  background-image: url(../img/back-sec3-3.png);
  background-repeat: no-repeat;
}
.sec3-documents-head4 {
  background-image: url(../img/back-sec3-4.png);
  background-repeat: no-repeat;
  background-position: right 0%;
}
.sec3-documents-head5 {
  background-image: url(../img/back-sec3-5.png);
  background-repeat: no-repeat;
}
.sec3-photo {
  width: calc(100vw - 40px);
  max-width: 728px;
  margin-top: 20px;
  border: solid 10px #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}
.sec3-txt {
  margin: 20px 20px 30px;
  text-align: left;
}
.sec3-supplement {
  font-size: 10px;
}
.sec3-yellow-border {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}
.sec3-back {
  background-image: url(../img/back-sec3-foot1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 120px;
}
.sec3-cta-wrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .sec3-cta-wrap {
    top: 50px;
  }
}
.sec3-button-wrap {
  width: 100%;
  max-width: 768px;
  padding-bottom: 100px;
  background-image: url(../img/back-sec3-foot2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: block;
  height: 70vw;
  max-height: 540px;
  position: relative;
  top: -160px;
}
@media screen and (min-width: 480px) {
  .sec3-button-wrap {
    background-image: url(../img/back-sec3-foot3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 340px;
    top: -280px;
  }
}

#sec4 {
  background-image: url(../img/back-sec4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
}
#sec4 img {
  width: calc(100vw - 40px);
  max-width: 728px;
}
#sec4 img:nth-child(3) {
  margin-top: 20px;
}
#sec4 a img {
  width: 234px;
}
#sec4 h2 {
  max-width: 728px;
  margin: 30px auto 0;
}
#sec4 h2 img {
  margin: 30px auto 0;
}
@media screen and (min-width: 480px) {
  #sec4 {
    padding: 70px 0;
  }
}

#sec4 .sec4-table {
  overflow-x: scroll;
}
#sec4 .sec4-table img {
  margin: 50px 0 0 20px;
  width: 500px;
}

#sec5 {
  background-color: #fff;
  background-image: url(../img/back-sec5.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  width: 100%;
  max-width: 768px;
}
#sec5 h2 {
  text-align: center;
}
#sec5 h2 img {
  margin: 50px auto 0;
  max-width: 718px;
}
#sec5 th {
  font-weight: 400;
}

.sec5-container {
  background-color: #fff;
  display: block;
  width: calc(100vw - 40px);
  max-width: 320px;
  max-height: 420px;
  margin: 0 auto;
  border: #0A3382 5px solid;
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
.sec5-cont-title {
  background-color: #0A3382;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.sec5-nissan {
  height: 60px;
  line-height: 60px;
  margin-left: 6px;
}
.sec5-nissan::before {
  content: "　";
  background: url(../img/logo-nissan.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 100%;
}
.sec5-toyota {
  height: 60px;
  line-height: 60px;
  margin-left: 6px;
}
.sec5-toyota::before {
  content: "　";
  background: url(../img/logo-toyota.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 100%;
}
.sec5-repair {
  background: url(../img/back-sec5-title.png) no-repeat;
  background-size: cover;
  color: #0A3382;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 6px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
.sec5-ba-wrap {
  display: flex;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.sec5-before {
  background-color: #0A3382;
  color: #fff;
  width: 50%;
}
.sec5-after {
  background-color: #FF0000;
  color: #fff;
  width: 50%;
}
.sec5-inner img {
  width: calc(100vw - 22%);
  max-width: 290px;
  margin: 10px auto;
}
.sec5-cost {
  position: relative;
  overflow: hidden;
  padding: 0.4rem 1rem 0.1rem 90px;
  border-bottom: 2px solid #0A3382;
}
.sec5-cost:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  background: #0A3382;
}
.sec5-cost span {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 10px;
  padding-left: 13px;
  color: #fff;
}

.slider .slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}

.slider .slick-slide .slide-img {
  width: 600px;
  height: 400px;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  box-shadow: 7px 7px 15px -5px #666;
  overflow: hidden;
}

.slider .slick-slide.slick-current .slide-img {
  transform: scale(1.2);
}

.slider .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4F4F4;
  opacity: 0.7;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 57%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #0A3382;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 13px;
  margin: 0 -10px;
  transform: rotate(45deg);
}

.slider .slick-next {
  right: 1%;
}

.slider .slick-prev {
  left: 1%;
}

.slider .slick-next::before {
  left: 20px;
}

.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots .slick-dots {
  text-align: center;
}

.dots .slick-dots li {
  display: inline-block;
}

.dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots .slick-dots .slick-active button {
  background: #0a467d;
}

#sec6 {
  background-color: #fff;
  background-image: url(../img/back-sec6.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  width: 100%;
  max-width: 768px;
}
#sec6 h2 {
  text-align: center;
}
#sec6 h2 img {
  margin: 50px auto 0;
  max-width: 718px;
}

.sec6-box {
  margin: 30px auto 0;
  background-color: #fff;
  border: 5px solid #0A3382;
  width: calc(100vw - 40px);
  max-width: 530px;
  padding: 3px;
  font-size: 13px;
  position: relative;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
.sec6-box-inner {
  text-align: left;
  border: 2px solid #0A3382;
  padding: 20px;
  font-weight: 700;
}
.sec6-name {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media screen and (min-width: 520px) {
  .sec6-box {
    font-size: 15px;
  }
  .none {
    display: none;
  }
  .sec6-boxinner-l p {
    margin-left: 120px;
  }
}
#sec7 {
  background-color: #fff;
  background-image: url(../img/back-sec7.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  width: 100%;
  max-width: 768px;
}
#sec7 h2 {
  text-align: center;
}
#sec7 h2 img {
  margin: 50px auto 0;
  max-width: 718px;
}

.sec7-inner {
  background-color: #fff;
  margin: 35px auto 0;
  width: calc(100vw - 40px);
  max-width: 460px;
  border-radius: 15px;
  overflow: hidden;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
.sec7-num1 {
  background-image: url(../img/sec7-num-1.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.sec7-num2 {
  background-image: url(../img/sec7-num-2.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.sec7-num3 {
  background-image: url(../img/sec7-num-3.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.sec7-num4 {
  background-image: url(../img/sec7-num-4.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.sec7-num5 {
  background-image: url(../img/sec7-num-5.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

/* 丸と線 */
.sec7-stepbar {
  margin: 0 auto;
  width: 90%;
  max-width: 330px;
  min-width: 260px;
}
.sec7-stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.sec7-steptitle {
  color: #00B41D;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}

.sec7-stepcircle {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #00B41D;
  color: #fff;
  text-align: center;
}

.sec7-stepcircle img {
  width: 2.2rem;
}

.sec7-icon3 img {
  width: 1.7rem;
}

.sec7-stepbarwrap .sec7-steptitle .sec7-title {
  margin: 0 1rem;
  font-weight: 700;
  padding: 20px 0 0 65px;
}

.sec7-stepbarwrap .sec7-steptxt {
  padding-left: 5rem;
}

.sec7-stepbarwrap .sec7-steptxt .sec7-txt {
  font-weight: 400;
  font-size: 16px;
}

.sec7-stepbarwrap .sec7-stepline {
  width: 5px;
  height: calc(100% + 1rem);
  background-color: #00B41D;
  position: absolute;
  top: 2rem;
  left: 1.9rem;
  z-index: 0;
}

.sec7-stepbarwrap:last-of-type .sec7-stepline:last-of-type {
  display: none;
}

/* ↑丸と線 */
@media screen and (max-width: 375px) {
  .sec7-stepbarwrap {
    margin: 1.5em 0;
  }
  .sec7-stepbarwrap .sec7-stepline {
    left: 1.6rem;
  }
  .sec7-stepbarwrap .sec7-steptxt {
    padding-left: 4.5rem;
  }
  .sec7-stepbarwrap .sec7-steptitle .sec7-title {
    font-size: 17px;
    padding: 10px 0 0 45px;
    margin: 0 0.7rem;
  }
  .sec7-stepbarwrap .sec7-steptxt .sec7-txt {
    font-size: 12px;
  }
  .sec7-stepcircle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .sec7-stepcircle img {
    width: 2rem;
  }
  .sec7-icon3 img {
    width: 1.5rem;
  }
  .sec7-num1, .sec7-num2, .sec7-num3, .sec7-num4, .sec7-num5 {
    background-size: 40px;
  }
}
#sec8 {
  background-image: url(../img/back-sec8-center.png), url(../img/back-sec8-top.jpg), url(../img/back-sec8-bottom.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain;
  background-position: center center, top -5% center, bottom -5% center;
  background-color: #fff;
  text-align: center;
  width: 100%;
  max-width: 768px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  #sec8 {
    background-position: center center, top -30% center, bottom -30% center;
  }
}
#sec8 h3 img {
  width: calc(100vw - 60px);
  max-width: 650px;
  margin-top: -1%;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
#sec8 .supplement {
  margin: 20px 0;
}
#sec8 .btn-wrap {
  background-image: none;
  padding: 0;
  margin: 10px auto 0;
}
#sec8 .sec8-ban {
  width: 38vw;
  max-width: 145px;
  margin-right: 0%;
  position: absolute;
  left: 62%;
  top: -30%;
}
#sec8 .btn {
  width: 95vw;
  max-width: 350px;
  border-radius: 40px;
  display: flex;
}

.sec8-center {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.sec8-h2-wrap {
  display: flex;
  justify-content: center;
  width: calc(100vw - 40px);
  max-width: 708px;
  margin: auto;
  padding-top: 10%;
}
@media screen and (min-width: 480px) {
  .sec8-h2-wrap {
    padding-top: 13%;
  }
}
.sec8-coupon {
  transform: rotate(-5deg);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  width: 95%;
}

#cta-sec8-line {
  margin-bottom: 20px;
}

#sec9 {
  background-color: #fff;
  background-image: url(../img/back-sec9.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
  max-width: 768px;
}
#sec9 h2 img {
  margin: 30px auto;
}
#sec9 h3 img {
  margin: 10px auto;
  min-width: 260px;
  max-width: 300px;
  width: calc(100vw - 60px);
  vertical-align: middle;
}
#sec9 .shop-info {
  text-align: left;
}
#sec9 p {
  margin-top: 20px;
}
#sec9 table {
  border-collapse: separate;
  border-spacing: 10px 10px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  #sec9 table {
    border-spacing: 20px 10px;
  }
}
#sec9 table .icon-phone::before {
  color: #000;
  font-size: 1rem;
  top: 0;
  position: relative;
  padding-right: 10px;
  left: 0px;
  top: 0;
}
#sec9 table a {
  color: #0A3382;
  text-decoration: underline;
}
#sec9 iframe {
  width: 100%;
  max-width: 728px;
  aspect-ratio: 16/9;
  margin-top: 30px;
}
#sec9-img {
  border-radius: 15px;
  width: calc(100% - 40px);
}

.sec9-inner {
  background-color: #fff;
  margin: 0 20px 0;
  width: calc(100% - 40px);
  border-radius: 15px 15px 0 0;
  font-size: 11px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 480px) {
  .sec9-inner {
    font-size: 13px;
  }
}
.sec9-inner th {
  font-weight: 400;
}

#sec10 {
  background-image: url(../img/back-sec10.png);
  padding-bottom: 50px;
  width: 100%;
  max-width: 768px;
}
#sec10 h2 {
  text-align: center;
}
#sec10 h2 img {
  max-width: 728px;
  margin-top: 50px;
}

.qa-title {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}

.qa-wrap {
  display: flex;
  align-items: center;
}
.qa-wrap span {
  margin-left: 10px;
}

.ac_inner_wraper {
  background-image: url(../img/sec10-icon.png);
  background-repeat: no-repeat;
  padding-left: 50px;
}

.backgray {
  background-color: #F0F0F0 !important;
}

.icon-car::before {
  content: "\f1b9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #0A3382;
  display: inline-block;
}

.icon-doc::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #0A3382;
  display: inline-block;
}

.icon-wallet::before {
  content: "\f555";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #0A3382;
  display: inline-block;
}

.icon-shield::before {
  content: "\e574";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #0A3382;
  display: inline-block;
}

.accordion {
  margin: 0 auto;
}

.accordion_container {
  background-color: #fff;
  margin: 30px auto 0 auto;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  width: calc(100vw - 40px);
  max-width: 728px;
}

.accordion_title {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  padding: 20px 4%;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: 1px solid #CECDCD;
  border-left: 1px solid #CECDCD;
  border-right: 1px solid #CECDCD;
}

.accordion_title:active {
  opacity: 0.8;
}

.arrow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transition-duration: 0.2s;
}

.accordion_title.open .arrow_wrap {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arrow {
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  width: 16px;
  height: 16px;
  transform-origin: center center;
  transition-duration: 0.2s;
  margin-left: auto;
}

.accordion_title.open .arrow_wrap .arrow:before {
  content: none;
}

.accordion_title.open .arrow_wrap .arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion_inner {
  display: none;
  padding: 15px 5%;
  border-left: 1px solid #CECDCD;
  border-right: 1px solid #CECDCD;
  border-bottom: 1px solid #CECDCD;
}

.ac_inner_wraper {
  height: auto;
}

p.txt_a_ac {
  font-size: 14px;
}

.small {
  font-size: 11px;
  line-height: 1;
}

#sec11 {
  background-image: url(../img/back-sec11.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  width: 100%;
  max-width: 768px;
  padding-bottom: 50px;
}
#sec11 h2 {
  text-align: center;
}
#sec11 h2 img {
  max-width: 728px;
  margin-top: 50px;
}
#sec11 h3 {
  text-align: center;
  padding-top: 20px;
}
#sec11 h3 img {
  max-width: 520px;
}

.sec11-box {
  background-color: #fff;
  display: block;
  width: calc(100vw - 40px);
  max-width: 530px;
  margin: 50px auto 0;
  padding-bottom: 20px;
  box-shadow: 0 0 0 2px #0a3382, 0 0 0 4px #fff, 0 0 0 9px #0a3382;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
.sec11-box p {
  margin: 20px 20px 0;
}
.sec11-red {
  font-weight: 700;
  color: #FF0000;
}

.footer {
  color: #0A3382;
  text-align: center;
  background-image: url(../img/back-footer.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 768px;
}
.footer p {
  margin-top: 20px;
  font-weight: 700;
}
.footer span .icon-balloon::before {
  position: relative;
  left: 10px;
}
.footer .tel-num {
  font-size: 30px;
  font-weight: 700;
}
.footer-map {
  margin: 10px auto 0;
  width: 130px;
  height: 24px;
  border-radius: 100vh;
  background-color: #0A3382;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-map-wrap {
  display: flex;
  align-items: center;
}
.footer-bk {
  background-color: #0A3382;
  padding: 16px 0 12px 0;
  margin-top: 26px;
}
.footer-link {
  font-size: 10px;
  display: flex;
  justify-content: center;
  list-style: none;
}
.footer-link li {
  margin: 0 10px 0;
  color: #FFFFFF;
}
.footer .copyright {
  font-size: 10px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.footer .logo img {
  width: 130px;
  margin: 20px auto 0;
}

.cta-wrap {
  margin: 28px auto 0px;
  width: calc(100vw - 60px);
  max-width: 344px;
  position: relative;
  z-index: 2;
}
.cta-wrap--ttl {
  margin-bottom: 10px;
}
.cta-wrap--btn {
  margin-bottom: 8px;
  position: relative;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2980392157));
}
.cta-wrap--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  background: url(../img/cta-btn_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 66px;
}
.cta-wrap--txt {
  font-size: 18px;
  font-weight: 600;
  color: #0A3382;
}/*# sourceMappingURL=style.css.map */</pre></body></html>