/* header */

.header-policy-pcr {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
  background: #060911;
  width: 100%;
}

.header-policy-container-pcr {
  width: 375px;
  padding: 20px 20px 10px;
}

.header-policy-link-pcr {
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.header-policy-link-pcr:hover {
  transform: scale(1.2);
}

.header-policy-svg-pcr {
  width: 100%;
  height: 100%;
}

/* dl-dt-dd */

dt {
  position: relative;
  padding-left: 24px;
}

dt::before {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}

/* main */

.main-pcr {
  width: 375px;
  margin: 0 auto;
  padding: 50px 12px;

  .policy-title-pcr {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 97%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

  h2 {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
  }

  p {
    font-size: 14px;
  }

  strong {
    font-weight: inherit;
  }

  section {
    margin-bottom: 30px;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
  }
}

.main-privacy-pcr {
  padding-bottom: 307px;
}

@media screen and (min-width: 1440px) {
  /* dl-dt-dd */

  dt,
  dd {
    font-size: 24px;
  }

  /* header */

  .header-policy-container-pcr {
    width: 1440px;
    padding: 32px 50px 20px;
  }

  .header-policy-link-pcr {
    width: 30px;
    height: 30px;
  }

  /* main */

  .main-pcr {
    width: 1440px;
    margin: 0 auto;
    padding: 100px 50px;

    .policy-title-pcr {
      font-size: 72px;
      line-height: 106%;
      margin-bottom: 50px;
    }

    h2 {
      font-size: 26px;
    }

    p {
      font-size: 20px;
    }
  }

  .main-privacy-pcr {
    padding-bottom: 521px;
  }
}
