@charset "UTF-8";
.font-so {
  font-family: "Source Sans Pro", sans-serif;
}

.sub-fv.privacy-policy .title {
  z-index: 1;
  position: relative;
}
.sub-fv.privacy-policy .entitle {
  margin-top: -16rem;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .sub-fv.privacy-policy .entitle {
    margin-top: 0;
  }
}

.privacy-policy-catch {
  background-color: #222222;
  color: white;
}
.privacy-policy-catch .catch-list {
  margin-top: 6rem;
  list-style: none;
  padding-left: 0;
  line-height: 2.1;
  font-size: 1.5rem;
}
.privacy-policy-catch .catch-meta {
  margin-top: 6rem;
  text-align: right;
  font-size: 1.5rem;
}

.privacy-policy-table .table-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .privacy-policy-table .table-list {
    padding-left: 1em;
  }
}
.privacy-policy-table .table-list li {
  line-height: 2.1;
}
.privacy-policy-table .table-list li:last-of-type {
  margin-top: 6rem;
}
.privacy-policy-table .table-list li span {
  font-weight: bold;
  position: relative;
}
.privacy-policy-table .table-list li span::before {
  content: "■";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4em;
  font-size: 0.2em;
  color: #00A8EC;
}
.privacy-policy-table .table-list li a {
  color: #00A8EC;
  text-decoration: none;
}

.privacy-policy-content {
  background-color: #F8F8F8;
}
.privacy-policy-content .content-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #00A8EC;
}
.privacy-policy-content .content-subtitle {
  font-size: 1.5rem;
  margin-top: 4rem;
}
.privacy-policy-content .content-mainList {
  padding: 0 2rem;
  font-size: 1.5rem;
  list-style: none;
  counter-reset: counter;
  margin-top: 3.6rem;
}
.privacy-policy-content .content-mainList .content-mainItem {
  line-height: 2.1;
  position: relative;
}
.privacy-policy-content .content-mainList .content-mainItem::before {
  content: counter(counter, circled) ". ";
  position: absolute;
  top: -0.5em;
  left: -1.2em;
  counter-increment: counter;
  font-size: 1.8rem;
  font-weight: bold;
}
.privacy-policy-content .content-mainList .content-mainItem:not(:first-of-type) {
  margin-top: 5.5rem;
}
.privacy-policy-content .content-mainList .content-mainItem h3 {
  font-weight: bold;
}
.privacy-policy-content .content-mainList .content-mainItem .content-subList {
  padding-left: 0;
}
.privacy-policy-content .content-mainList .content-mainItem .content-numList {
  padding-left: 0;
  list-style: none;
  counter-reset: my-counter;
}
.privacy-policy-content .content-mainList .content-mainItem .content-numList li::before {
  content: "(" counter(my-counter, circled) ") ";
  counter-increment: my-counter;
}
.privacy-policy-content .content-mainList .content-mainItem .content-btn {
  margin-top: 3.6rem;
  max-width: 350px;
}
.privacy-policy-content .content-mainList .content-mainItem .content-btn::after {
  border-left: none;
  border-bottom: none;
  background: url(../img/common/icon_download.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}
.privacy-policy-content .content-mainList .content-mainItem .content-btn:hover::after {
  filter: invert(100%);
}
.privacy-policy-content .content-mainList .content-mainItem .content-contact {
  background-color: white;
  padding: 3rem;
  text-align: center;
  max-width: 600px;
}
.privacy-policy-content .content-mainList .content-mainItem .content-contact h4 {
  font-weight: bold;
}
.privacy-policy-content .content-mainList .content-mainItem .content-contact p a {
  color: #00A8EC;
  text-decoration: none;
}
/*# sourceMappingURL=map/privacy-policy.css.map */