#page.net-camera .mv-area {
  background-color: #e7eef7;
  position: relative;
  padding-bottom: 20px;
}
#page.net-camera .mv-page-title {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #fff;
  width: 190px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #95d1d7;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
#page.net-camera .mv-page-title .sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px;
  border-color: #95d1d7 #e7eef7 #e7eef7 #95d1d7;
  position: absolute;
  right: -33px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.net-camera .mv-area-flex {
  padding: 0 20px;
}
#page.net-camera .mv-icon-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#page.net-camera .mav-icon-list {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: #036eb8;
  border-radius: 14px;
  color: #fff;
  padding: 4px 6px;
  margin-right: 3px;
}
#page.net-camera .mav-icon-list:last-child {
  margin-right: 0;
}
#page.net-camera .mv-title {
  color: #036eb8;
  font-size: 37px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3391891892;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.5s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.5s ease, transform 1.2s ease;
  transition: opacity 0.5s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
#page.net-camera .mv-title .text-b {
  font-size: 37px;
  display: block;
}
#page.net-camera .mv-title .dotto {
  position: relative;
}
#page.net-camera .mv-title .dotto::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f15a24;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -4px;
}
#page.net-camera .mv-title.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page.net-camera .mv-camera-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#page.net-camera .mv-comara-list {
  width: 62px;
  margin-left: -5px;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
  opacity: 0;
}
#page.net-camera .mv-comara-list.aos-animate {
  opacity: 1;
}
#page.net-camera .mv-comara-list:nth-child(1) {
  margin-left: 0;
}
#page.net-camera .mv-comara-list:nth-child(2) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
#page.net-camera .mv-comara-list:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#page.net-camera .mv-comara-list:nth-child(4) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
#page.net-camera .mv-fuki-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px #036EB8;
          box-shadow: 0px 5px #036EB8;
  padding: 13px 15px;
  position: relative;
  max-width: 330px;
  width: 100%;
  opacity: 0;
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
#page.net-camera .mv-fuki-box.aos-animate {
  opacity: 1;
}
#page.net-camera .mv-fuki-box::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -18px;
  right: 13px;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 25px solid #fff;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
