.secDay .innerWrap .flow .content:nth-last-of-type(3) {
  align-items: flex-start;
}
.secDay .innerWrap .flow .content:nth-last-of-type(3) .maru {
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .secDay .innerWrap .flow .content:nth-last-of-type(3) {
    align-items: flex-start;
  }
  .secDay .innerWrap .flow .content:nth-last-of-type(3) .maru {
    margin-top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .secDay .innerWrap .flow .content:nth-last-of-type(3) {
    align-items: flex-start;
  }
  .secDay .innerWrap .flow .content:nth-last-of-type(3) .maru {
    margin-top: 4px;
  }
}/*# sourceMappingURL=style.css.map */