@charset "utf-8";
/* CSS Document */

#Surface_Online,
#Surface_Online * {
        min-height: 0;
        margin: 0;
        padding: 0;
}

#Surface_Online *, 
#Surface_Online *:before, 
#Surface_Online *:after {
         box-sizing: border-box;
}

#Surface_Online {
        font-size: 16px;
        font-family: "Yu Gothic UI", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Segoe UI", SegoeUI, "Meiryo UI", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
        line-height: 1.6;
        color: #000;
        background: #fff;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
}

:where(#Surface_Online) div,:where(#Surface_Online) dl,:where(#Surface_Online) dt,:where(#Surface_Online) dd,:where(#Surface_Online) ul,:where(#Surface_Online) ol,:where(#Surface_Online) li,
:where(#Surface_Online) h1,:where(#Surface_Online) h2,:where(#Surface_Online) h3,:where(#Surface_Online) h4,:where(#Surface_Online) h5,:where(#Surface_Online) h6,
:where(#Surface_Online) pre,:where(#Surface_Online) code,:where(#Surface_Online) p,:where(#Surface_Online) th,:where(#Surface_Online) td{
        font-family: "Yu Gothic UI", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Segoe UI", SegoeUI, "Meiryo UI", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

:where(#Surface_Online) section{
                display: block;
                width: auto;
        }

:root {
      /* font-size設定 */
      --f64: clamp(2rem, 5vw, 4rem);
      /*1280px以上は64pt、640px以下は32px、その間は可変*/
      --f36: clamp(1.25rem, 2.81vw, 2.25rem);
      /*1280px以上は36pt、640px以下は20px、その間は可変*/
      --f24: clamp(0.9rem, 1.875vw, 1.5rem);
      /*1280px以上は24pt、640px以下は14.4px、その間は可変*/
      --f20: clamp(0.75rem, 1.563vw, 1.25rem);
      /*1280px以上は20pt、640px以下は12px、その間は可変*/
      --f16: clamp(0.75rem, 1.25vw, 1rem);
      /*1280px以上は20pt、640px以下は10x、その間は可変*/
      --f14: clamp(0.625rem, 1.09vw, 0.875rem);
      /*1280px以上は14pt、640px以下は10x、その間は可変*/
      --f12: clamp(0.56rem, 0.94vw, 0.75rem);
      /*1280px以上は14pt、640px以下は9x、その間は可変*/
    }

    /*フォントサイズの変数を割り当て*/
#Surface_Online .f64 { font-size: var(--f64);}
#Surface_Online .f36 { font-size: var(--f36);}
#Surface_Online .f24 { font-size: var(--f24);}
#Surface_Online .f20 { font-size: var(--f20);}
#Surface_Online .f16 { font-size: var(--f16);}
#Surface_Online .f14 { font-size: var(--f14);}
#Surface_Online .f12 { font-size: var(--f12);}
#Surface_Online .bold{ font-weight: bold;}
#Surface_Online .alCenter{   text-align: center;}




#Surface_Online{
        article,figure,menu,nav,section {
        display: block;
        }
        audio,canvas,progress,video {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: baseline;
        }
        audio:not([controls]) {
                display: none;
                height: 0;
        }
        img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        }
        svg {
        fill: currentcolor;
        vertical-align: bottom;
        }
        h1,h2,h3,h4,h5,h6{
        font-weight: 600;
        line-height: 120%;
        margin: 0;
        padding: 0;
        border: 0 none;
        }
        strong,
        b {
        font-weight: 600;
        }
        a{
        color: inherit;
        cursor: pointer;
        text-decoration: none;
        transition: opacity 0.2s;
        }
        a:hover {
        text-decoration: none;
        opacity: 0.8;
        }
        a * {
        cursor: pointer;
        }
        a,
        input,
        select,
        textarea,
        button,
        a object,
        a img,
        button span,
        a .c-button,
        .u-hvr {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }
        dl,
        menu,
        ol,
        ul,
        li,
        dt,
        dd {
        margin: 0;
        padding: 0;
        }
        ul,
        ol {
        list-style: none;
        list-style-image: none;
        }
        table {
        border-collapse: collapse;
        border-spacing: 0;
        }
} 

#Surface_Online .sp-only {
        display: none;
}
#Surface_Online .pc-only {
        display: block;
}

@media screen and (max-width: 575px) {
        #Surface_Online .sp-only {
                display: block;
        }
        #Surface_Online .pc-only {
                 display: none;
        }
}

#Surface_Online .video {
        max-width: 1200px;
        width: 100%;
        height: auto;
        overflow: hidden;
}

#Surface_Online .video iframe{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        vertical-align: bottom;
}




  /* =========================================================
  nav
  ============================================================ */
