.nippo {
      width: 100%;
      overflow-y: auto;
      margin: auto;
}

.nippo table {
      width: 100%;
      border: 0;
      border-collapse: collapse;
}

.nippo table tr td,
.nippo table tr th {
      vertical-align: middle;
      border: 1px solid #181818;
      padding: .5em;
      text-align: center;
      line-height: 1.5;
}

.nippo table tr th {
      background:#ededed;
      color:#252525;
}

.nippo table tr th p {
      font-weight: bold;
}

.nippo table tr td {
      font-size:.8rem;
}

.nippo table tr td p {
      text-align: justify;
}

.nippo table span {
      font-size:.8rem;
      font-weight: 500;
}

.mio {
      text-align: center;
}

.suite {
      margin-bottom: 1em;
      font-size: 1.875rem;
      color: #e60012;
}

@media (max-width: 1068px) {
      .nippo table {
            table-layout: auto;
      }
}