section.privacy-policy {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.privacy-policy dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl {
    margin-top: 40px;
  }
}
section.privacy-policy dl dt h2 {
  display: flex;
  gap: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl dt h2 {
    font-size: 16px;
    gap: 12px;
  }
}
section.privacy-policy dl dt h2 span {
  translate: 0 10px;
  font-family: var(--manrope);
  font-size: 16px;
  color: var(--white);
  position: relative;
  width: 30px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl dt h2 span {
    translate: 0 2px;
  }
}
section.privacy-policy dl dt h2 span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 26px;
  top: 0;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center/cover;
  z-index: -1;
}
section.privacy-policy dl dd {
  margin-top: 10px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl dd {
    padding: 0;
  }
}
section.privacy-policy dl dd p:first-of-type {
  margin-top: 15px;
}
section.privacy-policy dl dd ol li {
  margin-top: 30px;
}
section.privacy-policy dl dd ol p {
  padding-left: 35px;
  margin-top: 0 !important;
}
section.privacy-policy dl dd ol p.note {
  padding-left: 0;
  margin-top: 25px !important;
}
section.privacy-policy dl dd .js-scrollable {
  margin-top: 25px;
}
section.privacy-policy dl dd table.table1 {
  width: 950px;
}
section.privacy-policy dl dd table.table1 tr:first-child th {
  background-color: #7d7d80;
  color: var(--white);
  padding: 10px 20px;
  font-weight: 500 !important;
}
section.privacy-policy dl dd table.table1 tr:first-child th:nth-child(1) {
  width: 80px;
}
section.privacy-policy dl dd table.table1 tr:first-child th:nth-child(2) {
  width: 460px;
}
section.privacy-policy dl dd table.table1 tr:first-child th:nth-child(3) {
  width: 460px;
}
section.privacy-policy dl dd table.table1 tr:nth-child(even) {
  background-color: #f7f7fa;
}
section.privacy-policy dl dd table.table1 tr th {
  color: var(--blue);
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
  font-weight: bold;
}
section.privacy-policy dl dd table.table1 tr th:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl dd table.table1 tr th {
    font-size: 15px;
  }
}
section.privacy-policy dl dd table.table1 tr td {
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
  padding: 10px 35px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
  height: 80px;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl dd table.table1 tr td {
    padding: 10px 20px;
  }
}
section.privacy-policy dl dd table.table1 tr td:last-child {
  border: none;
}
section.privacy-policy dl dd table.table2 {
  width: 950px;
}
section.privacy-policy dl dd table.table2 tr:nth-child(odd) {
  background-color: #f7f7fa;
}
section.privacy-policy dl dd table.table2 tr th {
  width: 70px;
  color: var(--blue);
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
  font-weight: bold;
}
section.privacy-policy dl dd table.table2 tr th:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl dd table.table2 tr th {
    font-size: 15px;
  }
}
section.privacy-policy dl dd table.table2 tr td {
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
  padding: 10px 35px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
  height: 80px;
}
@media screen and (max-width: 767px) {
  section.privacy-policy dl dd table.table2 tr td {
    padding: 10px 20px;
  }
}
section.privacy-policy dl dd table.table2 tr td:nth-of-type(1) {
  width: 390px;
}
section.privacy-policy dl dd table.table2 tr td:nth-of-type(2) {
  width: 490px;
}
section.privacy-policy dl dd table.table2 tr td:last-child {
  border: none;
}
section.privacy-policy dl dd table.table2 tr td span {
  color: var(--blue);
  font-weight: bold;
}
section.privacy-policy .sign {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  section.privacy-policy .sign {
    margin-top: 40px;
  }
}
section.privacy-policy .contact {
  margin-top: 50px;
  border-top: 1px solid var(--light-gray);
  padding-top: 40px;
}
section.privacy-policy .contact h2 {
  font-size: 24px;
  padding-left: 35px;
  background: url(/common/img/icn_arw.svg) no-repeat left top 17px/14px;
}
@media screen and (max-width: 767px) {
  section.privacy-policy .contact h2 {
    font-size: 18px;
    background: url(/common/img/icn_arw.svg) no-repeat left top 12px/14px;
    padding-left: 25px;
  }
}
section.privacy-policy .contact .contact-box {
  margin-left: 35px;
  margin-top: 25px;
  width: fit-content;
  padding: 25px 40px;
  border: 1px solid var(--gray);
}
@media screen and (max-width: 767px) {
  section.privacy-policy .contact .contact-box {
    margin-left: 0;
    padding: 20px 5%;
  }
}
section.privacy-policy .contact .contact-box .tel {
  padding-left: 30px;
  font-size: 26px;
  background: url(/common/img/icn_tel.svg) no-repeat left top 10px/24px;
}
@media screen and (max-width: 767px) {
  section.privacy-policy .contact .contact-box .tel {
    font-size: 24px;
    background: url(/common/img/icn_tel.svg) no-repeat left top 10px/20px;
  }
}
section.privacy-policy .contact .contact-box .tel span {
  font-size: 16px;
  padding-left: 5px;
}