@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*
====================================
トピックス
====================================
*/
.topicspage-cat-btns {
  padding-top: 80px;
}
.topicspage-cat-btns ul {
  display: flex;
}
.topicspage-cat-btns ul li a {
  padding: 12px 32px;
  display: inline-block;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border: solid #802B2B 1.5px;
  color: #802B2B;
}
.topicspage-cat-btns ul li a.current {
  padding-right: 40px;
  background-color: #802B2B;
  color: #fff;
}
.topicspage-cat-btns ul li:first-of-type a {
  border-right: none;
}
.topicspage-cat-btns ul li:last-of-type a {
  border-radius: 0 0 50px 0;
  border-left: none;
}

.topicspage-list {
  padding: 80px 0;
}
.topicspage-list__items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
.topicspage-list__items ul::after {
  content: "";
  width: 31%;
}
.topicspage-list__items ul li {
  width: 48.75%;
}
.topicspage-list__items .wp-pagenavi {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.topicspage-list__items .wp-pagenavi .pages {
  display: none;
}
.topicspage-list__items .wp-pagenavi span, .topicspage-list__items .wp-pagenavi a {
  margin: 0 8px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px;
  color: #061E4E;
  background-color: #fff;
  border: solid 1px;
}
.topicspage-list__items .wp-pagenavi span.current, .topicspage-list__items .wp-pagenavi a.current {
  color: #fff;
  background-color: #061E4E;
}

@media screen and (max-width: 750px) {
  .topicspage-cat-btns {
    padding-top: 24px;
  }
  .topicspage-cat-btns ul {
    display: block;
  }
  .topicspage-cat-btns ul li {
    margin-top: 8px;
    width: 100%;
  }
  .topicspage-cat-btns ul li a {
    width: 100%;
    padding: 8px 24px;
    font-size: 1.4rem;
    border: solid #802B2B 1.5px;
  }
  .topicspage-cat-btns ul li a.current {
    padding-right: 24px;
  }
  .topicspage-cat-btns ul li:first-of-type a {
    border-radius: 24px 0 0 0;
    border: solid #802B2B 1.5px;
  }
  .topicspage-cat-btns ul li:last-of-type a {
    border-radius: 0 0 24px 0;
    border: solid #802B2B 1.5px;
  }
  .topicspage-list {
    padding: 40px 0;
  }
  .topicspage-list__items ul {
    gap: 12px 0;
    display: block;
  }
  .topicspage-list__items ul::after {
    display: none;
  }
  .topicspage-list__items ul li {
    width: 100%;
  }
  .topicspage-list__items .wp-pagenavi {
    margin-top: 40px;
  }
  .topicspage-list__items .wp-pagenavi .pages {
    display: none;
  }
  .topicspage-list__items .wp-pagenavi span, .topicspage-list__items .wp-pagenavi a {
    margin: 0 4px;
    font-size: 1.5rem;
    display: flex;
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=topicspage.css.map */