#page_help_about {

  .about-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    color: #333;
    text-align: center;
  }

  .about-title {
    margin-bottom: 60px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .about-info {
    display: flex;
    flex-direction: column;
  }

  .about-item {
    border-bottom: 1px solid #000000;
    padding: 30px 0;
  }

  .item-last {
    border-bottom: 1px solid #ccc;
  }

  .about-label {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .about-value {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
  }

  /* Responsive */
  @media screen and (max-width: 768px) {
    .about-page {
      padding: 50px 15px;
    }

    .about-title {
      font-size: 15px;
      margin-bottom: 40px;
    }

    .about-label {
      font-size: 11px;
    }

    .about-value {
      font-size: 12px;
    }
  }
}