#page.net-camera .mv-fuki-box::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/net-camera/mv-fuki-icon-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 90px;
  top: -90px;
  right: 5px;
}
#page.net-camera .mv-fuki-text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.7692307692;
  color: #333333;
}
#page.net-camera .mv-fuki-icon {
  display: none;
}
#page.net-camera .mv-right {
  width: 57.4%;
  margin: 20px auto 0;
}
#page.net-camera .mv-right .spv {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
  opacity: 0;
}
#page.net-camera .mv-right .spv.aos-animate {
  opacity: 1;
}
@media (min-width: 767px) {
  #page.net-camera .mv-area {
    background-color: #e7eef7;
    position: relative;
    padding-bottom: 78px;
  }
  #page.net-camera .mv-page-title {
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #fff;
    width: 340px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #95d1d7;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  #page.net-camera .mv-page-title .sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px;
    border-color: #95d1d7 #e7eef7 #e7eef7 #95d1d7;
    position: absolute;
    right: -43px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page.net-camera .mv-area-flex {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.net-camera .mv-left {
    width: 52%;
    padding-left: 1.5%;
    padding-top: 2%;
  }
  #page.net-camera .mv-icon-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  #page.net-camera .mav-icon-list {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 500;
    background-color: #036eb8;
    border-radius: 14px;
    color: #fff;
    padding: 5px 7px;
    margin-right: 5px;
  }
  #page.net-camera .mav-icon-list:last-child {
    margin-right: 0;
  }
  #page.net-camera .mv-title {
    color: #036eb8;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.4241176471;
    margin-bottom: 30px;
  }
  #page.net-camera .mv-title .text-b {
    font-size: 40px;
    display: block;
  }
  #page.net-camera .mv-title .dotto {
    position: relative;
  }
  #page.net-camera .mv-title .dotto::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #f15a24;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -6px;
  }
  #page.net-camera .mv-camera-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #page.net-camera .mv-comara-list {
    width: 94px;
    margin-left: -10px;
  }
  #page.net-camera .mv-comara-list:nth-child(1) {
    margin-left: 0;
  }
  #page.net-camera .mv-fuki-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 6px #036EB8;
            box-shadow: 5px 6px #036EB8;
    padding: 13px 17px;
    position: relative;
    max-width: 517px;
    width: 100%;
  }
  #page.net-camera .mv-fuki-box::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 35px;
    right: inherit;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  #page.net-camera .mv-fuki-box::after {
    display: none;
  }
  #page.net-camera .mv-fuki-text {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 1.7046666667;
  }
  #page.net-camera .mv-fuki-icon {
    width: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }
  #page.net-camera .mv-right {
    max-width: 458px;
    width: 45%;
  }
}
@media (min-width: 860px) {
  #page.net-camera .mv-title {
    font-size: 39px;
  }
  #page.net-camera .mv-title .text-b {
    font-size: 47px;
  }
  #page.net-camera .mv-fuki-text {
    font-size: 13px;
  }
  #page.net-camera .mv-fuki-icon {
    width: 110px;
  }
  #page.net-camera .mav-icon-list {
    font-size: 14px;
  }
  #page.net-camera .mv-fuki-box {
    padding: 20px 20px;
  }
}
@media (min-width: 910px) {
  #page.net-camera .mv-fuki-text {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  #page.net-camera .mav-icon-list {
    font-size: 15px;
    padding: 5px 12px;
  }
  #page.net-camera .mv-title {
    font-size: 44px;
  }
  #page.net-camera .mv-title .text-b {
    font-size: 52px;
  }
  #page.net-camera .mv-fuki-box {
    padding: 24px 24px;
  }
  #page.net-camera .mv-fuki-text {
    font-size: 15px;
  }
  #page.net-camera .mv-fuki-icon {
    width: 128px;
  }
}
@media (min-width: 1040px) {
  #page.net-camera .mv-title {
    font-size: 48px;
  }
  #page.net-camera .mv-title .text-b {
    font-size: 57px;
  }
  #page.net-camera .mv-fuki-box {
    padding: 24px 27px;
  }
  #page.net-camera .mv-fuki-icon {
    right: 10px;
  }
}
@media (min-width: 1100px) {
  #page.net-camera .mv-left {
    width: 54%;
    padding-left: 0.1%;
  }
  #page.net-camera .mv-title {
    font-size: 51px;
  }
  #page.net-camera .mv-title .text-b {
    font-size: 64px;
  }
}
#page.net-camera .page-link-contens {
  padding-bottom: 35px;
}
#page.net-camera .page-link-contens .page-link-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 62px;
}
#page.net-camera .page-link-contens .page-link-list {
  width: 49.5%;
  background-color: #036eb8;
  margin-bottom: 1%;
}
#page.net-camera .page-link-contens .page-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-image: url(../img/it-support/page-bottom-link.png);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: 96% center;
}
#page.net-camera .page-link-contens .loop-logo-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.6005;
  margin-bottom: 27px;
}
#page.net-camera .page-link-contens .loop-logo-title span {
  position: relative;
}
#page.net-camera .page-link-contens .loop-logo-title span::before {
  content: "";
  display: inline-block;
  background-image: url(../img/it-support/title-left-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  margin: auto;
}
#page.net-camera .page-link-contens .loop-logo-title span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/it-support/title-right-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -64px;
  margin: auto;
}
#page.net-camera .page-link-contens .loop-logo, #page.net-camera .page-link-contens .loop-reverse-logo {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#page.net-camera .page-link-contens .achievements-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#page.net-camera .page-link-contens .achievements-logo img {
  height: 48px;
  width: 674px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
