@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

.contents * {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.bottom-spacer {
  margin-bottom: 1.5rem;
}

.reference {
  /* display: inline-block; */
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: gray;
}

.page-title {
  font-family: "Noto Sans Japanese-r";
}

.policy__box {
  margin-bottom: 1.5rem;
}

.policy__title {
  margin-bottom: 0.5rem;
}

.policy__list {
  padding-left: .5rem;
  list-style-type: square;
  list-style-position: inside;
}

.policy__item {
  font-size: .825rem;
}

.policy__item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.crosstrust {
  display: flex;
  justify-content: center;
  padding: 2%;
  font-size: 0.8rem;
}

.crosstrust__text {
  word-break: break-all;
}

.crosstrust-banner__link {
  display: inline-block;
  width: 50%;
  margin-left: .5rem;
}

.crosstrust-banner__img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 481px) {
  .crosstrust {
    padding: 0;
    align-items: center;
  }

  .crosstrust-banner__link {
    width: 80px;
  }
}

@media screen and (min-width: 1024px) {}
