@charset "UTF-8";

.content-header {
  background: url(/img/product/power_electronics/hydrogen/bg_header.jpg.webp) no-repeat center left 20%;
  background-size: cover;
  height: 450px;
}

.content-header__inner {
  height: 450px;
}

.product--info--image img {
  max-width: 400px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .content-header {
    background: url(/img/product/power_electronics/hydrogen/bg_header_tb.jpg.webp) no-repeat center center;
    background-size: cover;
    height: 240px;
  }

  .content-header__inner {
    height: 110px;
  }

  .content-header__txt .ttl br {
    display: none;
  }

  .table-product table th {
    width: 32%;
  }
}

@media screen and (max-width: 500px) {
  .content-header {
    background: url(/img/product/power_electronics/hydrogen/bg_header_sp.jpg.webp) no-repeat center center;
    background-size: cover;
  }

  .img__big.sidescrollArea img {
    max-width: 600px;
  }
}