
@media screen and (max-width: 750px){
    div#index {
        min-width: auto;
    }
}
/* CopilotInM365************************** */
#CopilotInM365 img {
    display: block;
    max-width: 100%;
    height: auto;
  }

#CopilotInM365 {
  font-size: 100%;
  text-align: left;
  padding: 0;
}

#CopilotInM365 div,#CopilotInM365 h1,#CopilotInM365 h2,#CopilotInM365 h3,#CopilotInM365 h4,#CopilotInM365 p{
  font-family: 'Segoe UI',SegoeUI,'Yu Gothic UI','Meiryo UI',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

:root {

    /* font-size設定 */
    --f60: clamp(1.6rem, 5vw, 3rem);
    /*1280px以上は64pt、640px以下は32px、その間は可変*/
    --f36: clamp(1.2rem, 2.81vw, 2.25rem);
    /*1280px以上は36pt、640px以下は18px、その間は可変*/
    --f24: clamp(1.0rem, 1.875vw, 1.5rem);
    /*1280px以上は24pt、640px以下は14.4px、その間は可変*/
    --f20: clamp(0.8rem, 1.563vw, 1.25rem);
    /*1280px以上は20pt、640px以下は12px、その間は可変*/
    --f16: clamp(0.625rem, 1.25vw, 1rem);
    /*1280px以上は16pt、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、その間は可変*/
  }
   /*フォントサイズの変数を割り当て*/
  #CopilotInM365 .f60 { font-size: var(--f60);}
  #CopilotInM365 .f36 { font-size: var(--f36);}
  #CopilotInM365 .f24 { font-size: var(--f24);}
  #CopilotInM365 .f20 { font-size: var(--f20);}
  #CopilotInM365 .f16 { font-size: var(--f16);}
  #CopilotInM365 .f14 { font-size: var(--f14);}
  #CopilotInM365 .f12 { font-size: var(--f12);}
  #CopilotInM365 .bold{ font-weight: bold;}
  #CopilotInM365 .alCenter{   text-align: center;}
  #CopilotInM365 h1,#CopilotInM365 h2,#CopilotInM365 h3{
    font-weight: bold;
  }

#CopilotInM365 .CopilotColor{
    background: linear-gradient(180deg, #3e76d4 0%, #8661c5 50%, #c73ecc 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

#CopilotInM365 .CopilotColor-headline{
    display: block;
    background: linear-gradient(150deg, #3e76d4 0%, #8661c5 50%, #c73ecc 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: bold;
}

#CopilotInM365 .maintxt span.logo-m365{
  display: block;
  max-width: 300px;
  padding: 30px;
}

@media screen and (max-width: 850px) {
  #CopilotInM365 .maintxt span.logo-m365{
    max-width: 200px;
    padding: 20px 20px 20px 30px;
  }
}

#CopilotInM365 .maintxt strong{
    display: block;
    background: linear-gradient(150deg, #3e76d4 0%, #8661c5 50%, #c73ecc 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: bold;
    padding: 0 0 0 30px;
}

#CopilotInM365 .cont h2 span{
    background: linear-gradient(180deg, #3e76d4 0%, #8661c5 50%, #c73ecc 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

#CopilotInM365 .cont{
    margin: 40px 0;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 20px;
}

#CopilotInM365 .cont .header{
    padding: 0 0 0 145px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
}

#CopilotInM365 #Word{
    background: linear-gradient(180deg, #fff 0%, #e2eef9 50%, #c6ddf3 100%);
    border-color: #c6ddf3;
}
#CopilotInM365 #Excel{
    background: linear-gradient(180deg, #fff 0%, #edf6f3 50%, #dcede8 100%);
    border-color: #dcede8;
}
#CopilotInM365 #PowerPoint{
    background: linear-gradient(180deg, #fff 0%, #fce6e1 50%, #ffd3c5 100%);
    border-color: #fcd7cb;
}
#CopilotInM365 #Outlook{
    background: linear-gradient(180deg, #fff 0%, #e2f1f9 50%, #c6e3f3 100%);
    border-color: #c6e3f3;
}
#CopilotInM365 #OneNote{
    background: linear-gradient(180deg, #fff 0%, #f4e6f5 50%, #e8ceeb 100%);
    border-color: #e8ceeb;
}
#CopilotInM365 #Designer{
    background: linear-gradient(180deg, #fff 0%, #ffe5db 50%, #f1e4fe 100%);
    border-color: #e8ceeb;
}




#CopilotInM365 #Word .header{
    background-image: url('../images/Word.png');
}

#CopilotInM365 #Excel .header{
    background-image: url('../images/Excel.png');
}

#CopilotInM365 #PowerPoint .header{
    background-image: url('../images/PowerPoint.png');
}

#CopilotInM365 #Outlook .header{
    background-image: url('../images/Outlook.png');
}

#CopilotInM365 #OneNote .header{
    background-image: url('../images/OneNote.png');
}

