@media screen and (max-width: 699px) {
  .dept-index-title {
    margin-bottom: 40px; } }

@media screen and (min-width: 700px) {
  .dept-index-title {
    position: relative; }
    .dept-index-title .note {
      position: absolute;
      top: 15px;
      left: 280px; } }
