/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
  }
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  ol{
      list-style: decimal;
  }
  
  blockquote, q {
    quotes: none;
  }
  
  blockquote:before, blockquote:after {
    content: '';
    content: none;
  }
  
  q:before, q:after {
    content: '';
    content: none;
  }
    
  body {
    line-height: normal;
    font-family: sans-serif !important;
  }
  
  .privacypolicy {
    margin: 64px auto auto auto;
    max-width: 800px;
    padding: 32px;
  }
  
  .privacypolicy header {
    height: auto;
    padding-bottom: 5px;
  }
    
  .privacypolicy header h1 {
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    margin-top: 32px;
    word-wrap: break-word;
    word-break: break-all;
  }
  
  .privacypolicy section {
    margin: 16px auto 32px auto;
  }

  .privacypolicy .time{
    display: flex;
    height: 32px;
  }

  .privacypolicy .time div{
    right: 10%;
    position: absolute;
  }

  
  .privacypolicy section p {
    text-indent: 16px;
    margin-bottom: 8px;
  }
  
  .privacypolicy section h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 32px auto 16px auto;
    text-align: center;
  }
  
  .privacypolicy section ul {
    padding: 8px 8px 8px 32px;
    list-style-type: disc;
  }
  
  .privacypolicy section ul li {
    margin-bottom: 4px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .privacypolicy section ol li {
    margin-bottom: 16px;
    margin-left: 32px;
    margin-right: 32px;
  }
  
  .privacypolicy section ul.keyvalue {
    list-style-type: none;
    width: 100%;
  }
  
  .privacypolicy section ul.keyvalue li {
    display: flex;
    width: 100%;
  }
  
  .privacypolicy section ul.keyvalue li .label {
    width: 30%;
  }
  
  .privacypolicy section ul.keyvalue li .contents:before {
    content: ': ';
  }
  
  @media (max-width: 567px) {
    .privacypolicy section ul.keyvalue {
      padding: 0 !important;
    }
    .privacypolicy section ul.keyvalue li {
      display: block;
      margin-bottom: 16px;
    }
    .privacypolicy section ul.keyvalue li .label {
      display: block;
      widows: auto;
      font-size: 12px;
      color: #888;
    }
    .privacypolicy section ul.keyvalue li .contents {
      display: block;
      word-wrap: break-word;
      word-break: break-all;
    }
    .privacypolicy section ul.keyvalue li .contents:before {
      content: '';
    }
  }
      