@charset "UTF-8";
/* ==================================================================
  Config
================================================================== */
#module-light .footer-basic .brand-link {
  margin: 50px auto 0;
}
#module-light .footer-basic {
  margin: 0!important;
}

@media screen and (max-width: 768px) {
  #module-light .footer-basic .brand-link {
    margin: 35px auto 0;
  }
}


/* ==================================================================
  Key Visual 設定
================================================================== */
#module-light .kv-half--lead {
  line-height: 1.8;
}


#module-light .kv-half--lead .font-bold_jp--normal {
  font-weight: 400 !important;
  font-size: 14px !important;
}


@media screen and (max-width: 768px) {
  #module-light .kv-half--lead .font-bold_jp--normal {
    font-size: 3.73vw !important;
  }
}

#module-light .m--top-caption-style {
  margin: 25px 0 0;
  font-size: 12px;
  line-height: 1.66;
  color: #9a9a9a;
  text-align: left;
  font-weight: 400 !important;
  display: block;
}
@media screen and (max-width: 768px) {
  #module-light .m--top-caption-style {
    margin: 20px 0 0;
    font-size: 2.93vw;
    display: block;
  }
}

#module-light .kv-full .m--top-caption-style {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #module-light .kv-full .m--top-caption-style {
    text-align: left;
  }
}


/* ==================================================================
キャプションの電話番号無効
================================================================== */
#module-light .no-auto-link a[href^="tel:"],
#module-light .no-auto-link a[href^="mailto:"]{
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
}

@media screen and (max-width: 768px) {
  #module-light .no-auto-link a[href^="tel:"],
  #module-light .no-auto-link a[href^="mailto:"] {
    font-size: 2.93vw !important;
  }
}


/* ==================================================================
ボタン2つ設定
================================================================== */

#module-light .btn01 {
  margin: 0 !important;
  line-height: 1 !important;
}
