.policy-header-bfc {
  background: #9cd2f2;
}

/* dl-dt-dd */

dl {
  padding-left: 24px;
}

dt {
  display: none;
}

dd {
  position: relative;
}

dd::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -16px;
  width: 4px;
  height: 4px;
  background-color: var(--txt-body);
  border-radius: 50%;
}

/* main */

.main-bfc {
  width: 375px;
  padding: 118px 20px 80px;
  margin: 0 auto;

  .policy-title-bfc {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: var(--accent-color-purple);
    margin-bottom: 24px;
  }

  h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }

  h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  p {
    line-height: 150%;
  }

  section {
    margin-bottom: 24px;
  }

  .domain-bfc {
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .main-bfc {
    width: 1440px;
    padding: 92px 180px 100px;

    .policy-title-bfc {
      margin-bottom: 28px;
    }
  }
}
