body .subvisual-privacypolicy {
  background-image: url("../../images/privacypolicy/h1-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  height: 100px;
  margin-bottom: 10px;
}
body .subvisual-privacypolicy h1 {
  max-width: calc(1100px + 2rem);
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: grid;
  align-items: center;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.1842105263;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}
@media (width <= 1100px) {
  body .subvisual-privacypolicy h1 {
    font-size: 38px;
    font-size: 3.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  body .subvisual-privacypolicy h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  body .subvisual-privacypolicy h1 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
body .contents_privacy h2 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
body .contents_privacy .contents_text {
  margin-bottom: 4rem;
}
body .contents_privacy .contents_text p,
body .contents_privacy .contents_text li,
body .contents_privacy .contents_text dt,
body .contents_privacy .contents_text dd {
  line-height: 1.875;
}
body .contents_privacy .contents_list {
  margin-bottom: 2.5rem;
}
body .contents_privacy .contents_list:last-child {
  margin-bottom: 0;
}
body .contents_privacy .contents_list ul li a {
  color: #888;
  display: inline;
  border-bottom: 1px solid #888;
}

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