@charset "UTF-8";
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.bold {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* コンテンツ幅 フル */
.contentsInr {
  width: auto;
  padding: 0px;
}

/* コンテンツ幅 950px */
.contentsInr .contentsUnit {
  padding: 0 10px;
}

@media all and (min-width: 740px) {
  .contentsInr .contentsUnit {
    width: 950px;
    padding: 0px;
    margin: 0 auto;
  }
}
.is-hidden-tab {
  display: none;
}
@media only screen and (min-width: 740px) {
  .is-hidden-tab {
    display: block;
  }
}

.is-visible-tab {
  display: inherit;
}
@media only screen and (min-width: 740px) {
  .is-visible-tab {
    display: none;
  }
}

.btnBox {
  display: block;
}

.border--box {
  padding: 10px;
  border: 2px solid #ddd;
}

@media only screen and (min-width: 740px) {
  .intro__lead {
    text-align: center;
  }
}

/* Web font */
.wf_notoSans_R * {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
}

.wf_notoSans_B * {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-style: normal;
}

.wf_notoserif_B * {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}

.mv_ttl .heroimgWrap .mainHeading {
  text-align: left;
  top: 3vh;
  margin-left: 30px;
}
@media only screen and (min-width: 740px) {
  .mv_ttl .heroimgWrap .mainHeading {
    margin-left: 0;
    top: 5vh;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_ttl .heroimgWrap .mainHeading {
    top: 12vh;
  }
}

.mv_ttl .heroimgWrap .mainTtl {
  font-size: 2.6rem;
}
@media only screen and (min-width: 740px) {
  .mv_ttl .heroimgWrap .mainTtl {
    font-size: 4.1rem;
  }
}

@media only screen and (min-width: 740px) {
  .ctm_pageTtl .ttlLv1 .heading {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 740px) {
  .list__limited .colWrap .col .aem-Grid {
    width: 80%;
    margin: 0 auto;
  }
}

.inner {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 740px) {
  .inner {
    width: 950px;
  }
}

/**
* checkbox
*/
.block__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 740px) {
  .block__checkbox {
    padding: 20px 0;
  }
}

input[type=checkbox] {
  display: none;
}

.item__checkbox {
  margin: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  font-size: 10px;
}
@media only screen and (min-width: 740px) {
  .item__checkbox {
    margin: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    font-size: 14px;
  }
}
.item__checkbox .checkbox_typeA {
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px;
  position: relative;
  width: auto;
}
.item__checkbox .checkbox_typeA::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.item__checkbox .checkbox_typeA::after {
  border-right: 3px solid #c00;
  border-bottom: 3px solid #c00;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.item__checkbox .checkbox_typeA:checked::after {
  opacity: 1;
}

/**
* tab
*/
.tab--cardlist {
  margin-top: 20px;
}
.tab--cardlist .slick-track {
  padding-bottom: 20px;
}

.item__tab .inner__item__tab {
  position: relative;
  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;
  padding: 3px;
  font-size: 10px;
  text-align: center;
  min-height: 52px;
  background: #e6e6e6;
}
@media only screen and (min-width: 740px) {
  .item__tab .inner__item__tab {
    margin: 0 10px;
    font-size: 13px;
    min-height: 57px;
    background: #fff;
    border: 1px solid #8F98A1;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 740px) {
  .item__tab .inner__item__tab::after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-top-color: #FFF;
  }
}
@media only screen and (min-width: 740px) {
  .item__tab .inner__item__tab::before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    border-color: rgba(143, 152, 161, 0);
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -8px;
    margin-top: 1px;
    border-top-color: #8F98A1;
  }
}
.item__tab.slick-current .inner__item__tab {
  color: #fff;
  background: #c00;
}
@media only screen and (min-width: 740px) {
  .item__tab.slick-current .inner__item__tab {
    color: #333;
    background: #fff;
  }
}
.item__tab.slick-current .inner__item__tab::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(192, 0, 0, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #c00;
  top: 100%;
  left: 50%;
}
@media only screen and (min-width: 740px) {
  .item__tab.slick-current .inner__item__tab::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-top-color: #FFF;
  }
}

