/* =======================================================
* privacy
* ======================================================= */
#privacy,
#terms,
#recruit {
  max-width: 900px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2;
}

#terms {
  padding-top: 100px;
  margin-top: -100px;
}

#privacy ol,
#terms ol,
#recruit ol {
  padding-left: 30px;
}

#privacy ol li {
  margin-bottom: 15px;
}

#terms h6,
#recruit h6 {
  margin: 10px 0;
}

@media screen and (max-width:768px) {
  #tabArea a {
    padding: 5px 3px;
  }

  #privacy ol,
  #terms ol,
  #recruit ol {
    padding-left: 20px;
  }
}