@media screen and (max-width: 736px) {
  .emb_list li:last-child {
    border-top: 0px;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 736px) {
  .emb-are-wrapper {
    margin-bottom: 0;
  }
}
#tab01 .text--plane {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 05px;
}

#tab01 .textBox .sText {
  font-size: 12px;
  vertical-align: top;
  font-weight: normal;
}

#tab01 .textBox sup {
  font-size: x-small;
  vertical-align: top;
}
#tab04 span.eu9i {
  display: none;
}
#tab04 table span .eu9i {
  display: none;
}
.product-box .img-box {
  margin-left: 12.65306%;
  margin-top: -110px;
}

.text--product-title__description {
  margin-top: 55px;
}

.text--product-title .note {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #2b383f;
}

#kvArea .l-text-box .text-box {
  padding-right: 0;
}

@media screen and (max-width: 736px) {
  .product-box .img-box {
    margin-left: auto;
  }
  .text--product-title__description .note {
    font-size: 12px;
  }
  #kvArea .l-text-box .text-box {
    padding-right: 30px;
  }
  #tab04 .respTav li {
    width: 100%;
  }
  #generatorWrapp .nav01 {
    width: 18%;
  }
  #generatorWrapp .nav02 {
    width: 36%;
  }

  #generatorWrapp .nav02 p {
    margin-top: 15px;
  }

  #generatorWrapp .nav03 {
    width: 18%;
  }

  #generatorWrapp .nav04 {
    width: 27%;
  }

  #tab04 table span .eu9i {
    display: none;
  }

  #tab04 table .eu9ion {
    display: none;
  }
  #tab04 table .eu9i {
    display: none;
  }
}

.specTable-1 dl {
  display: flex;
  align-items: center;
}
.specTable-1 dt {
  display: inline-block;
}
.specTable-1 dd {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .specTable-1 dl {
    display: block;
  }
}
.feature_clm_caption_clm {
  margin-top: 8px;
  font-size: 14px;
  overflow: hidden;
}
.feature_clm_caption_clm_l {
  float: left;
  width: 50%;
}
.feature_clm_caption_clm_r {
  float: right;
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 736px) {
  .feature_clm_caption_clm {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* charging_drone 20260324 */
.charging_drone {
  display: grid;
  @media (737px < width) {
    width: 980px;
    grid-template-columns: 475px 1fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
  }
  @media (736px >= width) {
    width: 100%;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    gap: 24px;
    margin-bottom: 24px;
  }
  & img {
    max-width: 100%;
    heigth: auto;
    border: none;
    vertical-align: bottom;
  }
  & h5 {
    font-size: 22px;
    font-weight: 700;
    @media (736px >= width) {
      font-size: 18px;
    }
  }
  & p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 16px;
    @media (736px >= width) {
      font-size: 16px;
      margin-top: 8px;
    }
  }
  & span {
    font-size: 14px;
    margin-top: 16px;
    display: block;
    @media (736px >= width) {
      font-size: 12px;
      margin-top: 8px;
    }
  }
}
