@charset "utf-8";

.privacy {
  padding-top: 100px;
}

.privacy_wrap {
  padding: 3% 10%;
  text-align: left;
}

.privacy_box ul {
  list-style: none;
}


@media screen and (max-width:560px) {
  .privacy_wrap {
    padding: 3% 3%;
    text-align: left;
  }
  .privacy_table tbody tr th {
    padding: 10px;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #fff;
    background-color: #ccc;
    width: 80px;
  }
}
