@charset "UTF-8";

/* ==========================================================================
   archive
========================================================================== */
/* =========================
   #intro
========================= */

/* =========================
   #terms
========================= */
#terms .section__header {
  margin-bottom: -.75rem;
}

@media (min-width: 992px) {
  #terms {
    background: url(img/terms_bg-txt.svg) no-repeat right 2% top / auto 5rem;
  }
}


/* ==========================================================================
   taxonomy archive
========================================================================== */
/* =========================
   #description
========================= */
#description .txtBox span.en_ttl,
.single #description .txtBox h1.ja_ttl{
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color1);
  margin-bottom: .75em;
}
#description .imgBox .fit-img {
  height: 45vw;
}
@media (min-width: 576px) {
  #description .imgBox .fit-img {
    height: 35vw;
  }
}


/* ==========================================================================
   single
========================================================================== */
.single .entry__content h3.arrow-label {
  color: var(--color1);
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid var(--border1);
  padding-left: 1.75em;
  padding-bottom: 1rem;
}
.single .entry__content h3.arrow-label::before {
  content: '';
  width: 1em;
  background-size: 1em;
}
.single .entry__content h4 {
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}
.single .entry__content h4 small {
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
}
.single .entry__content h4 sup,
.single .entry__content h4 sub {
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
}
.single .entry__content figure {
  margin: 3rem 0;
}
.single .entry__content .fit-img {
  height: 45vw;
}

.single .pagenav .back .btn span {
  padding: 0 2.5em;
  white-space: normal;
}

@media (min-width: 576px) {
  .single .entry__content .fit-img {
    height: 35vw;
  }

  .single .pagenav .back .btn {
    width: auto;
  }
  .single .pagenav .back .btn span {
    padding: 0 3.5em;
  }
}

@media (min-width: 992px) {
  .single .entry__content h3.arrow-label {
    font-size: 1.375rem;
  }
  .single .entry__content h4 {
    font-size: 1.25rem;
  }
}










