@charset "utf-8";
/*========= LoadingのためのCSS ===============*/

#loading_container {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
}

#loading {
  font-size: 1rem;
  text-align:center;
  color: #4c6d70;
  width: 100px;
  height: 100px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}