@charset "utf-8";

/* general
-------------------------------------------------------------- */
.container {
  max-width: 630px;
}
.privacy #cv {
  display: none;
}

/* privacy
-------------------------------------------------------------- */
#privacy {
  padding: 50px 0 200px;
}

#privacy h2 {
  padding-bottom: 70px;
  text-align: center;
  color: var(--color-blue);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}

#privacy h3 {
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}

#privacy p {
  line-height: 2;
}

#privacy li {
  position: relative;
  padding-left: 20px;
}

#privacy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

#privacy strong {
  color: var(--color-blue);
}
@media (max-width: 767px) {
  #privacy {
    padding: 20px 0 50px;
  }
  
  #privacy h2 {
    padding-bottom: 30px;
    font-size: 2rem;
  }
}
