@charset "utf-8";

/* Migrated from editor CSS for Sibloo compatibility. */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.privacy-page {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: rgb(251, 250, 247);
  background: rgb(251, 250, 247);
  color: rgb(59, 58, 54);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  padding-top: 48px;
  padding-right: 0px;
  padding-bottom: 96px;
  padding-left: 0px;
  padding: 48px 0px 96px;
}

.privacy-shell {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  margin: 0px auto;
  max-width: 1100px;
  padding-left: 56px;
  padding-right: 56px;
}

.privacy-breadcrumb {
  align-items: center;
  color: rgb(113, 108, 100);
  display: flex;
  font-size: 13px;
  gap: 10px;
  letter-spacing: 0.06em;
}

.privacy-breadcrumb a {
  color: inherit;
}

.privacy-header {
  border-bottom: 1px solid rgb(222, 219, 212);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(222, 219, 212);
  margin-top: 52px;
  padding-bottom: 48px;
}

.privacy-kicker {
  color: rgb(166, 123, 67);
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  margin: 0px 0px 12px;
  text-transform: uppercase;
}

.privacy-header h1 {
  color: rgb(47, 61, 44);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin: 0px 0px 24px;
}

.privacy-header>p:last-child,
.privacy-content p {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
}

.privacy-header>p:last-child {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin: 0px;
  max-width: 820px;
}

.privacy-content {
  max-width: 1100px;
  padding-top: 16px;
}

.privacy-section {
  border-bottom: 1px solid rgb(229, 225, 218);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(229, 225, 218);
  padding-top: 36px;
  padding-right: 0px;
  padding-bottom: 36px;
  padding-left: 0px;
  padding: 36px 0px;
}

.privacy-content h2 {
  color: rgb(47, 61, 44);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  margin: 0px 0px 14px;
}

.privacy-content p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin: 0px;
}

.privacy-content a {
  color: rgb(111, 81, 46);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-address {
  font-style: normal;
}

.privacy-enacted {
  color: rgb(113, 108, 100);
  margin-top: 28px !important;
}

@media (max-width: 767px) {
  .privacy-page {
    padding-top: 28px;
    padding-right: 0px;
    padding-bottom: 64px;
    padding-left: 0px;
    padding: 28px 0px 64px;
  }

  .privacy-shell {
    padding-left: 22px;
    padding-right: 22px;
  }

  .privacy-header {
    margin-top: 36px;
    padding-bottom: 36px;
  }

  .privacy-header h1 {
    font-size: 32px;
  }

  .privacy-header>p:last-child,
  .privacy-content p {
    font-size: 16px;
    line-height: 2;
  }

  .privacy-content h2 {
    font-size: 24px;
  }
}

*{box-sizing:border-box}
