/*******************************************
    /css/privacy_policy.css
*******************************************/
.lead {
  font-size: 2.4rem;
  font-weight: 700;
}

.policy_list {
  margin-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #DC4013;
  border-bottom: 2px solid #DC4013;
}

.policy_list_item {
  margin-top: 30px;
}

h4 {
  position: relative;
  padding-left: 0.7em;
  font-size: 1.8rem;
  font-weight: 700;
}
h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.25em;
  height: 70%;
  background-color: #DC4013;
}

@media screen and (max-width: 750px) {
  .lead {
    font-size: 1.6rem;
  }
  .policy_list {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .policy_list_item {
    margin-top: 20px;
  }
  h4 {
    font-size: 1.6rem;
  }
  h4::before {
    height: 15px;
  }
}/*# sourceMappingURL=privacy_policy.css.map */