@charset "UTF-8";
.page_mv {
  background: url(../img/mv/companies.jpg) center / cover;
}

/* ------------------------------------------
  companies
------------------------------------------ */
.companies {
  margin-top: 72px;
  margin-bottom: 100px;
}

.download_txt {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .companies {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .download_txt {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
}


