@charset "UTF-8";

@media screen and (min-width: 768px) {
  /* mv */
  #mv {
    padding: 0 50px;
    min-width: 1024px;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
  }
  #mv img {
    width: 100%;
  }
  #mv .note-text {
    padding-left: 30px;
    font-size: 30px;
  }
  .list-customer {
    margin-bottom: 20px;
  }
  .list-customer__list:nth-of-type(1) {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 48em) {
  /* mv */
  #mv img {
    width: 100%;
  }
  #mv .note-text {
  padding-left: 2rem;
    font-size: 2rem;
  }
  .list-customer {
    margin-bottom: 2rem;
  }
  .list-customer__list:nth-of-type(1) {
    margin-bottom: 12px;
  }
}