#CopilotInM365 #Designer .header{
    background-image: url('../images/Designer-2.png');
}

#CopilotInM365 .cont .main{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;  
}
@media screen and (max-width: 750px) {
    #CopilotInM365 .cont .main{
        grid-template-columns: repeat(1, 1fr);
        gap: 1.2vw
    }
}

#CopilotInM365 .cont .main .cont-text .cont-text-col{
    background-color: #fff;
    border-radius: 10px;
    border-width: 2px;
    padding: 20px;
    margin: 10px 0;
}

#CopilotInM365 #Word .cont-text-col{ border-color: #0078d4;}
#CopilotInM365 #Excel .cont-text-col{ border-color: #038575;}
#CopilotInM365 #PowerPoint .cont-text-col{ border-color: #d93a01;}
#CopilotInM365 #Outlook .cont-text-col{ border-color: #0078d4;}
#CopilotInM365 #OneNote .cont-text-col{ border-color: #7719aa;}
#CopilotInM365 #Designer .cont-text-col{ border-color: #4c43dd;}

#CopilotInM365 #Word .cont-text-col h3{ color: #0078d4;}
#CopilotInM365 #Excel .cont-text-col h3{ color: #038575;}
#CopilotInM365 #PowerPoint .cont-text-col h3{ color: #d93a01;}
#CopilotInM365 #Outlook .cont-text-col h3{ color: #0078d4;}
#CopilotInM365 #OneNote .cont-text-col h3{ color: #7719aa;}
#CopilotInM365 #Designer .cont-text-col h3{ color: #4c43dd;}

#CopilotInM365 .cont .main .cont-text .cont-text-col h3{
    margin-bottom: 10px;
}


/* nav************************** */

#CopilotInM365 .copilot-nav{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media screen and (max-width: 750px) {
    #CopilotInM365 .copilot-nav {
      grid-template-columns: repeat(1, 1fr);
      gap: 3.2vw;
    }
  }

#CopilotInM365 .copilot-nav .copilot-nav-col{
    display: block;
    border-radius: 15px;
    background:  linear-gradient(to right, #8661c5 0%, #3e76d4 100%);
    padding: 4px;
    grid-template-columns: minmax(0, 1fr) 750px;
}


#CopilotInM365 .copilot-nav a{
    display: block;
    color: #000 !important;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 253, 108, 0.589);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none; 
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 20px 30px 20px 90px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    transition: transform .2s;
    &:active{
     transform: scale(.95);
    }
}

@media screen and (max-width: 750px){
    #CopilotInM365 .copilot-nav a{
        background-size: contain;
        background-position: left center;
        padding: 20px 40px 20px 80px;
    }
}

#CopilotInM365 .copilot-nav a.word{
    background-image: url('../images/Word.svg');
}
#CopilotInM365 .copilot-nav a.excel{
    background-image: url('../images/Excel.svg');
}
#CopilotInM365 .copilot-nav a.powerpoint{
    background-image: url('../images/PowerPoint.svg');
}
#CopilotInM365 .copilot-nav a.outlook{
    background-image: url('../images/Outlook.svg');
}
#CopilotInM365 .copilot-nav a.onenote{
    background-image: url('../images/OneNote.svg');
}

#CopilotInM365 .copilot-nav a.designer{
    background-image: url('../images/Designer.png');
}

#CopilotInM365 .copilot-nav a strong{
    display: block;
}

#CopilotInM365 .copilot-nav a span{
    display: block;
}

#CopilotInM365 .copilot-nav a::after {
    content: "\25BC"; /* Unicodeで▼ */
    display: inline-block;
    position: absolute;
    top: 60%;
    right: 15px;
    font-size: 25px;
    transform: translateY(-50%);
    color: #348cff;
    text-decoration: none;
}

@media screen and (max-width: 750px){
    #CopilotInM365 .copilot-nav a strong{
        display: block;
    }
    
    #CopilotInM365 .copilot-nav a span{
        display: block;
    } 
    #CopilotInM365 .copilot-nav a::after{
        top: 50%;
        right: 20px;
        font-size: 20px;
        margin-top: -10px;
    }
}


/* video************************** */

#CopilotInM365 .video{
 margin-top: 10px;
 margin-bottom: 20px;
}

#CopilotInM365 .cont .video{
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0;
   }

#CopilotInM365 .video .video-header{
    display: block;
    padding: 10px 0;
}

#CopilotInM365 .video .video-header::before{
    content: "";
    display: inline-block;  
    background-image: url('../images/icon_Copilot.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
}

 #CopilotInM365 .video .video_video{
    aspect-ratio:16/9;
    width: 100%;
}


/* product link************************** */


#CopilotInM365 a {
    text-decoration: none;
    color: #356bb3
}
#CopilotInM365 a:visited {
    color: navy
}
#CopilotInM365 a:focus,a:hover {
    color: red
}
#CopilotInM365 a:active {
    color: #ff8000
}


