/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0; }

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-prev {
  left: 0px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: 12px; }

.slick-prev:before {
  border-left: 3px solid #0059b3;
  border-bottom: 3px solid #0059b3;
  margin-left: 5px; }

.slick-next {
  right: 12px; }

[dir="rtl"] .slick-next {
  left: 12px;
  right: auto; }

.slick-next:before {
  border-right: 3px solid #0059b3;
  border-top: 3px solid #0059b3;
  margin-left: 5px; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 7px;
  width: 7px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  position: relative; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  text-align: center;
  color: #FFF;
  background: #cccccc;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  background: #1064ac; }

@media screen and (max-width: 767px) {
  .slick-slider {
    padding-bottom: 15px; }

  .lightupBox-1 .sp.slick-slider .balloon,
  .stepGuideBox .sp.slick-slider .balloon {
    display: none; }

  .supportStep .slick-prev {
    left: 6px; }
  .supportStep [dir="rtl"] .slick-prev {
    right: 6px; }
  .supportStep .slick-next {
    right: 6px; }
  .supportStep [dir="rtl"] .slick-next {
    left: 6px; } }
.smartpanel .sectionBc .bcTtl {
  color: #222 !important;
  text-align: center !important;
  padding: 40px 0 20px; }
@media screen and (max-width: 767px) {
  .smartpanel .sectionBc .bcTtl {
    padding: 30px 0 20px; } }
.smartpanel .switchBtn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  line-height: 1;
  font-size: 0;
  -webkit-user-select: none; }
.smartpanel .switchBtn input {
  display: none; }
