@charset "utf-8";

#loading_splash {
  position: fixed;
  width: 100vw;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 10001;
  height: 100vh;
  overflow-y: hidden;
}

#loading_splash .splash_contents {
  position: absolute;
  width: 820px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 40px 35px;
  text-align: center;
}

#loading_splash .splash_img {
  width: 100px;
  padding-left: 20px;
  margin-bottom: 10px;
}

#loading_splash .splash_text {
  font-size: 28px;
  color: #eb5505;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}

#loading_splash .splash_loop {
  width: 70px;
  height: 30px;
  object-fit: cover;
  margin-bottom: 20px;
}

#loading_splash .splash_note {
  font-size: 22px;
  color: #333333;
  margin-top: 0;
}

#loading_splash .splash_box {
  background-color: #fef6f2;
  padding: 25px 35px;
  border-radius: 8px;
}

#loading_splash .splash_box .splash_text {
  font-size: 24px;
}

#loading_splash .spOnly {
  display: none;
}


@media screen and (max-width: 964px) {
  #loading_splash .splash_contents {
    width: 640px;
    box-sizing: border-box;
    padding: 45px 20px;
  }

  #loading_splash .splash_text {
    font-size: 22px;
  }

  #loading_splash .splash_img {
    width: 90px;
  }

  #loading_splash .splash_note {
    font-size: 16px;
  }

  #loading_splash .splash_box {
    padding: 15px 20px;
    border-radius: 8px;
  }

  #loading_splash .splash_loop {
    margin-bottom: 15px;
  }

  #loading_splash .splash_box .splash_text {
    font-size: 17px;
  }
}

@media screen and (max-width: 639px) {
  #loading_splash .splash_contents {
    width: 95%;
    padding: 8vw 4vw;
    top: 45%;
  }

  #loading_splash .splash_text {
    font-size: 5.333vw;
  }

  #loading_splash .splash_img {
    width: 18.667vw;
  }

  #loading_splash .splash_loop {
    margin-bottom: 4vw;
    width: 13.333vw;
    height: 8vw;
  }

  #loading_splash .splash_note {
    font-size: 4vw;
  }

  #loading_splash .splash_box {
    padding: 4vw 1.333vw;
    border-radius: 2.133vw;
  }

  #loading_splash .splash_box .splash_text {
    font-size: 4vw;
  }

  #loading_splash .spOnly {
    display: block;
  }
}

#card_app_08_cs > div {
height: 300px;
width: 617px
}


.tablebox2_cs{
    float:left;
    width: 306px;
    height: 400px;
}

.tablebox_top2_cs{
    float:left;
    width: 306px;
    height: 400px;
}

