.topics .mod__section-kv {
  background: url("/_assets/images/topics/img-topics-kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topics-detail .mod__section-kv {
  background: url("/_assets/images/topics/img-topics-kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topics-detail .date {
  background: #666666;
  text-align: center;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0px 4px;
  display: inline-block;
}

.topics-detail .detail-head {
  margin-bottom: 62px;
}

.topics-detail .detail-title-box {
  margin-top: 30px;
}

.topics-detail .detail-title {
  font-size: 3.2rem;
  color: #666666;
}

.topics-detail .detail-text {
  font-size: 1.6rem;
  padding: 0 30px;
  line-height: 2.8rem;
  margin-bottom: 62px;
}

.topics-detail .detail-link-box ul {
  margin: 32px 42px 0;
}

.topics-detail .detail-link-box ul li {
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: bold;
}

.topics-detail .detail-link-box ul li:last-child {
  margin-bottom: 0;
}

.topics-detail .detail-link-box ul li a {
  margin-left: 20px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .topics .mod__section-kv {
    background: url("/_assets/images/topics/img-topics-kv-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .topics-detail .mod__section-kv {
    background: url("/_assets/images/topics/img-topics-kv-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .topics-detail .date {
    padding: 4px 8px;
  }
  .topics-detail .detail-head {
    margin-bottom: 55px;
  }
  .topics-detail .detail-title-box {
    margin-top: 20px;
  }
  .topics-detail .detail-title {
    font-size: 2.0rem;
  }
  .topics-detail .detail-text {
    padding: 0 0;
  }
  .topics-detail .detail-link-box ul {
    margin: 24px 20px 0;
  }
  .topics-detail .detail-link-box ul li a {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=../maps/topics/style.css.map */
