@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#titlearea {
  background: url(/sales/image/title.jpg) no-repeat center center/cover;
}

/* -------------------------------------------- */
/*  intro-text */
/* -------------------------------------------- */
.intro-text {
  margin-bottom: 3em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2;
}
.intro-text span {
  color: #f5a10b;
}

.photo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-area li {
  width: 50%;
  border-right: 1px solid #fff;
}
.photo-area li:last-child {
  border-right: none;
}
.photo-area li img {
  width: 100%;
}

/* -------------------------------------------- */
/*  bg-area */
/* -------------------------------------------- */
.bg-area {
  background: url(/common_img/pat_dot_w.png) repeat #c62525;
  margin-bottom: 5em;
}
.bg-area .inblock {
  position: relative;
  margin-top: -5em;
  padding-bottom: 5em;
}
.bg-area .inblock::before {
  position: absolute;
  bottom: 0;
  right: -10%;
  content: "";
  background: url(/sales/image/staff02.png) no-repeat center bottom/contain;
  max-width: 244px;
  width: 40%;
  height: 242px;
  z-index: 1;
}
.bg-area .inblock .s-block {
  background: #fff;
  margin-bottom: 3em;
  padding: 3em 3em 5em;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.bg-area .inblock .s-block .fukidashi-t {
  margin-bottom: 3em;
  text-align: center;
}
.bg-area .inblock .s-block .fukidashi-t span {
  display: inline-block;
  background: #c62525;
  border: 3px solid #c62525;
  padding: 0.2em 1em;
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  position: relative;
}
.bg-area .inblock .s-block .fukidashi-t span::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #c62525 transparent transparent transparent;
}
.bg-area .inblock .s-block.subaru {
  position: relative;
}
.bg-area .inblock .s-block.subaru::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8%;
  max-width: 436px;
  width: 36%;
  height: 225px;
  background: url(/sales/image/staff01.png) no-repeat center bottom/contain;
}
.bg-area .inblock .s-block.subaru .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bg-area .inblock .s-block.subaru .f-box .text {
  width: 50%;
}
.bg-area .inblock .s-block.subaru .f-box .text dt {
  margin-bottom: 1em;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.4;
}
.bg-area .inblock .s-block.subaru .f-box .photo {
  width: 46%;
}
.bg-area .inblock .s-block.other .fukidashi-t {
  margin-bottom: 2em;
}
.bg-area .inblock .s-block.other .fukidashi-t span {
  background: #fff;
  color: #c62525;
}
.bg-area .inblock .s-block.other .fukidashi-t span::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.bg-area .inblock .s-block.other .text-area {
  margin-bottom: 2em;
}
.bg-area .inblock .s-block.other .text-area .sub {
  font-size: 1.2em;
  font-weight: bold;
  color: #c62525;
  margin-bottom: 10px;
}
.bg-area .inblock .s-block.other .text-area dl dt {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}
.bg-area .inblock .s-block.other .brand-logo {
  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;
}
.bg-area .inblock .s-block.other .brand-logo li {
  margin: 0 1%;
}

/* -------------------------------------------- */
/*  購入の流れ */
/* -------------------------------------------- */
.flow .flow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3em;
}
.flow .flow-btn li {
  width: 50%;
  max-width: 240px;
  text-align: center;
}
.flow .flow-btn li:first-child {
  margin-right: 1em;
}
.flow .flow-btn li a {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  padding: 1em;
  font-weight: bold;
  vertical-align: bottom;
}
.flow .flow-btn li a::after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-left: 5px;
  font-size: 1.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flow .flow-btn li a:hover {
  text-decoration: none;
}
.flow .flow-btn li a:hover::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.flow .flow-btn li a.new {
  background: #e9eef8;
  color: #164098;
  border: 1px solid #164098;
}
.flow .flow-btn li a.used {
  background: #fffbe4;
  color: #f5a10b;
  border: 1px solid #f5a10b;
}
.flow .flow-block {
  margin-bottom: 7em;
}
.flow .flow-block.f-used h3 {
  background: #fac31b;
}
.flow .flow-block.f-used .process li dl dt {
  color: #fac31b;
}
.flow .flow-block.f-used .process li dl .circle {
  background: #fffbe4;
}
.flow .flow-block.f-used .note-banner .kome li a {
  text-decoration: underline;
}
.flow .flow-block.f-used .note-banner .kome li a:hover {
  text-decoration: none;
}
.flow .flow-block h3 {
  margin-bottom: 2em;
  background: #164098;
  padding: 0.4em 1em;
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.flow .flow-block .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4em;
}
.flow .flow-block .process li {
  width: 13.2%;
  margin-right: 1%;
}
.flow .flow-block .process li:last-child {
  margin-right: 0;
}
.flow .flow-block .process li dl {
  position: relative;
}
.flow .flow-block .process li dl dt {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2em;
  font-weight: bold;
  color: #164098;
  z-index: 1;
  line-height: 1;
}
.flow .flow-block .process li dl .circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e9eef8;
}
.flow .flow-block .process li dl .circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4;
}
.flow .flow-block .process li dl .exp {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.4;
}
.flow .flow-block .note-banner {
  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;
  margin-bottom: 3em;
}
.flow .flow-block .note-banner ul {
  width: 50%;
}
.flow .flow-block .note-banner dl {
  width: 40%;
  text-align: center;
}
.flow .flow-block .note-banner dl dt {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.flow .flow-block .lineup {
  margin-bottom: 1em;
  border-width: 5px;
}
.flow .flow-block ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}
.flow .flow-block ul.kome li::before {
  content: "※";
}

