@media screen and (min-width: 769px) {
  .hero_wrap {
    background-image: url(../img/privacy/kv_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    background-image: url(../img/privacy/kv_sp.jpg);
  }
}

.category {
  letter-spacing: 0.03em;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 769px) {
  .category {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .category {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.category .link {
  color: #0A64B4;
  text-decoration: underline;
}
.category a:hover {
  color: #2f7bbf;
}
.category p {
  text-align: justify;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .category p {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px) {
  .category .intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .category .intro {
    margin-bottom: 8rem;
  }
}
.category h3 {
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category h3 {
    font-size: 3rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .category h3 {
    font-size: 3.8rem;
    line-height: 1.6;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .category_inner {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .category_inner {
    margin-bottom: 8rem;
  }
}
.category_inner h4 {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category_inner h4 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category_inner h4 {
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .category_inner ul {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .category_inner ul {
    margin-top: 4rem;
  }
}
.category_inner ul li {
  text-align: justify;
  list-style: disc;
  margin-left: 1em;
}
@media screen and (min-width: 769px) {
  .category_inner ul li {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .category_inner ul li {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px) {
  .category_inner .external {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .category_inner .external {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .category_inner .external .external_txt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .category_inner .external .external_txt {
    margin-bottom: 3rem;
  }
}
.category_inner .external .external_txt:last-of-type {
  margin-bottom: 0;
}
.category_inner:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .category:first-of-type {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category:first-of-type {
    padding-top: 2rem;
  }
}

.category:last-of-type {
  border: none;
}/*# sourceMappingURL=privacy.css.map */