@charset "UTF-8";
/* CSS Document */

html, body {
      color: #000;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
      background: var(--white-color);
      font-weight: 400;
      line-height: 1.2;
      margin:0;
  	padding:0;
  }

iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
