[data-static-form="search"] input[type="button"],
.search input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  border: 0;
  outline: none;
  background: #c7c7c7;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
}
.search input[type="button"]:hover {
  background: #ef5f21;
  color: #fff;
  transition: 0.5s all;
}
[data-company-field] { overflow-wrap: anywhere; }

/* Keep every three-card row on one visual baseline. */
.bottom-product {
  display: flex;
  align-items: stretch;
}
.bottom-product > .bottom-cd {
  display: flex;
  float: none;
  flex-direction: column;
}
.bottom-product > .clearfix {
  display: none;
}
.bottom-product .product-at {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.bottom-product .product-at > a {
  display: block;
  width: 100%;
  height: 100%;
}
.bottom-product .product-at img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bottom-product p.tun {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.bottom-product a.item_add {
  display: block;
  margin-top: auto;
}
.bottom-product a.item_add p.number {
  margin: 0;
}

.company-profile { padding: 48px 0; background: #fff; }
.company-profile h2 { margin: 0 0 24px; color: #ef5f21; text-align: center; }
.company-profile p { margin: 0 auto 24px; max-width: 900px; line-height: 1.8; }
.company-profile dl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 32px; margin: 0; }
.company-profile dl > div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; min-width: 0; }
.company-profile dt { color: #555; font-weight: 600; }
.company-profile dd { margin: 0; min-width: 0; color: #333; line-height: 1.7; }
@media (max-width: 767px) {
  .company-profile { padding: 32px 0; }
  .company-profile dl { grid-template-columns: 1fr; }
}
