<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --cl-text-default: #333;
  --cl-base-red: #e63743;
  --cl-base-red-hover: #d61921;
  --cl-light-red: #faf0f0;
  --btn-h: 48px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  :root {
    --btn-h: 12.82051vw;
  }
}

/*-----------------------------------------------------

  Customer CSS

-----------------------------------------------------*/
#content-customer #customer-notice {
  margin-bottom: 100px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-notice {
    margin-bottom: 19.23077vw;
    padding: 0 7.69231vw;
  }
}

#content-customer #customer-notice .ttl {
  margin-bottom: 1em;
  font-size: 2.2rem;
  color: #c2143e;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-notice .ttl {
    font-size: 3.84615vw;
  }
}

#content-customer #customer-notice p {
  color: #c2143e;
}

#content-customer #customer-list_news {
  margin: 120px 0 120px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-list_news {
    margin: 120px 0 120px;
  }
}

#content-customer #customer-contact {
  background: url(/sales_channel/howtobuy/images/howto-bg.jpg) no-repeat center center/cover;
  padding: 150px 0 220px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact {
    padding: 20.51282vw 0 32.05128vw;
  }
}

#content-customer #customer-contact .contact-wrap {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 70px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12.82051vw 5.12821vw 12.82051vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .ttl {
  width: 290px;
  font-size: 2.6rem;
  line-height: 1;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .ttl {
    width: 100%;
    margin-bottom: 0.75em;
    font-size: 4.35897vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dt {
  width: 200px;
  font-size: 1.8rem;
  font-weight: bold;
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dt:not(:first-of-type) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dt {
    width: 100%;
    margin-bottom: 2.5641vw;
    font-size: 3.58974vw;
  }
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dt:last-of-type {
    margin-bottom: 2.5641vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd {
  width: calc(100% - 200px);
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd:not(:first-of-type) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd {
    width: 100%;
  }
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd:not(:first-of-type) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -1.4rem;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel strong {
  display: inline-block;
  font-size: 4.0rem;
  font-weight: 600;
  color: var(--cl-base-red);
  line-height: 1.4;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel strong {
    font-size: 9.23077vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel strong rt {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel strong rt {
    font-size: 2.82051vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel span {
  font-size: 1.6rem;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .tel span {
    font-size: 3.33333vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .sttl {
  margin-top: 1.5em;
  font-size: 1.8rem;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .sttl {
    font-size: 3.33333vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .dcall {
  margin: 0.1em 0;
  font-size: 3.0rem;
  font-weight: 600;
  color: var(--cl-base-red);
  line-height: 1;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .dcall {
    font-size: 6.92308vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd p:has(&gt; strong) {
  margin-bottom: .5em;
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd p + p:has(&gt; strong) {
  margin-top: 2em;
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .link {
  margin-top: 1em;
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .link a &gt; span span {
  font-weight: bold;
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.row dd .link a &gt; span small {
  display: inline-block;
  background: #000;
  padding: 0.25em;
  color: #fff;
  line-height: 1;
}

#content-customer #customer-contact .contact-wrap &gt; .body dl.clmn dt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #content-customer #customer-contact .contact-wrap &gt; .body dl.clmn dt {
    margin-bottom: 2.5641vw;
    font-size: 3.58974vw;
  }
}

#content-customer #customer-contact .contact-wrap &gt; .body p + .clmn {
  margin-top: 2rem;
}

#customer-list_genre {
  margin: -40px 0 200px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-list_genre {
    margin: -11.53846vw 0 25.64103vw;
  }
}

#customer-list_genre .column-list li:first-child .txt-block {
  padding-top: 40px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-list_genre .column-list li:first-child .txt-block {
    padding-top: 0;
  }
}

#customer-effort {
  margin: 70px 0 150px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-effort {
    margin: 5.12821vw 0 19.23077vw;
  }
}

#customer-effort figure {
  margin-top: 100px;
  padding: 0 120px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-effort figure {
    margin-top: 10.25641vw;
    padding: 0;
  }
}

#customer-effort figure img {
  width: 100%;
  height: auto;
}

#customer-voice {
  margin: 100px 0 150px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice {
    margin: 19.23077vw 0 19.23077vw;
  }
}

#customer-voice .prd:not(:last-of-type) {
  margin-bottom: 150px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd:not(:last-of-type) {
    margin-bottom: 19.23077vw;
  }
}

#customer-voice .prd .prd-hd {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-hd {
    padding: 0 0 5.12821vw;
  }
}

#customer-voice .prd .prd-hd .num {
  font-weight: bold;
  color: #666;
}

#customer-voice .prd .prd-hd .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
  font-size: 2.0rem;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-hd .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.28205vw 0 3.84615vw;
    font-size: 3.58974vw;
  }
}

#customer-voice .prd .prd-hd .name strong {
  margin-right: 0.25em;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-hd .name strong {
    margin-right: 0;
    font-size: 4.10256vw;
  }
}

#customer-voice .prd .prd-hd .point {
  font-size: 1.8rem;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-hd .point {
    font-size: 3.33333vw;
    text-align: center;
  }
}

#customer-voice .prd .prd-hd .point span {
  display: inline-block;
  background-image: url(/customer/voice/images/point-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 186px;
  margin-right: 1em;
  text-align: center;
  line-height: 41px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-hd .point span {
    background-image: none;
    background-color: #f9f6f7;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    line-height: 7.69231vw;
  }
}

#customer-voice .prd .prd-improve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-improve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
}

#customer-voice .prd .prd-improve .box-voice {
  width: 63.9%;
  padding-right: 30px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-improve .box-voice {
    width: 100%;
    margin-bottom: 6.41026vw;
    padding-right: 0;
  }
}

#customer-voice .prd .prd-improve .box-voice .voice dt {
  margin-bottom: 1em;
  font-weight: bold;
}

#customer-voice .prd .prd-improve .box-voice .voice dt::before {
  content: '-';
  margin-right: .5em;
}

#customer-voice .prd .prd-improve .box-voice .voice dd {
  margin-bottom: 2em;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-improve .box-voice .voice dd {
    margin-bottom: 5.12821vw;
  }
}

#customer-voice .prd .prd-improve .box-voice .cmn-extlink span {
  font-weight: bold;
}

#customer-voice .prd .prd-improve .box-pics {
  width: 346px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-improve .box-pics {
    width: 100%;
    padding: 0 6.41026vw;
  }
}

#customer-voice .prd .prd-improve .box-pics ul li {
  position: relative;
}

#customer-voice .prd .prd-improve .box-pics ul li span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 1.5rem;
  z-index: 1;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-improve .box-pics ul li span {
    width: 13.58974vw;
    height: 13.58974vw;
    font-size: 3.07692vw;
  }
}

#customer-voice .prd .prd-improve .box-pics ul li span:before {
  content: '';
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#customer-voice .prd .prd-improve .box-pics ul li:not(:last-child)::after {
  content: '';
  display: block;
  background-image: url(/customer/voice/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px auto;
  width: 100%;
  height: 50px;
}

@media only screen and (max-width: 779px), only screen and (max-width: 812px) and (orientation: landscape) {
  #customer-voice .prd .prd-improve .box-pics ul li:not(:last-child)::after {
    background-size: 10.25641vw auto;
    height: 12.82051vw auto;
  }
}

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