@charset "UTF-8";

.is-shift p {
  text-align: center;
}
@media screen and (min-width: 768px), print{
  .is-shift ul{
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
  }
  .is-shift li{
    height:300px;
    position:relative;
  }
  .is-shift li:nth-child(3n+2){
    top:50px;
  }
  .is-shift li:nth-child(3n+3){
    top:100px;
  }
}