@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.policy {
  padding-bottom: 85px;
}

.policy-inner {
  max-width: 800px;
  margin: 42px auto 0;
}

.policy-text {
  font-size: 16px;
  line-height: 1.18;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.policy-text span {
  display: block;
  text-align: right;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .policy {
    padding-bottom: 37px;
  }
  .policy-inner {
    max-width: 100%;
    margin: 21px 0 0;
  }
  .policy-text {
    font-size: 15px;
    line-height: 1.26;
  }
}
/* -------------------sp END------------------------------- */