@charset "UTF-8";
/* ==================================================================
  Config
================================================================== */
#module-light #related-more-topics-list div.more-list span.date {
	display: none;
}
#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;
  }
}