@charset "utf-8";
br.br-480 {
  display: none;
}

.low__item1 {
  padding-top: 80px;
}
.low__contents,
.low__fv--none .low__contents.low__contents--block {
  padding-top: 0;
}
.low__singleTitle {
  margin-bottom: 108px;
}
.privacy__inner {
  width: calc(100% - 20px);
  max-width: 1025px;
  margin: 0 auto 0 0;
}
.privacy__inner2 {
  padding-left: 17px;
}
.policy {
  padding-top: 80px;
  padding-bottom: 80px;
}
.agreement,
.agreement3,
.cancel,
.agreement-2 {
  padding-top: 80px;
  border-top: 1px solid #e1e1e1;
}
.agreement,
.agreement3,
.cancel {
  padding-bottom: 80px;
}
.privacy__subTitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.privacy__numItem {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.privacy__numItem:not(:last-child) {
  margin-bottom: 37px;
}
.privacy__text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.75;
  letter-spacing: 0;
}
.privacy__numChild li {
  position: relative;
}
.privacy__numChild li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: url("../imgs/privacy/privacy_element.svg") center center / cover no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.privacy__numChild li span {
  padding-left: 11px;
  margin-bottom: 0;
  display: block;
}
.privacy__numChild {
  padding-top: 4px;
}
.privacy__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 5px;
}
.privacy__link.column {
  flex-direction: column;
  align-items: flex-start;
}
.privacy__link .btn {
  position: relative;
  max-width: 100%;
  white-space: break-spaces;
}

.privacy__img {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.privacy__img2 {
  width: 86%;
}
.privacy__img img {
  display: block;
  width: 100%;
  max-width: 781px;
  min-width: 650px;
  height: auto;
}
.privacy__img2 img {
  max-width: 671px;
  min-width: 539px;
}

.privacy__noteItem {
  text-indent: -1em;
  padding-left: 1em;
}

.cancel {
}

@media screen and (max-width: 980px) {
  .low__item1 {
    width: 25%;
  }
  .low__item2 {
    width: 71.5%;
  }
}

@media screen and (max-width: 750px) {
  .low__item1 {
    width: 100%;
    margin-bottom: 0;
  }
  .low__item1Block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
  .privacy__inner {
    width: 100%;
    margin: 0 auto;
  }
  .low__item2 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  br.br-480 {
    display: block;
  }
}
