h1.main_title {
  margin-top: 2em;
  margin-bottom: 2em; }
  h1.main_title span {
    display: inline-block;
    position: relative; }
  @media screen and (max-width: 599px) {
    h1.main_title span {
      display: block; } }
  h1.main_title span::before {
    display: block;
    content: "";
    background: url("../images/privacy_title_img.svg") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: -5vw;
    left: -7vw;
    z-index: 1;
    width: 19vw;
    max-width: 355px;
    height: 10vw; }
  @media screen and (max-width: 599px) {
    h1.main_title span::before {
      top: -11vw;
      left: 3vw;
      width: 40vw;
      height: 20vw; } }

@media screen and (max-width: 599px) {
  h1.main_title {
    font-size: var(--wp--preset--font-size--xxx-large);
    margin-bottom: 1em; } }
@media screen and (max-width: 599px) {
  h2 {
    font-size: var(--wp--preset--font-size--xxx-large); } }

/*# sourceMappingURL=style.css.map */
