
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #f8fafc !important;
      color: #111827 !important;
    }
    .kamei-page * {
      box-sizing: border-box;
    }
    .kamei-page {
      background: #f8fafc;
      color: #1f2937;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
    }
    .kamei-page a {
      color: #854d0e;
      text-decoration: none;
    }
    .kamei-page a:hover {
      text-decoration: underline;
    }
    .kamei-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .kamei-page h1,
    .kamei-page h2,
    .kamei-page h3 {
      color: #111827;
      letter-spacing: 0;
    }
    .kamei-page p,
    .kamei-page li,
    .kamei-page td,
    .kamei-page th {
      font-size: 16px;
    }
    .kamei-page table {
      background: #ffffff;
    }
  