#my-content .policy__title {
  border-bottom: 2px solid #e5c79e;
  color: #845745;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5em;
  line-height: 1.25;
  padding: 0.25em 0 0.25em 1.5em;
  margin-bottom: 1em;
  position: relative;
}
#my-content .policy__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(/wp-content/themes/cocoon-child-master/images/icon_hanabira_pink.png) center center/contain no-repeat;
}
#my-content .policy__text {
  line-height: 2;
  margin-bottom: 2em;
  padding: 0 4rem;
}
#my-content .policy__text a {
  color: #368cbb;
}
#my-content .policy__text a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=page_policy.css.map */