#Surface_Online .nav{
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        margin: 30px auto;
}

#Surface_Online .nav-series{
        -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#Surface_Online .nav-label{
        background-color: #454142;
        color: #fff;
        display: block;
        padding: 10px 0;
}

#Surface_Online .nav-label span{
        display: block;
}

#Surface_Online .nav-series-pro,
#Surface_Online .nav-series-laptop{
        width:49%;
}

#Surface_Online .nav ul{
        -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:5px auto;    
}

#Surface_Online .nav li{
        width:49%;
}

#Surface_Online .nav li a{
        position: relative;
        display: block;
        box-sizing:border-box;
        width: 100%;
        padding-bottom: 20px;
}


#Surface_Online .nav li a:after{
        content:"";
        display: block;
        width: 20px;
        height: 12px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background:url(../../images/family/202511/arrow-b.svg);
        background-size:cover;
        background-repeat: no-repeat;
        transition:transform .2s ease;
        transition: all 0.2s;
}

#Surface_Online .nav li a:hover::after,
#Surface_Online .nav li a:active::after {
  bottom: -5px;
}

@media (max-width: 750px){
        #Surface_Online .nav li a p{
                font-size: 1.666667vw;
        }
}



  /* =========================================================
  gallery
  ============================================================ */

#Surface_Online .gallery {
        background-color: #f4f3f5;
        padding-block: clamp(2.4rem, 2.3210526316rem + 0.3368421053vw, 2.7rem);
        padding-inline: clamp(2.4rem, 1.9789473684rem + 1.7964912281vw, 4rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: clamp(0.8rem, 0.1684210526rem + 2.6947368421vw, 3.2rem);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}

#Surface_Online .gallery .gallery-header{
        text-align: center;
        font-weight: 700;
        color: #454142;
}

#Surface_Online .gallery .gallery-header p{
        margin-top: 10px;
        line-height: 1.2em;
}

#Surface_Online .gallery .gallery-cont{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr clamp(0.8rem, 0.1684210526rem + 2.6947368421vw, 3.2rem) 1fr clamp(0.8rem, 0.1684210526rem + 2.6947368421vw, 3.2rem) 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(0.8rem, 0.1684210526rem + 2.6947368421vw, 3.2rem);
        width: 100%;
}

#Surface_Online .gallery .gallery-cont li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding-top: var(--size-l);
}

#Surface_Online .gallery .video{
        border-radius: 0.8rem;
        overflow: hidden;
}

#Surface_Online .gallery .gallery-cont-point h3{
        padding-block: clamp(3px, 1vw, 0.5rem);
        padding-inline: 0;
	background:none!important;
}

@media (max-width: 900px){
        #Surface_Online .gallery .gallery-cont{
                gap: 1.6rem;
                -ms-grid-columns: 1fr 0.8rem 1fr;
                 grid-template-columns: repeat(2, 1fr);
        }
}

@media (max-width: 750px){
        #Surface_Online .gallery {
                padding-block: 2rem;
                padding-inline: 1.5rem;
        }
        #Surface_Online .gallery .gallery-cont{
                -ms-grid-columns: 1fr;
                grid-template-columns: 1fr;
        }

        #Surface_Online .gallery .gallery-cont li{
                width: 100%;
        }      
}

#Surface_Online .gallery .gallery-cont li.lead{
        border:1px solid #454142;
        background-color: #fbfbfc;
        border-radius: 1rem;
        padding-block: 2rem;
        padding-inline: 3rem;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}

@media (max-width: 750px){
        #Surface_Online .gallery .gallery-cont li.lead{
                padding-block: 1rem;
                padding-inline: 1rem;
        }
}

#Surface_Online .gallery .gallery-cont li.lead figure{
        display: block;
        margin: 0 auto;
        width:  clamp(4.8rem, 3.9578947368rem + 3.5929824561vw, 6rem);
}

#Surface_Online .gallery .gallery-cont li.lead p span{
        text-decoration: underline;
        text-decoration-thickness: 0.5em;
        text-decoration-color: rgba(255, 249, 79, 0.589);
        text-underline-offset: -0.2em;
        text-decoration-skip-ink: none; 
}

  /* =========================================================
  series
  ============================================================ */

#Surface_Online .series{
        padding-block: clamp(3.2rem, 2.674rem + 2.25vw, 5.2rem);   
}

#Surface_Online .series .series-header{
        text-align: center;
        font-weight: 700;
        color: #454142;
}


  #Surface_Online .series .series-header p{
        margin-top: 10px;
  }


