.zeh-stats {
  padding: 6.5rem 3rem 10rem;
  background: #C1DAE3;
  margin-bottom: 5rem;
}

.zeh-stats__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 50px;
  background: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
  padding-block: 50px;
}

.zeh-stats__table-wrap {
  margin-top: 40px;
  padding-bottom: 5px;
}

.zeh-stats__table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.zeh-stats__table th,
.zeh-stats__table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
}

.zeh-stats__table th {
  letter-spacing: 0.05em;
}

.zeh-stats__table td {
  letter-spacing: 0.07em;
}

.zeh-stats__year-header {
  background-color: #fff6d9;
  font-weight: bold;
}

th.zeh-stats__goal-cell {
  background-color: #eef3f9;
}

td.zeh-stats__goal-cell {
  font-weight: bold;
  color: #2185ff;
}

.zeh-stats__target-note {
  background-color: #ffecaf;
  padding: 15px 60px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-inline: auto;
  width: fit-content;
}

.zeh-stats__footnote {
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .zeh-stats {
    padding: 10vw 3vw 10vw;
  }

  .zeh-stats__inner {
    padding-inline: 10px;
  }

  .zeh-stats__table-wrap {
    overflow-x: auto;
  }

  .zeh-stats__table {
    white-space: nowrap;
    margin-right: 10px;
  }

  .zeh-stats__target-note {
    padding: 10px 30px;
    font-size: 1.5rem;

    line-height: 1.4;
  }
}