#page.net-camera .page-link-contens .achievements-logo img.pcv {
  display: none;
}
#page.net-camera .page-link-contens .scroll-left {
  -webkit-animation: scroll-left 75s linear infinite;
          animation: scroll-left 75s linear infinite;
}
#page.net-camera .page-link-contens .scroll-right {
  -webkit-animation: scroll-right 75s linear infinite;
          animation: scroll-right 75s linear infinite;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#page.net-camera .page-link-contens .service-continuation {
  width: 100%;
  max-width: 212px;
  margin: 18px auto 40px;
}
@media (min-width: 767px) {
  #page.net-camera .page-link-contens .wrap {
    max-width: 1046px;
  }
  #page.net-camera .page-link-contens .page-link-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 54px;
  }
  #page.net-camera .page-link-contens .page-link-list {
    width: 19.6%;
    background-color: #036eb8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #page.net-camera .page-link-contens .page-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-image: url(../img/it-support/page-bottom-link.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 96% center;
  }
  #page.net-camera .page-link-contens .loop-logo-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 1.6005;
    margin-bottom: 27px;
  }
  #page.net-camera .page-link-contens .loop-logo-title .pcv span::before {
    content: "";
    display: inline-block;
    background-image: url(../img/it-support/title-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  #page.net-camera .page-link-contens .loop-logo-title .pcv span::after {
    content: "";
    display: inline-block;
    background-image: url(../img/it-support/title-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    right: -36px;
  }
  #page.net-camera .page-link-contens .service-support {
    padding-top: 5px;
  }
  #page.net-camera .page-link-contens .achievements-logo img {
    height: 94px;
    width: 1360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    image-rendering: -webkit-optimize-contrast;
  }
  #page.net-camera .page-link-contens .achievements-logo img.pcv {
    display: block;
  }
  #page.net-camera .page-link-contens .achievements-logo img.spv {
    display: none;
  }
  #page.net-camera .page-link-contens .service-continuation {
    width: 100%;
    max-width: 412px;
    margin: 50px auto 62px;
  }
}
@media (hover: hover) {
  #page.net-camera .page-link-contens .page-link-list:hover {
    background-color: #f15a24;
  }
}
#page.net-camera #worries-contens {
  position: relative;
}
#page.net-camera #worries-contens .service-worries-box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 15px 50px;
  position: relative;
  margin-bottom: 85px;
}
#page.net-camera #worries-contens .service-worries-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 2.234;
  margin-bottom: 20px;
}
#page.net-camera #worries-contens .service-worries-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
#page.net-camera #worries-contens .service-worries-list::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/worries-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 4px;
}
#page.net-camera #worries-contens .service-worries-list-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6206666667;
  letter-spacing: 0.1em;
  width: calc(100% - 30px);
}
#page.net-camera #worries-contens .service-worries-list-text .text-b {
  color: #036eb8;
  font-weight: bold;
}
#page.net-camera #worries-contens .worries-icon-left {
  position: absolute;
  width: 94px;
  left: 0px;
  bottom: -41px;
}
#page.net-camera #worries-contens .worries-icon-right {
  position: absolute;
  width: 98px;
  right: 0px;
  bottom: -37px;
}
#page.net-camera #worries-contens .service-worries-solution-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4947016174;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
#page.net-camera #worries-contens .service-worries-solution-title .text-b {
  color: #036eb8;
  font-weight: 800;
  font-size: 27px;
  line-height: 1.5536231884;
}
#page.net-camera #worries-contens .service-worries-solution-bk-color {
  background-color: #e7eef7;
  padding: 60px 0 60px;
  position: relative;
}
#page.net-camera #worries-contens .service-worries-solution-bk-color::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
#page.net-camera #worries-contens .service-worries-solution-bk-color .wrap {
  padding: 0 15px;
}
#page.net-camera #worries-contens .service-worries-solution-flex {
  max-width: 968px;
  width: 100%;
  margin: 0 auto;
}
#page.net-camera #worries-contens .service-worries-solution-box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 35px 15px 20px;
  position: relative;
}
#page.net-camera #worries-contens .service-worries-solution-box-number {
  background-color: #036eb8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 178px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  font-size: 17px;
  letter-spacing: 0.14em;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}
#page.net-camera #worries-contens .service-worries-solution-box-number .number-text {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #036eb8;
  border-radius: 50%;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 3px;
}
#page.net-camera #worries-contens .service-worries-solution-box-image {
  width: 80px;
  margin: 0 auto;
}
#page.net-camera #worries-contens .service-worries-solution-box-text-area {
  width: 100%;
}
#page.net-camera #worries-contens .service-worries-solution-box-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  color: #f15a24;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
#page.net-camera #worries-contens .service-worries-solution-box-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 10px;
}
#page.net-camera #worries-contens .service-worries-solution-box-color {
  background-color: #e7eef7;
  margin-bottom: 7px;
  padding: 5px 10px;
  padding-right: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#page.net-camera #worries-contens .service-worries-solution-box-color-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