@media (max-width: 750px) {
        #Surface_Online .series .series-header h2 {
                margin-top: 6.4vw;
        }
        #Surface_Online .series .series-header p{
                margin-top: 1.6vw;
        }
}

#Surface_Online .series .series-cont{
        display: flex;
        justify-content: space-between;
        align-items: center;
}


#Surface_Online .series .series-cont figure{
        width: 100%;
        max-width: clamp(0px, calc(0.0833333333vw * 651), 651px);
}

#Surface_Online .series .series-cont .series-cont-point{
        width: 100%;
}

@media (max-width: 750px) {
        #Surface_Online .series .series-cont {
                display: block;
                overflow: hidden;
        }
        #Surface_Online .series .series-cont figure{
                max-width: 100%;
        }
        #Surface_Online .series .series-cont .series-cont-point {
                max-width: 100%;
                padding-inline: 20px;
                padding-block: 0 20px;
        }
}


#Surface_Online .series .series-cont .series-cont-point .point-sec{
        display: flex;
        margin-bottom: clamp(0px, calc(0.0833333333vw * 14), 14px);
        margin-right: clamp(0px, calc(0.0833333333vw * 14), 14px);
        gap:  clamp(5px, calc(0.0833333333vw * 14), 14px) ;
}

#Surface_Online .series .series-cont .series-cont-point .point-sec figure{
        inline-size: clamp(10px, 10vw, 4rem);
        block-size: clamp(10px, 10vw, 4rem);
        aspect-ratio: 1 / 1;
        border-radius: 50%;
}
#Surface_Online .series .series-cont .series-cont-point .point-sec figure img{
        inline-size: 100%;
        block-size: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        object-position:center;
}

#Surface_Online .series .series-cont .series-cont-point .point-sec .point-inner h3{
        padding-block: clamp(3px, 1vw, 0.5rem);
        padding-inline: 0;
	background:none!important;
}

#Surface_Online .series .series-cont .series-cont-point .point-sec .point-inner p{
        line-height: 1.3em;
}


#Surface_Online .series .pro-12-note figure{
        background-color: #870d84;
}
#Surface_Online .series .pro-12-note h3,
#Surface_Online .series .pro-12-note p{
        color: #870d84;
}

#Surface_Online .series .pro-12-tablet figure{
        background-color: #540f76;
}
#Surface_Online .series .pro-12-tablet h3,
#Surface_Online .series .pro-12-tablet p{
        color: #540f76;
}
#Surface_Online .series .pro-11th-note figure{
        background-color: #025fa1;
}
#Surface_Online .series .pro-11th-note h3,
#Surface_Online .series .pro-11th-note p{
        color: #025fa1;
}
#Surface_Online .series .pro-11th-tablet figure{
        background-color: #181878;
}
#Surface_Online .series .pro-11th-tablet h3,
#Surface_Online .series .pro-11th-tablet p{
        color: #181878;
}
#Surface_Online .series .laptop-13-note figure{
        background-color: #440062;
}
#Surface_Online .series .laptop-13-note h3,
#Surface_Online .series .laptop-13-note p{
        color: #440062;
}
#Surface_Online .series .laptop-7th-note figure{
        background-color: #00396f;
}
#Surface_Online .series .laptop-7th-note h3,
#Surface_Online .series .laptop-7th-note p{
        color: #00396f;
}


#Surface_Online .series-cont{
        background-size: cover;
        background-position: center top;
}

#Surface_Online #pro-12 .series-cont{
        background-image: url(../../images/family/202511/pc/bg_pro-12inch_pc.jpg);
}
#Surface_Online #pro-11th .series-cont{
        background-image: url(../../images/family/202511/pc/bg_pro-11th_pc.jpg);
}
#Surface_Online #laptop-13 .series-cont{
        background-image: url(../../images/family/202511/pc/bg_laptop-13inch_pc.jpg);
}
#Surface_Online #laptop-7th .series-cont{
        background-image: url(../../images/family/202511/pc/bg_laptop-7th_pc.jpg);
}

@media (max-width: 750px) {
        #Surface_Online #pro-12 .series-cont{
                background-image: url(../../images/family/202511/bg_pro-12inch_sp.jpg);
        }
        #Surface_Online #pro-11th .series-cont{
                background-image: url(../../images/family/202511/bg_pro-11th_sp.jpg);
        }
        #Surface_Online #laptop-13 .series-cont{
                background-image: url(../../images/family/202511/bg_laptop-13inch_sp.jpg);
        }
        #Surface_Online #laptop-7th .series-cont{
                background-image: url(../../images/family/202511/bg_laptop-7th_sp.jpg);
        }
}

#Surface_Online .series .series-cta{
        padding-block: clamp(2rem);
        padding-inline: clamp(2rem, 1.9789473684rem + 1.7964912281vw, 2.7rem);
}

