.main .section.policy .ttl,
.main .section.disclosure .ttl {
  color: rgb(26, 26, 26);
  font-size: 0.24rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 750px) {
  .main .section.policy .ttl,
.main .section.disclosure .ttl {
    font-size: 0.2rem;
    line-height: 1.6;
  }
}
.main .section.policy .ttl::before, .main .section.policy .ttl::after,
.main .section.disclosure .ttl::before,
.main .section.disclosure .ttl::after {
  content: none;
}
@media screen and (max-width: 750px) {
  .main .section.policy .wrap,
.main .section.disclosure .wrap {
    padding-inline: 0.3rem;
  }
}
.main .section.policy {
  margin: 0.85rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.policy {
    margin: 0.5rem 0 0;
  }
}
.main .section.policy p {
  margin: 0.15rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.policy p {
    margin: 0.2rem 0 0;
    word-break: break-all;
  }
}
.main .section.policy a {
  text-decoration: underline;
}
.main .section.disclosure {
  margin: 0.6rem 0 0;
}
.main .section.disclosure dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.disclosure dl {
    display: block;
    margin: 0.1rem 0 0;
  }
}
.main .section.disclosure dl dt,
.main .section.disclosure dl dd {
  border-bottom: 0.01rem solid rgb(193, 182, 179);
  padding: 0.16rem 0;
}
.main .section.disclosure dl dt {
  width: 3.15rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .section.disclosure dl dt {
    width: auto;
    border-bottom: none;
    padding: 0.16rem 0 0;
  }
}
.main .section.disclosure dl dd {
  width: calc(100% - 3.15rem);
}
@media screen and (max-width: 750px) {
  .main .section.disclosure dl dd {
    width: auto;
    padding: 0 0 0.16rem;
  }
}
/*# sourceMappingURL=unique.css.map */