.l-content {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1350px) {
  .l-content {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    width: 92vw;
  }
}
.m-small-mv-ttl {
  padding-left: 0;
}

/*p-privacy-policy
---------------------------------------*/
.p-privacy-policy {
  padding: 80px 0 140px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
  max-width: 1080px;
  margin: 0 auto;
}
.p-privacy-policy a {
  border-bottom: 1px solid blue;
}
.p-privacy-policy a:hover {
  border-bottom-color: transparent;
}

.p-privacy-policy-anchour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  height: 230px;
  margin-bottom: 2em;
}
.p-privacy-policy-anchour-list li a {
  color: inherit;
  padding-left: 20px;
  border-bottom: none;
  position: relative;
}
.p-privacy-policy-anchour-list li a:hover {
  color: #2c6cd6;
  border-bottom: 1px solid blue;
}
.p-privacy-policy-anchour-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #2c6cd6;
  border-right: solid 2px #2c6cd6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-privacy-policy-txt {
  margin-bottom: 1.5em;
  word-break: normal;
}

.p-privacy-policy-item {
  margin-bottom: 25px;
}

.p-privacy-policy-top {
  margin-bottom: 10px;
}

.p-privacy-policy-desc {
  margin-bottom: 20px;
}

.p-privacy-policy-inner-list {
  padding: 30px;
  margin-bottom: 25px;
  background: #f5f5f5;
}

.p-privacy-policy-inner-item {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p-privacy-policy-inner-item-margin {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-privacy-policy {
    padding: 10.6666666667vw 0 18.6666666667vw;
    font-size: 4vw;
  }
  .p-privacy-policy-inner-mt {
    margin-top: 3.3333333333vw;
  }
  .p-privacy-policy-anchour-list {
    gap: 2.6666666667vw 0;
    height: auto;
    padding-left: 2.6666666667vw;
    margin-bottom: 2em;
  }
  .p-privacy-policy-anchour-list li {
    padding-left: 1em;
    text-indent: -1.5em;
  }
  .p-privacy-policy-anchour-list li a {
    color: inherit;
    padding-left: calc(6.6666666667vw);
    border-bottom: none;
    position: relative;
  }
  .p-privacy-policy-anchour-list li a:hover {
    color: #2c6cd6;
    border-bottom: 1px solid blue;
  }
  .p-privacy-policy-anchour-list li a::before {
    top: 2.6666666667vw;
    left: 1.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-bottom: solid 0.5333333333vw #2c6cd6;
    border-right: solid 0.5333333333vw #2c6cd6;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .p-privacy-policy-item {
    margin-bottom: 6.6666666667vw;
  }
  .p-privacy-policy-top {
    margin-bottom: 2.6666666667vw;
  }
  .p-privacy-policy-desc {
    margin-bottom: 5.3333333333vw;
  }
  .p-privacy-policy-inner-list {
    padding: 8vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-privacy-policy-inner-item {
    margin-bottom: 1.3333333333vw;
    font-size: 4vw;
  }
  .p-privacy-policy-inner-item-margin {
    margin-bottom: 6.6666666667vw;
  }
}