.table-prodact table thead tr {
  border-bottom: 1px solid #fff;
}

.table-prodact table .bl_none {
  border-left: none;
}

.is-tb {
  display: none;
}

@media screen and (max-width: 1400px) {
  .over1400 {
    display: none;
  }
}

.dash_box {
  font-feature-settings: "pkna";
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .is-tb {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .over1200 {
    display: none;
  }
}

/* ===header-img=== */

#product--power-electronics--drive--tmd-30 .content-header {
  background: url(/img/product/power_electronics/drive/common/bg_header_tmd_30.webp) no-repeat center center;
  background-size: cover;
}

#product--power-electronics--drive--tmd-50 .content-header {
  background: url(/img/product/power_electronics/drive/common/bg_header_tmd_50.webp) no-repeat center center;
  background-size: cover;
}

#product--power-electronics--drive--tmd-ly .content-header {
  background: url(/img/product/power_electronics/drive/common/bg_header_tmd_ly.webp) no-repeat center center;
  background-size: cover;
}

#product--power-electronics--drive--tmd-xl55 .content-header {
  background: url(/img/product/power_electronics/drive/common/bg_header_tmd_xl55.webp) no-repeat center center;
  background-size: cover;
}

#product--power-electronics--drive--tmd-dce2 .content-header {
  background: url(/img/product/power_electronics/drive/common/bg_header_tmd_dce2.webp) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 500px) {
  #product--power-electronics--drive--tmd-30 .content-header {
    background: url(/img/product/power_electronics/drive/common/bg_header_tmd_30_sp.webp) no-repeat center center;
    background-size: cover;
  }

  #product--power-electronics--drive--tmd-50 .content-header {
    background: url(/img/product/power_electronics/drive/common/bg_header_tmd_50_sp.webp) no-repeat center center;
    background-size: cover;
  }

  #product--power-electronics--drive--tmd-ly .content-header {
    background: url(/img/product/power_electronics/drive/common/bg_header_tmd_ly_sp.webp) no-repeat center center;
    background-size: cover;
  }

  #product--power-electronics--drive--tmd-xl55 .content-header {
    background: url(/img/product/power_electronics/drive/common/bg_header_tmd_xl55_sp.webp) no-repeat center center;
    background-size: cover;
  }

  #product--power-electronics--drive--tmd-dce2 .content-header {
    background: url(/img/product/power_electronics/drive/common/bg_header_tmd_dce2_sp.webp) no-repeat center center;
    background-size: cover;
  }
}


/* sec02_01 */
.sec02_02 .flex_pc {
  align-items: stretch;
  justify-content: center;
}


/* sec02_02 */

.product_features .indent_dot .indent li+li {
  margin-top: 0;
}

.product_features .indent_dot li+li {
  margin-top: 10px;
}

.product_features .text-small {
  font-size: 14px;
}

.product_features .text-small.indent .ml1 {

  padding-right: 2px;
}

.product_features .product_features_icon .icon_txt_blur {
  padding: 24px 0 20px;
  color: #0C76B5;
  font-weight: 400;
}

.product_features .item {
  font-size: 16px;
}

.product_features .item:nth-of-type(2) {
  animation-delay: .3s;
}

.product_features .item:nth-of-type(3) {
  animation-delay: .6s;
}

.product_features .item:nth-of-type(4) {
  animation-delay: .9s;
}

