.privacy__wrapper {
  width: 960px;
  margin: 0 auto 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .privacy__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .privacy__wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .privacy__wrapper {
    padding: 0 16px;
    font-size: 15px;
  }
}
.privacy__wrapper h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
  font-size: 24px;
  margin-bottom: 32px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .privacy__wrapper h2 {
    font-size: 20px;
    padding-left: 22px;
  }
}
.privacy__wrapper h2::before {
  content: "";
  width: 6px;
  height: 26px;
  background: #0B7BEC;
  border-radius: 30px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 450px) {
  .privacy__wrapper h2::before {
    height: 24px;
    top: 2px;
  }
}
.privacy__wrapper h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .privacy__wrapper h4 {
    line-height: 1.5;
  }
}
.privacy__table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .privacy__table tr {
    display: flex;
    flex-direction: column;
  }
}
.privacy__table th {
  background-color: #F0F2F4;
  border: solid 1px #D2D9DF;
  width: 280px;
  padding: 24px;
}
@media screen and (max-width: 1080px) {
  .privacy__table th {
    width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 850px) {
  .privacy__table th {
    padding: 12px 16px;
  }
}
.privacy__table td {
  border: solid 1px #D2D9DF;
  padding: 24px;
}
@media screen and (max-width: 1080px) {
  .privacy__table td {
    padding: 16px;
  }
}
@media screen and (max-width: 850px) {
  .privacy__table td {
    padding: 18px 16px 24px;
  }
}
.privacy__table div {
  display: flex;
}
.privacy__table p.table-title {
  width: 80px;
}
.privacy__table p.table-text {
  flex: 1;
}

.terms__table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  margin: 24px 0;
}
.terms__table th, .terms__table td {
  font-size: 15px;
  border: solid 1px #D2D9DF;
  padding: 24px 16px;
  word-break: break-all;
}
.terms__table th:nth-child(1), .terms__table td:nth-child(1) {
  width: 22%;
}
.terms__table th:nth-child(2), .terms__table td:nth-child(2) {
  width: 52%;
}
.terms__table th:nth-child(3), .terms__table td:nth-child(3) {
  width: 26%;
}
@media screen and (max-width: 850px) {
  .terms__table th:nth-child(1), .terms__table td:nth-child(1) {
    width: 32%;
  }
  .terms__table th:nth-child(2), .terms__table td:nth-child(2) {
    width: 41%;
  }
  .terms__table th:nth-child(3), .terms__table td:nth-child(3) {
    width: 27%;
  }
}
@media screen and (max-width: 450px) {
  .terms__table th, .terms__table td {
    font-size: 13.5px;
    padding: 10px 15px;
  }
}
.terms__table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #F0F2F4;
}
.terms__table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  vertical-align: top;
}
.terms__table td ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 450px) {
  .terms__table td ul {
    row-gap: 4px;
  }
}
.terms__table td li {
  padding-left: 16px;
  position: relative;
}
.terms__table td li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10181D;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 450px) {
  .terms__table td li {
    padding-left: 12px;
  }
  .terms__table td li::before {
    width: 4px;
    height: 4px;
  }
}
.terms__table td li a {
  display: inline;
  color: #10181D;
  text-decoration: underline;
}
.terms__table td li a img {
  transform: translateY(2px);
  filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(942%) hue-rotate(181deg) brightness(92%) contrast(102%);
}
.terms__link {
  display: inline;
  word-break: break-all;
  color: #0B7BEC;
}
.terms__link:hover {
  text-decoration: underline;
}
.terms__link img {
  transform: translateY(2px);
  filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(942%) hue-rotate(181deg) brightness(92%) contrast(102%);
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 450px) {
  .mb-80 {
    margin-bottom: 56px;
  }
}

.rg-16 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.rg-32 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.pl-32 {
  padding-left: 32px;
}
@media screen and (max-width: 850px) {
  .pl-32 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 450px) {
  .pl-32 {
    padding-left: 0;
  }
}

.ind-20 {
  padding-left: 20px;
  margin-top: 8px;
  position: relative;
}
.ind-20::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10181D;
  position: absolute;
  top: 10px;
  left: 5px;
}

.ind-32 {
  text-indent: -32px;
  padding-left: 32px;
}

.right {
  text-align: right;
  margin-bottom: 40px;
}

.bold-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}/*# sourceMappingURL=terms.css.map */