.container {
    margin: auto;
    padding: 68px 10px 10px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    color: #232324;
  }

  html {
    background-color: #ffffff;
  }

  body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  .container h1,
  .container h2,
  .container h3,
  .container h4,
  .container h5,
  .container h6,
  .container p {
    padding: 0 10px;
  }

  .container h1,
  .container h2,
  .container h3,
  .container h4 {
    font-weight: bold;
  }

  .container h5,
  .container h6 {
    font-weight: normal;
  }

  .container h1,
  .container h2 {
    font-size: 1.5em;
  }

  .container a {
    color: #232324;
    word-break: break-all;
  }

  .container li {
    margin-block-start: 1em;
    margin-block-end: 1em;
  }

  .container li li {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }

  .toc li {
    margin-block-start: 0em;
    margin-block-end: 0em;
  }

  ol.katakana {
    list-style-type: katakana;
  }

  ol.nomark {
    list-style-type: none;
  }

  ul {
    list-style-type: disc;
  }

  ol.bracket {
    list-style-type: none;
  }

  ol.bracket > li {
    counter-increment: cnt;
  }

  ol.bracket > li:before {
    content: "(" counter(cnt) ") ";
  }

  .privacy-header{
    padding: 20px;
    background-color:#fff;
    width: 100%;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    position: fixed;
    top: 54px;
  }

  .privacy-margin{
    margin:auto;
    max-width: 960px;
  }


  .privacy-ttl{
      /* 28px */
      /*font-size: 200%;*/
      font-size: 1.5em;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    color: #232324;
  }

  .redColor{
    color: red;
    font-weight: bold;
  }
  .sp_on{
    display: none;
  }
  @media screen and (max-width:860px){
    .privacy-header{
      display: block;
      width: 100%;
      padding: 10px;
      top: 44px;
    }
    .privacy-ttl{
      text-align: center;
      font-size: 114.285714%;
    }
    .sp_on{
      display: block;
    }
  }


  @media (prefers-color-scheme: dark) {
    .container {
      color: #fff;
    }
    .container a {
      color: #dcdcdb;
    }
    .container h4 {
      color: #232324;
      background-color: #f0f0f0;
    }
  }

  h1.nsml_headerlogo>a>img, h1.nsml_headerlogo>img {
      height: 24px !important;
  }
