@charset "UTF-8";
.page-html-header {
  border-bottom: 8px solid #0095DC;
  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 #0095DC;
}
.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;
  vertical-align: top; /* 追加（部課変更） */
  margin-top: 0.25em; /* 追加（部課変更） */
}
.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;
  line-height: 1.2; /* 追加（部課変更） */
}

.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.4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.3em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, orange, orange 100%, transparent);
}

.tweet {
  padding: 0;
  margin: 0 0 1em;
}
.tweet figcaption {
  font-size: 0.8em;
}
.tweet figcaption.has_ind {
  text-indent: -3em;
  margin-left: 3em;
}
.tweet__wrap {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
@media (max-width: 660px) {
  .tweet__wrap {
    display: block;
  }
}
.tweet__inner {
  width: 37%;
}
.tweet__inner img {
  width: 100%;
  height: auto;
}
@media (max-width: 660px) {
  .tweet__inner {
    width: 100%;
  }
}
.tweet__inner:first-child {
  margin-right: 2%;
  width: 60%;
}
@media (max-width: 660px) {
  .tweet__inner:first-child {
    width: 100%;
  }
}

/* 1560 */
.txt-en {
  text-indent: 3em;
  margin: 0 0 1em;
  line-height: 1.7;
}

.txt-en-noindent {
  margin: 0 0 1em;
  line-height: 1.7;
}

.note {
  font-size: 0.8em;
}

.color-pink {
  color: #E4007F;
}

.image_area {
  display: flex;
  gap: 2px;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .image_area {
    display: block;
  }
}
.image_area img {
  width: 33%;
}
@media (max-width: 550px) {
  .image_area img {
    width: 100%;
  }
}

/* 1586 */
.tansei-img-wrap {
  display: table;
  margin: 0;
}
.tansei-img-wrap-center {
  display: flex;
  margin: 0.5em auto 0;
  align-items: flex-end;
  justify-content: center;
}
.tansei-img-wrap-inside-yoko {
  display: table;
  margin: 0 0.5em 0 0;
}
.tansei-img-wrap-inside-yoko:last-of-type {
  margin: 0;
}
.tansei-img-wrap-center4yokocap {
  display: table;
  margin: 0 auto;
  width: 480px;
  max-width: 100%;
}
.tansei-img-wrap-center4yokocap img,
.tansei-img-wrap-center4yokocap figcaption {
  display: table-cell;
  vertical-align: bottom;
}
@media screen and (max-width: 580px) {
  .tansei-img-wrap-center4yokocap img,
  .tansei-img-wrap-center4yokocap figcaption {
    display: block;
  }
}
.tansei-img-wrap-center4yokocap figcaption {
  padding-left: 1em;
}
@media screen and (max-width: 580px) {
  .tansei-img-wrap-center4yokocap figcaption {
    padding-left: 0;
  }
}
.tansei-img-caption {
  display: block;
  font-size: 0.7em;
  caption-side: bottom;
}/*# sourceMappingURL=end.css.map */