/* -------------------------------------------------- */
/* headimage */

.privacy-headimage {
  background-image: url(../images/privacy/privacy-headimage.webp);
}

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

.privacy {
  padding-top: 0;
}
.privacy .title {
  line-height: 1;
  position: static;
  text-align: center;
  width: 100%;
}
.privacy .title .pc {
  display: inline;
}
.privacy h2.global {
  margin-bottom: 40px;
}
.privacy p {
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
}
.privacy-title {
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: .5em 0;
}
.privacy-content {
  margin-bottom: 60px;
}
.privacy-content:last-of-type {
  margin-bottom: 20px;
}
.privacy-content p {
  margin-bottom: 24px;
  text-align: left;
}
.privacy-content ul,
.privacy-content ol {
  line-height: 1.8;
  margin-bottom: 24px;
  padding-left: 20px;
}
.privacy-content ol li {
  margin-bottom: 20px;
  padding-left: 20px;
  text-indent: -20px;
}
.privacy-content ol li:last-child {
  margin-bottom: 0;
}
.privacy-content p.privacy-text {
  text-align: center;
}
.privacy-content p a {
  color: var(--main-color2);
  text-decoration: underline;
}
.privacy-content p a:hover {
  text-decoration: none;
}
