@charset "UTF-8";
.privacypolicy .sec_01 .box{
  margin:5rem 0;
}
.privacypolicy .sec_01 .sec_inner .box table {
  width: 100%;
  padding: 4rem 0 0;
  border-collapse: inherit;
}
.privacypolicy .sec_01 .sec_inner .box table tr th {
  width: 14%;
  font-weight: inherit;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 834px), (max-device-width: 834px) {
  .privacypolicy .sec_01 .sec_inner .box table tr th {
    width: 40%;
  }
  .privacypolicy .sec_01 .sec_inner .box table tr th,
  .privacypolicy .sec_01 .sec_inner .box table tr td{
    font-size:1.4rem;
  }
}
.privacypolicy .sec_01 .sec_inner .box table tr th::after {
  position: absolute;
  content: "：";
  right: 0;
}
.privacypolicy .sec_01 .sec_inner .box table tr td a {
  color: #19A0FF;
  text-decoration: underline;
}
