@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #414141;
  line-height: 1;
  font-size: 16px;
  min-width: 1110px;
}
@media screen and (max-width: 450px) {
  body {
    min-width: auto;
  }
}

.privacy {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 450px) {
  .privacy {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.privacy--ttl {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .privacy--ttl {
    font-size: 30px;
  }
}
.privacy--block {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 56px;
}
@media screen and (max-width: 450px) {
  .privacy--block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.privacy--desc {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 16px;
}
.privacy--desc:first-child {
  margin-top: 0;
}
@media screen and (max-width: 450px) {
  .privacy--desc {
    font-size: 14px;
  }
}
.privacy--sub_ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  .privacy--sub_ttl {
    font-size: 18px;
  }
}
.privacy--list {
  list-style: none;
  margin-top: 16px;
}
.privacy--list_item {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy--list_item + .privacy--list_item {
  margin-top: 16px;
}
@media screen and (max-width: 450px) {
  .privacy--list_item {
    font-size: 14px;
  }
}

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