@charset "UTF-8";
/***************************************************************************/
/***************************************************************************/
@media (min-width: 768px) {
  .archive-header-full-width {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .archive-header-full-width {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .archive .one-col .ncColumns {
    justify-content: flex-start;
  }
}
.archive .one-col .ncColumns__panel a figure,
.archive .one-col .ncColumns__panel a picture {
  transition: 0.2s;
}
.archive .one-col .ncColumns__panel a figure:hover,
.archive .one-col .ncColumns__panel a picture:hover {
  transform: scale(1.02);
  transition: 0.3s;
}
.archive .one-col .ncColumns__panel p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .archive .one-col .ncColumns__panel:nth-of-type(n + 3) {
    width: 26%;
    margin-bottom: calc(8px * 7);
  }
  .archive .one-col .ncColumns__panel:nth-of-type(n + 3) .article-title {
    font-size: 1.2rem;
  }
  .archive .one-col .ncColumns__panel:nth-of-type(3n), .archive .one-col .ncColumns__panel:nth-of-type(3n + 1) {
    margin-right: 11%;
  }
  .archive .one-col .ncColumns__panel:nth-of-type(1), .archive .one-col .ncColumns__panel:nth-of-type(2) {
    width: 38%;
    margin-bottom: calc(8px * 10);
  }
  .archive .one-col .ncColumns__panel:nth-of-type(1) {
    margin-right: 24%;
  }
}
@media (max-width: 767px) {
  .archive .one-col .ncColumns__panel {
    margin-bottom: calc(8px * 5);
  }
}
.archive .one-col .ncRowset {
  text-align: center;
}

/*タクソノミーインデックス*/
#taxIndex {
  position: relative;
  z-index: 199;
  min-height: 3em;
  margin-bottom: calc(8px * 3);
}
#taxIndex .ncTabToggle {
  position: absolute;
  top: 0;
  width: 100%;
  border: solid 1px #0074d4;
  border-radius: 2em;
  overflow: hidden;
}
#taxIndex .ncTabToggle_buttons, #taxIndex .ncTabToggle_contents, #taxIndex .ncTabToggle_button, #taxIndex .ncTabToggle_content {
  margin: 0 !important;
}
#taxIndex .ncTabToggle_button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 0 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f1f9f9;
  color: #0074d4;
  text-align: center;
}
#taxIndex .ncTabToggle_button::after {
  display: block;
  width: calc(8px * 2);
  height: calc(8px * 2);
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/chevron-down.svg");
          mask-image: url("/wp-content/site-parts/common/icon/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #0074d4;
  content: "";
  transform: scaleY(1);
  transition: all ease-in 0.2s;
}
#taxIndex .ncTabToggle_button:hover {
  background-color: #b8e0e1;
  transition: all ease-in 0.2s;
}
#taxIndex .ncTabToggle_button:not(:first-of-type) {
  border-left: solid 1px #0074d4;
}
#taxIndex .ncTabToggle_button.active {
  flex-shrink: 0;
  width: 70%;
  background-color: #0074d4;
  color: #fff;
}
#taxIndex .ncTabToggle_button.active::after {
  background-color: #fff;
  transform: scaleY(-1);
  transition: all ease-in 0.2s;
}
#taxIndex .ncTabToggle_content {
  padding: calc(8px * 3);
  background-color: #fff;
  border-top: solid 1px #0074d4;
}
#taxIndex .ncTabToggle .ncList {
  margin: 0;
  border: 0;
}/*# sourceMappingURL=style.css.map */