
#contents .tokushoho h1 {
  text-align: center;
}

#contents .tokushoho .section-inner {
  padding-right: 5.3125vw;
  padding-left: 5.3125vw;
}

#contents .tokushoho .tokushoho-content {
  margin-top: 12.5vw;
  counter-reset: number;
  color: #222222;
  font-size: 3.6vw;
}

#contents .tokushoho .tokushoho-content h2 {
  margin-top: 9.375vw;
}

#contents .tokushoho .tokushoho-content h2:before {
  counter-increment: number;
  content: counter(number)". ";
}

#contents .tokushoho .tokushoho-content h2 + * {
  margin-top: 3.90625vw;
}

#contents .tokushoho .tokushoho-limit {
  display: flex;
  flex-wrap: wrap;
}

#contents .tokushoho .tokushoho-limit dt {
  min-width: 13em;
}

#contents .tokushoho .tokushoho-joken {
  padding-left: 1.5em;
}