

@media only screen and (min-width:1024px) {
  .section,
  .section--buyed,
  .section--column,
  .section--gray,
  .section--info,
  .section--lineup,
  .section--raceSchedule,
  .section--snsLeft,
  .section--snsRight {
    margin:40px 0;
    padding-top:0
  }

  .raceSchedule__comments__top {
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
  }

  .section--raceSchedule02 {
    padding:20px 0;
    background:#dfebf9;
  }
}
