/* ================================================== */
/* mobile */

@media screen and (max-width: 767px) {

/* -------------------------------------------------- */
/* privacy */

.privacy {
  padding-bottom: 20px;
}
.privacy .title {
  margin-bottom: 10px;
  text-align: left;
}
.privacy h2.global {
  margin-bottom: 20px;
}
.privacy p {
  margin-bottom: 20px;
  text-align: left;
}
.privacy-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.privacy .title .pc {
  display: none;
}
.privacy-content {
  margin-bottom: 40px;
}
.privacy-content:last-of-type {
  margin-bottom: 0;
}
.privacy-content p {
  line-height: 1.65;
  margin-bottom: 20px;
  padding-left: 0;
}
.privacy-content ul,
.privacy-content ol {
  line-height: 1.65;
  margin-bottom: 20px;
  padding-left: 0;
}
.privacy-content ol li {
  padding-left: 0;
  text-indent: 0;
}

}