.smartpanel .switchBtn > span {
  width: 45px;
  height: 45px;
  display: inline-block;
  cursor: default;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
.smartpanel .switchBtn > span:before {
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: url("/products/colorio/app/images/smartpanel/icon_power_white.png") center center no-repeat;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
.smartpanel .balloon {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #0b59aa;
  border-radius: 12px;
  padding: 16px 14px;
  display: inline-block;
  min-width: 100px;
  font-size: 0.8125rem;
  line-height: 1.2307692308; }
  .smartpanel .balloon:before, .smartpanel .balloon:after {
    display: inline-block;
    overflow: hidden;
    position: absolute; }
  .smartpanel .balloon.arrowLeft:before, .smartpanel .balloon.arrowLeft:after {
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: -17px;
    border-style: solid; }
  .smartpanel .balloon.arrowLeft:before {
    left: -19px;
    margin-top: -1px;
    border-width: 0 0 19px 19px;
    border-color: transparent transparent #0b59aa transparent; }
  .smartpanel .balloon.arrowLeft:after {
    border-width: 0 0 17px 17px;
    border-color: transparent transparent #FFF transparent; }
  .smartpanel .balloon.arrowTop:before, .smartpanel .balloon.arrowTop:after {
    content: "";
    width: 0;
    height: 0;
    top: -19px;
    left: 30px;
    border-style: solid; }
  .smartpanel .balloon.arrowTop:before {
    border-width: 19px 0 0 15px;
    border-color: transparent transparent transparent #0b59aa; }
  .smartpanel .balloon.arrowTop:after {
    border-width: 17px 0 0 13px;
    margin-left: 1px;
    top: -17px;
    border-color: transparent transparent transparent #FFF; }
  .smartpanel .balloon.arrowRight:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow1.png") 0 0 no-repeat;
    top: 29px;
    right: -15px; }
  .smartpanel .balloon.arrowBottom:before {
    content: "";
    width: 20px;
    height: 13px;
    background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow2.png") 0 0 no-repeat;
    bottom: -12px;
    left: 23px; }
  .smartpanel .balloon.arrowTopRound:before {
    content: "";
    width: 34px;
    height: 73px;
    background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top0.png") 0 0 no-repeat;
    top: -72px;
    right: 42px; }
  .smartpanel .balloon.arrowBottomRound:before {
    content: "";
    width: 34px;
    height: 73px;
    background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top0.png") 0 0 no-repeat;
    bottom: -72px;
    left: 42px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .smartpanel .balloon.arrowTopLong:before {
    content: "";
    width: 122px;
    height: 77px;
    background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top1.png") 0 0 no-repeat;
    top: -77px;
    right: -65px; }
  .smartpanel .balloon.arrowTopLong02:before {
    content: "";
    width: 59px;
    height: 24px;
    background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top4.png") 0 0 no-repeat;
    top: -24px;
    right: 65px; }
@media print, screen and (min-width: 768px) {
  .smartpanel .notes_list li {
    padding: 1px 0; }
    .smartpanel .notes_list li.indent {
      padding-left: 4.3em;
      display: block;
      text-indent: -4.3em; }
  .smartpanel .compatibleModel {
    margin: 3px auto 0; }
    .smartpanel .compatibleModel img {
      vertical-align: middle; }
    .smartpanel .compatibleModel a {
      margin-left: 5px;
      vertical-align: middle;
      font-size: 1rem;
      font-weight: bold; }
  .smartpanel .smartpanelCont {
    padding-top: 5px; }
  .smartpanel .appdl {
    margin-bottom: 47px; }
    .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent {
      padding-left: 2.3em;
      display: block;
      text-indent: -2.3em; }
      .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent sup {
        text-indent: 0;
        top: 0; }
      .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent::before {
        display: none; }
      .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent span::before {
        display: none; }
    .smartpanel .appdl .topContent .description p.appttl {
      padding-top: 5px;
      margin-bottom: 15px; }
    .smartpanel .appdl .topContent .description p.appdtl {
      margin-bottom: 20px !important; }
    .smartpanel .appdl .middleContent.bcCapture {
      top: 3px; }
    .smartpanel .appdl .bottomContent {
      padding-left: 0; }
      .smartpanel .appdl .bottomContent .dl {
        margin-top: 0;
        width: 130px; }
      .smartpanel .appdl .bottomContent .dlBtn .agBtn {
        margin-bottom: 15px; }
      .smartpanel .appdl .bottomContent .lead {
        font-size: 0.6875rem; }
        .smartpanel .appdl .bottomContent .lead .txtIndent {
          display: block;
          font-style: normal;
          padding-left: 2.8em; }
  .smartpanel .bcMvPnL {
    background: #efefef url("/products/colorio/app/images/smartpanel/ph_visual_special_img46_pnl.jpg") center center no-repeat; }
    .smartpanel .bcMvPnL .tit {
      padding-top: 52px;
      display: inline-block;
      color: #333;
      font-weight: bold;
      font-size: 2.25rem;
      line-height: 1.2857142857;
      text-align: left; }
  .smartpanel .innerTtl {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px; }
  .smartpanel p.lightupLead {
    font-size: 120%;
    margin-bottom: 28px; }
  .smartpanel .lightupBox {
    background-color: #FFF;
    border: 4px solid #dddddd;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 25px; }
    .smartpanel .lightupBox.lightupBox-1 {
      margin-bottom: 50px; }
    .smartpanel .lightupBox.lightupBox-2 {
      margin-top: -2px;
      margin-bottom: 14px;
      padding-top: 41px;
      padding-bottom: 13px; }
    .smartpanel .lightupBox.lightupBox-3 {
      padding-top: 41px;
      padding-bottom: 22px; }
    .smartpanel .lightupBox .lightboxTtl {
      color: #222;
      font-weight: bold;
      font-size: 1.25rem;
      padding-bottom: 26px; }
    .smartpanel .lightupBox ul.pc {
      display: inline-block !important; }
      .smartpanel .lightupBox ul.pc li {
        float: left;
        position: relative;
        display: inline-block;
        margin: 0; }
        .smartpanel .lightupBox ul.pc li:first-child {
          margin-right: 25px; }
        .smartpanel .lightupBox ul.pc li:last-child {
          margin-left: 25px; }
        .smartpanel .lightupBox ul.pc li .balloonLu-1 {
          top: 305px;
          left: -80px;
          white-space: nowrap; }
          .smartpanel .lightupBox ul.pc li .balloonLu-1:before {
            width: 12px;
            height: 9px;
            background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_bott2.png") 0 0 no-repeat;
            background-size: 12px 9px;
            bottom: -9px;
            right: 30px;
            top: auto; }
        .smartpanel .lightupBox ul.pc li .balloonLu-2 {
          top: 165px;
          left: 185px;
          white-space: nowrap; }
        .smartpanel .lightupBox ul.pc li .balloonLu-3 {
          top: 113px;
          left: -125px;
          white-space: nowrap; }
  .smartpanel .featureBox {
    margin-top: 27px;
    margin-bottom: 30px;
    height: 466px;
    background: url("/products/colorio/app/images/smartpanel/img_feature_main.png") 0 0 no-repeat; }
    .smartpanel .featureBox .featureItem {
      width: 50%;
      padding-top: 30px;
      float: left;
      text-align: center; }
      .smartpanel .featureBox .featureItem p {
        font-size: 1.125rem;
        font-weight: bold;
        margin-bottom: 4px; }
  .smartpanel .featureTtl {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 13px; }
  .smartpanel .featureCtrl {
    margin-bottom: 47px; }
    .smartpanel .featureCtrl dl {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .smartpanel .featureCtrl dl dt, .smartpanel .featureCtrl dl dd {
        display: table-cell;
        border-bottom: 2px solid #FFF;
        vertical-align: middle;
        padding-top: 19px;
        padding-bottom: 18px; }
      .smartpanel .featureCtrl dl dt {
        width: 140px;
        padding-left: 30px;
        font-size: 1rem; }
    .smartpanel .featureCtrl .ftag {
      height: 29px;
      display: inline-block;
      margin: 3px;
      font-size: 1rem;
      line-height: 1.5;
      float: left;
      border-radius: 17px;
      color: #FFF;
      font-weight: 300;
      padding: 5px 20px 0;
      text-align: center; }
      .smartpanel .featureCtrl .ftag.fBlue {
        background-color: #1064ac; }
      .smartpanel .featureCtrl .ftag.fGreen {
        background-color: #82af33; }
      .smartpanel .featureCtrl .ftag.fPink {
        background-color: #ff8c8c; }
  .smartpanel .wifiBox {
    margin-top: 28px;
    margin-bottom: 66px; }
    .smartpanel .wifiBox:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .smartpanel .wifiBox .wifiBoxContent {
      float: left; }
      .smartpanel .wifiBox .wifiBoxContent .wfbTtl {
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 2;
        padding-top: 67px;
        padding-left: 10px;
        text-align: center; }
    .smartpanel .wifiBox .wifiBoxThumb {
      float: right;
      position: relative;
      margin-left: 20px;
      margin-right: 27px; }
      .smartpanel .wifiBox .wifiBoxThumb .caption {
        width: 105px;
        padding-top: 33px;
        text-align: center;
        color: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0.8125rem;
        font-weight: bold;
        line-height: 1.5384615385; }
  .smartpanel .stepGuideBox {
    padding: 40px 30px 25px;
    margin-bottom: 52px; }
    .smartpanel .stepGuideBox .note {
      margin-top: 25px;
      text-align: right;
      font-size: 0.6875rem;
      clear: both; }
    .smartpanel .stepGuideBox ul {
      padding-left: 39px;
      padding-right: 0px; }
    .smartpanel .stepGuideBox .stepGuideItem {
      width: 280px;
      position: relative;
      margin: 0;
      text-align: center;
      font-weight: lighter; }
      .smartpanel .stepGuideBox .stepGuideItem:first-child {
        float: left; }
      .smartpanel .stepGuideBox .stepGuideItem:last-child {
        float: right; }
      .smartpanel .stepGuideBox .stepGuideItem .balloonStep-1 {
        width: 170px;
        height: 32px;
        top: 24px;
        left: 180px; }
      .smartpanel .stepGuideBox .stepGuideItem .balloonStep-2 {
        width: 202px;
        height: 115px;
        top: 142px;
        left: -205px;
        padding-left: 8px;
        padding-right: 8px; }
        .smartpanel .stepGuideBox .stepGuideItem .balloonStep-2 p {
          margin: 5px 0 0;
          line-height: 1.2307692308; }
  .smartpanel .bannerBox {
    margin-bottom: 48px;
    height: 465px;
    background: url("/products/colorio/app/images/smartpanel/bg_bannerbox.png") top right no-repeat;
    position: relative; }
      .smartpanel .supportBlock-add .bannerBox {
    margin-bottom: 48px;
    height: 465px;
    background: url("/products/colorio/app/images/smartpanel/bg_bannerbox_add01.png") top right no-repeat;
    position: relative;
    object-fit: cover;
    background-size: contain;
    }
    .smartpanel .bannerBox p {
      font-weight: bold;
      font-size: 1.25rem;
      line-height: 1.6;
      position: absolute;
      top: 22px;
      left: 60px; }
    .smartpanel .bannerBox .balloonBanner-1 {
      width: 300px;
      position: absolute;
      bottom: 42px;
      right: 19px;
      text-align: center; }
  .smartpanel .supportBlock.supportBlock-1 {
    margin: 50px 0 40px;
    overflow: hidden; }
  .smartpanel .supportBlock.supportBlock-2 {
    margin-top: 48px; }
  .smartpanel .supportBlock .supportHeader {
    background-color: #efefef;
    height: 45px;
    position: relative;
    padding-left: 66px;
    margin-bottom: 27px; }
    .smartpanel .supportBlock .supportHeader .iconStep {
      display: inline-block;
      width: 32px;
      height: 54px;
      position: absolute;
      bottom: 6px;
      left: 17px; }
      .smartpanel .supportBlock .supportHeader .iconStep.iconStep-1 {
        background: url("/products/colorio/app/images/smartpanel/icon_phone-1.png") 0 0 no-repeat; }
      .smartpanel .supportBlock .supportHeader .iconStep.iconStep-2 {
        background: url("/products/colorio/app/images/smartpanel/icon_phone-2.png") 0 0 no-repeat; }
    .smartpanel .supportBlock .supportHeader p {
      font-size: 1rem;
      color: #222222;
      padding-top: 10px; }
  .smartpanel .supportBlock .supportLead {
    margin-bottom: 23px;
    font-size: 1.125rem;
    font-weight: lighter;
    line-height: 1.5555555556; }
  .smartpanel .supportBlock .supportBanner {
    height: 450px;
    background: #efefef url("/products/colorio/app/images/smartpanel/bg_supportBanner.png") top right no-repeat;
    position: relative; }
    .smartpanel .supportBlock .supportBanner p {
      font-size: 1.75rem;
      font-weight: bold;
      padding-left: 40px;
      padding-top: 43px; }
    .smartpanel .supportBlock .supportBanner ul {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #FFF; }
      .smartpanel .supportBlock .supportBanner ul li {
        margin: 0;
        width: 142px;
        text-align: center;
        position: absolute;
        font-size: 0.8125rem;
        line-height: 1.5384615385; }
        .smartpanel .supportBlock .supportBanner ul li:nth-child(1) {
          bottom: 85px;
          left: -593px; }
        .smartpanel .supportBlock .supportBanner ul li:nth-child(2) {
          bottom: 48px;
          left: -376px; }
        .smartpanel .supportBlock .supportBanner ul li:nth-child(3) {
          bottom: 67px;
          left: -171px; }
          .smartpanel .supportBlock .supportBanner ul li:nth-child(3) sup {
            top: -2px;
            transform: scale(0.85); }
              .smartpanel .supportBlock-add .bannerBox p {
    top: auto;
    bottom: 21%;
    left: 0;
    right: -64%;
    line-height: 1.8;
    font-size: 18px;
    text-align: center;
}
.smartpanel .supportBlock-add .bannerBox p.classroomBtn {
    background: #FFC112;
    padding: 16px 5px;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    left: 600px;
    bottom: 5%;
    width: 260px;
        color: black;
}
.smartpanel .supportBlock-add .bannerBox p.classroomBtn span{
    position: relative;
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 17px;
}

.smartpanel .supportBlock-add .bannerBox p.classroomBtn span:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    bottom: 2%;
    right: -12%;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
    -webkit-transform: rotate( 
45deg
);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate( 
45deg
);
    position: absolute;
}
.smartpanel .supportBlock-add .bannerBox p span{
    top: auto;
    bottom: 3%;
    left: 7%;
    line-height: 1.8;
    font-size: 18px;
    text-align: center;
}

.smartpanel .supportBlock-add .bannerBox p span.yellowBorder {
    background: linear-gradient(transparent 50%, #ffc112 50%);
}
  .smartpanel .supportBlock .ssidBox {
    background: #efefef;
    padding: 20px;
    overflow: hidden; }
    .smartpanel .supportBlock .ssidBox .ssidBoxInner {
      background: #fff;
      overflow: hidden;
      padding: 30px; }
      .smartpanel .supportBlock .ssidBox .ssidBoxInner .catch {
        font-size: 1.375rem;
        text-align: center;
        margin-bottom: 40px; }
        .smartpanel .supportBlock .ssidBox .ssidBoxInner .catch span {
          border-bottom: 1px solid #222;
          padding-bottom: 10px; }
    .smartpanel .supportBlock .ssidBox .read {
      height: 70px;
      text-align: center;
      font-size: 1.125rem;
      font-weight: bold; }
    .smartpanel .supportBlock .ssidBox .smartphoneConnection {
      width: 364px;
      float: left; }
      .smartpanel .supportBlock .ssidBox .smartphoneConnection p.read span {
        background: linear-gradient(transparent 60%, #f9d3e3 60%); }
      .smartpanel .supportBlock .ssidBox .smartphoneConnection .image {
        background: #eef1f2;
        padding-bottom: 10px; }
        .smartpanel .supportBlock .ssidBox .smartphoneConnection .image p {
          margin: 10px 10px 0 10px;
          font-size: 0.8125rem; }
          .smartpanel .supportBlock .ssidBox .smartphoneConnection .image p.note {
            margin-top: 0;
            padding-left: 5em;
            text-indent: -5em; }
    .smartpanel .supportBlock .ssidBox .qrConnection {
      width: 364px;
      float: right; }
      .smartpanel .supportBlock .ssidBox .qrConnection p.read {
        padding-top: 0.5rem;
        box-sizing: border-box; }
        .smartpanel .supportBlock .ssidBox .qrConnection p.read span {
          background: linear-gradient(transparent 60%, #bfe9fc 60%); }
      .smartpanel .supportBlock .ssidBox .qrConnection .image p {
        margin: 10px 0 0 0;
        font-size: 0.75rem; }
  .smartpanel .supportBlock .lightupBox ul.supportStep {
    padding-top: 12px;
    margin-left: -16px; }
    .smartpanel .supportBlock .lightupBox ul.supportStep li {
      width: 287px; }
      .smartpanel .supportBlock .lightupBox ul.supportStep li:first-child {
        margin-right: 53px; }
        .smartpanel .supportBlock .lightupBox ul.supportStep li:first-child:after {
          content: "";
          display: inline-block;
          width: 25px;
          height: 25px;
          border-right: 4px solid #0059b3;
          border-top: 4px solid #0059b3;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 88px;
          right: -60px;
          left: inherit !important; }
      .smartpanel .supportBlock .lightupBox ul.supportStep li:last-child {
        margin-left: 53px; }
        .smartpanel .supportBlock .lightupBox ul.supportStep li:last-child .caption {
          margin-right: -10px; }
    .smartpanel .supportBlock .lightupBox ul.supportStep .caption {
      text-align: left;
      margin-top: 20px; }
    .smartpanel .supportBlock .lightupBox ul.supportStep .balloonSupport-1 {
      top: -20px;
      left: -32px;
      height: 20px; }
      .smartpanel .supportBlock .lightupBox ul.supportStep .balloonSupport-1:before {
        content: "";
        width: 22px;
        height: 57px;
        background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top2.png") 0 0 no-repeat;
        bottom: -57px;
        left: 20px; }
    .smartpanel .supportBlock .lightupBox ul.supportStep .balloonSupport-2 {
      position: relative;
      top: -9px;
      margin-left: 14px;
      padding-left: 21px;
      padding-right: 21px;
      padding-bottom: 20px; }
      .smartpanel .supportBlock .lightupBox ul.supportStep .balloonSupport-2:before {
        content: "";
        width: 22px;
        height: 57px;
        background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top2.png") 0 0 no-repeat;
        top: -57px;
        right: 20px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .smartpanel .seihinLineupTable small.txtsM {
    font-size: 0.5rem;
    top: -2px;
    position: relative; }
  .smartpanel .setupGuidance {
    overflow: hidden; }
    .smartpanel .setupGuidance sup {
      font-size: 100% !important;
      transform: scale(1);
      top: -0.2em !important;
      vertical-align: top; }
    .smartpanel .setupGuidance .supportLead {
      margin-bottom: 45px;
      font-size: 1.125rem;
      font-weight: lighter;
      line-height: 1.5555555556; }
    .smartpanel .setupGuidance ul li {
      position: relative;
      text-align: center;
      float: left;
      height: 440px;
      width: 200px;
      background: #e3f7f6;
      border-radius: 10px;
      margin-right: 26px; }
      .smartpanel .setupGuidance ul li:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 14px;
        border-right: 3px solid #0059b3;
        border-top: 3px solid #0059b3;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 208px !important;
        right: -18px;
        left: inherit !important; }
      .smartpanel .setupGuidance ul li p {
        font-size: 1.125rem;
        font-weight: bold;
        margin: 30px 0 12px; }
        .smartpanel .setupGuidance ul li p span {
          color: #1064ac; }
      .smartpanel .setupGuidance ul li .figure {
        position: absolute;
        bottom: 0; }
      .smartpanel .setupGuidance ul li .balloonSetupGuidance {
        position: absolute;
        border-radius: 10px;
        padding: 7px 4px;
        background: #fff;
        border: 1px solid #0b59aa;
        margin: 0 10px;
        font-size: 0.6875rem;
        bottom: 8px;
        font-weight: bold;
        line-height: 1.4; }
        .smartpanel .setupGuidance ul li .balloonSetupGuidance span {
          font-size: 0.75rem;
          color: #1064ac;
          display: block; }
        .smartpanel .setupGuidance ul li .balloonSetupGuidance:before {
          content: "";
          position: absolute;
          width: 14px;
          height: 15px;
          top: -15px;
          left: 0;
          right: 0;
          margin: 0 auto;
          background: url(/products/colorio/app/images/smartpanel/bg_balloon_arrow_top5.png) no-repeat; }
      .smartpanel .setupGuidance ul li:first-child p {
        margin: 25px 0 25px; }
      .smartpanel .setupGuidance ul li:first-child .figure {
        position: static;
        bottom: 0;
        margin-top: 70px; }
      .smartpanel .setupGuidance ul li:first-child .balloonSetupGuidance {
        bottom: 50px;
        left: 0px;
        right: 0px;
        font-size: 0.8125rem;
        line-height: 1.4; }
      .smartpanel .setupGuidance ul li:nth-child(4) {
        margin-right: 0; }
        .smartpanel .setupGuidance ul li:nth-child(4):after {
          display: none; }
        .smartpanel .setupGuidance ul li:nth-child(4) .figure span {
          position: absolute;
          text-align: center;
          font-size: 0.9375rem;
          font-weight: bold;
          text-align: center;
          background: #0b59aa;
          height: 74px;
          width: 74px;
          border-radius: 37px;
          right: 4px;
          top: -28px;
          color: #fff;
          padding-top: 20px;
          box-sizing: border-box;
          line-height: 1.2; }
      .smartpanel .setupGuidance ul li dl dt {
        font-size: 1.25rem;
        color: #fff;
        text-align: center;
        line-height: 48px;
        height: 48px;
        border-radius: 10px 10px 0 0;
        font-weight: normal;
        background: #54555d url(/products/colorio/app/images/smartpanel/icon_setting.png) no-repeat 10px center; }
  .smartpanel .itemAppScanne {
    margin-top: 50px;
    overflow: hidden; }
    .smartpanel .itemAppScanne .bcTtl {
      margin-bottom: 65px !important;
      color: #222 !important;
      text-align: center; }
    .smartpanel .itemAppScanne .supportLead {
      margin-bottom: 45px;
      font-size: 1.125rem;
      font-weight: lighter;
      line-height: 1.5555555556;
      width: 468px;
      float: left; }
    .smartpanel .itemAppScanne .appScanneThumb {
      float: right;
      width: 377px;
      margin-top: -80px; }
    .smartpanel .itemAppScanne .lightupBox {
      clear: both;
      margin-top: 25px;
      overflow: hidden; }
    .smartpanel .itemAppScanne .lightupBox-4 {
      padding: 30px 0 30px 55px; }
      .smartpanel .itemAppScanne .lightupBox-4 li {
        float: left;
        width: 205px;
        margin-right: 55px !important;
        position: relative;
        text-align: center; }
        .smartpanel .itemAppScanne .lightupBox-4 li:after {
          content: "";
          display: inline-block;
          width: 25px;
          height: 25px;
          border-right: 4px solid #0059b3;
          border-top: 4px solid #0059b3;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 175px !important;
          right: -35px;
          left: inherit !important; }
        .smartpanel .itemAppScanne .lightupBox-4 li:last-child {
          margin-left: 0 !important; }
          .smartpanel .itemAppScanne .lightupBox-4 li:last-child:after {
            display: none; }
        .smartpanel .itemAppScanne .lightupBox-4 li p {
          margin-bottom: 10px;
          font-size: 0.875rem;
          font-weight: bold; }
        .smartpanel .itemAppScanne .lightupBox-4 li .caption {
          margin-top: 10px;
          font-size: 0.875rem;
          font-weight: bold; }
  .smartpanel .pageBottom {
    font-size: 120%; } }
@media screen and (max-width: 767px) {
  .smartpanel .notes_list li {
    padding: 1px 0; }
    .smartpanel .notes_list li.indent {
      padding-left: 3em;
      display: block;
      text-indent: -3em; }
  .smartpanel .compatibleModel img {
    vertical-align: middle; }
  .smartpanel .compatibleModel a {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: bold; }
  .smartpanel img {
    max-width: 100%; }
  .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent {
    padding-left: 2.5em;
    display: block;
    text-indent: -1.3em; }
    .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent::before {
      display: none; }
    .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent span {
      width: auto; }
      .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent span::before {
        display: none; }
    .smartpanel .appdl .bottomContent .dlBtn .bottomRight .indent sup {
      text-indent: 0; }
  .smartpanel .appdl .bottomContent .lead .txtIndent {
    font-style: normal; }
  .smartpanel .appdl .appdlInner .topContent {
    padding-bottom: 30px; }
  .smartpanel .appdl .icon {
    width: 40%;
    max-width: 134px;
    padding-top: 7px;
    text-align: left; }
    .smartpanel .appdl .icon img {
      width: 115px; }
  .smartpanel .appdl .description {
    float: none;
    width: auto;
    padding-left: 0; }
  .smartpanel .appdl .appdtl {
    position: static;
    clear: left;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 20px;
    transform: none; }
  .smartpanel .appdl .middleContent img {
    width: 59%; }
  .smartpanel .balloon {
    border-radius: 8px;
    padding: 11px 14px; }
  .smartpanel .bcMvPnL {
    margin-bottom: 20px; }
    .smartpanel .bcMvPnL .tit {
      display: inline-block;
      color: #333;
      font-weight: bold;
      font-size: 2rem;
      line-height: 1.44;
      text-align: center;
      position: absolute;
      top: 39%;
      left: 0;
      right: 0;
      -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
      -o-transform: translate(0, -20%);
      transform: translate(0, -20%); }
  .smartpanel .innerTtl {
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
    text-align: center;
    margin-bottom: 8px; }
  .smartpanel p.lightupLead {
    font-size: 120%;
    margin-bottom: 28px; }
  .smartpanel .lightupBox {
    background-color: #FFF;
    border: 3px solid #dddddd;
    text-align: center;
    padding: 20px 0 25px; }
    .smartpanel .lightupBox.lightupBox-1 {
      margin-bottom: 50px; }
    .smartpanel .lightupBox.lightupBox-2 {
      margin-bottom: 19px; }
    .smartpanel .lightupBox .lightboxTtl {
      color: #222;
      font-weight: bold;
      font-size: 1.0625rem;
      padding-bottom: 22px; }
    .smartpanel .lightupBox .balloonLu-1 {
      top: 36%;
      left: -36px; }
      .smartpanel .lightupBox .balloonLu-1:before {
        width: 12px;
        height: 9px;
        background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_bott2.png") 0 0 no-repeat;
        background-size: 12px 9px;
        bottom: -9px;
        right: 30px;
        top: auto; }
    .smartpanel .lightupBox .balloonLu-2 {
      top: 52%;
      right: -47px; }
      .smartpanel .lightupBox .balloonLu-2:before {
        left: 122px; }
  .smartpanel .featureBox {
    margin-top: -10px;
    margin-bottom: 24px;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 25px;
    position: relative;
    background: linear-gradient(90deg, #d1e7c3, #d1e7c3 50%, #fffabc 50%, #fffabc 100%); }
    .smartpanel .featureBox .featureItem {
      text-align: center;
      width: 50%;
      float: left; }
      .smartpanel .featureBox .featureItem p {
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 1.2352941176; }
  .smartpanel .featureTtl {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px; }
  .smartpanel .featureCtrl {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 47px;
    padding: 0; }
    .smartpanel .featureCtrl dl {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .smartpanel .featureCtrl dl dt, .smartpanel .featureCtrl dl dd {
        display: table-cell;
        border-bottom: 2px solid #FFF;
        vertical-align: top;
        padding-top: 18px;
        padding-bottom: 17px; }
      .smartpanel .featureCtrl dl dt {
        width: 23%;
        padding-left: 18px;
        font-size: 0.875rem;
        line-height: 1.2857142857;
        padding-top: 27px; }
    .smartpanel .featureCtrl .ftag {
      height: 23px;
      display: inline-block;
      margin: 3px;
      font-size: 0.875rem;
      line-height: 1.2857142857;
      float: left;
      border-radius: 17px;
      color: #FFF;
      font-weight: 300;
      padding: 7px 12px 0;
      text-align: center; }
      .smartpanel .featureCtrl .ftag.fBlue {
        background-color: #1064ac; }
      .smartpanel .featureCtrl .ftag.fGreen {
        background-color: #82af33;
        letter-spacing: 0.01em;
        padding-left: 13px;
        padding-right: 13px; }
      .smartpanel .featureCtrl .ftag.fPink {
        background-color: #ff8c8c; }
  .smartpanel .wifiBox {
    margin-bottom: 55px; }
    .smartpanel .wifiBox .wifiBoxContent {
      margin-bottom: 12px; }
      .smartpanel .wifiBox .wifiBoxContent .wfbTtl {
        text-align: center;
        font-weight: bold;
        font-size: 1.0625rem;
        line-height: 1.5882352941;
        padding-top: 0;
        padding-left: 0; }
    .smartpanel .wifiBox .wifiBoxThumb {
      position: relative; }
      .smartpanel .wifiBox .wifiBoxThumb .caption {
        width: 26%;
        text-align: center;
        color: #FFF;
        position: absolute;
        top: 17%;
        left: 0;
        font-size: 0.8125rem;
        font-weight: bold;
        line-height: 1.5384615385; }
    .smartpanel .wifiBox + .innerTtl {
      margin-bottom: 8px; }
  .smartpanel .stepGuideBox {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 0 25px;
    margin-bottom: 32px; }
    .smartpanel .stepGuideBox .note {
      margin-top: 25px;
      text-align: right;
      font-size: 0.6875rem;
      clear: both;
      display: none; }
  .smartpanel .bannerBox {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 48px;
    position: relative; }
    .smartpanel .bannerBox p {
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.4375;
      position: absolute;
      top: 15px;
      left: 10px; }
      .smartpanel .supportBlock-add .bannerBox p {
    top: auto;
    bottom: 3%;
    left: 7%;
    line-height: 1.8;
    font-size: 3vw;
    text-align: center;
}
.smartpanel .supportBlock-add .bannerBox p span.yellowBorder {
    background: linear-gradient(transparent 50%, #ffc112 50%);
}
.smartpanel .supportBlock-add .bannerBox p.classroomBtn {
    background: #FFC112;
    padding: 16px 5px;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    left: 50%;
    bottom: 5%;
    padding-right: 4%;
    width: 43%;
    color: black;
}
.smartpanel .supportBlock-add .bannerBox p.classroomBtn span{
    position: relative;
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 2vw;
}

.smartpanel .supportBlock-add .bannerBox p.classroomBtn span:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    bottom: 2%;
    right: -21%;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
    -webkit-transform: rotate( 
45deg
);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate( 
45deg
);
    position: absolute;
}
.smartpanel .supportBlock-add .bannerBox p span{
    top: auto;
    bottom: 3%;
    left: 7%;
    line-height: 1.8;
    font-size: 3vw;
    text-align: center;
}
    .smartpanel .bannerBox .balloonBanner-1 {
      width: auto;
      position: absolute;
      bottom: 20px;
      right: 10px;
      left: 10px;
      padding-top: 18px;
      padding-bottom: 17px;
      text-align: center; }
      .smartpanel .bannerBox .balloonBanner-1:before {
        width: 38px;
        height: 60px;
        background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top3.png") 0 0 no-repeat;
        background-size: 38px 60px;
        top: -59px;
        right: 30px; }
  .smartpanel .supportBlock.supportBlock-1 {
    margin-top: 14px; }
    .smartpanel .supportBlock.supportBlock-1 .bcTtl {
      margin-left: -20px;
      margin-right: -20px; }
  .smartpanel .supportBlock.supportBlock-2 {
    margin-top: 63px; }
    .smartpanel .supportBlock.supportBlock-2 .supportHeader p {
      letter-spacing: -0.15em; }
  .smartpanel .supportBlock .supportHeader {
    background-color: #efefef;
    height: 46px;
    position: relative;
    padding-left: 65px;
    margin-bottom: 27px;
    margin-left: -20px;
    margin-right: -20px; }
    .smartpanel .supportBlock .supportHeader .iconStep {
      display: inline-block;
      width: 30px;
      height: 50px;
      position: absolute;
      bottom: 10px;
      left: 18px; }
      .smartpanel .supportBlock .supportHeader .iconStep.iconStep-1 {
        background: url("/products/colorio/app/images/smartpanel/icon_phone-1.png") 0 0 no-repeat;
        background-size: 30px 50px; }
      .smartpanel .supportBlock .supportHeader .iconStep.iconStep-2 {
        background: url("/products/colorio/app/images/smartpanel/icon_phone-2.png") 0 0 no-repeat;
        background-size: 30px 50px; }
    .smartpanel .supportBlock .supportHeader p {
      font-size: 1.125rem;
      color: #222222;
      padding-top: 10px;
      font-weight: bold; }
  .smartpanel .supportBlock .supportLead {
    margin-bottom: 23px;
    font-size: 1.125rem;
    line-height: 1.45; }
  .smartpanel .supportBlock .supportBanner {
    margin-left: -10px;
    margin-right: -10px;
    background: #efefef;
    position: relative;
    padding: 0 10px 25px; }
    .smartpanel .supportBlock .supportBanner p {
      font-size: 1.0625rem;
      font-weight: bold;
      padding-top: 18px;
      text-align: center;
      margin-bottom: 18px; }
    .smartpanel .supportBlock .supportBanner div img {
      text-align: center; }
    .smartpanel .supportBlock .supportBanner ul {
      color: #FFF; }
      .smartpanel .supportBlock .supportBanner ul li {
        margin: 0;
        width: 35%;
        text-align: center;
        position: absolute;
        font-size: 0.8125rem;
        line-height: 1.5384615385; }
        .smartpanel .supportBlock .supportBanner ul li:nth-child(1) {
          left: 50%;
          margin-top: 21%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
        .smartpanel .supportBlock .supportBanner ul li:nth-child(2) {
          bottom: 22px;
          left: 10px;
          height: 12%; }
        .smartpanel .supportBlock .supportBanner ul li:nth-child(3) {
          bottom: 35px;
          right: 10px;
          height: 12%; }
  .smartpanel .supportBlock .ssidBox {
    background: #efefef;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px; }
    .smartpanel .supportBlock .ssidBox .ssidBoxInner {
      background: #fff;
      overflow: hidden;
      padding: 30px 13px 13px 13px; }
      .smartpanel .supportBlock .ssidBox .ssidBoxInner .catch {
        font-size: 1.125rem;
        text-align: center;
        margin-bottom: 25px; }
        .smartpanel .supportBlock .ssidBox .ssidBoxInner .catch span {
          border-bottom: 1px solid #222; }
    .smartpanel .supportBlock .ssidBox .read {
      text-align: center;
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 15px; }
    .smartpanel .supportBlock .ssidBox .smartphoneConnection {
      margin-bottom: 35px; }
      .smartpanel .supportBlock .ssidBox .smartphoneConnection p.read span {
        background: linear-gradient(transparent 60%, #f9d3e3 60%); }
      .smartpanel .supportBlock .ssidBox .smartphoneConnection .image {
        background: #eef1f2;
        padding-bottom: 5px; }
        .smartpanel .supportBlock .ssidBox .smartphoneConnection .image p {
          margin: 10px 10px 0 10px;
          font-size: 0.75rem; }
          .smartpanel .supportBlock .ssidBox .smartphoneConnection .image p.note {
            margin-top: 0;
            padding-left: 5em;
            text-indent: -5em; }
    .smartpanel .supportBlock .ssidBox .qrConnection p.read {
      box-sizing: border-box; }
      .smartpanel .supportBlock .ssidBox .qrConnection p.read span {
        background: linear-gradient(transparent 60%, #bfe9fc 60%); }
    .smartpanel .supportBlock .ssidBox .qrConnection .image p {
      margin: 5px 0 0 0;
      font-size: 0.625rem; }
  .smartpanel .supportBlock .lightupBox {
    margin-left: -10px;
    margin-right: -10px; }
    .smartpanel .supportBlock .lightupBox .supportStep {
      padding-left: 9%;
      padding-right: 9%; }
      .smartpanel .supportBlock .lightupBox .supportStep .caption {
        text-align: left;
        margin-top: 6px; }
      .smartpanel .supportBlock .lightupBox .supportStep .sliderItem:last-child .caption {
        margin-right: -5px;
        letter-spacing: -0.065em; }
    .smartpanel .supportBlock .lightupBox .supportStep-2 {
      margin-top: -10px; }
      .smartpanel .supportBlock .lightupBox .supportStep-2 .figure {
        padding-top: 15px; }
      .smartpanel .supportBlock .lightupBox .supportStep-2 .balloonSupport-1 {
        top: 0px;
        left: 24px;
        padding-top: 16px;
        padding-bottom: 16px; }
        .smartpanel .supportBlock .lightupBox .supportStep-2 .balloonSupport-1:before {
          content: "";
          width: 22px;
          height: 57px;
          background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top2.png") 0 0 no-repeat;
          bottom: -57px;
          left: 20px; }
      .smartpanel .supportBlock .lightupBox .supportStep-2 .balloonSupport-2 {
        position: relative;
        margin-right: 22px;
        padding: 15px 22px 15px 21px;
        float: right; }
        .smartpanel .supportBlock .lightupBox .supportStep-2 .balloonSupport-2:before {
          content: "";
          width: 22px;
          height: 57px;
          background: url("/products/colorio/app/images/smartpanel/bg_balloon_arrow_top2.png") 0 0 no-repeat;
          top: -57px;
          right: 20px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
  .smartpanel .acMenu table .taCSup {
    position: relative; }
    .smartpanel .acMenu table .taCSup sup {
      font-size: 0.5625rem;
      position: absolute;
      white-space: nowrap; }
  .smartpanel .setupGuidance .supportLead {
    margin-bottom: 23px;
    font-size: 1.125rem;
    line-height: 1.45; }
  .smartpanel .setupGuidance .slick-slider {
    background-color: #FFF;
    border: 3px solid #dddddd;
    text-align: center;
    padding: 20px 0 45px; }
    .smartpanel .setupGuidance .slick-slider .slick-dots {
      bottom: 20px; }
  .smartpanel .infoBoxInner.spBorderTop {
    padding: 30px 20px 70px;
    margin-top: 30px;
    border-top: #0055B5 solid 2px; }
  .smartpanel .accoBody {
    padding-top: 30px; }
  .smartpanel .itemAppScanne {
    margin-top: 30px; }
    .smartpanel .itemAppScanne .bcTtl {
      color: #222 !important;
      text-align: center; }
    .smartpanel .itemAppScanne .supportLead {
      margin-bottom: 45px;
      font-size: 1.125rem; }
    .smartpanel .itemAppScanne .appScanneThumb {
      margin: 0 -10px; }
    .smartpanel .itemAppScanne .lightupBox {
      clear: both;
      margin-top: 25px;
      overflow: hidden; }
    .smartpanel .itemAppScanne .lightupBox-4 {
      margin: 15px -10px 30px; }
      .smartpanel .itemAppScanne .lightupBox-4 .sliderItem {
        text-align: center; }
        .smartpanel .itemAppScanne .lightupBox-4 .sliderItem p {
          margin-bottom: 10px;
          font-size: 1rem;
          font-weight: bold; }
        .smartpanel .itemAppScanne .lightupBox-4 .sliderItem .caption {
          margin-top: 10px;
          font-size: 0.875rem;
          font-weight: bold; }
  .smartpanel .pageBottom {
    width: auto !important; } }
@media screen and (min-width: 461px) {
  .smartpanel .sp-sm {
    display: none !important; } }
@media screen and (max-width: 460px) {
  .smartpanel .wifiBox .wifiBoxThumb .caption {
    top: 13%; }
  .smartpanel .supportBlock .supportBanner ul li:nth-child(1) {
    margin-top: 18%; } }
@media screen and (max-width: 374px) {
  .smartpanel .wifiBox .wifiBoxThumb .caption {
    top: 12%; }
  .smartpanel .appdl .icon {
    margin-right: 10px; }
  .smartpanel .bcMvPnL .tit {
    font-size: 2rem; }
  .smartpanel .featureCtrl dl dt {
    width: 25%;
    padding-left: 10px; }
  .smartpanel .supportBlock .supportHeader p {
    font-size: 1.0625rem; }
  .smartpanel .supportBlock .lightupBox .supportStep-2 .balloonSupport-1 {
    left: 0; }
  .smartpanel .supportBlock .lightupBox .supportStep-2 .balloonSupport-2 {
    margin-right: 0; } }

@media print {
  body {
    -webkit-print-color-adjust: exact; }

  .sp {
    display: none !important; }

  div.colorio_sitemap {
    width: 100%;
    background-color: #f4f4f4;
    margin-bottom: -70px; }

  div.colorio_sitemap .ttl h3 {
    font-size: 14px; }

  div.colorio_sitemap .ttl h3 a {
    color: #000000; }

  div.colorio_sitemap .ttl h3 a :visited {
    color: #000000; }

  div.colorio_sitemap li {
    margin-bottom: 2px; }

  div.colorio_sitemap dd.listBlock.info_list li {
    margin-bottom: 4px; }

  div.colorio_sitemap .layCol03 li {
    margin-bottom: 4px; }

  div.colorio_sitemap .layCol04 li {
    margin-bottom: 4px; }

  div.colorio_sitemap li a {
    line-height: 1.5; }

  div.colorio_sitemap .layCol03 li > a {
    color: #000; }

  #contents .colorio_sitemap .subNav {
    width: 960px;
    margin: 0 auto;
    padding: 45px 0 35px; }

  .colorio_sitemap .subNav .innerBlock a {
    color: #000; }

  div.colorio_sitemap .subNav .innerBlock li > a {
    line-height: 1.5;
    font-size: 12px;
    color: #686868; }

  #contents .colorio_sitemap .subNav .layCol01,
  #contents .colorio_sitemap .subNav .layCol03 {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding: 0 15px; }

  #contents .colorio_sitemap .subNav .layCol02 {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 0 15px; }

  #contents .colorio_sitemap .subNav .layCol02 {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    height: 280px; }

  #contents .colorio_sitemap .subNav .indent {
    margin-left: 10px; }

  #contents .colorio_sitemap .subNav .layCol01 dl dt {
    margin-bottom: 3px;
    font-size: 12px; }

  #contents .colorio_sitemap .subNav .layCol02 dl dt {
    margin-bottom: 5px;
    font-size: 14px; }

  #contents .colorio_sitemap .subNav .layCol03 dl dt,
  #contents .colorio_sitemap .subNav .layCol04 dl dt {
    margin-bottom: 5px; }

  .bdrnone {
    border: none !important; }

  div.colorio_sitemap span.bold {
    font-weight: bold; }

  div.colorio_sitemap span.bold-gray {
    color: #686868 !important;
    font-weight: bold; }

  div.colorio_sitemap dd.listBlock {
    margin-bottom: 20px; }

  div.colorio_sitemap div.layCol01 dd.listBlock,
  div.colorio_sitemap div.layCol02 dd.listBlock {
    margin-bottom: 11px; }

  div.colorio_sitemap dd.listBlock li.title {
    padding-top: 10px;
    padding-right: 10px;
    line-height: 1.6em;
    font-weight: bold; }

  div.colorio_sitemap div.layCol04 dt {
    margin-bottom: 10px;
    border-top: solid 1px #dddddd; }

  div.colorio_sitemap div.layCol04 .bdrbtm {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 20px; }

  /*cate-bar*/
  div.colorio_sitemap .dash-bar {
    padding-left: 14px;
    background: url(/products/colorio/common/images/link_dash_ico.png) no-repeat 0 0.35em;
    background-size: 7px auto;
    line-height: 1.5; } }
