/* =========================================================
topics
========================================================= */
/*------------------------------------------
navigation
------------------------------------------*/
@media (min-width: 769px) {
  .topics-nav {
    padding-top: 16px;
  }
}
.topics-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .topics-nav__list {
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .topics-nav__list {
    flex: 1;
    gap: clamp(10px, 1.1713030747vw, 16px);
  }
}
.topics-nav__item a {
  height: 40px;
  padding: 0 8px;
  border: 1px solid #B7B7B7;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .topics-nav__item a:hover {
    border-color: #000;
    background: #000;
    color: #fff;
  }
}
.topics-nav__item.current a {
  border-color: #000;
  background: #000;
  color: #fff;
}

/*------------------------------------------
list
------------------------------------------*/
@media (max-width: 768px) {
  .topics-list {
    padding-top: 68px;
    padding-bottom: 64px;
  }
}
@media (min-width: 769px) {
  .topics-list {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
/* =========================================================
topics detail
========================================================= */
/*------------------------------------------
detail
------------------------------------------*/
.topics-detail {
  padding-bottom: 80px;
}

@media (min-width: 769px) {
  .topics-detail {
    padding-top: 48px;
  }
}
/*------------------------------------------
other
------------------------------------------*/
.topics-other {
  margin: 0 auto 24px;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #F5F5F5;
}

.topics-other .c-col2-4 {
  margin: 40px auto 0;
}

.topics-other .c-btn01__type03--52 {
  margin: 40px auto 0;
}