@font-face {
  font-family: "frente_h1regular";
  src: url("../font/frenteh1-regular-webfont.woff2") format("woff2"), url("../font/frenteh1-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arima_koshibold";
  src: url("../font/arimakoshi-bold-webfont.woff2") format("woff2"), url("../font/arimakoshi-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bellotabold";
  src: url("../font/bellota-bold-webfont.woff2") format("woff2"), url("../font/bellota-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bellotaregular";
  src: url("../font/bellota-regular-webfont.woff2") format("woff2"), url("../font/bellota-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 900px) {
  .article-bubble {
    display: flex;
    flex-direction: row;
  }
  .block-bubble {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0px;
    margin-top: 0px;
  }
  .p-bubble {
    align-self: stretch;
    margin-top: 0;
  }
  .img-bubble {
    align-self: center;
    width: 70%;
  }
  .img-kids2 {
    align-self: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .flex-row {
    display: flex;
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=eltern.css.map */