/* ================================================================
   complete/ielts-high-school-students — local.css
   ================================================================ */

/* トピック例ボックス（ラベル付き薄背景） */
.hs-topic-box {
  background: rgba(4,63,109,.04);
  border-radius: 8px;
  padding: 1rem 1.3rem;
  margin: .8rem 0 1.2rem;
}
.hs-topic-box__label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--lb);
  font-family: 'Raleway', sans-serif;
  margin-bottom: .65rem;
}
.hs-topic-box .a-list {
  margin-bottom: 0;
  padding: 0;
}
.hs-topic-box > p {
  margin-bottom: 0;
  font-size: .93rem;
  line-height: 1.85;
  color: var(--black);
}

@media (max-width: 640px) {
  .hs-topic-box {
    padding: .85rem 1rem;
  }
}
