@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

* {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #333333;
}

main {
  width: 65%;
  margin: 0 auto;
  padding: 50px 0;
  min-height: calc(100vh - 163px);
}
@media (max-width: 1024px) {
  main {
    width: 100%;
    padding: 33px 15px 100px 15px;
  }
}

.footer {
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #21bffc;
}
@media (max-width: 1024px) {
  .footer {
    height: 100px;
  }
}
.footer img {
  width: 200px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .footer img {
    width: 110px;
    margin-bottom: 9px;
  }
}
.footer > p {
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .footer > p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 2px;
  }
}

h1 {
  font-size: 3rem;
  color: #21bffc;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
h1 > span {
  font-size: 2rem;
  color: #21bffc;
}
@media (max-width: 1024px) {
  h1 > span {
    font-size: 12px;
    margin-bottom: 35px;
  }
}

h2 {
  font-size: 15px;
  line-height: 22px;
  margin-top: 16px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 13px;
    line-height: 18px;
  }
}

p {
  font-size: 15px;
  line-height: 22px;
  margin: 8px 0;
}
@media (max-width: 1024px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
}

ul {
  margin: 8px 0;
}
ul li {
  font-size: 15px;
  line-height: 22px;
  font-size: 15px;
  line-height: 22px;
  list-style: disc;
  margin-left: 1.5em;
}
@media (max-width: 1024px) {
  ul li {
    font-size: 13px;
    line-height: 18px;
  }
}

a {
  color: #0f68b7;
}
@media (max-width: 1024px) {
  a {
    font-size: 13px;
  }
}/*# sourceMappingURL=privacy.css.map */