#page.net-camera #worries-contens .service-worries-solution-box-color-text span {
  display: inline-block;
  width: 98px;
  margin-left: 5px;
}
#page.net-camera #worries-contens .service-worries-solution-box-color-text span img {
  margin-bottom: -3px;
  display: inline-block;
}
@media (min-width: 767px) {
  #page.net-camera #worries-contens .pc-width {
    overflow-x: hidden;
  }
  #page.net-camera #worries-contens .service-worries-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto 50px;
    padding-top: 60px;
  }
  #page.net-camera #worries-contens .service-worries-title {
    font-size: 25px;
    line-height: 1.9752;
    margin-bottom: 30px;
  }
  #page.net-camera #worries-contens .service-worries-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 815px;
    width: 100%;
    margin: 0 auto;
  }
  #page.net-camera #worries-contens .service-worries-list {
    width: 235px;
    height: 235px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background-image: url(../img/it-support/check-icon.png);
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center top 30px;
  }
  #page.net-camera #worries-contens .service-worries-list::before {
    display: none;
  }
  #page.net-camera #worries-contens .service-worries-list:nth-child(1) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.net-camera #worries-contens .service-worries-list:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.net-camera #worries-contens .service-worries-list:nth-child(3) {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
  #page.net-camera #worries-contens .service-worries-list-text {
    text-align: center;
    font-size: 15px;
    line-height: 2.0206666667;
    width: 100%;
  }
  #page.net-camera #worries-contens .service-worries-list-text .text-b {
    font-size: 20px;
  }
  #page.net-camera #worries-contens .worries-icon-left {
    width: 130px;
    left: -88px;
    bottom: 22px;
  }
  #page.net-camera #worries-contens .worries-icon-right {
    width: 140px;
    right: -70px;
    bottom: 18px;
    -webkit-transition-delay: 0.72s;
            transition-delay: 0.72s;
  }
  #page.net-camera #worries-contens .service-worries-solution-title {
    font-size: 25px;
    line-height: 1.4952;
    margin-bottom: 55px;
  }
  #page.net-camera #worries-contens .service-worries-solution-title .text-b {
    font-size: 38px;
    letter-spacing: 0.14em;
  }
  #page.net-camera #worries-contens .service-worries-solution-title::before {
    top: 0;
    display: none;
  }
  #page.net-camera #worries-contens .service-worries-solution-icon {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
  #page.net-camera #worries-contens .service-worries-solution-bk-color {
    background-color: #e7eef7;
    padding: 90px 0 60px;
    position: relative;
  }
  #page.net-camera #worries-contens .service-worries-solution-bk-color::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 45px solid #fff;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
  }
  #page.net-camera #worries-contens .service-worries-solution-flex {
    max-width: 968px;
    width: 100%;
    margin: 0 auto;
  }
  #page.net-camera #worries-contens .service-worries-solution-box {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 25px;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-number {
    background-color: #036eb8;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    width: 282px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    font-size: 24px;
    letter-spacing: 0.14em;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-number .number-text {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #036eb8;
    border-radius: 50%;
    background-color: #fff;
    letter-spacing: 0;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-image {
    width: 124px;
    margin: 0;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-text-area {
    width: calc(100% - 140px);
  }
  #page.net-camera #worries-contens .service-worries-solution-box-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.1045454545;
    color: #f15a24;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: left;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-bottom: 10px;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-color {
    background-color: #e7eef7;
    margin-bottom: 7px;
    padding: 4px 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-color-text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.0206666667;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    text-indent: 0;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-color-text span {
    display: block;
    width: 98px;
    margin-left: 0;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-color-text span img {
    margin-bottom: 0;
  }
}
@media (min-width: 870px) {
  #page.net-camera #worries-contens .service-worries-list {
    width: 255px;
    height: 255px;
  }
  #page.net-camera #worries-contens .worries-icon-left {
    width: 202px;
    left: -132px;
    bottom: -22px;
  }
  #page.net-camera #worries-contens .worries-icon-right {
    width: 210px;
    right: -112px;
    bottom: -35px;
  }
  #page.net-camera #worries-contens .service-worries-solution-box {
    padding: 30px 70px;
  }
  #page.net-camera #worries-contens .service-worries-solution-box-text {
    font-size: 15px;
  }
}
@media (min-width: 970px) {
  #page.net-camera #worries-contens .service-worries-solution-box-text-area {
    width: calc(100% - 160px);
  }
}
#page.net-camera #item-contens {
  padding-top: 50px;
  padding-bottom: 60px;
}
#page.net-camera #item-contens .wrap {
  padding: 0 15px;
}
#page.net-camera #item-contens .sevice-contens-title {
  margin-bottom: 30px;
}
#page.net-camera #item-contens .item-camera-box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px 18px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}
#page.net-camera #item-contens .item-camera-image {
  margin-bottom: 26px;
}
#page.net-camera #item-contens .item-camera-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#page.net-camera #item-contens .item-camera-catch-list {
  background-color: #036eb8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  width: 49%;
  border-radius: 19px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
