@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 .p_txt1 {
  margin-bottom: 30px;
}
@media (max-width: 543px) {
  .privacy_policy .inner .align_left {
    text-align: left;
  }
}
.privacy_policy .inner h3.ttl {
  margin-top: 40px;
  font-size: 18px;
  font-weight: normal;
}
.privacy_policy .inner h3.ttl:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #00bac6;
  margin: 5px auto 15px;
}
.privacy_policy .inner ul {
  margin-bottom: 30px;
}
.privacy_policy .inner ul li {
  position: relative;
  padding-left: 16px;
}
.privacy_policy .inner ul li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "・";
  font-size: 20px;
}
.privacy_policy .creation_txt {
  margin: 50px 0;
  text-align: right;
}
@media (max-width: 480px) {
  .privacy_policy .creation_txt {
    margin: 30px 0;
  }
}/*# sourceMappingURL=privacy_policy.css.map */