.cnt-message .ttl-pattern-1 {
  font-size: 28rem;
}
@media screen and (min-width: 400px) {
  .cnt-message .ttl-pattern-1 {
    font-size: 34rem;
  }
}

.chemical__maker_parentlist {
  display: flex;
  gap: 2rem 20rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .chemical__maker_parentlist {
    display: grid;
    gap: 7.0707070707%;
    grid-template-columns: repeat(3, auto);
  }
}

.chemical__maker_childList {
  display: grid;
  gap: 2rem;
}
.chemical__maker_childList:last-child {
  width: 100%;
}
.chemical__maker_childList:last-child li.empty {
  display: none;
}
@media screen and (min-width: 576px) {
  .chemical__maker_childList:last-child li.empty {
    display: block;
    min-height: 1em;
  }
}
.chemical__maker_childList:last-child li:last-child {
  text-align: right;
}

.chemical__product_list {
  display: grid;
}
@media screen and (min-width: 576px) {
  .chemical__product_list {
    gap: 0 6.0606060606%;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 768px) {
  .chemical__product_list {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 1272px), print {
  .chemical__product_list {
    grid-template-columns: repeat(4, auto);
  }
}

.chemical__product_other {
  font-size: 14rem;
  margin-top: 16rem;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .chemical__product_other {
    font-size: 16rem;
  }
}/*# sourceMappingURL=style-company-chemical.css.map */