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

@media screen and (max-width:768px) {
  #firstView{
    width: 100%;
  }
  .ja {
    font-size: 0.5rem;
    margin-top: 0;
  }
  .eng {
    font-size: 1.75rem;
  }
  #List{
    margin-top: 0%;
  }
}