h2 {
    font-size: 2.4rem !important;
    margin: 40px 0 20px !important;
  }

  section {
    margin-top: 10px;
  }

  p {
    margin-bottom: 10px;
  }

  address {
    margin-top: 20px;
    font-style: normal;
  }

ol{
  list-style-type: decimal; /* 通常の数字を使用 */
  margin: 20px 0 0 40px;
}