.connected-products-info-wrapper .connected-products-info-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 40px
}
@media screen and (max-width:991px) {
  .connected-products-info-wrapper .connected-products-info-row {
    flex-flow: column wrap
  }
}
@media screen and (max-width:767px) {
  .connected-products-info-wrapper .connected-products-info-row {
    gap: 20px
  }
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col {
  width: calc(75% - 20px);
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  gap: 24px
}
@media screen and (max-width:1199px) {
  .connected-products-info-wrapper .connected-products-info-row .connected-products-info-col {
    width: calc(70% - 20px)
  }
}
@media screen and (max-width:991px) {
  .connected-products-info-wrapper .connected-products-info-row .connected-products-info-col {
    width: 100%;
    padding-bottom: 120px
  }
  .connected-products-info-wrapper .connected-products-info-row .connected-products-info-col::before {
    display: none
  }
  .connected-products-info-wrapper .connected-products-info-row .connected-products-info-col::after {
    content: "\e931";
    font-family: icomoon,sans-serif;
    background: 0 0;
    background: 0 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: unset;
    width: auto;
    height: auto;
    font-size: 4.5rem;
    font-weight: 600;
    color: #112868
  }
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card {
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 8px 12px;
  padding-top: 20px;
  border: 1px solid #112868;
  border-radius: 8px;
  text-align: center;
  position: relative;
  box-shadow: none;
  transition: all .3s ease-in-out;
  z-index: 10
}
@media screen and (max-width:1199px) {
  .connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card {
    width: calc(50% - 12px);
    position: static
  }
}
@media screen and (max-width:575px) {
  .connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card {
    width: 100%
  }
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card:hover {
  border: 1px solid #23dce1;
  box-shadow: -1px 3px 6px 3px #d5d5d5
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-logo-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-logo-wrapper img {
  width: 33%;
  height: 32px;
  object-fit: contain;
  padding: 0 8px
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper {
  padding-top: 32px
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper p {
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper .highlight-txt {
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 8px 0
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper .highlight-txt p {
  margin-bottom: 0
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper .highlight-txt:first-child {
  position: relative
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper .highlight-txt:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../images/connected-products-5G-infographics/arrow.svg);
  width: 100%;
  height: 44px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper .highlight-txt:first-child::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  left: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff
}
.connected-products-info-wrapper .connected-products-info-row .connected-products-info-col .connected-products-info-card .card-info-content-wrapper .highlight-txt:last-child {
  margin-bottom: 0;
  background-color: #23dce1;
  color: #112868
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper {
  width: calc(25% - 20px);
  text-align: center;
  padding: 12px;
  border: 1px solid #112868;
  box-shadow: none;
  transition: all .3s ease-in-out
}
@media screen and (max-width:1199px) {
  .connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper {
    width: calc(30% - 20px)
  }
}
@media screen and (max-width:991px) {
  .connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper {
    width: 50%
  }
}
@media screen and (max-width:767px) {
  .connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper {
    width: 75%
  }
}
@media screen and (max-width:575px) {
  .connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper {
    width: 100%
  }
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper:hover {
  border: 1px solid #23dce1;
  box-shadow: -1px 3px 6px 3px #d5d5d5
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-title-img {
  padding: 0 16px;
  background-color: #112868
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-title-img h5 {
  color: #fed314;
  padding: 16px 0
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-desc {
  padding-top: 32px
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-desc .highlight-blue-txt,
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-desc .highlight-tech-yellow-txt {
  padding: 8px;
  color: #112868;
  border-radius: 4px
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-desc .highlight-tech-yellow-txt {
  background-color: #fed314
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-desc .highlight-blue-txt {
  background-color: #23dce1
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-desc .highlight-txt {
  color: #112868
}
.connected-products-info-wrapper .connected-products-info-row .highlight-content-wrapper .highlight-content-desc .highlight-txt span {
  font-weight: 700
}
.deepl_value_ja .info_part .left_part {
  min-width: 70%
}
.deepl_value_ja .info_part .left_part .info_one .content_part .title::after {
  background-size: 96%
}