html body .contents.contents_privacy .wrapper {
  max-width: 900px;
}
html body .contents.contents_privacy h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
html body .contents.contents_privacy .contents_text {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents_privacy .contents_text {
    margin-bottom: 2.5rem;
  }
}
html body .contents.contents_privacy .contents_list {
  margin-bottom: 2.5rem;
}
html body .contents.contents_privacy .contents_list:last-child {
  margin-bottom: 0;
}
html body .contents.contents_privacy .contents_list p {
  margin-bottom: 1rem;
}
html body .contents.contents_privacy .contents_list p:last-child {
  margin-bottom: 0;
}
html body .contents.contents_privacy .contents_list p.text_right {
  text-align: right;
}
html body .contents.contents_privacy .contents_list a.tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  html body .contents.contents_privacy .contents_list a.tel {
    pointer-events: auto;
  }
}
html body .contents.contents_privacy .contents_list ul li {
  margin-top: 0.75rem;
}
html body .contents.contents_privacy .contents_list ul li a {
  color: #888;
  display: inline;
  border-bottom: 1px solid #b1b1b1;
}
html body .contents.footer_contact {
  display: none;
}

/*# sourceMappingURL=privacy.css.map */
