/*==========================================================
PRIVACY POLICY
==========================================================*/
#header-global-nav{
  border-bottom:1px solid #000;
}
#footer{
  margin-top:8.33%;
}
#wrapper.privacy .section {
  max-width: 1020px;
  padding:0;
  border-top:0 none;
}

h3.ttl {
  padding: 0;
  font-weight: 500;
  font-size: 1.28em;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 1.1em 0;
}

p {
  color:#333;
  margin-bottom: 2.8em;
  font-size: 1em;
  line-height: 2.0;
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  h3.ttl {
    font-size: 1em;
  }

  p {
    font-size: 0.875em;
  }
}