@charset "utf-8";

/* ======================================================
 * nutraceutical_products_brand_add.css
====================================================== */

/* -----
b240tablets
-------------------------------------------------- */
.Main.is-b240tablets {
  background-color: #c8d900;
}
/* -----
sakurae
-------------------------------------------------- */
.Main.is-sakurae {
  background-color: #e5a9c1;
}
.is-sakurae .products-brand-hero,
.is-sakurae .products-brand-hero .note-order-list > li {
  color: #fff;
}
/* -----
equelle
-------------------------------------------------- */
.Main.is-equelle {
  background-color: #fff;
}

@media only screen and (max-width: 749.98px) {
  
  /* -----
  b240tablets
  -------------------------------------------------- */
  .is-b240tablets .products-brand-hero__image {
    height: 246px;
  }
  .is-b240tablets .products-brand-hero__logo {
    width: 68px;
  }
  /* -----
  sakurae
  -------------------------------------------------- */
  .is-sakurae .products-brand-hero__image {
    height: 246px;
  }
  .is-sakurae .products-brand-hero__logo {
    width: 112px;
  }
  
}