<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 769px) {
  .policy_txt .sentence {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .policy_txt .sentence {
    margin-bottom: 60px;
  }
}

.policy_txt .sentence.bold {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .policy_txt .sentence.bold {
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}

@media only screen and (max-width: 768px) {
  .policy_txt .sentence.bold {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.policy_txt .ttl {
  margin-bottom: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .policy_txt .ttl {
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}

@media only screen and (max-width: 768px) {
  .policy_txt .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 750px) {
  .policy_txt .policy_list {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .policy_txt .policy_list li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .policy_txt .policy_list li {
    margin-bottom: 30px;
  }
}

.policy_txt .policy_list li:last-child {
  padding-bottom: 0;
}

.policy_txt dt {
  padding-bottom: 5px;
  font-weight: bold;
}
</pre></body></html>