.privacy-policy-main-wrapper {
  padding-top: 128px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

@media all and (max-width:1800px) {
	.privacy-policy-main-wrapper { padding-top: 128px; }
}

@media all and (max-width:1024px) {
  .privacy-policy-main-wrapper { padding-top: 112px; }
}

@media all and (max-width:980px) {
  .privacy-policy-main-wrapper { padding-top: 92px; }
}

p {
  margin: 0;
}

p, span, div, a, h1, h2, h3, h4, h5, h6 {
  color: black;
}

.policy-header {
  background-color: rgb(96, 115, 225);
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.underline {
  text-decoration: underline !important;
}

li {
  line-height: 1.85rem;
}

h2 {
  margin-bottom: 0.44rem;
}

ol, ul {
  margin-top: 0;
}

.sub-page-header {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sp-item {
  margin-right: 2rem;
}

.active-sp-item {
  font-weight: 500;
  color: rgb(96, 115, 225);
  border-bottom: 1px solid rgb(96, 115, 225);
}