/* header */

.header-policy-fcs {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-policy-container-fcs {
  width: 375px;
  padding: 10px;
}

.header-policy-link-fcs {
  display: block;
  fill: #fff;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.header-policy-link-fcs:hover {
  transform: scale(1.2);
}

.header-policy-svg-fcs {
  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-fcs {
  width: 375px;
  margin: 0 auto;
  padding: 50px 12px 0;
  color: #fff;

  .policy-title-fcs {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 30px;
  }

  h2 {
    font-weight: 700;
    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;
  }
}

.zero-margin {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  /* dl-dt-dd */

  dt,
  dd {
    font-size: 24px;
  }

  /* header */

  .header-policy-container-fcs {
    width: 1440px;
  }

  .header-policy-link-fcs {
    width: 41px;
    height: 41px;
  }

  /* main */

  .main-fcs {
    width: 1440px;
    margin: 0 auto;
    padding: 30px 40px 0;

    .policy-title-fcs {
      font-size: 50px;
      margin-bottom: 40px;
    }

    h2 {
      font-size: 30px;
      margin-bottom: 10px;
    }

    p {
      font-size: 24px;
    }
  }
}