/**
* cardlist
*/
#js-card-slider .slick-prev::before, #js-card-slider .slick-next::before, #js-card-slider [dir=rtl] .slick-prev::before, #js-card-slider [dir=rtl] .slick-next::before {
  background-size: 233px auto;
  width: 24px;
  height: 29px;
}
#js-card-slider .slick-prev {
  left: -10px;
}
#js-card-slider .slick-prev::before {
  background-position: -25px -82px;
}
@media only screen and (min-width: 740px) {
  #js-card-slider .slick-prev {
    left: -25px;
  }
}
#js-card-slider .slick-next {
  right: -10px;
}
#js-card-slider .slick-next::before {
  background-position: 0 -82px;
}
@media only screen and (min-width: 740px) {
  #js-card-slider .slick-next {
    right: -25px;
  }
}
#js-card-slider .slick-prev, #js-card-slider .slick-next {
  top: 80px;
  z-index: 10;
}
@media only screen and (min-width: 740px) {
  #js-card-slider .slick-prev, #js-card-slider .slick-next {
    top: 70px;
  }
}

.item--slider {
  padding: 10px;
}
@media only screen and (min-width: 740px) {
  .item--slider {
    padding: 15px;
    border-right: 1px solid #ddd;
  }
  .item--slider:last-of-type {
    border-right: none;
  }
}

@media only screen and (min-width: 740px) {
  .img--cardface {
    min-height: 119px;
  }
}
.img--cardface img {
  display: inline;
  width: 65%;
}
@media only screen and (min-width: 740px) {
  .img--cardface img {
    width: 160px;
  }
}

.subhead {
  margin: 5px 0;
  padding: 5px;
  text-align: center;
  background: #F7F7F7;
}
@media only screen and (min-width: 740px) {
  .subhead {
    margin: 10px 0;
    padding: 10px;
  }
}

.detail--mile {
  display: none;
}

.detail--service {
  display: none;
}

.brandlogoItem {
  display: inline-block;
  margin: 2px 2px 0 0;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}
.brandlogoItem img {
  display: inline;
  width: auto;
  height: 30px;
}

/** accordion */
.btn__trigger {
  position: relative;
  margin-top: 10px;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #dedede;
}
.btn__trigger::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);
  background-repeat: no-repeat;
  background-size: 97px auto;
  background-position: -43px 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn__trigger.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/************
PC用高さ揃える
************/
@media only screen and (min-width: 740px) {
  .list--benefit {
    min-height: 153px;
  }
}

@media only screen and (min-width: 740px) {
  .area__price {
    min-height: 126px;
  }
}

@media only screen and (min-width: 740px) {
  .brandlist {
    min-height: 136px;
  }
}

@media only screen and (min-width: 740px) {
  .vertical-2 {
    min-height: 42px;
  }
}

@media only screen and (min-width: 740px) {
  .vertical-3 {
    min-height: 63px;
  }
}

@media only screen and (min-width: 740px) {
  .vertical-6 {
    min-height: 126px;
  }
}

/**
* header_btn
*/
.wrapper__header__btn {
  padding: 5px;
  background: #D1E3EF;
}

.box__header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__header__btn {
  margin-left: 5px;
}
.item__header__btn .header__btn {
  display: inline-block;
  padding: 7px 10px;
  min-width: 113px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: #c00;
}
@media only screen and (min-width: 740px) {
  .item__header__btn .header__btn {
    font-size: 12px;
    padding: 10px 15px;
    min-width: 138px;
  }
}
.item__header__btn .header__btn.anchor {
  position: relative;
}
.item__header__btn .header__btn.anchor::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: -18px -53px;
}
.item__header__btn .header__btn .altIcon {
  margin-left: 5px;
  width: 12px;
  height: 10px;
  vertical-align: middle;
}