@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:900,400,800,500,700|M+PLUS+2:900|Noto+Sans+JP:400,700|Zen+Kaku+Gothic+New:400|Roboto:500,700|BIZ+UDPGothic:700");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/5fd66ed20a9ec888689b2e78.5fd66ed4bf0b6691c6bd991c.aoKFFTt.hcp.png");

@font-face {
  ly: "Liberation Sans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/LiberationSans-Bold.ttf") format("truetype");
}


a {
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}
