@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500&family=Roboto:wght@100;300;400;500;700&display=swap");

.u-tb-sp-only {
  display: none !important;
}

.u-sp-only {
  display: none !important;
}

body {
  background: #efefef;
}

#breadcrumbs {
  padding-top: 20px;
  padding-left: 210px;
}

.p-topics_head-title {
  margin-top: 200px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #0078c8;
  letter-spacing: 0.18em;
  line-height: 2;
}

.l-topics-item {
  margin-top: 60px;
  margin-left: 45px;
  padding: 28px;
  background: #fff;
}
.l-topics-item a {
  text-decoration: underline;
}
.l-topics__btn-wrap {
  margin-top: 50px;
  text-align: right;
}

.topics-title {
  margin-bottom: 1em;
  color: #0078c8;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.nav-links {
  margin-top: 50px;
}

.page-numbers {
  display: flex;
  justify-content: center;
}
.page-numbers li {
  margin: 0 10px;
}
.page-numbers li span,
.page-numbers li a {
  display: block;
  width: 30px;
  line-height: 30px;
  border: 1px solid #0078c8;
  color: #0078c8;
  text-align: center;
  transition: 0.2s;
}
.page-numbers li span:hover,
.page-numbers li a:hover {
  background: #0078c8;
  color: #fff;
}
.page-numbers li span {
  background: #0078c8;
  color: #fff;
}

.single-post .wp-block-details summary {
  display: none;
}
.single-post .topics-title {
  font-size: 1.2em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  #breadcrumbs {
    margin-top: 9.375vw;
    padding-top: 0;
    padding-left: 0;
  }
  .p-topics_head-title {
    margin-top: 8.59375vw;
    font-size: 5vw;
  }
  .l-topics-item {
    margin-top: 9.375vw;
    margin-left: 0;
    padding: 9.375vw 3.90625vw;
    font-size: 12px;
  }
  .l-topics__btn-wrap {
    margin-top: 7.8125vw;
  }
  .nav-links {
    margin-top: 7.8125vw;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .u-tb-sp-only {
    display: block !important;
  }
  #breadcrumbs {
    padding-top: 1.6666666667vw;
    padding-left: 17.5vw;
  }
  .p-topics_head-title {
    margin-top: 16.6666666667vw;
    font-size: 18px;
  }
  .l-topics-item {
    margin-top: 5vw;
    margin-left: 3.75vw;
    padding: 2.3333333333vw;
  }
}
/*# sourceMappingURL=sourcemaps/topics.css.map */
