@charset "UTF-8";
/* ===========================================================================
PAGE Privacy Policy
=========================================================================== */
.privacy_wrap{
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  padding: 113px 0 90px;
}
.privacy_block{
  margin-bottom: 40px;
}
.table01 tbody tr td:first-child {
  padding-left: 12px;
}
.table01 thead th:nth-child(1) {
  width: 41%;
}
.table01 thead th:nth-child(2) {
  width: 49%;
}
.table02 th {
  width: 24%;
  height: 95px;
  min-width: 200px;
}
.privacy_time > span:first-child{
  min-width: 105px;
}

@media screen and (max-width:767px) {
  .privacy_wrap{
    padding: 55px 0 0;
  }
  .table02 th {
    width: 100%;
    height: auto;
    min-width: auto;
  }
}
