@charset "utf-8";


/* -------------------------------------------------------
  privacy policy
------------------------------------------------------- */

/* privacy
------------------------------------------------------- */
.privacy{
  font-size: 114%;
  margin-bottom: 0 !important;
}
.privacy h4{
  padding-top: 20px;
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 30px;
}
.privacy p{
  clear: both;
  margin-bottom: 40px;
  line-height: 1.8;
}
.privacy ul {
  margin-bottom: 40px;
}
.privacy ul li{
  text-indent: -1.8em;
  padding-left: 1.8em;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .privacy{
    margin-bottom: 50px !important;
  }
  .privacy > .ttlBoxC{
    font-size: 142%;
  }
  .ttlBoxC span {
    padding: 15px;
  }
  .privacy h4{
    padding-top: 0;
    font-size: 114%;
    margin-bottom: 20px;
  }
  .privacy p{
    margin-bottom: 30px;
  }
  .privacy ul {
    margin-bottom: 30px;
  }
}