#Surface_Online .series .series-cta ul{
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

}

#Surface_Online .series .series-cta ul li{
text-align: center;
}


#Surface_Online .series .series-cta ul li a{
        position: relative;
        display: block;
        box-sizing:border-box;
        width: 100%;
        padding-block: 20px;
        padding-inline:20px 50px;
}


#Surface_Online .series .series-cta ul li a:after{
        content:"";
        display: block;
        width: 12px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        background-size:cover;
        background-repeat: no-repeat;
        transition:transform .2s ease;
        transition: all 0.2s;
}

#Surface_Online .series .series-cta ul li.link-lp a{
        background-color: #fff;
        border: 3px solid #0078d4;
        color: #0078d4;
}

#Surface_Online .series .series-cta ul li.link-lp a:after{
        background:url(../../images/family/202511/arrow-rb.svg);
}

#Surface_Online .series .series-cta ul li.link-sku a{
        background-color: #0078d4;
        border: 3px solid #0078d4;
        color: #fff;
}

#Surface_Online .series .series-cta ul li.link-sku a:after{
        background:url(../../images/family/202511/arrow-rw.svg);
}

#Surface_Online .series .series-cta ul li a:hover::after,
#Surface_Online .series .series-cta ul li a:active::after {
        right: 10px;
}

@media (max-width: 750px) {
        #Surface_Online .series .series-cta ul{
                -ms-grid-columns: 1fr;
                grid-template-columns: 1fr;
        }
}

#Surface_Online .series .series-product{
        padding-block: 20px;
}


  /* =========================================================
   snapdragon
  ============================================================ */

#Surface_Online .snapdragon {
        background-color: #f4f3f5;
        padding-block: clamp(2.4rem, 2.3210526316rem + 0.3368421053vw, 2.7rem);
        padding-inline: clamp(2.4rem, 1.9789473684rem + 1.7964912281vw, 4rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: clamp(0.8rem, 0.1684210526rem + 2.6947368421vw, 3.2rem);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}

#Surface_Online .snapdragon .snapdragon-header{
        text-align: center;
        font-weight: 700;
        color: #454142;
}

#Surface_Online .snapdragon .snapdragon-header p{
        margin-top: 10px;
        line-height: 1.2em;
}

#Surface_Online .snapdragon .snapdragon-cont .lead{
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        border:1px solid #454142;
        background-color: #fbfbfc;
        border-radius: 1rem;
        padding-block: 2rem;
        padding-inline: 2rem;
}

#Surface_Online .snapdragon .snapdragon-cont .lead figure{
        width: 100%;
        max-width: 400px;
        text-align: center;
}


#Surface_Online .snapdragon .snapdragon-cont .lead .snapdragon-cont-lead{
        width: 100%;
}

#Surface_Online .snapdragon .snapdragon-cont h3{
        padding-block: clamp(3px, 1vw, 0.5rem);
        padding-inline: 0;
        text-decoration: underline;
        text-decoration-thickness: 0.5em;
        text-decoration-color: rgba(255, 249, 79, 0.589);
        text-underline-offset: -0.2em;
        text-decoration-skip-ink: none; 
	background:none!important;
}

#Surface_Online .snapdragon .snapdragon-cont .point-img{
        display: flex;
        justify-content: space-between;
        align-items: center;
}

#Surface_Online .snapdragon .snapdragon-cont li{
        border-bottom: 1px solid #454142;
        padding-block: 2rem;
}


@media (max-width: 750px) {
        #Surface_Online .snapdragon .snapdragon-cont .lead {
                display: block;
                overflow: hidden;
        }
        #Surface_Online .snapdragon .snapdragon-cont .lead figure{
                max-width: 100%;
        }
        #Surface_Online .snapdragon .snapdragon-cont .lead .snapdragon-cont-lead {
                max-width: 100%;
                padding-block: 0 20px;
        }
        #Surface_Online .snapdragon .snapdragon-cont {
                display: block;
                overflow: hidden;
        }
        #Surface_Online .snapdragon .snapdragon-cont .lead figure{
                max-width: 100%;
        }
        #Surface_Online .snapdragon .snapdragon-cont .lead .snapdragon-cont-lead {
                max-width: 100%;
                padding-top: 10px;
                padding-bottom: 0px;
        }
}
  /* =========================================================
   note
  ============================================================ */
  #Surface_Online .note{
        background-color: #f4f3f5;
        padding-block: clamp(2.4rem, 2.3210526316rem + 0.3368421053vw, 2.7rem);
        padding-inline: clamp(2.4rem, 1.9789473684rem + 1.7964912281vw, 4rem);
}

 #Surface_Online .sp-only-table .note {
    padding-block: unset;
    padding-inline: unset;
 }

  #Surface_Online .note li {
    position: relative;
    padding-left: 1.2em;
}
  #Surface_Online .note li.kome::before {
    content: "※";
    position: absolute;
    left: 0px;
}
  #Surface_Online .note li.disc::before {
    content: "●";
    position: absolute;
    left: 0px;
}

  #Surface_Online .note a{
        color: #0078d4;
        text-decoration: underline;
}

  /* =========================================================
   speclist
  ============================================================ */
