body {
  color: #000;
  padding-bottom: 0;
}

.inner-820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#privacy {
  padding-top: 47px;
  padding-bottom: 122px;
}

.privacy__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.75;
}

.privacy__list {
  width: 100%;
}

.privacy__list li:not(:last-child) {
  margin-bottom: 20px;
}

.privacy__detailTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.75;
}

.privacy__detailText {
  font-size: 12px;
  line-height: 1.75;
}

.privacy__detailText:not(:last-child) {
  margin-bottom: 20px;
}

.privacy__detailText a {
  transition: all 0.3s;
}

.privacy__detailText a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 920px) {
  .inner-820 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  #privacy {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 375px) {
}
