@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.underlayer-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100vw - 60px);
  max-width: 1100px;
  margin: auto;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .underlayer-wrap {
    display: block;
  }
}
.underlayer-wrap a {
  color: #0f0f0f !important;
}

.underlayer-outer {
  width: 100%;
  max-width: 700px;
}
.underlayer-outer h1 {
  font-size: 40px;
  margin: 30px 0 40px;
}
.underlayer-outer h2 {
  font-size: 20px;
  border-bottom: solid 1px #0f0f0f;
  margin-bottom: 30px;
  padding-bottom: 18px;
}

.column a:hover {
  opacity: 0.7;
}

.pagination {
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: flex;
  align-items: center;
}
.page-numbers li {
  margin: 16px;
}

.page-numbers .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1A1B1B;
}

.breadcrumb a {
  color: #0f0f0f !important;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

.news-detail-inner a {
  color: #0f0f0f;
}
.news-detail-inner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .list-btn-wrap {
    text-align: center;
  }
}

.list-btn a {
  color: #f7f6f4;
}

.news-title h1 {
  font-size: 40px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  .news-title h1 {
    margin: 10px 0 30px;
  }
}
.news-title h2 {
  font-size: 24px;
  margin: 10px 0 30px;
}

.news-detail-wrap {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
  width: calc(100vw - 60px);
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news-detail-wrap {
    display: block;
    padding: 120px 0 80px;
  }
}
.news-detail-outer {
  width: 100%;
  max-width: 700px;
}

.news-detail-inner__main--content h2 {
  background-color: #fff;
  display: block;
  font-size: 26px;
  font-weight: 500;
  border-left: 10px solid #0f0f0f;
  padding: 10px;
  margin: 20px 0;
}
.news-detail-inner__main--content h3 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #0f0f0f;
  margin: 20px 0;
  padding-bottom: 10px;
}
.news-detail-inner__main--content h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}
.news-detail-inner__main--content h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}
.news-detail-inner__main--content h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}
.news-detail-inner__main--content img {
  margin: 20px 0;
}
.news-detail-inner__main--content ul {
  background-color: #fff;
  padding: 10px;
  margin: 20px 0;
}
.news-detail-inner__main--content li {
  display: list-item;
  list-style-type: disc;
  list-style: inside;
}
.news-detail-inner__main--content table {
  margin: 20px 0;
}
.news-detail-inner__main--content th {
  background-color: #0f0f0f;
  color: #fff;
}

.breadcrumb a {
  color: #0f0f0f;
}

.news-cat-wrap a {
  color: #0f0f0f;
}

.list-btn {
  margin-top: 60px;
}
.list-btn a {
  color: #f7f6f4 !important;
}
@media screen and (max-width: 480px) {
  .list-btn-wrap {
    text-align: center;
  }
}

.news-cat-wrap {
  width: 100%;
  max-width: 250px;
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .news-cat-wrap {
    max-width: 768px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .news-cat-wrap {
    max-width: 320px;
    margin: auto;
  }
}
.news-cat-wrap a:hover {
  opacity: 0.7;
}

.news-cat {
  background-color: #0f0f0f;
  color: #fff;
  font-size: 18px;
  line-height: 2.7;
  display: block;
  width: 250px;
  height: 50px;
  margin: 0 0 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-cat {
    margin: 0 0 20px 0;
    width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .news-cat {
    margin: 0 auto 20px;
  }
}
.news-cat-btn {
  border: solid 1px #0f0f0f;
  border-radius: 20px;
  padding: 3px 10px;
  display: inline-block;
  width: auto;
  margin: 5px 0;
}

.category-wrap {
  width: calc(100vw - 60px);
  max-width: 1100px;
  margin: auto;
  padding: 120px 0;
}
.category-wrap a {
  color: #0f0f0f !important;
}
.category-wrap h1 {
  font-size: 30px;
  margin: 30px 0 40px;
}
.category-wrap h2 {
  font-size: 20px;
  border-bottom: 1px solid #0f0f0f;
  margin: 5px 0 20px;
  padding-bottom: 16px;
}
.category-wrap ul {
  margin-top: 30px;
}

.column-outer {
  display: flex;
  justify-content: space-between;
  width: calc(100vw - 60px);
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .column-outer {
    display: block;
  }
}
.column-outer-contents {
  width: 100%;
  max-width: 700px;
}

.cat {
  padding-top: 30px !important;
}/*# sourceMappingURL=news.css.map */