<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
.reason-info {
  margin: 50px 0 125px;
}
@media (max-width: 760px) {
  .reason-info {
    margin: 25px 0 60px;
  }
}

.reason-info__ttl {
  margin-bottom: 27px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6428;
}
@media (max-width: 760px) {
  .reason-info__ttl {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.reason-info__ttl + p {
  text-align: center;
}
@media (max-width: 760px) {
  .reason-info__ttl + p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

.reason-info-list {
  margin-top: 90px;
}

.reason-info-list__box {
  border: 1px solid #c0c0c0;
  padding: 42px 38px;
  position: relative;
  counter-increment: reason;
}
@media (min-width: 761px) {
  .reason-info-list__box {
    display: flex;
  }
  .reason-info-list__box:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media (max-width: 760px) {
  .reason-info-list__box {
    padding: 3.8461538462vw;
  }
}
.reason-info-list__box::before {
  content: counter(reason);
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
  width: 59px;
  height: 59px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 50%;
  background-color: #004B31;
}
@media (max-width: 760px) {
  .reason-info-list__box::before {
    width: 15.1282051282vw;
    height: 15.1282051282vw;
    top: -7.4358974359vw;
    font-size: 25px;
    font-size: 6.4102564103vw;
  }
}
.reason-info-list__box + .reason-info-list__box {
  margin-top: 88px;
}
@media (max-width: 760px) {
  .reason-info-list__box + .reason-info-list__box {
    margin-top: 72px;
  }
}

@media (min-width: 761px) {
  .reason-info-list__img {
    max-width: 562px;
  }
  .reason-info-list__box:nth-of-type(odd) .reason-info-list__img {
    margin-right: 47px;
  }
  .reason-info-list__box:nth-of-type(even) .reason-info-list__img {
    margin-left: 47px;
  }
}
@media (max-width: 760px) {
  .reason-info-list__img {
    margin-bottom: 19px;
  }
}

@media (min-width: 761px) {
  .reason-info-list__txt {
    flex: 1;
  }
}
.reason-info-list__txt p:not(:last-child) {
  margin-bottom: 1em;
}
.reason-info-list__txt p span {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 760px) {
  .reason-info-list__txt p span {
    display: block;
    text-align: center;
    font-size: 17px;
    font-size: 4.358974359vw;
  }
}

.reason-info-list__ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6428;
  margin-bottom: 1em;
}
@media (max-width: 760px) {
  .reason-info-list__ttl {
    margin-bottom: 11px;
    text-align: center;
    font-size: 28px;
    font-size: 7.1794871795vw;
    line-height: 1.3928;
  }
}
.reason-info-list__ttl b {
  font-size: 47px;
  color: #DC0600;
  background: linear-gradient(transparent 55%, #FFFF65 55%);
}
@media (max-width: 760px) {
  .reason-info-list__ttl b {
    font-size: 38px;
    font-size: 9.7435897436vw;
  }
}
@media (max-width: 760px) {
  .reason-info-list__ttl span {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}

/* .l-reason {
  .anc_box {
    margin-top: -132px;
    padding-top: 132px;
    @media screen and (max-width: 760px) {
      margin-top: -50px;
      padding-top: 50px;
    }
  }
} */
.support {
  margin-bottom: 140px;
}
@media (max-width: 760px) {
  .support {
    margin-bottom: 57px;
  }
}

.support__wrap {
  margin-bottom: 140px;
  background-color: #fef5f3;
}
@media (max-width: 760px) {
  .support__wrap {
    margin-bottom: 28px;
    padding-bottom: 35px;
  }
}

.support__ttl {
  margin: 39px 0 24px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #004B31;
}
@media (max-width: 760px) {
  .support__ttl {
    margin: -13px 0 18px;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.support__ttl span {
  background: linear-gradient(transparent 55%, #FFFF65 55%);
}
.support__ttl + p {
  text-align: center;
}

.support-list {
  margin: 45px auto 47px;
}
@media (min-width: 761px) {
  .support-list {
    display: flex;
    max-width: 1024px;
  }
}
@media (min-width: 761px) {
  .support-list &gt; li {
    width: calc(100% / 3);
    padding: 10px 30px 19px;
    box-sizing: border-box;
    border-right: 2px solid #d1d1d1;
  }
  .support-list &gt; li:first-child {
    border-left: 2px solid #d1d1d1;
  }
}
@media (max-width: 760px) {
  .support-list &gt; li + li {
    margin-top: 35px;
  }
}
.support-list figure {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .support-list figure {
    margin-bottom: 9px;
  }
}
.support-list img {
  display: block;
  margin: 0 auto 19px;
  max-width: 180px;
}
@media (max-width: 760px) {
  .support-list img {
    margin-bottom: 4.8717948718vw;
    max-width: 46.1538461538vw;
  }
}
.support-list figcaption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 760px) {
  .support-list figcaption {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.support-list p span {
  font-weight: bold;
}

.support-list__list {
  margin: 0 auto 10px;
}
@media (max-width: 760px) {
  .support-list__list {
    display: table;
  }
}

.support__bnr {
  margin: auto;
  position: relative;
}
@media (min-width: 761px) {
  .support__bnr {
    max-width: 821px;
    bottom: -48px;
  }
}

@media (max-width: 760px) {
  .support-price::before {
    display: block;
    margin: 0 20px 1em;
    content: "※横にスライドしてご覧ください";
  }
}

@media (max-width: 760px) {
  .support-price__wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 760px) {
  .support-price__wrap img {
    width: 966px;
  }
}

.reselect {
  margin-bottom: 68px;
  padding-bottom: 69px;
  background-color: #fef5f3;
}
@media (max-width: 760px) {
  .reselect {
    margin-bottom: 54px;
    padding-bottom: 34px;
  }
}
.reselect img {
  display: block;
  margin: 0 auto 74px;
}
@media (min-width: 761px) {
  .reselect img {
    max-width: 975px;
  }
}
@media (max-width: 760px) {
  .reselect img {
    margin-bottom: 35px;
  }
}
.reselect p {
  margin: auto;
}
@media (min-width: 761px) {
  .reselect p {
    max-width: 770px;
  }
}
.reselect p:not(:last-child) {
  margin-bottom: 1em;
}
.reselect p span {
  display: inline-block;
  font-size: 12px;
  color: #8e8e8e;
  line-height: 1.4167;
}

.reselect__ttl {
  margin: 39px 0 42px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #004B31;
}
@media (max-width: 760px) {
  .reselect__ttl {
    margin: 0px 0 23px;
    font-size: 28px;
    font-size: 7.1794871795vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
.reselect__ttl span {
  background: linear-gradient(transparent 55%, #FFFF65 55%);
}

.reselect__subttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .reselect__subttl {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}

.warranty {
  margin-bottom: 70px;
  padding-bottom: 69px;
  background-color: #fef5f3;
}
@media (max-width: 760px) {
  .warranty {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.warranty__ttl {
  margin: 39px 0 42px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #004B31;
}
@media (max-width: 760px) {
  .warranty__ttl {
    margin: -10px 0 26px;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.warranty__ttl span {
  background: linear-gradient(transparent 55%, #FFFF65 55%);
}

.warranty__subttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 27px;
}
@media (max-width: 760px) {
  .warranty__subttl {
    font-size: 19px;
    font-size: 4.8717948718vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
.warranty__subttl + p {
  text-align: center;
}
@media (max-width: 760px) {
  .warranty__subttl + p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    text-align: left;
  }
}

.warranty-link {
  width: 320px;
  margin: 25px auto 0;
}
@media (max-width: 760px) {
  .warranty-link {
    width: 90%;
    margin: 10% auto 0;
  }
}
.warranty-link .bnr {
  margin-bottom: 5px;
}
.warranty-link .txt {
  text-align: center;
}
.warranty-link .txt a {
  position: relative;
  padding-right: 12px;
}
.warranty-link .txt a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/cmn/icon_window_gray.png) center/contain no-repeat;
}

.warranty-price {
  display: flex;
  max-width: 806px;
  margin: 39px auto 75px;
  align-items: center;
  padding: 0 42px 0 53px;
  position: relative;
  z-index: 1;
}
@media (min-width: 761px) {
  .warranty-price::before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64%;
    background-color: #fff;
    display: block;
    margin: auto;
    content: "";
    border-radius: 12px;
  }
}
@media (max-width: 760px) {
  .warranty-price {
    margin: 30px 0 28px;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
  }
}

.warranty-price__img {
  flex: 1;
}
@media (min-width: 761px) {
  .warranty-price__img {
    margin-right: 28px;
    max-width: 210px;
  }
}
@media (max-width: 760px) {
  .warranty-price__img {
    margin-right: 15px;
  }
}

@media (min-width: 761px) {
  .warranty-price__wrap {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 761px) {
  .warranty-price__ttl {
    margin-right: 18px;
  }
}
.warranty-price__ttl span {
  padding: 6px 9px 7px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  background-color: #004B31;
}
@media (max-width: 760px) {
  .warranty-price__ttl span {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

@media (max-width: 760px) {
  .warranty-price__num {
    font-size: 15px;
    font-size: 3.8461538462vw;
    text-align: center;
    display: block;
  }
}
.warranty-price__num span {
  font-size: 41px;
  font-weight: bold;
}
@media (max-width: 760px) {
  .warranty-price__num span {
    line-height: 1;
    font-size: 41px;
    font-size: 10.5128205128vw;
  }
}

.warranty__notice {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 1.4167;
}
@media (min-width: 761px) {
  .warranty__notice {
    max-width: 770px;
    margin: auto;
  }
}

/*# sourceMappingURL=reason.css.map */
</pre></body></html>