@charset "UTF-8";

/*================================================
 *  policy
 ================================================*/
#policy .l-wrap {
  max-width: 85rem;
}

#policy h2 {
  text-align: center;
  font-size: 2.4rem;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 6rem;
  letter-spacing: 0.1em;
}

#policy h2 span {
  display: block;
  font-size: 1.5rem;
  color: var(--orange);
  letter-spacing: 0.05em;
}

#policy h3 {
  color: var(--orange);
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#policy h3 span {
  color: var(--orange);
  margin-right: 0.5rem;
}

.policy_cnt * {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.policy_cnt ol {
  list-style: auto;
  margin-left: 2.2rem;
}

.policy_cnt li:not(:last-child) {
  margin-bottom: .5rem;
}

#policy h3 span,
.policy_cnt ol li::marker {
    font-family: 'Chillax', sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    font-weight: 600;
}


.policy_cnt p+p {
  margin-top: 1rem;
}

@media screen and (max-width: 1000px) {
    #policy .l-wrap {
        max-width: 70rem;
    }

    #policy h2 {
        font-size: 2.2rem;
    }
}