#page.net-camera #item-contens .item-camera-catch-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 2;
}
#page.net-camera #item-contens .item-camera-one {
  max-width: 980px;
  width: 98%;
  margin: 0 auto;
  background-color: #e7eef7;
  padding: 30px 20px 20px;
  border-radius: 5px;
}
#page.net-camera #item-contens .item-camera-one-image {
  width: 100%;
  margin-bottom: 15px;
}
#page.net-camera #item-contens .item-camera-one-text-area {
  width: 100%;
}
#page.net-camera #item-contens .item-camera-one-logo {
  margin-bottom: 18px;
}
#page.net-camera #item-contens .item-camera-one-catch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #036eb8;
  border-radius: 31px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4666666667;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 5px 18px;
  margin-bottom: 15px;
  width: 100%;
}
#page.net-camera #item-contens .item-camera-one-catch-title {
  color: #036eb8;
  font-size: 17px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.6470588235;
  margin-bottom: 10px;
}
#page.net-camera #item-contens .item-camera-one-catch-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media (min-width: 767px) {
  #page.net-camera #item-contens {
    padding-top: 70px;
    padding-bottom: 93px;
  }
  #page.net-camera #item-contens .sevice-contens-title {
    margin-bottom: 60px;
  }
  #page.net-camera #item-contens .item-camera-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.net-camera #item-contens .item-camera-box {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 37px 18px;
    width: 49%;
    margin-bottom: 2%;
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  #page.net-camera #item-contens .item-camera-box:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.net-camera #item-contens .item-camera-box:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.net-camera #item-contens .item-camera-image {
    margin-bottom: 26px;
  }
  #page.net-camera #item-contens .item-camera-catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 17px;
  }
  #page.net-camera #item-contens .item-camera-catch-list {
    background-color: #036eb8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 38px;
    width: 49%;
    border-radius: 19px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  #page.net-camera #item-contens .item-camera-catch-text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 2;
  }
  #page.net-camera #item-contens .item-camera-one {
    max-width: 980px;
    width: 98%;
    margin: 0 auto;
    background-color: #e7eef7;
    padding: 38px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0;
  }
  #page.net-camera #item-contens .item-camera-one-image {
    max-width: 270px;
    width: 38%;
  }
  #page.net-camera #item-contens .item-camera-one-text-area {
    width: 60%;
  }
  #page.net-camera #item-contens .item-camera-one-logo {
    max-width: 326px;
    margin-bottom: 15px;
  }
  #page.net-camera #item-contens .item-camera-one-catch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #036eb8;
    border-radius: 19px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 8px 18px;
    margin-bottom: 10px;
    width: auto;
  }
  #page.net-camera #item-contens .item-camera-one-catch-title {
    color: #036eb8;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #page.net-camera #item-contens .item-camera-one-catch-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 2;
  }
}
@media (min-width: 985px) {
  #page.net-camera #item-contens .item-camera-flex {
    margin-bottom: 62px;
  }
  #page.net-camera #item-contens .item-camera-box {
    width: 32.55%;
    margin-bottom: 0;
  }
  #page.net-camera #item-contens .item-camera-one-image {
    width: 32%;
  }
  #page.net-camera #item-contens .item-camera-one-text-area {
    width: 65%;
  }
  #page.net-camera #item-contens .item-camera-one-catch-title {
    font-size: 19px;
  }
  #page.net-camera #item-contens .item-camera-one-catch-text {
    font-size: 15px;
  }
}
@media (min-width: 1150px) {
  #page.net-camera #item-contens .wrap {
    padding: 0;
  }
}
#page.net-camera #case-study-contens {
  background-color: #e7eef7;
  padding-top: 50px;
  padding-bottom: 76px;
}
@media (min-width: 767px) {
  #page.net-camera #case-study-contens {
    padding-top: 70px;
    padding-bottom: 76px;
  }
}
#page.net-camera #voice-contens {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  #page.net-camera #voice-contens {
    padding-top: 70px;
    padding-bottom: 76px;
  }
}
#page.net-camera .introduction-flow {
  padding-top: 40px;
  padding-bottom: 60px;
}
#page.net-camera .introduction-flow .sevice-contens-title {
  margin-bottom: 35px;
}
#page.net-camera .introduction-flow .introduction-flow-box {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.net-camera .introduction-flow .introduction-flow-box::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-color: #036eb8;
  position: absolute;
  bottom: -12px;
  margin: auto;
  right: 0;
  left: 0;
}
#page.net-camera .introduction-flow .introduction-flow-box:last-child::after {
  display: none;
}
#page.net-camera .introduction-flow .introduction-flow-number {
  width: 33px;
  height: 33px;
  background-color: #036eb8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 10px;
}
#page.net-camera .introduction-flow .introduction-flow-image {
  max-width: 98px;
  width: 100%;
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#page.net-camera .introduction-flow .introduction-flow-text {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3523529412;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 767px) {
  #page.net-camera .introduction-flow {
    padding-top: 70px;
  }
  #page.net-camera .introduction-flow .sevice-contens-title {
    margin-bottom: 80px;
  }
  #page.net-camera .introduction-flow .introduction-flow-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.net-camera .introduction-flow .introduction-flow-box {
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    width: 48%;
    margin-bottom: 50px;
    padding: 50px 0 30px;
    display: block;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  #page.net-camera .introduction-flow .introduction-flow-box::after {
    content: "";
    display: block;
    width: 10%;
    height: 8px;
    background-color: #036eb8;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10%;
    left: inherit;
  }
  #page.net-camera .introduction-flow .introduction-flow-box:nth-child(even) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.net-camera .introduction-flow .introduction-flow-box:nth-child(even)::after {
    display: none;
  }
  #page.net-camera .introduction-flow .introduction-flow-number {
    width: 66px;
    height: 66px;
    background-color: #036eb8;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -33px;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
  }
  #page.net-camera .introduction-flow .introduction-flow-number span {
    position: relative;
  }
  #page.net-camera .introduction-flow .introduction-flow-number span::after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid #036eb8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  #page.net-camera .introduction-flow .introduction-flow-image {
    max-width: 196px;
    width: 100%;
    margin: 0 auto 35px;
  }
  #page.net-camera .introduction-flow .introduction-flow-text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.3495;
  }
}
@media (min-width: 960px) {
  #page.net-camera .introduction-flow {
    padding-bottom: 127px;
  }
  #page.net-camera .introduction-flow .introduction-flow-box {
    width: 22.8%;
    margin-bottom: 0;
  }
  #page.net-camera .introduction-flow .introduction-flow-box::after {
    width: 14%;
    right: -14%;
  }
  #page.net-camera .introduction-flow .introduction-flow-box:nth-child(even)::after {
    display: block;
  }
  #page.net-camera .introduction-flow .introduction-flow-box:last-child::after {
    display: none;
  }
  #page.net-camera .introduction-flow .introduction-flow-box:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.net-camera .introduction-flow .introduction-flow-box:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.net-camera .introduction-flow .introduction-flow-box:nth-child(4) {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
}
#page.net-camera #item-comparison {
  background-color: #e7eef7;
  padding-top: 50px;
  padding-bottom: 0px;
}
#page.net-camera #item-comparison .item-comparison-tabs {
  padding-bottom: 45px;
}
#page.net-camera #item-comparison .item-comparison-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #333333;
}
#page.net-camera #item-comparison .item-comparison-tab-item {
  border-radius: 10px 10px 0 0;
  background-color: #cccccc;
  width: 32.35%;
  height: 80px;
  overflow-y: hidden;
  padding: 8px 17px;
  cursor: pointer;
}
#page.net-camera #item-comparison .item-comparison-tab-item .text-b {
  font-weight: 800;
  font-size: 16px;
}
#page.net-camera #item-comparison .item-comparison-tab-item.active {
  background-color: #036eb8;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.net-camera #item-comparison .item-comparison-tab-item .tab-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page.net-camera #item-comparison .item-comparison-tab-content .item-comparison-tab-table {
  width: 100%;
}
#page.net-camera #item-comparison .item-comparison-tab-content .item-comparison-tab-table th {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #036eb8;
  line-height: 1.3846153846;
  text-align: center;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 25px 0;
}
#page.net-camera #item-comparison .item-comparison-tab-content .item-comparison-tab-table td {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  padding: 25px 0;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  background-color: #fff;
}
#page.net-camera #item-comparison .item-comparison-tab-content .item-comparison-tab-table td.back-color {
  background-color: #f2f2f2;
}
#page.net-camera #item-comparison .item-comparison-tab-content .item-comparison-tab-table td .text-r {
  font-weight: 400;
  font-size: 14px;
}
#page.net-camera #item-comparison .item-comparison-tab-panel {
  display: none;
}
#page.net-camera #item-comparison .item-comparison-tab-panel.active {
  display: block;
}
#page.net-camera #item-comparison .usage-scene-box {
  background-color: #fff;
  padding: 50px 20px;
}
#page.net-camera #item-comparison .usage-scene-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.net-camera #item-comparison .usage-scene-scroll-box {
  width: 48.5%;
}
#page.net-camera #item-comparison .usage-scene-box-image {
  margin-bottom: 5px;
}
#page.net-camera #item-comparison .usage-scene-box-text {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4446666667;
  margin-bottom: 20px;
}
#page.net-camera #item-comparison .usage-scene-box-text span {
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: -15px;
  display: block;
}
@media (min-width: 767px) {
  #page.net-camera #item-comparison {
    padding-top: 70px;
    padding-bottom: 110px;
  }
  #page.net-camera #item-comparison .item-comparison-table {
    width: 100%;
    border: 1px solid #333333;
    border-bottom: none;
    border-right: none;
    margin-bottom: 76px;
  }
  #page.net-camera #item-comparison .item-comparison-table th {
    background-color: #036eb8;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  #page.net-camera #item-comparison .item-comparison-table td {
    background-color: #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 25px 2px;
  }
  #page.net-camera #item-comparison .item-comparison-table td.back-color {
    background-color: #f2f2f2;
  }
  #page.net-camera #item-comparison .item-comparison-table td img {
    max-width: 174px;
    width: 100%;
    margin: 0 auto;
  }
  #page.net-camera #item-comparison .item-comparison-table td span {
    font-size: 13px;
    font-weight: 400;
  }
  #page.net-camera #item-comparison .pc-wrap {
    padding: 0 20px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  #page.net-camera #item-comparison .usage-scene-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 45px;
    padding-right: 0;
  }
  #page.net-camera #item-comparison .usage-scene-scroll {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  #page.net-camera #item-comparison .usage-scene-scroll-box {
    width: 182px;
    margin-right: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #page.net-camera #item-comparison .usage-scene-box-image {
    margin-bottom: 14px;
  }
  #page.net-camera #item-comparison .usage-scene-box-text {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5993333333;
    margin-bottom: 10px;
  }
  #page.net-camera #item-comparison .usage-scene-box-text span {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  #page.net-camera #item-comparison .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    max-width: 484px;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
  }
  #page.net-camera #item-comparison .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f2f2f2;
  }
  #page.net-camera #item-comparison .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #036eb8;
  }
}
@media (min-width: 1000px) {
  #page.net-camera #item-comparison .item-comparison-table th {
    font-size: 16px;
  }
  #page.net-camera #item-comparison .item-comparison-table td {
    font-size: 17px;
  }
  #page.net-camera #item-comparison .item-comparison-table td span {
    font-size: 15px;
  }
}
@media (min-width: 1150px) {
  #page.net-camera #item-comparison .pc-wrap {
    padding: 0;
  }
}
#page.net-camera #faq-contens {
  background-color: #e7eef7;
  padding-top: 45px;
  padding-bottom: 70px;
}
@media (min-width: 767px) {
  #page.net-camera #faq-contens {
    padding-top: 70px;
    padding-bottom: 76px;
  }
}
#page.net-camera #sevice-tour-area {
  padding-top: 70px;
  padding-bottom: 74px;
}
#page.net-camera .contens-tour-btn {
  background-image: url(../img/it-support/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: 92% center;
}
#page.net-camera .contens-tour-btn.faq {
  margin-top: 40px;
}
@media (min-width: 767px) {
  #page.net-camera .contens-tour-btn {
    width: 333px;
  }
  #page.net-camera .contens-tour-btn.faq {
    margin-top: 48px;
  }
}
@media (hover: hover) {
  #page.net-camera .contens-tour-btn:hover {
    background-color: #f15a24;
  }
  #page.net-camera .case-study-list-link:hover .case-study-list-thumbnail img {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}

footer {
  border-top: 1px solid #999999;
}
footer .footer-contact-area {
  display: none;
}