@media screen and (max-width: 999px) {
  #pana_iot {
    width: 100%;
  }
}

#pana_iot .guide-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 999px) {
  #pana_iot .guide-nav {
    padding: 0;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 499px) {
  #pana_iot .guide-nav {
    margin-bottom: 16vw;
  }
}

#pana_iot .nav-anchor {
  display: flex;
  align-items: center;
  flex-basis: calc(33% - 13px);
  margin-bottom: 20px;
  margin-right: 20px;
  border: solid 2px #999999;
}

@media screen and (min-width: 1000px) {
  #pana_iot .nav-anchor:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 999px) {
  #pana_iot .nav-anchor {
    flex-basis: calc(50%);
    margin: 0;
    border-top: none;
    border-left: none;
    border-width: 1px;
  }
  #pana_iot .nav-anchor:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  #pana_iot .nav-anchor {
    padding: 5px 0;
  }
}

#pana_iot .nav-anchor::after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(/excludes/KPC/img/Special/panasonic/iot/desktop/guide/nav-arrow01.png) center/contain no-repeat;
  margin-left: 8px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #pana_iot .nav-anchor::after {
    width: 20px;
  }
}

@media (max-width: 600px) {
  #pana_iot .nav-anchor::after {
    width: 12px;
    margin-right: 10px;
    margin-left: 4px;
  }
}

#pana_iot .nav-icon {
  margin: 10px 8px 10px 10px;
}

@media screen and (min-width: 768px) {
  #pana_iot .nav-icon {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  #pana_iot .nav-icon {
    width: 90px;
  }
}

@media (max-width: 600px) {
  #pana_iot .nav-icon {
    flex: 0 0 22%;
    margin: 10px 6px 10px 5px;
  }
}

#pana_iot .nav-icon img {
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  #pana_iot .nav-icon img {
    height: 100%;
  }
}

#pana_iot .nav-text {
  font-weight: bold;
  flex: 1 0 auto;
  line-height: 20px;
  font-size: 21px;
}

@media (max-width: 600px) {
  #pana_iot .nav-text {
    font-size: 3.33333vw;
    line-height: 1.2;
  }
}

#pana_iot .nav-sub-text {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 600px) {
  #pana_iot .nav-sub-text {
    font-size: 1.86667vw;
  }
}

#pana_iot .guide-content {
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #pana_iot .guide-content {
    max-width: 500px;
  }
}

#pana_iot .content-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

#pana_iot .title-icon {
  margin-right: 24px;
  max-height: 60px;
  -webkit-box-flex: 1;
}

@media screen and (max-width: 767px) {
  #pana_iot .title-icon {
    margin-right: 15px;
    -webkit-box-flex: 1;
  }
}

@media screen and (max-width: 499px) {
  #pana_iot .title-icon {
    -webkit-box-flex: 1;
  }
}

#pana_iot .title-icon img {
  max-height: inherit;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  #pana_iot .title-icon img {
    height: 7.73333vw;
  }
}

#pana_iot .title-icon.sm_hm {
  margin-right: 0;
}

@media screen and (max-width: 499px) {
  #pana_iot .title-icon.sm_hm img {
    height: 8.66667vw;
  }
}

#pana_iot .title-text {
  max-height: 40px;
  height: 39px;
}

#pana_iot .title-text img {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  #pana_iot .title-text {
    height: 5.73333vw;
  }
}

#pana_iot .content-wrapper {
  max-width: 950px;
  padding-top: 40px;
  margin: 0 auto 80px auto;
}

@media screen and (max-width: 499px) {
  #pana_iot .content-wrapper {
    padding-top: 8vw;
    margin-bottom: 12vw;
  }
}

#pana_iot .content-app {
  margin-bottom: 40px;
  margin-right: auto;
  display: block;
}

#pana_iot .content-app img {
  max-height: 120px;
  object-fit: contain;
}

@media screen and (max-width: 499px) {
  #pana_iot .content-app img {
    max-height: inherit;
    height: 26.66667vw;
  }
}

@media screen and (max-width: 767px) {
  #pana_iot .content-app {
    max-width: 80%;
  }
}

@media screen and (max-width: 499px) {
  #pana_iot .content-app {
    margin-bottom: 8vw;
  }
}

#pana_iot .content-videos-list {
  display: flex;
  flex-wrap: wrap;
}

#pana_iot .videos-item {
  margin-right: 19px;
  margin-bottom: 40px;
  width: calc(50% - 10px);
}

#pana_iot .videos-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #pana_iot .videos-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 499px) {
  #pana_iot .videos-item {
    margin-bottom: 10vw;
  }
}

#pana_iot .video-device {
  margin-bottom: 20px;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 767px) {
  #pana_iot .video-device {
    margin-bottom: 15px;
  }
}

#pana_iot .video-device-sub {
  max-height: 19px;
  margin-bottom: 21px;
}

@media screen and (max-width: 499px) {
  #pana_iot .video-device-sub {
    height: 4.26667vw;
    margin-bottom: 10px;
  }
}

#pana_iot .video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  display: block;
}

#pana_iot .video-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