.photo-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-bottom li {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
}
.photo-bottom li:last-child {
  border-right: none;
}
.photo-bottom li img {
  width: 100%;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* -------------------------------------------- */
  /*  intro-text */
  /* -------------------------------------------- */
  .intro-text {
    font-size: 1.2em;
  }
  /* -------------------------------------------- */
  /*  bg-area */
  /* -------------------------------------------- */
  .bg-area .inblock .s-block {
    padding: 2em 2em 5em;
  }
  .bg-area .inblock .s-block .fukidashi-t {
    margin-bottom: 2em;
  }
  .bg-area .inblock .s-block.subaru::before {
    left: 3%;
    width: 45%;
  }
  .bg-area .inblock .s-block.subaru .f-box {
    display: block;
  }
  .bg-area .inblock .s-block.subaru .f-box .text {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
  .bg-area .inblock .s-block.subaru .f-box .text dt {
    font-size: 1.8em;
  }
  .bg-area .inblock .s-block.subaru .f-box .text dt br {
    display: none;
  }
  .bg-area .inblock .s-block.subaru .f-box .photo {
    width: 100%;
    text-align: center;
  }
  .bg-area .inblock .s-block.other .text-area dl dt {
    font-size: 1.8em;
  }
  /* -------------------------------------------- */
  /*  購入の流れ */
  /* -------------------------------------------- */
  .flow .flow-btn {
    margin-bottom: 2em;
  }
  .flow .flow-block h3 {
    font-size: 1.8em;
  }
  .flow .flow-block .process {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .flow .flow-block .process li {
    width: 20%;
    margin-right: 3%;
    margin-bottom: 3em;
  }
  .flow .flow-block .note-banner {
    display: block;
  }
  .flow .flow-block .note-banner ul {
    width: 100%;
    margin-bottom: 2em;
  }
  .flow .flow-block .note-banner dl {
    width: 100%;
  }
  .flow .flow-block .note-banner dl dt {
    font-size: 1em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /*  intro-text */
  /* -------------------------------------------- */
  .intro-text {
    font-size: 1.1em;
  }
  /* -------------------------------------------- */
  /*  bg-area */
  /* -------------------------------------------- */
  .bg-area .inblock .s-block .fukidashi-t span {
    font-size: 1.5em;
  }
  .bg-area .inblock .s-block.subaru .fukidashi-t span {
    padding: 0.2em;
  }
  .bg-area .inblock .s-block.subaru .f-box .text dt {
    font-size: 1.5em;
  }
  .bg-area .inblock .s-block.other .text-area dl dt {
    font-size: 1.5em;
  }
  .bg-area .inblock .s-block.other .brand-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg-area .inblock .s-block.other .brand-logo li {
    margin: 0 2% 1em;
    width: 21%;
    text-align: center;
  }
  /* -------------------------------------------- */
  /*  購入の流れ */
  /* -------------------------------------------- */
  .flow .flow-block {
    margin-bottom: 5em;
  }
  .flow .flow-block h3 {
    font-size: 1.5em;
  }
  .flow .flow-block .process li {
    width: 23%;
    margin-right: 2%;
  }
  .flow .flow-block .process li:nth-child(4n) {
    margin-right: 0;
  }
  .flow .flow-block .process li dl .circle span {
    font-size: 1em;
  }
  .flow .flow-block .process li dl .exp br {
    display: none;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /*  intro-text */
  /* -------------------------------------------- */
  .intro-text {
    font-size: 1em;
    text-align: left;
    line-height: inherit;
  }
  /* -------------------------------------------- */
  /*  bg-area */
  /* -------------------------------------------- */
  .bg-area {
    margin-bottom: 3em;
  }
  .bg-area .inblock {
    margin-top: -5%;
    padding-bottom: 2em;
  }
  .bg-area .inblock::before {
    right: 0;
  }
  .bg-area .inblock .s-block {
    padding: 1.5em 1em 4em;
  }
  .bg-area .inblock .s-block .fukidashi-t {
    margin-bottom: 1.5em;
  }
  .bg-area .inblock .s-block .fukidashi-t span {
    font-size: 1.2em;
  }
  .bg-area .inblock .s-block.subaru::before {
    width: 55%;
  }
  .bg-area .inblock .s-block.subaru .f-box .text dt {
    font-size: 1.2em;
  }
  .bg-area .inblock .s-block.subaru .f-box .text dd {
    text-align: left;
  }
  .bg-area .inblock .s-block.other {
    padding-bottom: 3em;
  }
  .bg-area .inblock .s-block.other .text-area .sub {
    font-size: 1em;
    line-height: 1.4;
  }
  .bg-area .inblock .s-block.other .text-area dl dt {
    font-size: 1.2em;
  }
  .bg-area .inblock .s-block.other .brand-logo li img {
    max-height: 60px;
  }
  /* -------------------------------------------- */
  /*  購入の流れ */
  /* -------------------------------------------- */
  .flow .flow-btn li:first-child {
    margin-right: 2%;
  }
  .flow .flow-btn li a {
    font-size: 0.9em;
    padding: 0.5em;
  }
  .flow .flow-block {
    margin-bottom: 3em;
  }
  .flow .flow-block h3 {
    font-size: 1.3em;
  }
  .flow .flow-block .process li {
    width: 32%;
    margin-right: 2%;
  }
  .flow .flow-block .process li:nth-child(3n) {
    margin-right: 0;
  }
  .flow .flow-block .process li:nth-child(4n) {
    margin-right: 2%;
  }
  .flow .flow-block .process li dl dt {
    font-size: 1.5em;
  }
  .flow .flow-block .process li dl .circle span {
    font-size: 0.9em;
  }
  .flow .flow-block .note-banner dl dt {
    font-size: 0.9em;
  }
}