.intro_txt {
  margin-top: -8px;
}

.policy_box {
  border: 4px solid #88c7ff;
  padding: 42px 54px 42px;
  margin-top: 42px;
}

.policy_box dt .ttl {
  font-size: 27px;
  border-bottom: 2px solid #dde5e7;
  padding-bottom: 11px;
  margin-bottom: 22px;
}

.policy_box dd {
  margin-bottom: 32px;
}

.policy_box dd:last-of-type {
  margin-bottom: 0;
}

.policy_box dd .annotation_txt {
  color: #9a9a9a;
  padding: 0;
  text-indent: 0;
  margin-top: 18px;
}

.policy_box dd a {
  color: var(--site-primary);
  border-bottom: 1px solid var(--site-primary);
  padding-bottom: 3px;
  word-break: break-all;
}

@media screen and (max-width: 960px) {
  .policy_box {
    padding: 4vw 5vw;
    margin-top: 32px;
  }
  .policy_box dt .ttl {
    font-size: 21px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 568px) {
  .intro_txt {
    margin: -8px 0 -5px;
  }
  .policy_box {
    margin: 30px -5.3vw 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 22px 5.3vw 24px;
  }
  .policy_box dt .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  .policy_box dt .ttl span {
    margin-right: 8px;
  }
  .policy_box dd {
    margin-bottom: 18px;
  }
  .policy_box dd .annotation_txt {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=policy.css.map */