/*************************************************

privacypolicy

*************************************************/
.contents__lead {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .contents__lead {
    margin-bottom: 4rem;
  }
}

.section {
  margin-bottom: 30px;
}

.section-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.section-title::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 8rem;
  height: 0.1rem;
  background-color: #DAAAAD;
}

.section-content {
  margin-left: 0;
  text-align: justify;
}

.subsection {
  margin-left: 20px;
  margin-top: 10px;
}

.indent {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}