.privacy {
  max-width: var(--width474);
  margin: auto;
  padding-top: 30px;
  padding-bottom: 0;
}
.privacy .page-ttl {
  font-size: 1em;
  margin-bottom: 45px;
  text-align: center;
  line-height: var(--lineHeightRate);
}
.privacy .page-txt {
  color: var(--ambushGray);
  margin-bottom: 45px;
}
.privacy .color_cmn_subtitle {
  margin-bottom: var(--spacing15);
  text-transform: uppercase;
  line-height: var(--lineHeightRate);
}
.privacy .color_cmn_text:not(:last-child) {
  margin-bottom: 45px;
}

html[lang=en] .privacy .color_cmn_subtitle {
  line-height: 1.26;
}
