.inner-container {
  align-self: stretch;  /* ignore parent align */
  text-align: left; /* 本文・h2・pは左揃え */
}

.inner-container h1 {
  text-align: center; /* h1だけ中央揃え */
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}

.inner-container h2 {
  font-size: 16px;
  opacity: 0.7;
  font-weight: bold;
}

.inner-container p {
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.4;
}

.inner-container li {
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.4;
  margin-bottom: 6px;
}
