@charset "UTF-8";


.tt-shindan {
  --sh-gap: clamp(1.4rem, 3vw, 2.2rem);
}


.post_content .tt-shindan h2 { margin-top: 2.6em; scroll-margin-top: 5rem; }
.post_content .tt-shindan h3 { margin-top: 1.8em; scroll-margin-top: 5rem; }


.tt-shindan-lede {
  border-left: 4px solid var(--tt-brand);
  background: var(--tt-bg-soft);
  padding: 1.1em 1.2em;
  margin-bottom: 1.6em;
}
.tt-shindan-lede__p { margin: 0 0 .8em; }
.tt-shindan-lede__p:last-child { margin-bottom: 0; }


.tt-shindan-nav {
  border: 1px solid var(--tt-line);
  background: var(--tt-bg-white);
  padding: 1em 1.2em;
  margin-bottom: 2em;
}
.tt-shindan-nav__t {
  margin: 0 0 .5em;
  font-weight: 700;
  color: var(--tt-brand);
}

.post_content .tt-shindan-nav ol { margin: 0; padding-left: 1.4em; }
.post_content .tt-shindan-nav ol > li { margin: .25em 0; line-height: 1.6; }
.tt-shindan-nav a { color: var(--tt-link); }


.tt-shindan-tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.2em 0;
}
.tt-shindan-table {
  width: 100%;
  min-width: 34rem;
  border-collapse: collapse;
  background: var(--tt-bg-white);
  font-size: .95em;
  font-variant-numeric: tabular-nums;
}
.tt-shindan-table caption {
  caption-side: top;
  text-align: left;
  font-size: .88em;
  color: var(--tt-sub);
  padding-bottom: .5em;
}
.tt-shindan-table th,
.tt-shindan-table td {
  border: 1px solid var(--tt-line);
  padding: .6em .7em;
  vertical-align: top;
  line-height: 1.7;
}
.tt-shindan-table thead th {
  background: var(--tt-brand);
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.tt-shindan-table tbody th[scope="row"] {
  background: var(--tt-bg-soft);
  text-align: left;
  font-weight: 600;
}
.tt-shindan-table td { text-align: center; }
.tt-shindan-table td.is-ok { color: var(--tt-go); font-weight: 700; }
.tt-shindan-table td.is-ng { color: var(--tt-sub); }

.tt-shindan-table td.is-law  { color: var(--tt-ink); font-weight: 700; white-space: nowrap; }
.tt-shindan-table td.is-nego { color: var(--tt-brand); font-weight: 700; white-space: nowrap; }
.tt-shindan-table td.is-yes { color: var(--tt-ink); font-weight: 700; }
.tt-shindan-table td.is-no  { color: var(--tt-sub); }
.tt-shindan-table td.tt-shindan-why {
  text-align: left;
  font-size: .95em;
  color: var(--tt-ink);
  min-width: 18rem;
}
.tt-shindan-table--q tbody th[scope="row"] { min-width: 16rem; }

.tt-shindan-table--ex {}
.tt-shindan-caption {
  font-size: .9em;
  color: var(--tt-sub);
  margin-top: -.4em;
}



.post_content .tt-shindan-quote {
  margin: 1em 0 1.2em;
  padding: 1em 1.2em;
  background: var(--tt-bg-soft);
  border-left: 4px solid var(--tt-brand);
}
.tt-shindan-quote p { margin: 0; line-height: 1.9; }
.tt-shindan-quote footer {
  margin-top: .6em;
  font-size: .85em;
  color: var(--tt-sub);
}



.post_content .tt-shindan-rule {
  margin: 1em 0 1.4em;
  padding: 1em 1.2em 1em 2.4em;
  background: var(--tt-bg-white);
  border: 1px solid var(--tt-line);
}
.tt-shindan-rule li { margin: .5em 0; line-height: 1.8; }


.tt-shindan-formlead { font-size: .95em; color: var(--tt-sub); }
.tt-shindan-form {
  margin: 1.2em 0 0;
  padding: 1.2em;
  background: var(--tt-bg-white);
  border: 1px solid var(--tt-line);
}

.post_content .tt-shindan-qs { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.post_content .tt-shindan-q { margin: 0 0 1em; padding: 0 0 1em; border-bottom: 1px dashed var(--tt-line); }
.post_content .tt-shindan-q:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.tt-shindan-q fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.tt-shindan-q__t {
  display: block;
  padding: 0;
  font-weight: 600;
  line-height: 1.7;
}
.tt-shindan-q__n {
  display: inline-block;
  min-width: 1.7em;
  margin-right: .5em;
  padding: 0 .35em;
  background: var(--tt-brand);
  color: #fff;
  font-size: .82em;
  text-align: center;
  border-radius: 2px;
}
.tt-shindan-q__kind {
  display: inline-block;
  margin-left: .6em;
  padding: .1em .5em;
  font-size: .76em;
  font-weight: 700;
  border: 1px solid currentColor;
  border-radius: 2px;
  white-space: nowrap;
}

.tt-shindan-q__kind--law  { color: var(--tt-ink); }
.tt-shindan-q__kind--nego { color: var(--tt-brand); }
.tt-shindan-q__a { display: flex; gap: .8em; margin-top: .7em; flex-wrap: wrap; }
.tt-shindan-opt {
  display: inline-flex;
  align-items: center;
  gap: .45em;
  min-height: 44px;
  padding: .4em 1.1em;
  border: 1px solid var(--tt-line-form);
  background: var(--tt-bg);
  cursor: pointer;
  line-height: 1.4;
}
.tt-shindan-opt input { width: 1.1em; height: 1.1em; accent-color: var(--tt-brand); }
.tt-shindan-opt:hover { border-color: var(--tt-brand); }
.tt-shindan-opt:focus-within { outline: 2px solid var(--tt-link); outline-offset: 2px; }
.tt-shindan-q.is-missing { background: var(--tt-bg-warn); }
.tt-shindan-q.is-missing .tt-shindan-opt { border-color: var(--tt-warn); }

.tt-shindan-warn {
  margin: 1em 0 0;
  padding: .7em .9em;
  background: var(--tt-bg-warn);
  border-left: 4px solid var(--tt-warn);
  color: var(--tt-ink);
  font-size: .95em;
}
.tt-shindan-btns { display: flex; gap: .8em; flex-wrap: wrap; margin-top: 1.2em; }
.tt-shindan-btn {
  min-height: 48px;
  padding: .6em 1.8em;
  border: 0;
  background: var(--tt-accent);
  color: #fff;
  font-size: 1.02em;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
}
.tt-shindan-btn:hover { background: var(--tt-accent-hov); }
.tt-shindan-btn:focus-visible { outline: 3px solid var(--tt-link); outline-offset: 2px; }
.tt-shindan-btn--sub {
  background: transparent;
  color: var(--tt-brand);
  border: 1px solid var(--tt-line-form);
  font-weight: 600;
}
.tt-shindan-btn--sub:hover { background: var(--tt-bg-soft); }


.tt-shindan-sum {
  margin: 1.4em 0 0;
  padding: 1.1em 1.2em;
  background: var(--tt-bg-go);
  border: 2px solid var(--tt-go);
}
.tt-shindan-sum:focus { outline: 3px solid var(--tt-link); outline-offset: 2px; }
.tt-shindan-sum__t { margin: 0; font-size: .92em; color: var(--tt-sub); }
.tt-shindan-sum__n { margin: .2em 0 .6em; font-weight: 600; }
.tt-shindan-sum__v { margin: 0; font-size: 1.12em; line-height: 1.8; }

.tt-shindan-sum__v strong { color: var(--tt-brand); font-size: 1.15em; }
.tt-shindan-sum__v a { color: var(--tt-link); margin-left: .4em; font-size: .88em; }


.tt-shindan-outs { display: grid; gap: var(--sh-gap); margin-top: 1.2em; }
.tt-shindan-out {
  border: 1px solid var(--tt-line);
  background: var(--tt-bg-white);
  padding: 1.2em;
  scroll-margin-top: 5rem;
}
.tt-shindan-out.is-picked { border: 2px solid var(--tt-accent); box-shadow: 0 2px 10px rgba(18, 57, 92, .12); }
.tt-shindan-out.is-other { opacity: .72; }
.tt-shindan-out__badge {
  display: inline-block;
  margin: 0 0 .6em;
  padding: .25em .8em;
  background: var(--tt-accent);
  color: #fff;
  font-size: .85em;
  font-weight: 700;
  border-radius: 2px;
}

.tt-shindan-out h3.tt-shindan-out__h { margin: 0 0 .5em; color: var(--tt-brand); }
.tt-shindan-out__rule {
  margin: 0 0 .8em;
  font-size: .92em;
  color: var(--tt-sub);
}
.tt-shindan-out__rule-k {
  display: inline-block;
  margin-right: .6em;
  padding: .1em .5em;
  border: 1px solid var(--tt-line-form);
  font-size: .92em;
  white-space: nowrap;
}
.tt-shindan-out__lead { margin: 0 0 1em; }
.tt-shindan-out__cols { display: grid; gap: 1em; }
@media (min-width: 768px) {
  .tt-shindan-out__cols { grid-template-columns: 1fr 1fr; }
}
.tt-shindan-out__col { padding: .9em 1em; background: var(--tt-bg); border: 1px solid var(--tt-line); }

.post_content .tt-shindan-out__col h4 { margin: 0 0 .5em !important; font-size: 1em; }
.post_content .tt-shindan-out__col ul { margin: 0; padding-left: 1.2em; }
.post_content .tt-shindan-out__col ul > li { margin: .35em 0; line-height: 1.75; }
.post_content .tt-shindan-out__col--can h4 { color: var(--tt-go); }

.post_content .tt-shindan-out__col--cannot h4 { font-size: 1em; }
.tt-shindan-out__law { margin-top: 1em; padding: .9em 1em; background: var(--tt-bg-soft); }
.post_content .tt-shindan-out__law h4 { margin: 0 0 .4em !important; font-size: 1em; color: var(--tt-brand); }
.tt-shindan-out__law p { margin: 0; font-size: .96em; }
.tt-shindan-out__note { margin: .8em 0 0; font-size: .9em; color: var(--tt-sub); }


.tt-shindan-ex {
  margin: 1.4em 0;
  padding: 1.1em 1.2em;
  border: 1px solid var(--tt-line);
  background: var(--tt-bg-white);
}

.tt-shindan-ex h3.tt-shindan-ex__t { margin: 0 0 .6em; font-size: 1.06em; color: var(--tt-brand); }
.tt-shindan-ex__k {
  display: inline-block;
  min-width: 4.5em;
  margin-right: .7em;
  padding: .1em .5em;
  background: var(--tt-bg-soft);
  color: var(--tt-brand);
  font-size: .85em;
  font-weight: 700;
  text-align: center;
}
.tt-shindan-ex__read,
.tt-shindan-ex__res { margin: .5em 0; }
.tt-shindan-ex__res { font-weight: 700; }
.tt-shindan-ex__why { margin: .5em 0 0; font-size: .96em; }


.tt-shindan-faq { margin: 1.2em 0; }

.tt-shindan-faq dt {
  margin-top: 1.1em;
  padding-left: .8em;
  border-left: 4px solid var(--tt-brand);
  font-weight: 700;
  color: var(--tt-brand);
  line-height: 1.7;
}
.tt-shindan-faq dd { margin: .5em 0 0 .8em; line-height: 1.85; }


.tt-shindan-disc {
  padding: 1em 1.2em;
  background: var(--tt-bg-warn);
  border-left: 4px solid var(--tt-warn);
}
.post_content .tt-shindan-disc ul { margin: 0; padding-left: 1.2em; }
.post_content .tt-shindan-disc ul > li { margin: .4em 0; line-height: 1.8; font-size: .96em; }


.tt-shindan-src__lead { font-size: .95em; color: var(--tt-sub); }
.post_content .tt-shindan-src { margin: .8em 0; padding-left: 1.2em; }
.post_content .tt-shindan-src__item { margin: .5em 0; line-height: 1.7; }
.tt-shindan-src__item a { color: var(--tt-link); }
.tt-shindan-src__note { display: block; font-size: .88em; color: var(--tt-sub); }


.post_content .tt-shindan-next { list-style: none; margin: 1em 0; padding: 0; display: grid; gap: .7em; }
.post_content .tt-shindan-next li {
  padding: .8em 1em;
  border: 1px solid var(--tt-line);
  background: var(--tt-bg-white);
  border-left: 4px solid var(--tt-brand);
}
.tt-shindan-next a { font-weight: 700; color: var(--tt-link); }
.tt-shindan-next span { display: block; margin-top: .25em; font-size: .9em; color: var(--tt-sub); }


@media print {
  .tt-shindan-form,
  .tt-shindan-btns,
  .tt-shindan-nav { display: none; }
  .tt-shindan-out.is-other { opacity: 1; }
}