/* product************************** */
#CopilotInM365 .product{
    margin: 10px 0;
}

@media screen and (max-width: 1232px) {
    .product .product_block_wrap {
      gap: 9.33441558vw;
      justify-content: center;
    }
  }
  @media screen and (max-width: 750px) {
    .product .product_block_wrap {
      flex-direction: column;
      padding: 0 20px;
      gap: 8vw;
    }
  }
  .product .product_block {
    font-size: 14px;
    width: 18%;
  }
  .product .product_block .labels {
    margin-top: 16px;
  }
  .product .product_block .labels img {
    height: 30px;
    margin-left: 0;
    width: auto;
  }
  @media screen and (max-width: 750px) {
    .product .product_block .labels img {
      width: 28vw;
      height: 9.06666667vw;
    }
  }
  .product .product_block .labels span {
    display: inline-block;
    color: #0078d4;
    border: 1px solid #0078d4;
    padding: 0.2em 1em;
    font-size: 14px;
  }
  .product .product_block .labels1 {
    margin-top: 9px;
  }
  @media screen and (max-width: 750px) {
    .product .product_block .labels1 {
      margin-top: 11px;
      text-align: left;
      margin-left: 26px;
    }
  }
  .product .product_block .labels1 span {
    display: inline-block;
    color: #3e6ed2;
    border: 1px solid #3e6ed2;
    padding: 0.25em 1.3em;
    font-size: 14px;
  }
  @media screen and (max-width: 750px) {
    .product .product_block .labels1 span {
      padding: 0.4em 1.9em;
      font-size: 1.75rem;
      font-size: 3.73333333vw;
    }
  }
  .product .product_block .title {
    margin-top: 11px;
  }
  .product .product_block .title a {
    color: #3e6ed2;
  }
  .product .product_block .title:hover {
    opacity: 0.7;
  }
  .product .product_block .price {
    color: #db0000;
    font-size: 13px;
  }
  @media screen and (max-width: 1232px) {
    .product .product_block .price {
      font-size: 1.05519481vw;
    }
  }
  .product .product_block .price span {
    display: inline-block;
    font-weight: 700;
  }
  .product .product_block .price .price_zeinuki,
  .product .product_block .price .point {
    display: block;
    color: #505050;
  }
  .product .product_block .text-price {
    font-size: 22px;
    font-family: 'Segoe UI', SegoeUI, 'Yu Gothic UI', 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    left: 5px;
    position: relative;
    bottom: -2px;
  }
  @media screen and (max-width: 1232px) {
    .product .product_block .text-price {
      font-size: 1.78571429vw;
    }
  }
  .product .product_block .text-unit {
    margin-left: 3px;
    position: relative;
    bottom: -2px;
  }
  @media screen and (max-width: 750px) {
    .product .product_block {
      width: auto;
      text-align: center;
    }
    .product .product_block .labels {
      text-align: left;
      margin-left: 6.93333333vw;
      margin-top: 1.33333333vw;
    }
    .product .product_block .title {
      text-align: left;
      margin-top: 1.86666667vw;
      margin-left: 6.93333333vw;
      font-size: 3.73333333vw;
      line-height: 1.47;
    }
    .product .product_block .price {
      text-align: left;
      margin-left: 6.93333333vw;
      font-size: 3.46666667vw;
    }
    .product .product_block .price .price_zeinuki,
    .product .product_block .price .point {
      font-size: 3.2vw;
      line-height: 1.5;
    }
    .product .product_block .text-price {
      text-align: left;
      font-size: 5.33333333vw;
    }
  }
  .product .product__thumb {
    display: block;
  }
  @media screen and (max-width: 750px) {
    .product .product__thumb {
      margin: 0.26666667vw auto 2.66666667vw;
      width: 56.8vw;
      height: 33.6vw;
    }
  }
  .product .product_more {
    display: none;
    margin: 20px 0 0;
  }
  @media screen and (max-width: 750px) {
    .product .product_more {
      display: block;
      margin: 21px 24px 0;
    }
  }
  .product .product_more button {
    font-size: 4vw;
    position: relative;
    cursor: pointer;
    appearance: none;
    border: 1px solid #000;
    padding: 15px 10px;
    color: #505050;
    text-align: center;
    background: #fff;
    display: block;
    width: 100%;
    transition: opacity 0.3s;
    box-sizing: border-box;
    font-feature-settings: "palt";
    font-family: inherit;
  }
  .product .product_more button:before,
  .product .product_more button:after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin: -1px 0 0;
    background: #505050;
  }
  .product .product_more button:after {
    transform: rotate(90deg);
  }
  .product .product_more button:hover {
    opacity: 0.7;
  }

/* 検索窓調整************************** */
header .bcs_bottom .bcs_inner {
    width: 100%;
    height: 60px;
    padding: 10px 10px 0 10px;
    background: #fff;
    position: relative;
    top: 0;
    z-index: 2;
    /* transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1); */
}
