/*-------------------------------
---main
-------------------------------*/

main {
  margin-top: 6rem;
  margin-bottom: 12rem;
}

section h2 {
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  text-align: center;
  margin-bottom: 6rem;
}


/*-------------------------------
---.policy_contents
-------------------------------*/

.policy_contents .item + .item {
  margin-top: 6rem;
}

.policy_contents .item dt {
  font-size: var(--font-size-xxl);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.policy_contents .item dt span {
  display: inline-block;
}

.policy_contents .item dt.b_border::after {
  margin-top: 1rem;
}

.policy_contents .item ul {
  margin-top: 1.5rem;
}

.policy_contents .item li::before {
  content: '\025a0';
}