.p1 {
  padding-bottom: var(--mg);
}

.t0 {
  margin-bottom: 2rem;
}

.t0 > .title {
  font-size: 26px;
  color: #000;
  text-align: center;
}
.t0 > .intro {
  text-align: center;
  color: #666;
}

.t1 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--cb1);
  padding-bottom: 0.5rem;
  line-height: 1.2;
  position: relative;
}

.t1::before {
  content: '';
  width: 5px;
  height: 0.8em;
  background: var(--cp3);
  position: relative;
  top: 0em;
  display: inline-block;
  margin-inline-end: 0.3em;
}

.t2 {
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
}

.t2 > .index {
  color: var(--cb1);
  margin-right: 0px;
  font-weight: bold;
}

.t2 > .index::after {
  content: '.';
}

.t2 > .title {
  display: inline;
  font-weight: bold;
  color: var(--cb1);
  font-size: 1em;
}

.t3 {
  padding-bottom: 0.5rem;
}

.t3 > .title {
  display: inline;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.t3 > .title::after {
  content: '-';
  margin-inline-end: 0.2rem;
}

.t3 > .content {
  display: inline;
}

@media (max-width: 500px) {
  .t0 {
    width: calc(100% - 50px);
    margin-inline: auto;
  }
}