.sec02_02 .dash_box {
  max-width: 1350px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {

  /* sec02_02 */

  .product_features .product_features_icon .icon_txt_blur {
    padding: 20px 0 16px;
    color: #0C76B5;
    font-weight: 400;
  }

  .product_features .item {
    font-size: 14px;
  }

  .product_features .item .indent_dot {
    text-align: left;
  }

}

/* ---video_wrapper--- */
.video_wrapper .item:nth-of-type(2) {
  animation-delay: .3s;
}

.video_wrapper .item:nth-of-type(3) {
  animation-delay: .6s;
}

.video_wrapper {
  max-width: 955px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}

.video_wrapper .item {
  width: calc(87%/3);
  height: 450px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.vid_item {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}


.video_wrapper .item .item01,
.video_wrapper .item .item02,
.video_wrapper .item .item03 {
  width: 100%;
  height: 100%;
  opacity: 0;
}


@media screen and (max-width: 768px) {

  .product_features .item {
    width: calc(94%/2);
  }

  .product_features .item:nth-of-type(2n) {
    margin-left: auto;
  }

  .product_features .item .indent_dot {
    text-align: left;
  }

  .video_wrapper {
    max-width: 100%;
  }

  .video_wrapper .item {
    width: calc(92%/3);
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .product_features .item {
    width: 100%;
    max-width: 320px;
    margin: auto;
  }

  .video_wrapper {
    max-width: 100%;
    display: block;
  }

  .video_wrapper .item {
    width: 100%;
    height: 200px;
  }

  .video_wrapper .item:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .vid_item {
    width: 100%;
    height: auto;
  }
  .modaal-container{
    max-height: unset;
  }

}

/* ーーーーーーEND video_wrapperーーーーーー */

/* ーーーーーーanimationーーーーーー */

@keyframes position-x {
  0% {
    opacity: 0;
    background-position-x: 40%;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    background-position-x: 60%;
  }
}

@keyframes position-y {
  0% {
    opacity: 0;
    background-position-y: -50%;
    background-position-x: 50%;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    background-position-y: 50%;
    background-position-x: 50%;
  }
}

@keyframes scale_up {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}


/* -----tmd_30----- */

.video_wrapper.tmd_30 .item .item01 {
  animation: position-x 5s infinite ease-in-out reverse;
  background: url("/img/product/power_electronics/drive/tmd_30/video_tmd_30_01.webp")no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_30 .item .item02 {
  animation: position-x 5s 1.5s infinite ease-in-out;
  background: url("/img/product/power_electronics/drive/tmd_30/video_tmd_30_02.webp")no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_30 .item .item03 {
  animation: position-x 5s 3s infinite ease-in-out reverse;
  background: url("/img/product/power_electronics/drive/tmd_30/video_tmd_30_03.webp")no-repeat center;
  background-size: cover;
}

/* -----END tmd_30----- */

/* -----tmd_50----- */

.video_wrapper.tmd_50 .item .item01 {
  animation: position-x 5s infinite ease-in-out;
  background: url("/img/product/power_electronics/drive/tmd_50/video_tmd_50_01.webp") no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_50 .item .item02 {
  animation: position-x 5s 1.5s infinite ease-in-out reverse;
  background: url("/img/product/power_electronics/drive/tmd_50/video_tmd_50_02.webp") no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_50 .item .item03 {
  animation: position-x 5s 3s infinite ease-in-out;
  background: url("/img/product/power_electronics/drive/tmd_50/video_tmd_50_03.webp") no-repeat center;
  background-size: cover;
}

/* -----END tmd_50----- */
/* -----tmd_xl55----- */

.video_wrapper.tmd_xl55 .item .item01 {
  animation: position-x 5s infinite ease-in-out reverse;
  background: url("/img/product/power_electronics/drive/tmd_xl55/video_tmd_xl55_01.webp") no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_xl55 .item .item02 {
  animation: scale_up 5s 1.5s infinite ease-in-out;
  background: url("/img/product/power_electronics/drive/tmd_xl55/video_tmd_xl55_02.webp") no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_xl55 .item .item03 {
  animation: position-x 5s 3s infinite ease-in-out reverse;
  background: url("/img/product/power_electronics/drive/tmd_xl55/video_tmd_xl55_03.webp") no-repeat center;
  background-size: cover;
}

/* -----END tmd_xl55----- */

/* -----tmd_dce2----- */

.video_wrapper.tmd_dce2 .item .item01 {
  animation: position-x 5s infinite ease-in-out;
  background: url("/img/product/power_electronics/drive/tmd_dce2/video_tmd_dce2_01.webp") no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_dce2 .item .item02 {
  animation: position-x 5s 1.5s infinite ease-in-out reverse;
  background: url("/img/product/power_electronics/drive/tmd_dce2/video_tmd_dce2_02.webp") no-repeat center;
  background-size: cover;
}

.video_wrapper.tmd_dce2 .item .item03 {
  animation: position-x 5s 3s infinite ease-in-out;
  background: url("/img/product/power_electronics/drive/tmd_dce2/video_tmd_dce2_03.webp") no-repeat center;
  background-size: cover;
}

/* -----END tmd_dce2----- */

.video_wrapper .item01,
.video_wrapper .item02,
.video_wrapper .item03 {
  background-size: 675px 450px;
}


@media screen and (max-width: 500px) {
  @keyframes position-y {
    0% {
      opacity: 0;
      background-position-y: 0%;
      background-position-x: 50%;
    }

    30% {
      opacity: 1;
    }

    70% {
      opacity: 1;
    }

    100% {
      opacity: 0;
      background-position-y: 50%;
      background-position-x: 50%;
    }
  }

  /* -----tmd_30----- */

  .video_wrapper.tmd_30 .item .item01 {
    background: url("/img/product/power_electronics/drive/tmd_30/video_tmd_30_01_sp.webp")no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_30 .item .item02 {
    background: url("/img/product/power_electronics/drive/tmd_30/video_tmd_30_02_sp.webp")no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_30 .item .item03 {
    background: url("/img/product/power_electronics/drive/tmd_30/video_tmd_30_03_sp.webp")no-repeat center;
    background-size: 552px auto;
  }

  /* -----END tmd_30----- */

  /* -----tmd_50----- */

  .video_wrapper.tmd_50 .item .item01 {
    background: url("/img/product/power_electronics/drive/tmd_50/video_tmd_50_01_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_50 .item .item02 {
    background: url("/img/product/power_electronics/drive/tmd_50/video_tmd_50_02_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_50 .item .item03 {
    background: url("/img/product/power_electronics/drive/tmd_50/video_tmd_50_03_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  /* -----END tmd_50----- */

  /* -----tmd_xl55----- */

  .video_wrapper.tmd_xl55 .item .item01 {
    background: url("/img/product/power_electronics/drive/tmd_xl55/video_tmd_xl55_01_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_xl55 .item .item02 {
    background: url("/img/product/power_electronics/drive/tmd_xl55/video_tmd_xl55_02_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_xl55 .item .item03 {
    background: url("/img/product/power_electronics/drive/tmd_xl55/video_tmd_xl55_03_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  /* -----END tmd_xl55----- */

  /* -----tmd_dce2----- */

  .video_wrapper.tmd_dce2 .item .item01 {
    background: url("/img/product/power_electronics/drive/tmd_dce2/video_tmd_dce2_01_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_dce2 .item .item02 {
    background: url("/img/product/power_electronics/drive/tmd_dce2/video_tmd_dce2_02_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  .video_wrapper.tmd_dce2 .item .item03 {
    background: url("/img/product/power_electronics/drive/tmd_dce2/video_tmd_dce2_03_sp.webp") no-repeat center;
    background-size: 552px auto;
  }

  /* -----END tmd_dce2----- */


}

/* ーーーーーーEND animationーーーーーー */



/* -----個別設定 tmd_dce2----- */
#product--power-electronics--drive--tmd-dce2 .sec03_02 .flex_pc {
  justify-content: center;
  gap: 20px;
}
#product--power-electronics--drive--tmd-dce2 .sec02_02 .indent_dot .indent_dot li +li {
  margin-top: 0;}


@media screen and (max-width: 768px) {
  #product--power-electronics--drive--tmd-dce2 .sec03_02 .flex_pc {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto;
    gap: 10px;
  }
}

/* -----END 個別設定 tmd_dce2----- */

