.t-box {
  list-style-type: none;
  padding: 0;
}
.t-box li {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 130px 1fr 3fr;
  border: 1px solid var(--fg);
}
.t-box div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-box div:first-child {
  font-weight: 700;
  font-size: 1.333rem;
  text-align: center;
}
.t-box div:first-child, .t-box div:last-child {
  margin: 1rem;
}
@media (max-aspect-ratio: 1/1) {
  .t-box li {
    display: block;
  }
}
.t-outer {
  fill: none;
  stroke: currentColor;
  stroke-width: 1px;
  stroke-linejoin: round;
}
.t-inner {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.5px;
  stroke-linejoin: round;
}
.t-con {
  fill: #ffb300;
  stroke: currentColor;
  stroke-width: 0.5px;
  stroke-linejoin: round;
}
.t-1 {
  fill: #999;
}
.t-2 {
  fill: #ddd;
}
.t-3 {
  fill: #5b94ff;
}
.t-rec {
  background: rgba(163, 190, 140, 0.25);
}
