.pp-main {
  margin-bottom: 150px;
}

.pp-intro {
  margin-bottom: 50px;
}

.pp-dt {
  border-bottom: 1px solid #d3d7dc;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}
.pp-dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 16px;
  background: #0062a0;
}
.pp-dt .f24 {
  font-weight: 500;
}

.pp-list {
  padding-left: 1em;
}
.pp-list li {
  list-style-type: decimal;
  line-height: 1.7;
}

.pp-date {
  margin: 45px 0 60px;
  text-align: right;
}

.pp-subttl {
  margin-bottom: 30px;
  font-weight: 500;
}

.pp-tbl {
  margin: 30px 0;
}
.pp-tbl table {
  border-collapse: collapse;
  width: 100%;
}
.pp-tbl table th {
  background: #90aecf;
  color: #fff;
  padding: 20px;
  text-align: left;
}
.pp-tbl table th:first-child {
  border-right: 1px solid #e7ebf0;
}
.pp-tbl table td {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #e7ebf0;
  vertical-align: top;
}
.pp-tbl table td:first-child {
  border-right: 1px solid #e7ebf0;
}

.pp-note {
  margin-bottom: 60px;
}

.dot {
  text-indent: -1em;
  padding-left: 1em;
}
.dot span {
  color: #0062a0;
  margin-right: 2.5px;
}

.pp-request {
  padding-left: 1em;
}
.pp-request li {
  list-style-type: decimal;
  margin-bottom: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 834px) {
  .pp-main {
    margin-bottom: 60px;
  }
  .pp-intro {
    margin-bottom: 40px;
  }
  .pp-tbl {
    margin: 10px 0;
  }
  .pp-dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .pp-date {
    margin: 15px 0 40px;
  }
  .pp-subttl {
    margin-bottom: 10px;
  }
  .pp-note {
    margin-bottom: 30px;
  }
  .pp-tbl table {
    width: 750px;
  }
}/*# sourceMappingURL=privacypolicy.css.map */