#Surface_Online .sp-only-table {
        display: none !important;
}
#Surface_Online .pc-only-table {
        display: block !important;
        margin-top: 33px;
        padding: 0 10px;
}
@media screen and (max-width: 750px) {
        #Surface_Online .sp-only-table {
                display: block !important;
        }
        #Surface_Online .pc-only-table {
                 display: none !important;
        }
}

  #Surface_Online .speclist{
        padding-block: clamp(3.2rem, 2.674rem + 2.25vw, 5.2rem);   
}

#Surface_Online .speclist .speclist-header{
        text-align: center;
        font-weight: 700;
        color: #454142;
}

  #Surface_Online .speclist .speclist-header p{
        margin-top: 10px;
  }


@media (max-width: 750px) {
        #Surface_Online .speclist .speclist-header h2 {
                margin-top: 6.4vw;
        }
        #Surface_Online .speclist .speclist-header p{
                margin-top: 1.6vw;
        }
}

table {
  table-layout: fixed;
  width: 100%;
}
    #Surface_Online .table
    {
        margin-bottom: 21.46667vw;
    }
    #Surface_Online .table-pro
    {
        margin: 13.86667vw 0 24vw;
    }
    #Surface_Online .table-box
    {
        overflow: hidden;
    }
    #Surface_Online .table-box.sp-only-table {
       margin-left: 5.714vw;
       margin-top: 5vw;
    }
    #Surface_Online .table-scroll
    {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        touch-action: pan-x pan-y;
        will-change: transform;
    }
    #Surface_Online .table-icon
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: 2.4vw;
        padding-right: 2.4vw;

        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
        text-align-last: right;
    }
    #Surface_Online .table-icon img
    {
        width: 30.66667vw;
    }
    #Surface_Online .table-content
    {
        padding:10px;
        text-align: center;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        width: 120px;

    }
    #Surface_Online .sp-only-table .table-content {
      border-right: 1px solid #ccc;
      border-bottom: none;
    }
      #Surface_Online .sp-only-table .table-content.table-border {
      border-bottom: 1px solid #ccc;
    }
    #Surface_Online .table-content img
    {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #Surface_Online .table-title
    {
        font-size: 5.33333vw;
        font-weight: 700;
        line-height: 1.16;

        margin-bottom: 5.46667vw;

        text-align: center;
        letter-spacing: .02em;

        color: #000;

        font-feature-settings: 'palt' 1;
    }
    #Surface_Online .table-sticky
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 3;
        left: 0;
    }
    #Surface_Online .table-sticky .mark-sticky {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        -webkit-transform: translate(-2px, -2px);
                transform: translate(-2px, -2px);
        pointer-events: none;

        background: #fff;
    }
    #Surface_Online .table-head tr
    {
        height: 9.73333vw;
    }
    #Surface_Online .sp-only-table .table-head tr
    {
        height: 5.53333vw;
    }
    #Surface_Online .table-head th
    {
        font-size: 16px;
        font-weight: 700;

        text-align: center;
        vertical-align: middle;

        color: #fff;
        border-right: 1px solid #fff;
        background-color: #454142;
    }
    #Surface_Online .sp-only-table .table-head th {
      font-size: 2vw;
    }
    #Surface_Online .table-head th sup
    {
        font-size: 0.5rem;
    }
      #Surface_Online .sp-only-table .table-head th.w-110
    {
        width: 15.714vw;
    }
      #Surface_Online .sp-only-table .table-head th.w-120
    {
        width: 18.714vw;
    }
    #Surface_Online .table-head th.w-136
    {
        width: 18.13333vw;
    }
    #Surface_Online .table-head th.w-138
    {
        width: 18.4vw;
    }
    #Surface_Online .table-head th.w-181
    {
        width: 24.13333vw;
    }
    #Surface_Online .table-head th.w-185
    {
        width: 24.66667vw;
    }
    #Surface_Online .table-head th.w-186
    {
        width: 24.8vw;
    }
    #Surface_Online .table-head th.w-189
    {
        width: 25.2vw;
    }
    #Surface_Online .table-head th.w-192
    {
        width: 25.6vw;
    }
    #Surface_Online .sp-only-table .table-head th.w-214
    {
        width: 30.73333vw;
    }
    #Surface_Online .table-head th.w-291
    {
        width: 38.8vw;
    }
    #Surface_Online .table-head th.w-301
    {
        width: 40.13333vw;
    }
    #Surface_Online .table-head th.w-328
    {
        width: 43.73333vw;
    }
    #Surface_Online .table-head th.w-385
    {
        width: 51.33333vw;
    }
    #Surface_Online .sp-only-table .table-head th.w-385
    {
        width: 55.33333vw;
    }
    #Surface_Online .table-head th.w-425
    {
        width: 56.66667vw;
    }
    #Surface_Online .sp-only-table .table-head th.w-425
    {
        width: 56.66667vw;
    }
    #Surface_Online .table-head th.w-443
    {
        width: 70.06667vw;
    }
    #Surface_Online .table-body .label
    {
        /* display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex; */

        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #Surface_Online .table-body .label p
    {
        display: inline-block;

        text-align: left;
    }
    #Surface_Online .table-body-pro .label
    {
        /* display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex; */
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
                justify-content: unset;
    }
    #Surface_Online .table-body-pro .label p
    {
        display: inline-block;

        text-align: left;
    }
    #Surface_Online .table-body-pro .label.pb-7
    {
        padding-bottom: 9.6vw;
    }
    #Surface_Online .table-body-pro .label.pb-27
    {
        padding-bottom: 4.4vw;
    }
    #Surface_Online .table-body-pro th.h-430 .table-content
    {
        height: 57.33333vw;
    }
    
    #Surface_Online .table-body-pro th.h-430 .table-content .table-link
    {
        margin-top: 2.66667vw;
    }
    #Surface_Online .table-body-pro th.h-361 .table-content{
    
        height: 48.13333vw;
    }
   
    #Surface_Online .table-body-pro th.h-361 .table-content .table-link
    {
        margin-top: 3.86667vw;
    }

    #Surface_Online .table-body-pro .devicetype {
      font-size: clamp(12px, 1.2vw, 18px);
      line-height: 1.3;
    }
    #Surface_Online .sp-only-table .table-body-pro .devicetype {
      font-size: 2.285vw;
    }
     #Surface_Online .table-body-pro .devicetype span {
      font-size: clamp(10px, 0.8vw, 12px);
    }

     #Surface_Online .table-body-pro .ta-left td {
      text-align: left;
     }
      #Surface_Online .table-body-pro .label.pb-27.label-center {
        display: inline-block;
     }

       #Surface_Online .table-body-pro .indent {
        text-indent: -1em;
        padding-left: 1em;
     }

    #Surface_Online .table-body td
    {
        font-size: 2.66667vw;
        font-weight: 400;
        text-align: center;
        text-align: left;
        vertical-align: middle;

        color: #000;
        border: 1px solid #ccc;
    }
    #Surface_Online .table-body td .note
    {
        font-size: 2.13333vw;

        margin-top: 4.13333vw;
    }
    #Surface_Online .table-body td .note span
    {
        padding-left: 2.66667vw;
    }
      #Surface_Online .sp-only-table .table-body td .note span
    {
        padding-left: 0;
    }
    #Surface_Online .table-body td.bg
    {
        background-color: #f2f2f2;
    }
    #Surface_Online .table-body td.status-on
    {
        position: relative;

        color: transparent;
    }
    #Surface_Online .table-body td.status-on:after
    {
        position: absolute;
        top: 50%;
        left: 50%;

        display: inline-block;

        width: 4.26667vw;
        height: 4.26667vw;

        content: '';
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);

        border: 2px solid black;
        border-radius: 50%;
        background-color: transparent;
    }
    #Surface_Online .table-body td.status-off
    {
        position: relative;

        color: transparent;
    }
    #Surface_Online .table-body td.status-off:after,
    #Surface_Online .table-body td.status-off:before
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 5.33333vw;
        height: 2px;

        content: '';
        -webkit-transform-origin: center;
                transform-origin: center;

        background-color: black;
    }
    #Surface_Online .table-body td.status-off:before
    {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
    }
    #Surface_Online .table-body td.status-off:after
    {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
    }

    #Surface_Online .table
    {
        margin: 74px 0 154px;
        padding-top: 112px;

        border-top: 1px solid #999;
    }
    #Surface_Online .table-pro
    {
        margin: 139px 0 154px;
    }
    #Surface_Online .table-title
    {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.16;

        margin-bottom: 47px;

        text-align: center;
        letter-spacing: .02em;

        color: #000;
    }
    #Surface_Online .table-head-pro .table-link
    {
        margin: 27px auto 0;
    }
        #Surface_Online .table-head-pro .table-link-note
    {
        margin-top: 20px;
        font-size: 10px;
        text-align-last: left;
    }
    #Surface_Online .table-head-pro th:first-child
    {
        /* width: 180px; */
        width: clamp(140px, 12vw, 180px);
        padding: 0;
        border: 0;
        background-image: unset;
    }
    #Surface_Online .table-head-pro-bottom
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: 40px;
        margin-top: 20px;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        gap: 68px;
    }
    #Surface_Online .table-head-pro-bottom p
    {
        font-size: .8125rem;
        line-height: 1.53;

        -webkit-transform: translateY(-6px);
                transform: translateY(-6px);
        text-align: left;

        color: #d5231f;
    }
    #Surface_Online .table-head-pro-color
    {
        display: -ms-grid;
        display:     grid;

        -ms-grid-columns: (57px)[2];
        grid-template-columns: repeat(2, 57px);
        -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
        -webkit-column-gap: 23px;
                column-gap: 23px;
        row-gap: 6px;
    }
    #Surface_Online .table-head-pro-color .table-head-txt3
    {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
    #Surface_Online .table-head-pro-title
    {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.20;

        -webkit-transform: translateY(-18px);
                transform: translateY(-18px);
        text-align: left;

        color: #000;
    }
    #Surface_Online .table-head-pro-title > span
    {
        font-size: 1.0625rem;
    }
    #Surface_Online .table-head-pro-title > span.first
    {
        font-size: 1.5rem;
    }
    #Surface_Online .table-head-pro-content p
    {
        font-size: .6875rem;
        font-weight: 400;
        line-height: 1.27;

        margin-top: -2px;

        text-align: left;
        white-space: nowrap;
    }
    #Surface_Online .table-head-pro-content p.mt-14
    {
        margin-top: 14px;
    }
    #Surface_Online .table-head-pro-copilot
    {
        width: 140px;
        height: 30px;
    }
    #Surface_Online .table-head-pro-top
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
        gap: 41px;
    }
    #Surface_Online .table-head-pro th
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 3;
        top: 0;
        left: 0;
        padding: 10px 10px 30px;
        border: 1px solid #ccc;
        vertical-align: top;
    }
    #Surface_Online .table-head-copilot
    {
        width: 140px;
        height: 30px;
        margin: 27px auto 28px;
    }
    #Surface_Online .table-head-title
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 0;

        gap: 16px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #Surface_Online .table-head-title img
    {
        width: 122px;
        height: 106px;
    }
    #Surface_Online .table-head-title figcaption
    {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.1;

        padding-top: 16px;

        text-align: left;

        color: #000;
    }
    #Surface_Online .table-head-title figcaption .first
    {
        font-size: 1.25rem;
    }
    #Surface_Online .table-head-title figcaption .feature
    {
        font-feature-settings: 'palt' 1;
    }
    #Surface_Online .table-head-title figcaption > span
    {
        font-size: 1rem;
        line-height: 1.37;
    }
    #Surface_Online .table-head-color
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: 41px;
        margin-top: 26px;

        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        gap: 18px;
    }
    #Surface_Online .table-head-txt
    {
        font-size: .78125rem;
        line-height: 1.12;

        text-align: center;

        color: #000;
    }
    #Surface_Online .table-head-txt:before
    {
        display: block;

        width: 58px;
        height: 11px;
        margin: 0 auto 6px;

        content: '';

        border-radius: 2px;
    }
    #Surface_Online .table-head-txt1
    {
        max-width: 58px;
    }

    #Surface_Online .table-head th
    {
        vertical-align: middle;
    }
    #Surface_Online .table-head th:first-child
    {
        padding: 0;

        border: 0;
        background-image: unset;
    }
    #Surface_Online .table-head th
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        left: 0;

        width: 316px;
        border: 1px solid #ccc;
    }
    /* #Surface_Online .sp-only-table .table-head th {
      border: none;
    } */
    #Surface_Online .table-body .label
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #Surface_Online .table-body .label p
    {
        display: inline-block;

        text-align: left;
    }
    #Surface_Online .table-body-pro .label
    {
        display: block;

        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
                justify-content: unset;
    }
    #Surface_Online .table-body-pro .label p
    {
        display: block;

        text-align: left;
    }
    #Surface_Online .table-body-pro .label.pb-7
    {
        padding-bottom: 7px;
    }
    #Surface_Online .table-body-pro .label.pb-27
    {
        padding-bottom: 27px;
    }
    /*  */
    #Surface_Online .pc-only-table .table-body-pro th {
      padding-left: clamp(10px, 1.33vw, 15px);
      padding-right: clamp(10px, 1.33vw, 15px);
      text-align-last: left;
    }
    #Surface_Online .table-body tr.h-59
    {
        height: 59px;
    }
    #Surface_Online .table-body tr.h-61
    {
        height: 61px;
    }
    #Surface_Online .table-body tr.h-139
    {
        height: 139px;
    }
    #Surface_Online .table-body tr.h-97
    {
        height: 97px;
    }
    #Surface_Online .table-body tr.h-86
    {
        height: 86px
    }
    #Surface_Online .table-body tr.h-115
    {
        height: 115px;
    }
    #Surface_Online .table-body tr.h-135
    {
        height: 135px;
    }
    #Surface_Online .table-body tr.h-190
    {
        height: 190px;
    }
    #Surface_Online .pc-only-table .table-body tr:nth-child(even) td
    {
        background-color: #f2f2f2;
    }
    #Surface_Online .table-body th
    {
        /* font-size: 1.06vw; */
        font-size: clamp(12px, 1.06vw, 16px);
        font-weight: 700;
        vertical-align: middle;
        letter-spacing: .02em;
        color: #fff;
        border-bottom: 1px solid #fff;
        background-color: #454142;
    }
    #Surface_Online .sp-only-table .table-body th {
      border-bottom: none;
    }

    #Surface_Online .sp-only-table .table-body th{
        background-color: #fff;
    }

    #Surface_Online .table-body th.last
    {
        border-bottom: 1px solid #ccc;
    }
    #Surface_Online .table-body td
    {
        font-size: clamp(12px, 1vw, 13px);
        font-weight: 400;
        line-height: 1.45;
        padding: 7px 10px;

        text-align: center;
        vertical-align: middle;

        color: #000;
        border: 1px solid #ccc;
    }
    #Surface_Online .table-body td .note
    {
        font-size: .75rem;

        margin-top: 14px;
    }
    #Surface_Online .table-body td.status-on
    {
        position: relative;

        color: transparent;
    }
    #Surface_Online .table-body td.status-on:after
    {
        position: absolute;
        top: 50%;
        left: 50%;

        display: inline-block;

        width: clamp(15px, 1.33vw, 20px);
        height: clamp(15px, 1.33vw, 20px);

        content: '';
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);

        border: 1px solid black;
        border-radius: 50%;
        background-color: transparent;
    }
    #Surface_Online .table-body td.status-off
    {
        position: relative;

        color: transparent;
    }
    #Surface_Online .table-body td.status-off:after,
    #Surface_Online .table-body td.status-off:before
    {
        position: absolute;
        top: 50%;
        left: 50%;

        /* width: 25px; */
        width: clamp(15px, 1.33vw, 25px);
        height: 1px;

        content: '';
        -webkit-transform-origin: center;
                transform-origin: center;

        background-color: black;
    }
    #Surface_Online .table-body td.status-off:before
    {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
    }
    #Surface_Online .table-body td.status-off:after
    {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
    }


        #Surface_Online .btn-type_BB--s
    {
        font-size: clamp(12px, 1.06vw, 16px);
        line-height: 3;

        position: relative;
        display: inline-block;

        width: 100%;
        margin-top: 4.4vw;

        text-align: center;
        text-decoration: none;

        color: #fff;
        background: #0078d4;
    }
    #Surface_Online .btn-type_BB--s:hover
    {
        text-decoration: none;

        opacity: .6;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    }
    #Surface_Online .btn-type_BB--s.is-arrow span
    {
        position: relative;
        padding-right: 5px;
    }
    #Surface_Online .btn-type_BB--s.is-arrow span:after
    {
        line-height: 1;

        position: absolute;
        top: 47%;
        right: -9%;

        content: '>';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    #Surface_Online .table-body td.devicetype{
        background-color: #454142 !important;
        color: #fff;
    }

    #Surface_Online .sp-only-table .table-content {
      width: 100%;
      min-height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    @media only screen and (max-width: 750px) {
    #Surface_Online .table-content img {
        width: 37.86667vw;
        margin: 0 auto;
    }
  }

    @media only screen and (max-width: 750px) {
    #Surface_Online .btn-type_BB--s {
        margin-top: 0;
        font-size: clamp(10px, 2.285vw, 16px);
        line-height: 2em;
        position: relative;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #fff;
}
    }

     #Surface_Online .table-sticky .table-link-note
    {
        margin-top: 2px;
        color: #000;
        font-size: clamp(7px, 1.428vw, 10px);
        line-height: 1em;
        text-align-last: left;
    }

     #Surface_Online .accessory {
      margin: 50px auto;
     }


