@charset "UTF-8";
.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

.sec-privacy {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #5a5a5a;
}
.sec-privacy .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-privacy .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-privacy .ttl {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.sec-privacy .txt-lead {
  margin-top: 30px;
  color: #000;
}
.sec-privacy .ttl_sub {
  margin-top: 50px;
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-privacy .list-txt-body {
  padding-left: 20px;
}
.sec-privacy .item-txt-body {
  list-style-type: disc;
}
.sec-privacy .item-txt-body.add {
  list-style-type: none;
}
.sec-privacy .item-txt-body.depth-1 {
  margin-left: 25px;
}
.sec-privacy .item-txt-body.num {
  position: relative;
  margin-left: 15px;
  list-style: none;
}
.sec-privacy .item-txt-body.num:before {
  position: absolute;
  right: 100%;
  display: inline-block;
}
.sec-privacy .item-txt-body.num.no1:before {
  content: "（1）";
}
.sec-privacy .item-txt-body.num.no2:before {
  content: "（2）";
}
.sec-privacy .item-txt-body.num.no3:before {
  content: "（3）";
}
.sec-privacy .content.no2 .txt-body:nth-of-type(2) {
  margin-top: 30px;
}
.sec-privacy .content.no2 .list-txt-body:nth-of-type(2) {
  margin-top: 30px;
}
.sec-privacy .anchor {
  color: #3366ff;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .sec-privacy .anchor:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-privacy .ttl {
    font-size: 2.7rem;
  }
}

.sec-guideline {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #5a5a5a;
}
.sec-guideline .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-guideline .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-guideline .ttl {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.sec-guideline .txt-lead {
  margin-top: 30px;
  color: #000;
}
.sec-guideline .txt-body._2 {
  margin-top: 30px;
}
.sec-guideline .ttl_sub {
  margin-top: 50px;
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-guideline .list-txt-body {
  padding-left: 20px;
}
.sec-guideline .item-txt-body {
  list-style-type: disc;
}
.sec-guideline .item-txt-body .red {
  color: #E50000;
}
.sec-guideline .anchor {
  color: #3366ff;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .sec-guideline .anchor:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-guideline .ttl {
    font-size: 2.7rem;
  }
}

.sec-terms-of-service {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #5a5a5a;
}
.sec-terms-of-service .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-terms-of-service .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-terms-of-service .content {
    margin-bottom: 40px;
  }
}
.sec-terms-of-service .ttl {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.sec-terms-of-service .txt-lead {
  margin-top: 30px;
  color: #000;
}
.sec-terms-of-service .txt-body._2 {
  margin-top: 30px;
}
.sec-terms-of-service .ttl_sub {
  margin-top: 50px;
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-terms-of-service .ttl_sub:not(.center) {
    margin-block: 0;
  }
}
.sec-terms-of-service .ttl_sub.center {
  text-align: center;
}
.sec-terms-of-service .txt-right {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-terms-of-service .txt-right {
    margin-top: 60px;
  }
}
.sec-terms-of-service .link {
  color: #6F86D6;
  text-decoration: underline;
}
.sec-terms-of-service .list-txt-body.dot {
  counter-reset: dot_num;
}
.sec-terms-of-service .list-txt-body.dot .item-txt-body {
  position: relative;
  padding-left: 1.5em;
  counter-increment: dot_num;
}
.sec-terms-of-service .list-txt-body.dot .item-txt-body::before {
  content: counter(dot_num) ". ";
  counter-increment: count 1;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-terms-of-service .list-txt-body.circle {
  list-style: none;
  counter-reset: circle_num;
  padding-left: 1em;
}
.sec-terms-of-service .list-txt-body.circle .item-txt-body {
  position: relative;
  padding-left: 1.5em;
  counter-increment: circle_num;
}
.sec-terms-of-service .list-txt-body.circle .item-txt-body::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #5A5A5A;
  border-radius: 50%;
  color: #5A5A5A;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  content: counter(circle_num);
}
.sec-terms-of-service .list-txt-body.circle .item-txt-body .plan {
  margin-left: -1.5em;
}
@media screen and (max-width: 768px) {
  .sec-terms-of-service .list-txt-body.circle .item-txt-body .plan {
    margin-left: 0;
  }
}
.sec-terms-of-service .list-txt-body .circle {
  padding-left: 0;
}
.sec-terms-of-service .item-txt-body {
  list-style-type: none;
  margin-block: 5px;
}
.sec-terms-of-service .item-txt-body .red {
  color: #E50000;
}
.sec-terms-of-service .anchor {
  color: #3366ff;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .sec-terms-of-service .anchor:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-terms-of-service .ttl {
    font-size: 2.7rem;
  }
}/*# sourceMappingURL=page-privacy.css.map */