.main {
  padding: 70px 0 120px;
  background: url("../img/pub_banner _BG.webp") no-repeat center 0;
  background-size: 100%;
}
.main h1 {
  font-size: 42px;
  color: #1A1A1A;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 138px;
  text-align: center;
}
.main .container {
  width: 900px;
  margin: 0 auto;
  line-height: 200%;
  font-weight: 400;
}
.main table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DADADA;
}
.main table td,
.main table tr {
  border: 1px solid #DADADA;
}
.main table td {
  padding: 10px 30px;
}
.main table tr td:first-child {
  white-space: nowrap;
}
.main .c-3D {
  color: #3D3D3D;
}
.main .c-21 {
  color: #212A33;
}
.main .c-27 {
  color: #278CFF;
}
.main .fs-14 {
  font-size: 14px;
}
.main .fs-16 {
  font-size: 16px;
}
.main .fs-18 {
  font-size: 18px;
}
.main .mb-12 {
  margin-bottom: 12px;
}
.main .mb-22 {
  margin-bottom: 22px;
}
.main .mb-24 {
  margin-bottom: 24px;
}
.main .mb-32 {
  margin-bottom: 32px;
}
.main .fw-600 {
  font-weight: 600;
}
.main .p-left-24 {
  padding-left: 24px;
}
.main .p-left-16 {
  padding-left: 16px;
}
.main .mt-22 {
  margin-top: 22px;
}
.main .have-dian {
  padding-left: 22px;
  position: relative;
}
.main .have-dian::before {
  content: "・";
  font-size: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.main[data-lang="zh"] {
  background: url("../img/pub_banner _BG_zn.webp") no-repeat center 0;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    background: url("../img/pub_banner_phone.png") no-repeat center 0;
    background-size: 100%;
    padding: 50px 15px 70px;
  }
  .main .container {
    width: 100%;
  }
  .main h1 {
    font-size: 28px;
    margin-bottom: 80px;
  }
  .main .privacy-list-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0px;
  }
  .main .privacy-list-content.activeContent {
    max-height: 6000px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DADADA;
  }
  .main .privacy-h2 {
    padding-bottom: 8px;
  }
  .main .privacy-h2.activeH2 {
    margin-bottom: 0px;
  }
  .main[data-lang="zh"] {
    background: url("../img/pub_banner_phone_zn.png") no-repeat center 0;
    background-size: 100% 100px;
    padding: 33px 15px 70px;
  }
  h2 {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #DADADA;
  }
}
