@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.bold {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #next header#header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #next header#header {
    margin-bottom: 30px;
  }
}

.primary-heading {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .primary-heading {
    margin-bottom: 40px;
  }
}
.primary-heading .title-en {
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .primary-heading .title-en {
    font-size: 22px;
  }
}
.primary-heading .title-main {
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .primary-heading .title-main {
    font-size: 14px;
  }
}

.contents-area .heading-wrap {
  font-size: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contents-area .heading-wrap {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.contents-area .heading-wrap .cat-thumb {
  width: 40px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .contents-area .heading-wrap .cat-thumb {
    width: 30px;
  }
}
.contents-area .parent-category-wrap {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .contents-area .parent-category-wrap {
    margin-bottom: 80px;
  }
}
.contents-area .child-category-list {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 57px;
}
@media print, screen and (min-width: 768px) {
  .contents-area .child-category-list {
    width: 1130px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-area .child-category-list {
    gap: 30px 5%;
  }
}
.contents-area .child-category-list li {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .contents-area .child-category-list li {
    width: 30%;
  }
}
.contents-area .child-category-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .contents-area .child-category-list li a {
    text-align: center;
    font-size: 12px;
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .contents-area .child-category-list li .cat-thumb-child {
    height: 45px;
  }
}

/*# sourceMappingURL=page_category.css.map */
