.siteWrapper.page-policy .policy__inner, .siteWrapper.page-tokusho .policy__inner {
  background-color: #fff;
  padding-block: 20px;
  padding-inline: 32px;
  font-family: var(--font-mincho);
  font-weight: 500;
}
.siteWrapper.page-policy .policy__header, .siteWrapper.page-tokusho .policy__header {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
}
.siteWrapper.page-policy .policy__date, .siteWrapper.page-tokusho .policy__date {
  font-size: 4.4pt;
  font-size: 4.4pt;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.siteWrapper.page-policy .policy__title, .siteWrapper.page-tokusho .policy__title {
  font-size: 9.2pt;
  font-size: 9.2pt;
  -webkit-padding-after: 5px;
          padding-block-end: 5px;
  position: relative;
}
.siteWrapper.page-policy .policy__title::after, .siteWrapper.page-tokusho .policy__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 1px;
  background-color: var(--color-accent);
}
.siteWrapper.page-policy .policy__content, .siteWrapper.page-tokusho .policy__content {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.siteWrapper.page-policy .policy__block, .siteWrapper.page-tokusho .policy__block {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.siteWrapper.page-policy .policy__heading, .siteWrapper.page-tokusho .policy__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 8pt;
  font-size: 8pt;
  background-color: var(--color-main);
  padding-block: 3px;
  padding-inline: 8px;
  text-shadow: 0 0 0.4em black;
}
.siteWrapper.page-policy .policy__text, .siteWrapper.page-tokusho .policy__text {
  font-size: 6pt;
  font-size: 6pt;
  line-height: 1.8;
}
.siteWrapper.page-policy .policy__contact, .siteWrapper.page-tokusho .policy__contact {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  position: relative;
}
.siteWrapper.page-policy .policy__contact::before, .siteWrapper.page-tokusho .policy__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 1px;
  background-color: var(--color-accent);
}
.siteWrapper.page-policy .policy__contact__heading, .siteWrapper.page-tokusho .policy__contact__heading {
  font-size: 9.2pt;
  font-size: 9.2pt;
  -webkit-margin-after: 13px;
          margin-block-end: 13px;
}
.siteWrapper.page-policy .policy__contact__text, .siteWrapper.page-tokusho .policy__contact__text {
  font-size: 6pt;
  font-size: 6pt;
  line-height: 1.8;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.siteWrapper.page-policy .policy__contact__mail, .siteWrapper.page-tokusho .policy__contact__mail {
  font-size: 7pt;
  font-size: 7pt;
}