.privacy-wrapper {
  max-width: 1080px;
  margin: 0px auto;
  padding: 200px 2% 80px;
}
.privacy-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.privacy-title2 {
  margin-top: 80px;
}

.ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ttl2 {
  font-size: 16px;
  font-weight: 700;
  margin:40px 0 20px;
}

.ttl3 {
  margin:40px 0 20px;
}
.txt {
  margin: 0 0 40px;
}
.txt2 {
  margin: 0 0 40px;
}
.txt3 {
  margin: 0 0 20px;
}
.txt::after {
  content: "";
  border-bottom: solid 2px #ebedf5;
  width: 100%;
  display: block;
  margin-top: 40px;
}
.privacy .txt-block a {
  color: #1e2a61;
 border-bottom: solid 1px #1e2a61;
}
.privacy .list-txt__02 {
  margin: 20px 0 40px;
}
 .list {
  text-indent: -1rem;
  padding-left: 1rem;
}

.privacy .list-txt__02 .list {
  text-indent: -3.6rem;
  padding-left: 3.6rem;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.txt-block__externalpParties {
  margin: 40px 0;
}
.txt-block__externalpParties .ttl2 {
  margin: 40px 0 20px;
}
.txt-block__externalpParties .txt3 {
  padding-left: 24px;
}
.txt-block__externalpParties::before {
  content: '';
  border-top: solid 2px #EBEDF5;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.txt-block__externalpParties::after {
  content: '';
  border-bottom: solid 2px #EBEDF5;
  width: 100%;
  display: block;
  margin-top: 40px;
}

@media screen and (max-width:768px) {
  .c-title_border {
    margin-bottom: 40px;
  }
  .privacy-wrapper {
    padding: 130px 0 60px;
  }
  .policy-cont {
    padding: 0 4.2%;
  }
  .privacy-title {
    font-size: 22px;
    margin: 0px;
  }
  .ttl {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .txt {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .txt::after {
    margin-top: 20px;
  }
  .txt2 {
    margin: 0 0 20px;
    font-size: 15px;
  }
  .ttl2 {
    margin:20px 0 4px;
    font-size: 15px;
  }
  .txt-h {
    font-size: 15px;
  }
  .list {
    font-size: 15px;
  }
  .privacy .txt-block a{
    font-size: 15px;
    word-wrap:break-word;
  }
  .privacy .list-txt__02 {
    margin: 4px 0 20px;
  }
  .txt-block__externalpParties {
    margin: 20px 0;
  }
  .txt-block__externalpParties .ttl2 {
    margin: 20px 0 4px;
  }
  .txt-block__externalpParties::before {
    margin-bottom: 20px;
  }
  .txt-block__externalpParties::after {
    margin-top: 20px;
  }
}