@charset "UTF-8";



.tt-docno {
  color: var(--tt-sub);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  white-space: nowrap;
}


.tt-checked__val {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.tt-checked__label { min-width: 8.5em; }


.tt-print {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0;
  padding: 4px 12px;
  border: 1px solid var(--tt-line-form);
  border-radius: 4px;
  background: var(--tt-bg-white);
  color: var(--tt-brand);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 600px) {
  .tt-print { margin-left: auto; }
}
.tt-print:hover {
  background: var(--tt-bg-soft);
  color: var(--tt-brand-dark);
}
.tt-print:focus-visible {
  outline: 3px solid var(--tt-link);
  outline-offset: 2px;
}


.post_content .tt-figure,
.tt-figure {
  margin: 2.2em auto;
  padding: 16px 0 14px;
  max-width: 480px;
  border-top: 1px solid var(--tt-line);
  border-bottom: 1px solid var(--tt-line);
  break-inside: avoid;
}
.tt-figure__svg {
  display: block;
  width: 100%;
  height: auto;
  font-family: inherit;
}

.tt-figure__lbl {
  font-size: 16px;
  font-weight: 700;
  fill: var(--tt-ink);
}
.tt-figure__on {
  font-size: 16px;
  font-weight: 700;
  fill: #FFFFFF;
}
.tt-figure__note {
  font-size: 16px;
  fill: var(--tt-sub);
}

.post_content .tt-figure__cap,
.tt-figure__cap {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--tt-sub);
  text-align: left;
}
.tt-figure__ttl {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  color: var(--tt-ink);
}
.tt-figure__meta { display: block; }
.post_content .tt-figure__src,
.tt-figure__src {
  color: var(--tt-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tt-figure__src:hover { color: var(--tt-brand-dark); }
.tt-figure__src:focus-visible { outline: 3px solid var(--tt-link); outline-offset: 2px; }


@media print {
  .tt-pubbar,
  .l-fixHeader,
  .tt-fixcta,
  .tt-print { display: none; }

  .tt-sources > .tt-sources__body { display: block; }

  
  .post_content .tt-figure,
  .tt-figure { border-color: #000; }
  .post_content .tt-figure__cap,
  .tt-figure__cap { color: #000; }
}

