.logo {
  width: 120px;
}

.mv_ttlArea-label {
  background: #141326;
}

.mv_ttlArea-labelImg {
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .section_status li {
    width: 100%;
  }

  .section_status li img {
    width: 30%;
  }

  .section_status-head {
    width: 100%;
  }
}

/* モバイル */
@media only screen and (max-width: 627px) {
  .section_status li img {
    width: 50%;
  }
}

@media only screen and (max-width: 250px) {
  .section_status-head {
    font-size: 15px;
  }
}
