@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/*------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------*/
#privacy {
  padding-top: 80px;
}
#privacy .inner > section {
  border-top: 5px dotted #f29c97;
  padding-top: 60px;
  margin-top: 60px;
}
#privacy .inner > section h2 {
  font-size: 2.4rem;
  color: #f29c97;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #privacy .inner > section h2 {
    font-size: 2rem;
  }
}
#privacy .inner > section > ul {
  margin-top: 20px;
  margin-left: 1.5em;
}
#privacy .inner > section > ul > li {
  list-style: disc;
}
#privacy .inner > section > ol {
  margin-top: 20px;
  margin-left: 1.5em;
}
#privacy .inner > section > ol > li {
  margin-top: 10px;
  list-style: decimal;
}
#privacy .inner > section > ol > li > ul {
  margin-left: 1.5em;
}
#privacy .inner > section > ol > li > ul > li {
  list-style: disc;
}
#privacy .inner > section > ol > li > ol {
  margin-left: 2em;
  counter-reset: num;
}
#privacy .inner > section > ol > li > ol > li {
  margin-top: 10px;
  counter-increment: num;
  position: relative;
}
#privacy .inner > section > ol > li > ol > li:before {
  display: inline-block;
  content: "（" counter(num) "）";
  width: 3em;
  margin-left: -3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy .inner > section h3 {
  margin-top: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  #privacy .inner > section h3 {
    font-size: 1.7rem;
  }
}
#privacy .inner > section p {
  margin-top: 20px;
}
#privacy .inner > section p.txt_right {
  text-align: right;
}
#privacy .inner > section aside {
  margin-top: 20px;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 834px) {
  #privacy {
    padding-top: 40px;
  }
  #privacy .inner > section {
    padding-top: 30px;
    margin-top: 30px;
  }
  #privacy .inner > section h3 {
    margin-top: 20px;
  }
}/*# sourceMappingURL=privacy.css.map */