@charset "UTF-8";

/* プライバシーポリシー */
.privacy {
  border-top: 1px solid #ddd;
  margin: 120px 0;
  padding: 0 0;
}
.privacy dt {
  counter-increment: privacy;
  font-weight: 700;
  padding: 32px 10px 18px;
  position: relative;
}

.privacy dt span {
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 33px;
  padding-left: 44px;
}

.privacy dt::before {
  border-radius: 50%;
  bottom: 0;
  color: var(--white);
  content: counter(privacy);
  font-family: var(--robot);
  font-size: 2rem;
  font-weight: 700;
  height: 35px;
  left: 10px;
  line-height: 36px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 35px;
}

.privacy dd {
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.875;
  padding: 0 10px 29px;
}

.privacy dd ul {
  margin-bottom: -3px;
  margin-top: 20px;
}
.privacy dd ul li {
  margin: 0 0 3px;
  position: relative;
}
.privacy dd ul li::before {
  border-radius: 50%;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  top: 12px;
  width: 6px;
}
main.green .privacy dd ul li::before {
  background-color: #aaa;
}
.privacy dd ul li p {
  padding-left: 15px;
}
