@charset "UTF-8";
.privacy_policy {
  padding-bottom: 50px;
}
.privacy_policy .inner {
  width: 660px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .privacy_policy .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .privacy_policy .inner {
    width: calc(100% - 40px);
  }
}
.privacy_policy .inner .ttl_con {
  padding-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .privacy_policy .inner .ttl_con {
    padding-top: 40px;
  }
}
.privacy_policy .inner .ttl_con h2.main {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 15px;
}
.privacy_policy .inner .ttl_con h2.main:before {
  position: absolute;
  background-image: url(../img/ttl-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 65px;
  height: 65px;
  z-index: -1;
}
.privacy_policy .inner .ttl_con .sub {
  padding-top: 21px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.privacy_policy .inner .ttl_con .sub:after {
  display: block;
  width: 38px;
  height: 3px;
  margin: 0 auto;
  background: #00bac6;
  content: "";
}
.privacy_policy .inner .sitemap_con .sitemap__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.privacy_policy .inner .sitemap_con .sitemap__list li a {
  transition: 0.5s;
}
.privacy_policy .inner .sitemap_con .sitemap__list li a:hover {
  opacity: 0.7;
}
.privacy_policy .inner .sitemap_con .sitemap__list li.lower {
  padding-bottom: 10px;
  border-bottom: 2px solid #00BAC6;
}
.privacy_policy .inner .sitemap_con .sitemap__list ul li.has-child {
  position: relative;
  padding-left: 20px;
}
.privacy_policy .inner .sitemap_con .sitemap__list ul li.has-child:before {
  position: absolute;
  top: -7px;
  left: 0;
  color: #000;
  content: "・";
  font-size: 24px;
}
.privacy_policy .inner .sitemap_con .sitemap__list ul li.has-child > span {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 6px;
}
.privacy_policy .inner .sitemap_con .sitemap__list ul li.has-child ul {
  list-style: none;
  padding-left: 18px;
  margin-top: 6px;
}
.privacy_policy .inner .sitemap_con .sitemap__list ul li.has-child ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 5px;
}
.privacy_policy .inner .sitemap_con .sitemap__list ul li.has-child ul li::before {
  content: "—";
  position: absolute;
  left: -16px;
}/*# sourceMappingURL=sitemap.css.map */