@charset "UTF-8";

.topics-body_lead {
  font-size: 130%;
}

.topics-group ul {
  padding-left: 1.25em;
}

.topics-group ul li {
  list-style: disc;
}

.topics-group a {
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  opacity: 1;
  text-decoration: underline;
}

.topics-group a:hover {
  opacity: 0.7;
}

.topic-banner {
  display: table;
  margin: 0 auto;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
}

.topic-banner:hover {
  opacity: 0.7;
}

.topic-banner img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .topics-body_lead {
    margin: 28px 0;
  }

  .topics-lead_text {
    margin: 70px 0 0;
  }

  .topics-body_text + .topics-body_lead {
    margin-top: 72px;
  }

  .topics-group ul {
    padding: 0 70px 0 calc(70px + 1.25em);
  }

  .topics-group ul li {
    letter-spacing: 0.05em;
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 36px;
  }

  .topics-group ul + .topics-body_lead {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .topics-lead_text {
    margin: 24px 0 0;
  }
  .topics-group_title {
    margin-bottom: 32px;
    padding-left: 16px;
    position: relative;
  }
  .topics-group_title::before {
    content: "";
    display: block;
    width: 1px;
    height: 64px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
  }
  .topics-group ul {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 44px;
  }
  .topics-group ul li {
    margin-bottom: 22px;
  }
  .topics-group a {
    word-break: break-all;
  }
  .topic-banner {
    width: 100%;
  }
}
