@charset "UTF-8";

.privacy {
    line-height: 1.92;
    letter-spacing: .06em;
    margin: 70px 0 120px;
    padding-bottom: 50px;
  }
  .privacy h2{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 50px 0 20px;
  }
  .privacy h3{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 15px 0 5px;
  }
  .privacy a{
    text-decoration: underline;
  }
  .header-inner{
    max-width: 960px;
  }
  .header-logo h1{
      margin-top: 15px;
      width: 90px;
  }  
  .footer{
      border-top: 1px solid #ccc;
  }
  .mt40{
      margin-top: 40px;
  }