@charset "UTF-8";


.tt-td { margin: 0; }

.tt-td-lede {
  font-size: 1.02em;
  line-height: var(--tt-lh-body);
  border-left: 4px solid var(--tt-brand);
  padding: .2em 0 .2em 1em;
  margin: 0 0 2em;
}


.tt-td-toc {
  background: var(--tt-bg-soft);
  border: 1px solid var(--tt-line);
  border-radius: 4px;
  padding: 1.1em 1.3em;
  margin: 0 0 2.4em;
}
.tt-td-toc__ttl {
  font-weight: 700;
  color: var(--tt-brand);
  margin: 0 0 .6em;
  font-size: 1.02em;
}

.post_content .tt-td-toc ol { margin: 0; padding-left: 1.4em; }
.post_content .tt-td-toc ol > li { margin: .25em 0; line-height: 1.6; }


.tt-td-paper {
  margin: 0 0 2.2em;
  padding: 0;
}

.tt-td-paper--v {}
.tt-td-paper--h {}
.post_content .tt-td-paper__cap {
  font-weight: 700;
  color: var(--tt-brand);
  font-size: .95em;
  margin: 0 0 .5em;
}
.tt-td-paper__hint,
.tt-td-note {
  font-size: .9em;
  color: var(--tt-sub);
  line-height: 1.8;
  margin: .7em 0 0;
}
.tt-td-note--warn {
  color: var(--tt-warn);
  background: var(--tt-bg-warn);
  border-radius: 3px;
  padding: .6em .8em;
}


.post_content .tt-td-doc {
  background: var(--tt-bg-white);
  border: 1px solid var(--tt-line);
  border-radius: 2px;
  color: var(--tt-ink);
  font-family: inherit;
  font-size: 1em;
  line-height: 2;
  margin: 0;
  padding: 1.6em 1.4em;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
  tab-size: 2;
}


.post_content .tt-td-doc--h {
  max-width: 100%;
  overflow-x: auto;
}


.post_content .tt-td-doc--v {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 24em;
  max-height: 78vh;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 2.1;
  letter-spacing: .08em;
}

@media (max-width: 600px) {
  .tt-td-doc--v { height: 20em; font-size: .95em; }
  .tt-td-doc { padding: 1.2em 1em; }
}


.tt-td-envs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.4em;
  margin: 0 0 1.4em;
}
.tt-td-env { margin: 0; }
.tt-td-env figcaption {
  font-weight: 700;
  color: var(--tt-brand);
  font-size: .95em;
  margin: 0 0 .5em;
}
.tt-td-env .tt-td-doc--v { height: 12em; text-align: center; }


.tt-td-app {
  background: var(--tt-bg);
  border: 1px solid var(--tt-line);
  border-radius: 4px;
  padding: 1.4em;
  margin: 0 0 2.4em;
}
@media (max-width: 600px) { .tt-td-app { padding: 1em; } }

.tt-td-fs {
  border: none;
  border-top: 1px solid var(--tt-line);
  margin: 0 0 1.4em;
  padding: 1.1em 0 0;
}
.tt-td-fs:first-of-type { border-top: none; padding-top: 0; }
.tt-td-fs legend {
  font-weight: 700;
  color: var(--tt-brand);
  padding: 0;
  margin: 0 0 .7em;
  font-size: 1.02em;
}

.tt-td-radios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: .7em;
}
.tt-td-radios label {
  display: flex;
  gap: .6em;
  align-items: flex-start;
  background: var(--tt-bg-white);
  border: 1px solid var(--tt-line-form);
  border-radius: 3px;
  padding: .75em .9em;
  cursor: pointer;
  line-height: 1.55;
}
.tt-td-radios label:hover { border-color: var(--tt-brand); }
.tt-td-radios input { margin-top: .35em; flex: 0 0 auto; }
.tt-td-radios span { font-weight: 700; }
.tt-td-radios small {
  display: block;
  font-weight: 400;
  font-size: .84em;
  color: var(--tt-sub);
  margin-top: .2em;
}

