@charset "UTF-8";
/* breakpoint ------------------------------*/
/* head --------------------------------------*/
.other-head {
  background-image: url(../../assets/images/endoscope/common/img_head.jpg);
}

/* result-list -------------------------------*/
.privacy {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}

.privacy__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: black;
}

@media screen and (max-width: 768px) {
  .privacy__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.privacy__text {
  font-size: 1.4rem;
  line-height: 2;
}

.privacy ul {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}

.privacy ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.privacy ul li:before {
  content: "○";
}
