@charset "utf-8";

.sty-dateList{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.sty-dateList dt{
  font-weight: normal;
  text-wrap: nowrap;
}

.sty-dateList dd{
  text-indent: 0;
  margin-left: 0;
}
@media only screen and (max-width: 640px){
  .sty-dateList{
    flex-wrap: nowrap;
  }
}