@charset "utf-8";


@media screen and (max-width : 480px ){



img {
max-width : 100% ;
height : auto ;
}

a {color: black;
  text-decoration: none;
  }
	
h5 {　
   margin: 0.5em 0px;
   font-weight: 100;
}
	
#stage {
position: relative;
max-width: 480px;
margin-left: 0 ;
background:#fff;
padding-bottom: 250px;
}

div{margin-bottom: 5px
}
	
.grid {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat minmax(250px, 1fr);
  margin-top: 11%;
  margin-bottom: 1px;
}

