.supTitle {
  font-size: 14px;
  vertical-align: super;
}

.supNormal {
  font-size: 10px;
  vertical-align: super;
}

.textNotice {
  font-size: 13px;
  line-height: 1.3;
  color: #767778;
}


.sectionContainer {
  margin-bottom: 70px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 5px;
  border: 1px solid #333;
}

.table th {
  background: #f0f0f0;
  font-weight: 600;
}

.flex-items {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-item {
  text-align: center;
  width: calc(50% - 15px * 1 / 2);
}