.blank_row {
  height: 52px;
}

.info_space {
  margin-bottom: 15px !important;
}

.content {
  margin-bottom: 120px;
}

.privacy_wrapper {
  width: 59.4%;
  margin: auto;
}

.privacy_wrapper p {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 26px;
  margin: 0;
}

.privacy_wrapper h2 {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.list {
  text-indent: -1em;
  padding-left: 1em;
}

.pri_foot {
  margin: 50px 0 76px;
}

.close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .privacy_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .blank_row {
    height: 8.9955vh;
  }
  .blank_sp {
    height: 4.49775vh;
  }
  .privacy_wrapper p {
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .pri_foot {
    margin: 2.9985vh 0 8.24588vh;
  }
  .content {
    margin-bottom: 14.9925vh;
  }
}