.tt-td-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1em;
}
.tt-td-field { margin: 0; }
.tt-td-field--wide { grid-column: 1 / -1; }
.tt-td-field label {
  display: block;
  font-weight: 700;
  font-size: .95em;
  margin: 0 0 .3em;
}
.tt-td-field input,
.tt-td-field select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: .55em .7em;
  border: 1px solid var(--tt-line-form);
  border-radius: 3px;
  background: var(--tt-bg-white);
  color: var(--tt-ink);
  font-size: 1em;
  font-family: inherit;
}
.tt-td-field input:focus,
.tt-td-field select:focus {
  outline: 2px solid var(--tt-brand);
  outline-offset: 1px;
}
.tt-td-help {
  display: block;
  font-size: .84em;
  color: var(--tt-sub);
  line-height: 1.7;
  margin-top: .3em;
}


.tt-td-out {
  border-top: 2px solid var(--tt-brand);
  margin: 1.6em 0 0;
  padding: 1.2em 0 0;
}
.tt-td-out__head {
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 .9em;
}

.tt-td-out h3.tt-td-out__h {
  margin: 0;
  font-size: 1.1em;
  color: var(--tt-brand);
  border: none;
  padding: 0;
}
.tt-td-out__btns { display: flex; flex-wrap: wrap; gap: .6em; }

.tt-td-btn {
  appearance: none;
  border: 1px solid var(--tt-accent);
  background: var(--tt-accent);
  color: #fff;
  font-family: inherit;
  font-size: .95em;
  font-weight: 700;
  padding: .6em 1.2em;
  border-radius: 3px;
  cursor: pointer;
  line-height: 1.4;
}
.tt-td-btn:hover { background: var(--tt-accent-hov); border-color: var(--tt-accent-hov); }
.tt-td-btn:focus-visible { outline: 2px solid var(--tt-brand); outline-offset: 2px; }
.tt-td-btn--sub {
  background: var(--tt-bg-white);
  color: var(--tt-brand);
  border-color: var(--tt-brand);
}
.tt-td-btn--sub:hover { background: var(--tt-bg-soft); border-color: var(--tt-brand); }


