  @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: .4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.3em .3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #ffa500, #ffa500 100%, rgba(0, 0, 0, 0)); }

.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; }
