@charset "UTF-8";
.ind_list01 > li{
  position: relative;
}
.ind_list01 > li::before{
  content: '・';
}
.ind_list01.list02 > li::before{
  content: '⚪︎';
}
.privacypolicyPage .sec02 .tbl tr th,
.contactpolicyPage .sec01 .tbl tr th{
  width: 25%;
}
.privacypolicyPage .sec02 .tbl tr td,
.contactpolicyPage .sec01 .tbl tr td{
  width: 75%;
}
.contactpolicyPage table.tblStyle_03 tr:first-of-type{
  border: none;
}
@media screen and (max-width: 768px) {}
