@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'");
/* # =================================================================
# Topic
# ================================================================= */
/* -- topic -- */
.topic {
  width: 100%;
  max-width: 960px;
  border-bottom: 4px solid #171c61;
  padding-bottom: 60px;
  margin: 0 auto;
}
.topic__head {
  border-bottom: 1px solid #3b5266;
  padding-bottom: 40px;
}
.topic__heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 25px;
}
.topic__date {
  font-family: "Lato";
  margin-top: 25px;
}
.topic__content {
  padding-top: 40px;
}
.topic__eyecatch {
  width: 100%;
  height: auto;
  aspect-ratio: 700/440;
}
.topic__text {
  line-height: 2;
  margin-top: 20px;
}
.topic__eyecatch:has(img) + .topic__text {
  margin-top: 60px;
}

/* -- topic-button -- */
.topic-button {
  width: 155px;
  margin: 35px auto 110px;
}