.tt-td-tablewrap {
  overflow-x: auto;
  margin: 0 0 1.8em;
  -webkit-overflow-scrolling: touch;
}
.tt-td-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: .95em;
  background: var(--tt-bg-white);
}
.tt-td-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  color: var(--tt-brand);
  padding: 0 0 .5em;
}
.tt-td-table th,
.tt-td-table td {
  border: 1px solid var(--tt-line);
  padding: .7em .8em;
  vertical-align: top;
  line-height: 1.7;
}
.tt-td-table thead th {
  background: var(--tt-brand);
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.tt-td-table tbody th {
  background: var(--tt-bg-soft);
  text-align: left;
  white-space: nowrap;
}
.post_content .tt-td-table code {
  background: var(--tt-bg-soft);
  padding: .15em .45em;
  border-radius: 2px;
  font-size: .95em;
}


.tt-td-box {
  border: 1px solid var(--tt-line);
  border-radius: 4px;
  padding: 1.1em 1.3em;
  margin: 0 0 1.8em;
}
.tt-td-box__h {
  font-weight: 700;
  margin: 0 0 .6em;
  font-size: 1.02em;
}
.post_content .tt-td-box p:last-child,
.post_content .tt-td-box ul:last-child { margin-bottom: 0; }
.post_content .tt-td-box ul { margin: 0 0 .8em; padding-left: 1.3em; }
.post_content .tt-td-box ul > li { line-height: 1.85; margin: .3em 0; }

.tt-td-box--go   { background: var(--tt-bg-go);     border-color: var(--tt-go); }
.tt-td-box--go   .tt-td-box__h { color: var(--tt-go); }
.tt-td-box--warn { background: var(--tt-bg-warn);   border-color: var(--tt-warn); }
.tt-td-box--warn .tt-td-box__h { color: var(--tt-warn); }
.tt-td-box--calc { background: var(--tt-bg-soft);   border-color: var(--tt-brand); }
.tt-td-box--calc .tt-td-box__h { color: var(--tt-brand); }
.tt-td-box--disc { background: var(--tt-bg-white);  border-color: var(--tt-line); }
.tt-td-box--disc .tt-td-box__h { color: var(--tt-sub); }
.tt-td-box--disc { font-size: .93em; color: var(--tt-sub); }


.post_content ul.tt-td-steps { margin: 0; padding-left: 1.3em; }
.post_content ul.tt-td-steps > li { line-height: 1.9; margin: .45em 0; }
.post_content .tt-td-list { padding-left: 1.3em; }
.post_content .tt-td-list > li { line-height: 1.9; margin: .4em 0; }


.post_content .tt-td-quote {
  margin: 0 0 1.4em;
  padding: .9em 1.1em;
  background: var(--tt-bg-soft);
  border-left: 4px solid var(--tt-brand);
  border-radius: 0 3px 3px 0;
}
.tt-td-quote p { margin: 0 0 .5em; line-height: 1.9; }
.post_content .tt-td-quote cite {
  display: block;
  font-style: normal;
  font-size: .88em;
  color: var(--tt-sub);
}
.tt-td-src { color: var(--tt-link); }

.tt-td-srcline {
  font-size: .88em;
  color: var(--tt-sub);
  margin: .5em 0 1.4em;
  line-height: 1.8;
}


.tt-td-misc { margin: 0 0 2em; }
.tt-td-misc__item {
  border: 1px solid var(--tt-line);
  border-radius: 4px;
  padding: 1em 1.2em;
  margin: 0 0 .9em;
  background: var(--tt-bg-white);
}

.tt-td-misc__wrong {
  margin: 0 0 .5em;
  font-weight: 700;
  color: var(--tt-danger);
  line-height: 1.7;
}
.tt-td-misc__wrong::before {
  content: "×";
  display: inline-block;
  margin-right: .5em;
  font-weight: 700;
}
.tt-td-misc__right { margin: 0; line-height: 1.9; }
.tt-td-misc__right::before {
  content: "○";
  display: inline-block;
  margin-right: .5em;
  color: var(--tt-go);
  font-weight: 700;
}
.tt-td-misc .tt-td-srcline { margin-bottom: 0; }


.post_content .tt-td-srclist { list-style: none; margin: 0 0 2em; padding: 0; }
.tt-td-srclist li {
  border-bottom: 1px dotted var(--tt-line);
  padding: .7em 0;
  line-height: 1.7;
}
.tt-td-srclist__org,
.tt-td-srclist__on {
  display: inline-block;
  font-size: .84em;
  color: var(--tt-sub);
  margin-left: .8em;
}

.post_content .tt-td-links { padding-left: 1.3em; }
.tt-td-links li { line-height: 1.9; margin: .4em 0; }



.tt-td-print-area {}

@media print {
  html.tt-td-printing body { visibility: hidden; background: #fff; }
  html.tt-td-printing #tt-td-print-area,
  html.tt-td-printing #tt-td-print-area * { visibility: visible; }
  html.tt-td-printing #tt-td-print-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  html.tt-td-printing #tt-td-print-area .tt-td-doc {
    border: none;
    padding: 0;
    background: #fff;
    height: auto;
    max-height: none;
  }
  html.tt-td-printing #tt-td-print-area .tt-td-doc--v {
    height: 24cm;
    max-height: none;
  }
  
  .tt-td-doc { border: 1px solid #999; break-inside: avoid; }
  .tt-td-app .tt-td-form { break-inside: auto; }
}
