  @charset "UTF-8";
.page-html-header {
  border-bottom: 8px solid #52C3F1;
  padding-bottom: 0;
  vertical-align: bottom;
}

.tansei-header-img {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 1em;
  vertical-align: bottom;
}
.tansei-header-img img {
  display: block;
  vertical-align: bottom;
}
.tansei-ttl {
  margin: 0;
  display: inline;
  font-weight: normal;
  font-size: 1em;
}
.tansei-counter {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 2em 1em 4em;
}
.tansei-body {
  padding-bottom: 1em;
  border-bottom: 8px solid #52C3F1;
}
.tansei-sub-ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 1.5em;
}

.end-footer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: right;
  margin: 2em;
}
.end-footer-image {
  vertical-align: middle;
  float: left;
  margin-top: 1.3em;
}
.end-footer-right-block {
  display: inline-block;
  text-align: left;
  padding: 1em 0;
}
.end-footer-logo-wrap {
  display: inline-block;
  font-size: 0.8em;
}
.end-footer-logo-wrap img {
  padding-bottom: 0.5em;
  border-bottom: dotted 3px #000;
}
.end-footer-address {
  display: inline-block;
  font-style: normal;
  font-size: 0.6em;
  margin-left: 1em;
}

.reference_image {
  display: flex;
  align-items: end;
  margin: 1em 0;
}
.reference_image figcaption {
  padding-left: 1em;
}

.reference_image-center {
  /* 追加 */
  display: table;
  margin: 0.5em auto 0;
}
.reference_image-center figcaption {
  display: table-caption;
  font-size: 0.8em;
  caption-side: bottom;
}

.letter-space-narrow {
  letter-spacing: -0.25em;
  margin-right: 0.25em;
}

.dot-text {
  padding-top: 0.3em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.3em 0.3em;
  background-image: radial-gradient(0.1em 0.1em at center center, #000000, #000000 100%, transparent);
}
