/*--------------------------------------------------- */
/* .privacy */
/*--------------------------------------------------- */
.privacy {
  margin-top: 60px; }
  .privacy h3 {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 1.5em;
    line-height: 1.2em; }
    .privacy h3 .priLine {
      border-top: 4px solid #FF9326;
      width: 20px;
      height: 4px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -1.5em; }
  .privacy p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4em;
    margin: 17px 0 80px;
    max-width: 900px; }
    @media (max-width: 768px) {
      .privacy p {
        line-height: 1.5em; } }
