.page_ttl {
  background-image: url(../img/page_ttl_bg_brand.jpg);
}

.brand_wrapper {
  margin-bottom: 3rem;
}

.brand_wrapper .l_inner960 > p {
  text-align: right;
}

.brand_wrapper h3 {
  text-align: center;
  margin-bottom: 5rem;
}

.brand_wrapper .brandList {
  width: 100%;
}

.brand_wrapper .brandList li {
  margin-bottom: 0.5rem;
}

.brand_wrapper .brandList .flag {
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .brand_wrapper .brandList {
    width: 49%;
  }
}

@media screen and (min-width: 960px) {
  .brand_wrapper .brandList .flag {
    width: 8%;
  }
  .brand_wrapper .brandList .name_e {
    width: 35%;
  }
  main > .l_inner960:last-of-type {
    margin-bottom: 4rem;
  }
  main > .l_inner960:last-of-type p {
    text-align: center;
  }
}
/*# sourceMappingURL=brand.css.map */