:root {
  --blue: #0078d4;
  --orange: #f7931e;
  --orangetxt: #f15a24;
  --green: #00966e;
  --specialorange: #f15a2b;
  --darkorange: #f15a2b;
  --bluegreen: #008c96;
}
.nextgiga-win {
  position: relative;
  background: #fff;
  overflow: hidden;
  font-family: 'Segoe UI',SegoeUI,'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.4;

  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}
.nextgiga-win a {
  text-decoration: none;
}
/*------------------------------------------------
 Section setting
--------------------------------------------------*/
.nextgiga-win header,
.nextgiga-win section {
  margin: 0 auto;
  overflow: hidden;
}
.nextgiga-win .sec_inr {
  max-width: 940px;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
/*------------------------------------------------
 Windows 11
--------------------------------------------------*/
.sec_win11 {
  background: #fff;
}
.sec_win11 .sec_inr {
  display: grid;
  grid-template-columns: 1fr 163px;
  column-gap: 31px;
  align-items: center;
  padding: 31px 0px 31px;
}
.sec_win11 .badge {
  grid-template-columns: 265px 1fr 163px;
}
.sec_win11 .sec_inr p {
  justify-self: flex-end;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.5;
}
@media all and (max-width: 780px) {
  .sec_win11 .sec_inr {
    grid-template-columns: 163px auto;
    column-gap: auto;
    row-gap: 30px;
  }
  .sec_win11 .sec_inr p {
    grid-column: 2;
    justify-self: flex-start;
  }
  .sec_win11 .sec_inr > img {
    grid-column: 1;
    grid-row: 1;
  }
  .sec_win11 .badge a {
    width: 265px;
    grid-column: 1 / 3;
    grid-row: 2;
    line-height: 1;
  }
}
@media all and (max-width: 430px) {
  .sec_win11 .sec_inr {
    grid-template-columns: 34vw auto;
    column-gap: 6.3vw;
    row-gap: 6.3vw;
  }
  .sec_win11 .badge a {
    width: auto;
  }
}
/*------------------------------------------------
 Buttons
--------------------------------------------------*/
.nextgiga-win a.btn {
  display: inline-block;
  border-radius: 100px;
  font-weight: bold;
  -webkit-transition:background .2s ease-out 0s,color .2s ease-out 0s;
  transition: background .2s ease-out 0s,color .2s ease-out 0s;
}
.nextgiga-win a.w-b,
.nextgiga-win a.w-o,
.nextgiga-win a.w-g,
.nextgiga-win a.w-do,
.nextgiga-win a.w-bg {
  background-color: #fff;
  border: 2px solid #fff;
}
.nextgiga-win a.w-b:hover,
.nextgiga-win a.w-o:hover,
.nextgiga-win a.w-g:hover,
.nextgiga-win a.w-do:hover,
.nextgiga-win a.w-bg:hover {
  border: 2px solid #fff;
  color: #fff;
}
.nextgiga-win a.w-b {color: var(--blue);}
.nextgiga-win a.w-b:hover {background-color: var(--blue);}
.nextgiga-win a.w-o {color: var(--orange);}
.nextgiga-win a.w-o:hover {background-color: var(--orange);}
.nextgiga-win a.w-g {color: var(--green);}
.nextgiga-win a.w-g:hover {background-color: var(--green);}
.nextgiga-win a.w-do {color: var(--darkorange);}
.nextgiga-win a.w-do:hover {background-color: var(--darkorange);}
.nextgiga-win a.w-bg {color: var(--bluegreen);}
.nextgiga-win a.w-bg:hover {background-color: var(--bluegreen);}
.nextgiga-win a.b-w,
.nextgiga-win a.o-w,
.nextgiga-win a.g-w,
.nextgiga-win a.do-w,
.nextgiga-win a.bg-w {
  color: #fff;
}
.nextgiga-win a.b-w:hover,
.nextgiga-win a.o-w:hover,
.nextgiga-win a.g-w:hover,
.nextgiga-win a.do-w:hover,
.nextgiga-win a.bg-w:hover {
  background-color: #fff;
}
.nextgiga-win a.b-w {background-color: var(--blue); border: 2px solid var(--blue);}
.nextgiga-win a.b-w:hover {color: var(--blue);}
.nextgiga-win a.o-w {background-color: var(--orange); border: 2px solid var(--orange);}
.nextgiga-win a.o-w:hover {color: var(--orange);}
.nextgiga-win a.g-w {background-color: var(--green); border: 2px solid var(--green);}
.nextgiga-win a.g-w:hover {color: var(--green);}
.nextgiga-win a.do-w {background-color: var(--darkorange); border: 2px solid var(--darkorange);}
.nextgiga-win a.do-w:hover {color: var(--darkorange);}
.nextgiga-win a.bg-w {background-color: var(--bluegreen); border: 2px solid var(--bluegreen);}
.nextgiga-win a.bg-w:hover {color: var(--bluegreen);}

/*------------------------------------------------
 Contact block
--------------------------------------------------*/
.nextgiga-win .contact {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 70px;
}
.nextgiga-win .contact p {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 25px;
}
.nextgiga-win .contact p .sp {
  display: none;
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .contact p {
    font-size: 110%;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .nextgiga-win .contact p .sp {display: inline;}
}
.nextgiga-win .contact a {
  padding: 15px 65px;
  font-size: 130%;
}
.nextgiga-win .contact_blue {background: var(--blue);}
.nextgiga-win .contact_orange {background: var(--orange);}
.nextgiga-win .contact_green {background: var(--green);}
.nextgiga-win .contact_darkorange {background: var(--darkorange);}
.nextgiga-win .contact_bluegreen {background: var(--bluegreen);}

/*------------------------------------------------
 Hero
--------------------------------------------------*/
.nextgiga-win .hero {
  background: #86dbff;
  width: 100%;
}
.nextgiga-win .hero .hero_inr {
  position: relative;
  width: 2000px;
  margin: 0 auto;
  height: 400px;
}
.nextgiga-win .hero .hero_inr .hero_bg {
  z-index: 0;
}
.nextgiga-win .hero .hero_inr .hero_bg img.pc {
  display: block;
}
.nextgiga-win .hero .hero_inr .hero_bg img.sp {
  display: none;
}
.nextgiga-win .hero .hero_inr .hero_img {
  position: absolute;
  right: calc((2000px - 940px) / 2);
  bottom: 15px;
  z-index: 10;
}
.nextgiga-win .hero .hero_inr .hero_img img {
  width: 495px;
}
.nextgiga-win .hero .hero_inr .hero_ttl,
.nextgiga-win .hero .hero_inr .hero_contact {
  position: absolute;
  --widthA: 100vw;
  left: calc((var(--widthA) - 940px) / 2);
  z-index: 20;
}
.nextgiga-win .hero .hero_inr .hero_ttl {
  top: 30px;
  max-width: 480px;
}
.nextgiga-win .hero .hero_inr .hero_ttl .dynabook_logo img {
  width: 154px;
}
.nextgiga-win .hero .hero_inr .hero_ttl h1 {
  margin-top: 35px;
  font-size: 260%;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
.nextgiga-win .hero .hero_inr .hero_ttl h1 .colorskyblue {
  color: var(--blue);
  font-weight: 700;
}
.nextgiga-win .hero .hero_inr .hero_ttl .lead {
  margin-top: 20px;
  font-size: 145%;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
}
.nextgiga-win .hero .hero_inr .hero_contact {
  bottom: 90px;
}
.nextgiga-win .hero .hero_inr .hero_contact a {
  padding: 10px 35px;
  font-size: 120%;
}
@media print, screen and (min-width: 768px) and (max-width: 2000px) {
  .nextgiga-win .hero .hero_inr .hero_img {
    position: absolute;
    --widthA: 100vw;
    right: calc((2000px - var(--widthA) + (2000px -  940px)) / 2);
  }
  .nextgiga-win .hero .hero_inr .hero_bg {
    position: relative;
    --widthA: 100vw;
    left: calc((var(--widthA) - 2000px) / 2);
  }
}
@media print, screen and (min-width: 2001px) {
  .nextgiga-win .hero .hero_inr .hero_ttl,
  .nextgiga-win .hero .hero_inr .hero_contact {
    left: calc(((100vw - 940px) - (100vw - 2000px)) / 2);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .nextgiga-win .hero .hero_inr .hero_ttl,
  .nextgiga-win .hero .hero_inr .hero_contact {
    left: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .hero .hero_inr{
    width: auto;
    height: auto;
  }
  .nextgiga-win .hero .hero_inr .hero_ttl {
    position: static;
    padding-top: 30px;
    margin: 0 auto 0;
    width: calc(100% - 60px);
      max-width: none;
  }
  .nextgiga-win .hero .hero_inr .hero_ttl h1 {
    font-size: 270%;
    text-align: center;
  }
  .nextgiga-win .hero .hero_inr .hero_ttl .lead {
    font-size: 140%;
    text-align: center;
  }
  .nextgiga-win .hero .hero_inr .hero_img {
    position: static;
    margin: 30px auto 0;
    width: 80%;
    text-align: center;
  }
  .nextgiga-win .hero .hero_inr .hero_img img {
    width: auto;
  }
  .nextgiga-win .hero .hero_inr .hero_contact {
    position: static;
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
  .nextgiga-win .hero .hero_inr .hero_contact a {
    width: 18em;
  }
  .nextgiga-win .hero .hero_inr .hero_bg {
    height: auto;
    margin-top: 15px;
  }
  .nextgiga-win .hero .hero_inr .hero_bg img.pc {
    display: none;
  }
  .nextgiga-win .hero .hero_inr .hero_bg img.sp {
    display: block;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .hero .hero_inr .hero_contact {
    width: 100%;
    left: 0;
    bottom: 40px;
  }
  .nextgiga-win .hero .hero_inr .hero_ttl h1 {
    margin-top: 30px;
    font-size: 250%;
    font-size: 210%;
    font-weight: 700;
  }
  .nextgiga-win .hero .hero_inr .hero_ttl .lead {
    margin-top: 20px;
    font-size: 100%;
  }
  .nextgiga-win .hero .hero_inr .hero_contact a {
    width: 80%;
  }
}
@media print, screen and (max-width: 375px) {
  .nextgiga-win .hero .hero_inr .hero_ttl h1 {
    font-size: 210%;
  }
  .nextgiga-win .hero .hero_inr .hero_contact a {
    font-size: 100%;
  }
}

/*------------------------------------------------
 Hero - Sub page
--------------------------------------------------*/
.nextgiga-win .hero-blue {
  background: var(--blue);
}
.nextgiga-win .hero-orange {
  background: var(--orange);
}
.nextgiga-win .hero-green {
  background: var(--green);
}
.nextgiga-win .hero-giga-device {
  background: #c68034;
}
.nextgiga-win .hero-school-affairs-dx {
  background: #206446;
}
.nextgiga-win .hero-sub .hero_inr .hero_ttl h1,
.nextgiga-win .hero-sub .hero_inr .hero_ttl .lead {
  color: #fff;
}
.nextgiga-win .hero-sub .hero_inr .hero_contact {
  bottom: 50px;
}
.nextgiga-win .hero-sub .hero_inr .hero_ttl h1 {
  font-size: 220%;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}
.nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_ttl h1,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_ttl h1 {
  margin-top: 65px;
}
.nextgiga-win .hero-sub .hero_inr .hero_ttl .lead {
  margin-top: 30px;
  font-weight: 500;
  text-align: left;
}
.nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_ttl .lead,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_ttl .lead {
  margin-top: 20px;
}
.nextgiga-win .hero-sub .hero_inr .hero_ttl .lead .dispsp {
  display: none;
}
.nextgiga-win .hero-sub .hero_inr .hero_img img {
  width: 480px;
}
.nextgiga-win .hero-sub.hero-giga-device .hero_inr,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr {
  width: 100%;
}
.nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img {
  right: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
}
.nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img {
  width: auto;
}
.nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.pc,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.pc {
  display: inline-block;
}
.nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.tb,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.tb,
.nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.sp,
.nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .hero-sub .hero_inr{
    padding-bottom: 30px;
  }
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_ttl h1,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_ttl h1 {
    margin-top: 25px;
  }
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_ttl .lead,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_ttl .lead {
    margin-top: 15px;
  }
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img {
    left: 0;
    transform: translateX(0);
    width: auto;
    text-align: center;
  }
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.tb,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.tb {
    display: inline-block;
  }
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.pc,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.pc,
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.sp,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.sp {
    display: none;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .hero-sub .hero_inr .hero_ttl h1 {
    font-size: 175%;
  }
  .nextgiga-win .hero-sub .hero_inr .hero_ttl .lead {
    font-size: 120%;
  }
  .nextgiga-win .hero-sub .hero_inr .hero_ttl .lead .dispsp {
    display: inline;
  }
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.sp,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.sp {
    display: inline-block;
  }
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.pc,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.pc,
  .nextgiga-win .hero-sub.hero-giga-device .hero_inr .hero_img img.tb,
  .nextgiga-win .hero-sub.hero-school-affairs-dx .hero_inr .hero_img img.tb {
    display: none;
  }
}

/*------------------------------------------------
 Ribbon style title
--------------------------------------------------*/
.nextgiga-win .ribbon_outer {
  text-align: center;
  padding-top: 20px;
}
.nextgiga-win .sub_page .ribbon_outer {
  margin-top: 30px;
  padding-bottom: 10px;
}
.nextgiga-win .sub_page .ribbon_outer .ribbon_head {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 15px;
}
.nextgiga-win .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  width: 94%;
}
.nextgiga-win .ribbon.large {
  height: 80px;
}
.nextgiga-win .ribbon:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  z-index: 1;
  border-top: 30px solid var(--blue);
  border-right: 20px solid var(--blue);
  border-bottom: 30px solid var(--blue);
  border-left: 20px solid var(--blue);
  border-left-color: transparent;
}
.nextgiga-win .ribbon.large:before {
  border-top-width: 35px;
  border-right-width: 20px;
  border-bottom-width: 35px;
  border-left-width: 20px;
}
.nextgiga-win .ribbon:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  z-index: 1;
  border-top: 30px solid var(--blue);
  border-right: 20px solid var(--blue);
  border-bottom: 30px solid var(--blue);
  border-left: 20px solid var(--blue);
  border-right-color: transparent;
}
.nextgiga-win .ribbon.large:after {
  border-top-width: 35px;
  border-right-width: 20px;
  border-bottom-width: 35px;
  border-left-width: 20px;
}
.nextgiga-win .ribbon h2 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  background: #0078d4;
  z-index: 2;
  width: 100%;
}
.nextgiga-win .ribbon.large h2 {
  line-height: 28px;
  height: 80px;
  padding-top: 13px;
}
.nextgiga-win .ribbon h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #003f9d;
}
.nextgiga-win .ribbon h2:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #003f9d;
}
.nextgiga-win .ribbon h2 br {
  display: none;
}
.nextgiga-win .ribbon h2 br.disppc {
  display: inline;
}
.nextgiga-win .windows .ribbon,
.nextgiga-win .accessibility .ribbon,
.nextgiga-win .support .ribbon,
.nextgiga-win .school-affairs-dx .ribbon {
  width: calc(100% - 190px);
}
.nextgiga-win .ribbon.large {
  width: calc(100% - 50px);
}
.nextgiga-win .accessibility .ribbon:before {border-color: var(--orange);border-left-color: transparent;}
.nextgiga-win .accessibility .ribbon:after {border-color: var(--orange);border-right-color: transparent;}
.nextgiga-win .accessibility .ribbon h2 {background: var(--orange);}
.nextgiga-win .accessibility .ribbon h2:before {border-right-color: #f15a24;}
.nextgiga-win .accessibility .ribbon h2:after {border-left-color: #f15a24;}
.nextgiga-win .support .ribbon:before {border-color: var(--green);border-left-color: transparent;}
.nextgiga-win .support .ribbon:after {border-color: var(--green);border-right-color: transparent;}
.nextgiga-win .support .ribbon h2 {background: var(--green);}
.nextgiga-win .support .ribbon h2:before {border-right-color: #006a6e;}
.nextgiga-win .support .ribbon h2:after {border-left-color: #006a6e;}
.nextgiga-win .giga-device .ribbon:before {border-color: var(--darkorange);border-left-color: transparent;}
.nextgiga-win .giga-device .ribbon:after {border-color: var(--darkorange);border-right-color: transparent;}
.nextgiga-win .giga-device .ribbon h2 {background: var(--darkorange);}
.nextgiga-win .giga-device .ribbon h2:before {border-right-color: #c03900;}
.nextgiga-win .giga-device .ribbon h2:after {border-left-color: #c03900;}
.nextgiga-win .school-affairs-dx .ribbon:before {border-color: var(--bluegreen);border-left-color: transparent;}
.nextgiga-win .school-affairs-dx .ribbon:after {border-color: var(--bluegreen);border-right-color: transparent;}
.nextgiga-win .school-affairs-dx .ribbon h2 {background: var(--bluegreen);}
.nextgiga-win .school-affairs-dx .ribbon h2:before {border-right-color: #00717c;}
.nextgiga-win .school-affairs-dx .ribbon h2:after {border-left-color: #00717c;}
.nextgiga-win .ribbon.large:before {border-color: var(--blue);border-left-color: transparent;}
.nextgiga-win .ribbon.large:after {border-color: var(--blue);border-right-color: transparent;}
.nextgiga-win .ribbon.large h2 {background: var(--blue);}
.nextgiga-win .ribbon.large h2:before {border-right-color: #003f9d;}
.nextgiga-win .ribbon.large h2:after {border-left-color: #003f9d;}

@media print, screen and (max-width: 767px) {
  .nextgiga-win .ribbon,
  .nextgiga-win .windows .ribbon,
  .nextgiga-win .accessibility .ribbon,
  .nextgiga-win .support .ribbon,
  .nextgiga-win .school-affairs-dx .ribbon {
    height: 80px;
    width: calc(100% - 50px);
  }
  .nextgiga-win .ribbon.large {
    height: 110px;
    width: calc(100% - 70px);
  }
  .nextgiga-win .ribbon:before {
    border-top-width: 35px;
    border-right-width: 20px;
    border-bottom-width: 35px;
    border-left-width: 20px;
  }
  .nextgiga-win .ribbon.large:before {
    border-top-width: 50px;
    border-right-width: 25px;
    border-bottom-width: 50px;
    border-left-width: 25px;
    left: -35px;
  }
  .nextgiga-win .ribbon:after {
    border-top-width: 35px;
    border-right-width: 20px;
    border-bottom-width: 35px;
    border-left-width: 20px;
  }
  .nextgiga-win .ribbon.large:after {
    border-top-width: 50px;
    border-right-width: 25px;
    border-bottom-width: 50px;
    border-left-width: 25px;
    right: -35px;
  }
  .nextgiga-win .ribbon h2 {
    line-height: 28px;
    height: 80px;
    padding-top: 13px;
  }
  .nextgiga-win .ribbon.large h2 {
    height: 110px;
  }
  .nextgiga-win .ribbon h2 br {
    display: inline;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .sub_page .ribbon_outer .ribbon_head {
    font-size: 100%;
    margin-bottom: 10px;
  }
  .nextgiga-win .ribbon h2 {
    font-size: 18px;
  }
}

/*------------------------------------------------
 Point title
--------------------------------------------------*/
.nextgiga-win .sub_page .point_title {
  display: flex;
  margin-top: 50px;
  background-color: #fff;
  height: 60px;
  align-items: center;
}
.nextgiga-win .sub_page .point_title .point {
  background-color: #fff000;
  padding-left: 20px;
  padding-right: 10px;
  color: var(--blue);
  font-weight: bold;
  height: 60px;
  
  padding-top: 6px;
}
.nextgiga-win .sub_page .point_title .point br {
  display: none;
}
.nextgiga-win .sub_page .point_title .point span.number {
  color: #fff;
  text-shadow:
    -1px -1px 0 var(--blue),
    1px -1px 0 var(--blue),
    -1px 1px 0 var(--blue),
    1px 1px 0 var(--blue);
  font-size: 300%;
  font-weight: 600;
  margin-left: 10px;
  padding-top: 0;
  vertical-align: middle;
  display: inline-block;
  
  margin-top: -6px;
}
.nextgiga-win .sub_page .point_title .triangle {
  border-bottom: 30px solid transparent;
  border-left: 15px solid #fff000;
  border-top: 30px solid transparent;
  height: 0;
  width: 0;
  margin: 0;
}
.nextgiga-win .sub_page .point_title h3 {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 140%;
  color: var(--blue);
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .sub_page .point_title .point {
    font-size: 90%;
    line-height: 1.1;
    text-align: center;
  }
  .nextgiga-win .sub_page .point_title .point br {
    display: inline;
  }
  .nextgiga-win .sub_page .point_title .point span.number {
    margin-top: 0;
    margin-left: 0;
    font-size: 260%;
  }
}
@media print, screen and (max-width: 700px) {
  .nextgiga-win .sub_page .point_title {
    margin-top: 40px;
  }
  .nextgiga-win .sub_page .point_title h3 {
    font-size: 120%;
  }
}
.nextgiga-win .sub_page.windows .point_title .point {color: var(--blue);}
.nextgiga-win .sub_page.windows .point_title .point span.number {
  text-shadow:
    -1px -1px 0 var(--blue),
    1px -1px 0 var(--blue),
    -1px 1px 0 var(--blue),
    1px 1px 0 var(--blue);
}
.nextgiga-win .sub_page.windows .point_title h3 {color: var(--blue);}

.nextgiga-win .sub_page.accessibility .point_title .point {color: var(--orangetxt);}
.nextgiga-win .sub_page.accessibility .point_title .point span.number {
  text-shadow:
    -1px -1px 0 var(--orangetxt),
    1px -1px 0 var(--orangetxt),
    -1px 1px 0 var(--orangetxt),
    1px 1px 0 var(--orangetxt);
}
.nextgiga-win .sub_page.accessibility .point_title h3 {color: var(--orangetxt);}

.nextgiga-win .sub_page.support .point_title .point {color: var(--green);}
.nextgiga-win .sub_page.support .point_title .point span.number {
  text-shadow:
    -1px -1px 0 var(--green),
    1px -1px 0 var(--green),
    -1px 1px 0 var(--green),
    1px 1px 0 var(--green);
}
.nextgiga-win .sub_page.support .point_title h3 {color: var(--green);}

/*------------------------------------------------
 Dwnload button
--------------------------------------------------*/
.nextgiga-win .dlbtn {
  display: grid;
  grid-template-columns: 36px 1fr;
  margin-top: 20px;
}
.nextgiga-win .dlbtn .dlicon + div {
  align-self: center;
  padding-left: 10px;
}
.nextgiga-win .dlbtn::before {
  content: '';
  left: 0;
  top: 0;
  color: #000;
  width: 36px;
  height: 36px;
  border: solid 1px var(--blue);
  border-radius: 18px;
  background-color: var(--blue);
}
.nextgiga-win .dlbtn .dlicon {
  color: #fff;
  position: absolute;
  margin-left: 9px;
  margin-top: 24px;
  width: 19px;
  height: 2px;
  border: solid 2px currentColor;
  border-top: none;
  border-right: none;
  border-left: none;
}
.nextgiga-win .dlbtn .dlicon:before {
  content: '';
  position: absolute;
  left: 8px;
  top: -16px;
  width: 2px;
  height: 14px;
  background-color: currentColor;
}
.nextgiga-win .dlbtn .dlicon:after {
  content: '';
  position: absolute;
  left: 4px;
  top: -13px;
  width: 11px;
  height: 11px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nextgiga-win .dlbtn a {
  font-size: 95%;
  color: var(--blue);
  font-weight: bold;
  text-decoration: underline;
}
.nextgiga-win .dlbtn a:hover {
  text-decoration: none;
}
/*------------------------------------------------
 Arrow button
--------------------------------------------------*/
.nextgiga-win .arrbtn {
  display: grid;
  grid-template-columns: 36px 1fr;
  margin-top: 20px;
}
.nextgiga-win .arrbtn .arricon + div {
  padding-left: 10px;
}
.nextgiga-win .arrbtn::before {
  content: '';
  left: 0;
  top: 0;
  color: #000;
  width: 36px;
  height: 36px;
  border: solid 1px var(--blue);
  border-radius: 18px;
  background-color: var(--blue);
}
.nextgiga-win .arrbtn .arricon {
  color: #fff;
  position: absolute;
  margin-top: 17px;
  margin-left: 9px;
  width: 16px;
  height: 2px;
  background-color: currentColor;
}
.nextgiga-win .arrbtn .arricon:before {
  content: '';
  position: absolute;
  right: 1px;
  top: -5px;
  width: 12px;
  height: 12px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nextgiga-win .arrbtn a {
  font-size: 95%;
  color: var(--blue);
  font-weight: bold;
  text-decoration: underline;
}
.nextgiga-win .arrbtn a:hover {
  text-decoration: none;
}
/*------------------------------------------------
 Main page
--------------------------------------------------*/
.nextgiga-win .main {
  background: #e4f6ff;
}
.nextgiga-win .main .main_lead {
  text-align: center;
  padding-top: 45px;
}
.nextgiga-win .main .main_lead h2 {
  font-size: 180%;
  color: var(--blue);
  line-height: 1.8;
  font-weight: 600;
}
.nextgiga-win .main .main_lead p {
  margin-top: 25px;
  font-size: 100%;
  line-height: 2.4;
}
.nextgiga-win .main .main_lead p .dispsp {
  display: none;
}
@media print, screen and (max-width: 677px) {
  .nextgiga-win .main .main_lead p br.dispsp {
    display: inline;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .main .main_lead h2 {
    font-size: 140%;
    line-height: 1.8;
  }
  .nextgiga-win .main .main_lead p {
    margin-top: 15px;
    line-height: 1.8;
  }
}
.nextgiga-win .main .message_acdn {
  padding-top: 40px;
  padding-bottom: 60px;
}
.nextgiga-win .main .message_acdn .message_dflt {
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  padding: 25px 25px 0 25px;
  background: #fff;
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 20px;
  
}
.nextgiga-win .main .message_acdn .message_dflt::before {
  content: "";
  border-right: 26px solid #e4f6ff;
  border-bottom: 26px solid var(--blue);
  position: absolute;
  top: -2px;
  right: -2px;
}
.nextgiga-win .main .message_acdn .message_dflt::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 2px;
  right: 2px;
}
.nextgiga-win .main .message_acdn .message_dflt h3 {
  font-size: 140%;
  color: var(--blue);
  font-weight: bold;
  line-height: 1.8;
  grid-row: 1;
  grid-column: 2;
}
.nextgiga-win .main .message_acdn .message_dflt .message_pic {
  text-align: center;
  grid-row: 1 / 4;
  grid-column: 1;
}
.nextgiga-win .main .message_acdn .message_dflt .message_pic img {
  width: 160px;
}
.nextgiga-win .main .message_acdn .message_dflt .message_name {
  color: var(--blue);
  line-height: 1.6;
  padding-top: 20px;
  grid-row: 2;
  grid-column: 2;
}
.nextgiga-win .main .message_acdn .message_dflt .message_name br {
  display: none;
}
.nextgiga-win .main .message_acdn .message_dflt .message_dfltp {
  padding-top: 10px;
  grid-row: 3;
  grid-column: 2;
}
.nextgiga-win .main .message_acdn .message_dflt .message_dfltp,
.nextgiga-win .main .message_acdn .message_inner p {
  line-height: 1.8;
}
.nextgiga-win .main .message_acdn .message_inner {
  border-right: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  padding: 0 25px 0 25px;
  background: #fff;
  display: none;
}
.nextgiga-win .main .message_acdn .message_btn {
  border-right: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  padding: 10px 25px 25px 25px;
  background: #fff;
  position: relative;
}
.nextgiga-win .main .message_acdn .message_btn .btn {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 100px;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  padding: 8px 20px;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 160px;
  text-align: center;
}
.nextgiga-win .main .message_acdn .message_btn .btn span {
  font-weight: bold;
}
.nextgiga-win .main .message_acdn .message_btn .btn div {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1.2);
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    float: right;
    margin-left: 10px;
}
.nextgiga-win .main .message_acdn .message_btn .btn div::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}
.nextgiga-win .main .message_acdn .message_btn.up .btn div::after {
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: none;
    transform: rotate(-45deg);
    bottom: 2px;
    top: auto;
}
.nextgiga-win .main .message_acdn .message_btn.up div.btn span {display: none;}
.nextgiga-win .main .message_acdn .message_btn.up div.btn:after {content: "閉じる";}

@media print, screen and (max-width: 767px) {
  .nextgiga-win .main .message_acdn .message_dflt {
    display: block;
  }
  .nextgiga-win .main .message_acdn .message_dflt .message_pic {
    padding: 10px 20px 10px 10px;
    position: static;
    float: left;
  }
  .nextgiga-win .main .message_acdn .message_dflt h3 {
    padding-left: 0;
    text-align: center;
  }
  .nextgiga-win .main .message_acdn .message_dflt .message_name {
    padding-left: 0;
    padding-top: 70px;
  }
  .nextgiga-win .main .message_acdn .message_dflt .message_dfltp {
    padding-top: 0;
    padding-left: 0;
    clear: both;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .main .message_acdn .message_dflt h3 {
    font-size: 110%;
    line-height: 1.6;
    text-align: left;
  }
  .nextgiga-win .main .message_acdn .message_dflt .message_pic {
    width: 150px;
  }
  .nextgiga-win .main .message_acdn .message_dflt .message_name {
    padding-top: 50px;
  }
  .nextgiga-win .main .message_acdn .message_dflt .message_name br {
    display: inline;
  }
}

.nextgiga-win .special {
  padding-top: 40px;
}
.nextgiga-win .special .dispsp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .special .dispsp {
    display: inline;
  }
}
.nextgiga-win .special .special_title {
  background-color: var(--specialorange);
}
.nextgiga-win .special .special_title.bg_cross {
  background: radial-gradient(circle, transparent 25%, var(--specialorange) 25%, var(--specialorange) 75%, transparent 75%, transparent), radial-gradient(circle, transparent 25%, var(--specialorange) 25%, var(--specialorange) 75%, transparent 75%, transparent) 12px 12px, linear-gradient(#dc3f08 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #dc3f08 2px, var(--specialorange) 2px) -1px 0;
  background-size: 24px 24px, 24px 24px, 12px 12px, 12px 12px;
}
.nextgiga-win .special .special_title div {
  position: relative;
}
.nextgiga-win .special .special_title div img {
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 350px;
}
.nextgiga-win .special .special_title h2 {
  padding: 2em 20px 1.5em;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 190%;
  font-weight: 600;
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .special .special_title div img {
    bottom: -29px;
    width: 300px;
  }
  .nextgiga-win .special .special_title h2 {
    padding: 2em 20px 1em;
    font-size: 160%;
    font-weight: 600;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .special .special_title div img {
    bottom: -25px;
    width: 250px;
  }
  .nextgiga-win .special .special_title h2 {
    padding: 2em 5px 1em;
    margin-top: 10px;
    font-size: 135%;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 428px) {
  .nextgiga-win .special .special_title h2 {
    font-size: 125%;
  }
}
.nextgiga-win .special .special_content {
  background-color: #fff5e6;
}
.nextgiga-win .special .special_content.bg_box {
  background-image:  linear-gradient(#fdd89e 1px, transparent 1px), linear-gradient(to right, #fdd89e 1px, #fff5e6 1px);
  background-size: 20px 20px;
}
.nextgiga-win .special .special_content .lead {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 115%;
  line-height: 2.4;
}
.nextgiga-win .special .special_content .sub_title {
  display: block;
  background: #fff;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
  border-top: 1px solid var(--specialorange);
  border-bottom: 1px solid var(--specialorange);
  font-size: 140%;
  color: var(--specialorange);
  font-weight: bold;
  line-height: 1.8;
}
.nextgiga-win .special .special_content .sub_lead {
  line-height: 1.8;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 1024px) {
  .nextgiga-win .special .special_content .lead {
    text-align: left;
    font-size: 110%;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .special .special_content .lead {
    font-size: 110%;
  }
  .nextgiga-win .special .special_content .sub_title {
    padding: 15px 10px 15px 10px;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .special .special_content .sub_title {
    font-size: 110%;
  }
}
.nextgiga-win .special .special_content .special_tmpl {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  column-gap: 20px;
  row-gap: 50px;
  margin-top: 40px;
  padding-bottom: 50px;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_box {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  grid-gap: 0;
  gap: 0;
}
.nextgiga-win .special .special_content .special_tmpl_ttl {
  position: absolute;
  top: -28px;
  display:flex;
  align-items: center;
}
.nextgiga-win .special .special_content .special_tmpl_ttl div:first-child {
  background-color: var(--specialorange);
  height: 36px;
  padding-right: 70px;
  padding-left: 15px;
  border-radius: 8px 20px 0 0;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  padding-top: 7px;
}
.nextgiga-win .special .special_content .special_tmpl_ttl div:last-child {
  border-bottom: 12px solid var(--specialorange);
  border-right: 6px solid transparent;
  border-left: 6px solid var(--specialorange);
  border-top: 12px solid transparent;
  height: 0;
  width: 0;
  margin: 0;
  margin-left: -2px;
  align-self: flex-end;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_cont {
  background: #fff;
  border-top: 10px solid var(--specialorange);
  border-radius: 0 6px 0 0;
  padding: 15px;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_cont .image {
  padding-bottom: 20px;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_cont h3 {
  font-size: 120%;
  color: #f15a2b;
  font-weight: bold;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_cont p {
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 100%;
  text-align: left;
  line-height: 1.6;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl {
  background: #fff;
  padding: 0 15px 15px;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn a {
  border: 1px solid #fff;
  background-color: var(--specialorange);
  padding: 9px 0 9px 15px;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 87%;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn a:hover {
  border: 1px solid var(--specialorange);
  color: var(--specialorange);
  background-color: #fff;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn .btn:hover span {
  color: var(--specialorange);
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn span {
  color: #fff;
  position: absolute;
  margin-left: 9px;
  margin-top: 24px;
  width: 19px;
  height: 2px;
  border: solid 2px currentColor;
  border-top: none;
  border-right: none;
  border-left: none;
  bottom: 9px;
  right: 15px;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn span:before {
  content: '';
  position: absolute;
  left: 8px;
  top: -16px;
  width: 2px;
  height: 14px;
  background-color: currentColor;
}
.nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn span:after {
  content: '';
  position: absolute;
  left: 4px;
  top: -13px;
  width: 11px;
  height: 11px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media print, screen and (max-width: 1024px) {
  .nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn a {
    width: 100%;
  }
}

@media print, screen and (max-width: 958px) {
  .nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 646px) and (max-width: 718px) {
  .nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn a {
    text-align: left;
    padding-left: 15px;
  }
}
@media print, screen and (max-width: 428px) {
  .nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn a {
    font-size: 90%;
  }
  .nextgiga-win .special .special_content .special_tmpl .special_tmpl_dl .dl_btn span {
    right: 10px;
  }
}
/* Contents in preparation */
.nextgiga-win .special .special_content .dummy .special_tmpl_ttl div:first-child {
  background-color: #ccc;
}
.nextgiga-win .special .special_content .dummy .special_tmpl_ttl div:last-child {
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}
.nextgiga-win .special .special_content .special_tmpl .dummy .special_tmpl_cont {
  border-top-color: #ccc;
}
.nextgiga-win .special .special_content .special_tmpl .dummy .special_tmpl_cont h3 {
  color: #666;
}
.nextgiga-win .special .special_content .special_tmpl .dummy .special_tmpl_dl .dl_btn a {
  background-color: #ccc;
  pointer-events: none;
}

/* /Contents in preparation */

.nextgiga-win .special .special_content .message_acdn {
  padding-top: 0;
  padding-bottom: 100px;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt {
  border-top: 2px solid var(--specialorange);
  border-right: 2px solid var(--specialorange);
  border-left: 2px solid var(--specialorange);
  padding: 25px 25px 0 25px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt::before {
  content: "";
  border-right: 26px solid #fff5e6;
  border-bottom: 26px solid var(--specialorange);
  position: absolute;
  top: -2px;
  right: -2px;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 2px;
  right: 2px;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_pic {
  padding-right: 30px;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_pic img {
  width: 124px;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_profile {
  display: flex;
  align-items: flex-end;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_name {
  padding-top: 0;
  padding-right: 50px;
  color: #000;
  line-height: 1.4;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_name br {
  display: inline;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_name span {
  color: var(--specialorange);
  font-size: 120%;
  font-weight: bold;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_name b {
  display: block;
  padding-top: 7px;
  font-size: 150%;
}
.nextgiga-win .special .special_content .message_acdn .message_dflt .message_company {
  font-size: 110%;
  line-height: 1.8;
}
.nextgiga-win .special .special_content .message_acdn .message_inner p {
  padding-top: 25px;
  padding-bottom: 15px;
  line-height: 1.8;
}
.nextgiga-win .special .special_content .message_acdn .message_inner {
  border-right: 2px solid var(--specialorange);
  border-left: 2px solid var(--specialorange);
  padding: 0 25px 0 25px;
  background: #fff;
  display: none;
}
.nextgiga-win .special .special_content .message_acdn .message_btn {
  border-right: 2px solid var(--specialorange);
  border-left: 2px solid var(--specialorange);
  border-bottom: 2px solid var(--specialorange);
  padding: 0 25px 25px 25px;
  background: #fff;
  position: relative;
}
.nextgiga-win .special .special_content .message_acdn .message_btn .btn {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 100px;
  background-color: var(--specialorange);
  border: 1px solid var(--specialorange);
  padding: 8px 20px;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 160px;
  text-align: center;
}
.nextgiga-win .special .special_content .message_acdn .message_btn .btn span {
  font-weight: bold;
}
.nextgiga-win .special .special_content .message_acdn .message_btn .btn div {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1.2);
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    float: right;
    margin-left: 10px;
}
.nextgiga-win .special .special_content .message_acdn .message_btn .btn div::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}
.nextgiga-win .special .special_content .message_acdn .message_btn.up .btn div::after {
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: none;
    transform: rotate(-45deg);
    bottom: 2px;
    top: auto;
}
.nextgiga-win .special .special_content .message_acdn .message_btn.up div.btn span {display: none;}
.nextgiga-win .special .special_content .message_acdn .message_btn.up div.btn:after {content: "閉じる";}

@media print, screen and (max-width: 767px) {
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_pic {
    padding: 0 10px 0 0;
    width: auto;
    float: none;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_profile {
    display: block;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_profile .message_name {
    padding-left: 0;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_profile .message_name b {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_profile .message_company {
    font-size: 100%;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_pic {
    padding: 0;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_pic img {
    width: 100px;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_name span {
    font-size: 100%;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_name b {
    padding-top: 5px;
    font-size: 120%;
  }
  .nextgiga-win .special .special_content .message_acdn .message_dflt .message_profile .message_company {
    font-size: 90%;
  }
}

.nextgiga-win .main .ribbon_outer {
  padding-top: 60px;
}
.nextgiga-win .main .win11-solution .giga-school {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1fr 0.7fr;
  column-gap: 35px;
}
.nextgiga-win .main .win11-solution .giga-school .lead h3{
  font-size: 140%;
  color: var(--blue);
  line-height: 1.6;
  font-weight: bold;
}
.nextgiga-win .main .win11-solution .giga-school h3 br {
  display: none;
}
.nextgiga-win .main .win11-solution .giga-school .lead p{
  line-height: 1.8;
  padding-top: 10px;
}
.nextgiga-win .main .win11-solution .giga-school .dlbtn::before {
  border: solid 1px var(--blue);
  background-color: var(--blue);
}
.nextgiga-win .main .win11-solution .giga-school .dlbtn a {
  color: var(--blue);
  font-weight: bold;
}
.nextgiga-win .main .win11-solution .giga-school .notes {
  margin-top: 30px;
  font-size: 80%;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .main .win11-solution .giga-school h3{
    text-align: center;
  }
  .nextgiga-win .main .win11-solution .giga-school h3 br {
    display: inline;
  }
  .nextgiga-win .main .win11-solution .giga-school {
    display: block;
  }
  .nextgiga-win .main .win11-solution .giga-school .image{
    margin-top: 30px;
  }
  .nextgiga-win .main .win11-solution .giga-school .dlbtn {
    margin-top: 20px;
  }
}
.nextgiga-win .main .win11-solution .solution_navi {
  margin-top: 60px;
  margin-bottom: 20px;
}
.nextgiga-win .main .win11-solution .solution_navi h2 {
  background: #fff;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  text-align: center;
  padding: 15px;
  font-size: 140%;
  color: var(--blue);
  line-height: 1.8;
  font-weight: bold;
}
.nextgiga-win .main .win11-solution .solution_navi h2 .dispsp{
  display: none;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  grid-gap: 20px;
  column-gap: 20px;
  row-gap: 60px;
  margin-top: 80px;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navigrid_col {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  grid-gap: 0;
  gap: 0
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_windows {
  background-color: var(--blue);
  position: relative;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_accessibility {
  background-color: var(--orange);
  position: relative;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_support {
  background-color: var(--green);
  position: relative;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .clip_icon {
  position: absolute;
  width: 90px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid h3{
  color: #fff;
  padding: 0px 10px 0px 10px;
  margin: 0;
  text-align: center;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid h3 span {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  font-size: 95%;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid h3 span.number {
   color: black;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  font-size: 360%;
  font-weight: 800;
  margin-left: 10px;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_windows h3 span.number{color: var(--blue);}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_accessibility h3 span.number{color: var(--orange);}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_support h3 span.number{color: var(--green);}

.nextgiga-win .main .win11-solution .solution_navi .navi_grid h4 {
  padding: 15px 20px 0 20px;
  margin: 0;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.6;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid p {
  padding: 10px 20px 0 20px;
  margin: 0;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_btn {
  text-align: center;
  padding: 20px;
}
.nextgiga-win .main .win11-solution .solution_navi .navi_grid .navi_btn .btn {
  padding-top: 8px;
  padding-bottom: 10px;
  width: 100%;
}
@media print, screen and (max-width: 645px) {
  .nextgiga-win .main .win11-solution .solution_navi .navi_grid h4 {
    font-size: 130%;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .main .win11-solution .solution_navi h2 {
    font-size: 110%;
    padding: 15px 10px 15px;
  }
  .nextgiga-win .main .win11-solution .solution_navi h2 .dispsp {
    display: inline;
  }
}
.nextgiga-win .main .other-solutions p {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 110%;
}
.nextgiga-win .main .other-solutions .navi_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  column-gap: 20px;
  padding-bottom: 20px;
}
.nextgiga-win .main .other-solutions .navi_grid .navigrid_col {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  margin-top: 20px;
  background: #fff;
}
.nextgiga-win .main .other-solutions .navi_grid .navigrid_col h3 {
  padding: 15px 20px 0 20px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
}
.nextgiga-win .main .other-solutions .navi_grid .navigrid_col p {
  padding: 15px 20px 0 20px;
  text-align: left;
  font-size: 100%;
  line-height: 1.6;
}
.nextgiga-win .main .other-solutions .navi_grid .navigrid_col .navi_btn {
  text-align: center;
  padding: 20px;
}
.nextgiga-win .main .other-solutions .navi_grid .navigrid_col .navi_btn .btn {
  padding-top: 8px;
  padding-bottom: 10px;
  width: 100%;
  border: solid 2px var(--blue);
}
@media print, screen and (max-width: 645px) {
  .nextgiga-win .main .other-solutions p {
    text-align: left;
  }
}

/*------------------------------------------------
 Accessibility page
--------------------------------------------------*/
.nextgiga-win .accessibility {
  background: #fff5e6;
}
.nextgiga-win .accessibility .ribbon_outer .ribbon_head {
  color: var(--orange);
}
.nextgiga-win .accessibility .point_block {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 35px;
}
.nextgiga-win .accessibility .point_block.point03 {
  grid-template-columns: 1.4fr 1fr;
}
.nextgiga-win .accessibility .point_block .lead {
  order: 1;
}
.nextgiga-win .accessibility .point_block .image {
  order: 2;
}
.nextgiga-win .accessibility .point_block .lead p{
  line-height: 1.8;
}
.nextgiga-win .accessibility .point_block .dlbtn {
  margin-top: 40px;
}
.nextgiga-win .accessibility .dlbtn::before {
  border: solid 1px var(--orangetxt);
  background-color: var(--orangetxt);
}
.nextgiga-win .accessibility .dlbtn a {
  color: var(--orangetxt);
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .accessibility .point_block {
    display: block;
    margin-top: 20px;
  }
  .nextgiga-win .accessibility .point_block.point03:last-child {
    margin-top: 40px;
  }
  .nextgiga-win .accessibility .point_block .lead {
    margin-top: 10px;
  }
  .nextgiga-win .accessibility .point_block .dlbtn {
    margin-top: 15px;
  }
}
.nextgiga-win .accessibility .tobira_block {
  padding-top: 30px;
  padding-bottom: 20px;
}
.nextgiga-win .accessibility .tobira_block h2 {
  background-color: var(--orange);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
}
.nextgiga-win .accessibility .tobira_block p {
  padding: 20px 0 30px;
  line-height: 1.8;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  grid-gap: 20px;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .tobira_grid_col {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  grid-gap: 0;
  gap: 0;
  background: #fff;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid h3 {
  padding: 20px 20px 0;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.6;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn {
  padding: 20px;
  text-align: center;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn {
  border: 1px solid var(--orangetxt);
  color: var(--orangetxt);
  padding-top: 8px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn:hover {
  color: #fff;
  background-color: var(--orangetxt);
}

.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn::before,
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn::after {
  -webkit-transition: background .2s ease-out 0s;
  transition: background .2s ease-out 0s;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn::before {
  z-index: 1;
  right: 11px;
  border-radius: 100px;
  width: 23px;
  height: 23px;
  background: var(--orangetxt);
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn:hover::before {
  background: #fff;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn.play::after {
  background: #fff;
  z-index: 2;
  width: 8px;
  height: 12px;
  right: 17px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn.play:hover::after {
  background: var(--orangetxt);
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn .dlicon {
  color: #fff;
  position: absolute;
  margin-left: 9px;
  margin-top: 24px;
  width: 19px;
  height: 2px;
  border: solid 2px currentColor;
  border-top: none;
  border-right: none;
  border-left: none;
 display: inline-block;
 transform: scale(0.7);
 right: 13px;
 bottom:13px;
 z-index: 2;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn:hover .dlicon {
  color: var(--orangetxt);
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn .dlicon:before {
  content: '';
  position: absolute;
  left: 8px;
  top: -16px;
  width: 2px;
  height: 14px;
  background-color: currentColor;
}
.nextgiga-win .accessibility .tobira_block .tobira_grid .link_btn .btn .dlicon:after {
  content: '';
  position: absolute;
  left: 4px;
  top: -13px;
  width: 11px;
  height: 11px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .accessibility .tobira_block h2 {
    font-size: 120%;
  }
}

.nextgiga-win .accessibility .tobira_block .tobira_good-example {
  display: grid;
  padding-top: 10px;
  padding-bottom: 60px;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 35px;
}
.nextgiga-win .accessibility .tobira_block .tobira_good-example h3 {
  grid-column: 1;
  grid-row: 1;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.4;
  color: var(--orangetxt);
}
.nextgiga-win .accessibility .tobira_block .tobira_good-example p {
  grid-column: 1;
  grid-row: 2;
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nextgiga-win .accessibility .tobira_block .tobira_good-example .image {
  grid-column: 2;
  grid-row: 1/5;
  padding-bottom: 10px;
}
.nextgiga-win .accessibility .tobira_block .tobira_good-example dl {
  grid-column: 1;
  grid-row: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1.6;
  padding-top: 5px;
  font-size: 85%;
}
.nextgiga-win .accessibility .tobira_block .tobira_good-example dl dt {
  margin-left: -0.5em;
}
.nextgiga-win .accessibility .tobira_block .tobira_good-example .dlbtn {
  grid-column: 1;
  grid-row: 4;
  margin-top: 30px;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .accessibility .tobira_block .tobira_good-example {
    display: block;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .nextgiga-win .accessibility .tobira_block .tobira_good-example h3 {
    font-size: 120%;
  }
  .nextgiga-win .accessibility .tobira_block .tobira_good-example p {
    padding-top: 10px;
  }
  .nextgiga-win .accessibility .tobira_block .tobira_good-example dl {
    font-size: 80%;
  }
  .nextgiga-win .accessibility .tobira_block .tobira_good-example .dlbtn {
    margin-top: 20px;
  }
}

/*------------------------------------------------
 Support page
--------------------------------------------------*/
.nextgiga-win .support {
  background: #edf6ef;
}
.nextgiga-win .support .ribbon_outer .ribbon_head {
  color: var(--green);
}
.nextgiga-win .support .point01_block {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 35px;
}
.nextgiga-win .support .point01_block .lead {
  order: 1;
}
.nextgiga-win .support .point01_block .image {
  order: 2;
}
.nextgiga-win .support .point01_block .lead p {
  line-height: 1.8;
}
.nextgiga-win .support .point01_block .lead .product {
  margin-top: 50px;
  text-align: center;
}
.nextgiga-win .support .point01_block .lead .product img {
  width: 80%;
}
.nextgiga-win .support .point01_block .lead .product_logo {
  margin-top: 20px;
}
.nextgiga-win .support .point01_block .lead .product_logo img {
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .support .point01_block {
    display: block;
    margin-top: 20px;
  }
  .nextgiga-win .support .point01_block .lead {
    margin-top: 10px;
  }
  .nextgiga-win .support .point01_block .lead .product img {
    width: 70%;
  }
  .nextgiga-win .support .point01_block .lead .product_logo img {
    width: 40%;
    margin-left: 30px;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .support .point01_block .lead .product {
    margin-top: 20px;
  }
  .nextgiga-win .support .point01_block .lead .product_logo {
    margin-top: 10px;
  }
}
.nextgiga-win .support .info_k70 {
  margin-top: 30px;
}
.nextgiga-win .support .info_k70 h4 {
  font-size: 140%;
  color: var(--green);
  line-height: 1.6;
  font-weight: bold;
}
.nextgiga-win .support .info_k70 p {
  line-height: 1.8;
  padding-top: 10px;
}
.nextgiga-win .support .info_k70 div {
  padding-top: 20px;
}
.nextgiga-win .support .info_k70 .btn {
  padding: 8px 60px 10px 60px;
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .support .info_k70 h4 {
    line-height: 1.4;
  }
  .nextgiga-win .support .info_k70 div {
    text-align: center;
  }
  .nextgiga-win .support .info_k70 h4 {
    font-size: 120%;
    line-height: 1.4;
  }
}
.nextgiga-win .support .point02_block {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1fr 1.2fr;
  column-gap: 35px;
}
.nextgiga-win .support .point02_block .image {
	grid-row: 1;
	grid-column: 1;
}
.nextgiga-win .support .point02_block .lead {
	grid-row: 1 / span 2;
	grid-column: 2;
}
.nextgiga-win .support .point02_block .support_icon_blk {
	grid-row: 2;
	grid-column: 1;
}
.nextgiga-win .support .point02_block .dlbtn_blk {
	grid-row: 2;
	grid-column: 2;
}
.nextgiga-win .support .point02_block .support_icon_blk .support_icon_head {
  border-top: 1px solid var(--green);
  margin-top: 20px;
  position: relative;
}
.nextgiga-win .support .point02_block .support_icon_blk .support_icon_head span {
  position: absolute;
  top: -10px;
  color: var(--green);
  font-weight: bold;
  font-size: 90%;
  background: #edf6ef;
  padding-right: 7px;
}
.nextgiga-win .support .point02_block .support_icon_blk .support_icon_head {
  margin-top: 40px;
}
.nextgiga-win .support .point02_block .support_icon_blk .support_icon_head span {
  top: -14px;
  font-size: 120%;
}
.nextgiga-win .support .point02_block .support_icon_blk .support_icon {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
}
.nextgiga-win .support .point02_block .lead .point02_lead {
  line-height: 1.8;
}
.nextgiga-win .support .point02_block .lead h4 {
  font-size: 140%;
  color: var(--green);
  line-height: 1.6;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}
.nextgiga-win .support .point02_block  .dlbtn_blk .dlbtn {
  margin-top: 30px;
}
.nextgiga-win .support .point02_block  .dlbtn_blk .dlbtn::before {
  border: solid 1px var(--green);
  background-color: var(--green);
}
.nextgiga-win .support .point02_block  .dlbtn_blk .dlbtn a {
  color: var(--green);
  font-weight: bold;
}

@media print, screen and (max-width: 976px) {.nextgiga-win .support .point02_block .dlbtn_blk {align-self: end;}}
@media print, screen and (max-width: 859px) {.nextgiga-win .support .point02_block .dlbtn_blk {grid-row: 3;}}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .support .point02_block {
    display: block;
    margin-top: 20px;
  }
  .nextgiga-win .support .point02_block .support_icon_blk .support_icon_head,
  .nextgiga-win .support .point02_block .support_icon_blk .support_icon {
    display: grid;
    column-gap: 30px;
  }
  .nextgiga-win .support .point02_block .lead {
    margin-top: 10px;
  }
  .nextgiga-win .support .point02_block .dlbtn_blk .dlbtn {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .support .point02_block .lead h4 {
    font-size: 120%;
    line-height: 1.4;
  }
  .nextgiga-win .support .point02_block .support_icon_blk .support_icon {
    column-gap: 15px;
  }
}
.nextgiga-win .support .point03_block {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
}
.nextgiga-win .support .point03_block .lead {
  order: 1;
}
.nextgiga-win .support .point03_block .image {
  order: 2;
}
.nextgiga-win .support .point03_block .lead p{
  line-height: 1.8;
}
.nextgiga-win .support .point03_block .dlbtn {
  margin-top: 40px;
}
.nextgiga-win .support .point03_block .dlbtn::before {
  border: solid 1px var(--green);
  background-color: var(--green);
}
.nextgiga-win .support .point03_block .dlbtn a {
  color: var(--green);
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .support .point03_block {
    display: block;
    margin-top: 20px;
  }
  .nextgiga-win .support .point03_block .lead {
    margin-top: 10px;
  }
  .nextgiga-win .support .point03_block .dlbtn {
    margin-top: 15px;
  }
}
.nextgiga-win .support .recycle_block {
  background-color: #fff;
  border: 2px solid var(--green);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  position: relative;
}
.nextgiga-win .support .recycle_block::before {
  content: "";
  border-right: 26px solid #edf6ef;
  border-bottom: 26px solid var(--green);
  position: absolute;
  top: -2px;
  right: -2px;
}
.nextgiga-win .support .recycle_block::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 2px;
  right: 2px;
}
.nextgiga-win .support .recycle_block h2 {
  display: inline-block;
  background-color: var(--green);
  padding: 7px 25px 7px 15px;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}
.nextgiga-win .support .recycle_block .recycle_grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 35px;
  margin: 25px 25px 20px;
}
.nextgiga-win .support .recycle_block .recycle_grid p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.nextgiga-win .support .recycle_block .recycle_grid a {
  color: var(--green);
  font-weight: bold;
  text-decoration: underline;
}
.nextgiga-win .support .recycle_block .recycle_grid a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .support .recycle_block h2 {
    font-size: 110%;
  }
  .nextgiga-win .support .recycle_block .recycle_grid {
    display: block;
  }
  .nextgiga-win .support .recycle_block .recycle_grid .image {
    text-align: center;
  }
  .nextgiga-win .support .recycle_block .recycle_grid .image img {
    width: 200px;
  }
  .nextgiga-win .support .recycle_block .recycle_grid .lead {
    margin-top: 10px;
  }
}

/*------------------------------------------------
 Windows page
--------------------------------------------------*/
.nextgiga-win .windows {
  background: #e4f6ff;
}
.nextgiga-win .windows .notes {
  margin-top: 25px;
  font-size: 80%;
}
.nextgiga-win .windows .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
.nextgiga-win .windows .notes2 {
  margin-top: 25px;
  font-size: 80%;
}
.nextgiga-win .windows .notes2 li {
  text-indent: -1.6em;
  padding-left: 2em;
}
.nextgiga-win .windows .blue_list {
  border-top: 1px dashed var(--blue);
}
.nextgiga-win .windows .blue_list li {
  padding: 10px 0 10px 0;
  text-indent: -0.8em;
  padding-left: 1em;
  border-bottom: 1px dashed var(--blue);
}
.nextgiga-win .windows .blue_list li::before {
  display:inline-block; 
  content:'';
  width:0.8em;
  height: 0.8em;
  background: var(--blue);
  border-radius: 50%;
  margin-right: 6px;
}
.nextgiga-win .windows .blue_list strong {
  color: var(--blue);
}
.nextgiga-win .windows .blue_list br {
  display: none;
}

.nextgiga-win .windows .ribbon_outer .ribbon_head {
  color: var(--blue);
}
.nextgiga-win .windows .point_lead {
  margin-top: 25px;
  line-height: 1.8;
}
.nextgiga-win .windows .point01_block {
  position: relative;
  margin-top: 40px;
}
.nextgiga-win .windows .point01_block .figure {
  text-align: center;
}
.nextgiga-win .windows .point01_block .figure img {
  width: 50%;
}
.nextgiga-win .windows .point01_block dl {
  position: absolute;
  width: 23%;
  line-height: 1.4;
}
.nextgiga-win .windows .point01_block .security {left: 0; top: 5%;}
.nextgiga-win .windows .point01_block .design {right: 0; top: 5%;}
.nextgiga-win .windows .point01_block .study {left: 0; bottom: 8%;}
.nextgiga-win .windows .point01_block .health {right: 0; bottom: 8%;}

.nextgiga-win .windows .point01_block dt {
  font-size: 100%;
  font-weight: bold;
}
.nextgiga-win .windows .point01_block dd {
  font-size: 80%;
  padding-top: 5px;
}
.nextgiga-win .windows .point01_block .security dt {color: #717071;}
.nextgiga-win .windows .point01_block .design dt {color: #036ec8;}
.nextgiga-win .windows .point01_block .study dt {color: #6cc55a;}
.nextgiga-win .windows .point01_block .health dt {color: #ff5550;}

@media print, screen and (max-width: 767px) {
  .nextgiga-win .windows .point01_block .figure {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .nextgiga-win .windows .point01_block .figure img {
    width: 70%;
  }
  .nextgiga-win .windows .point01_block dl {
    width: auto;
  }
  .nextgiga-win .windows .point01_block .security {left: 5%; top: 0;}
  .nextgiga-win .windows .point01_block .design {right: 5%; top: 0;}
  .nextgiga-win .windows .point01_block .study {left: 5%; bottom: 0;}
  .nextgiga-win .windows .point01_block .health {right: 5%; bottom: 0;}
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .windows .point01_block .figure {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .nextgiga-win .windows .point01_block dl {
    width: 40%;
  }
}

.nextgiga-win .windows .point02_block {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  grid-gap: 20px;
  column-gap: 20px;
  row-gap: 60px;
  margin-top: 40px;
}
.nextgiga-win .windows .point02_block .grid_col {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 7;
  grid-row: span 7;
  grid-gap: 0;
  gap: 0
}
.nextgiga-win .windows .point02_block .grid_col .target_ {
  background: var(--blue);
  border-radius: 4px;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px 0;
}

.nextgiga-win .windows .point02_block .grid_col .theme {
  line-height: 1.4;
  padding-top: 20px;
}
.nextgiga-win .windows .point02_block .grid_col .theme h4 {
  color: var(--blue);
  font-size: 110%;
  font-weight: bold;
}
.nextgiga-win .windows .point02_block .grid_col .theme p {
  padding-top: 5px;
}
.nextgiga-win .windows .point02_block .grid_col .arrow {
  position: relative;
  height: 40px;
}
.nextgiga-win .windows .point02_block .grid_col .arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0px 20px;
  border-color: var(--blue) transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nextgiga-win .windows .point02_block .grid_col .win11edu {
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 20px 15px 10px 15px;
  position: relative;
}
.nextgiga-win .windows .point02_block .grid_col .win11edu .clip2 {
  position: absolute;
  left: 12px;
  top: -21px;
}
.nextgiga-win .windows .point02_block .grid_col .win11edu .clip2 img {
  width: 45%;
  height: 45%;
}
.nextgiga-win .windows .point02_block .grid_col .win11edu p {
  background: var(--blue);
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 85%;
  text-align: center;
  padding-top: 10px;
  padding-bottom :10px;
  position: relative;
}
.nextgiga-win .windows .point02_block .grid_col .win11edu p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0px 0px;
  border-color: var(--blue) transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.nextgiga-win .windows .point02_block .grid_col .solution_title {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  column-gap: 15px;
  background: #fff;
}
.nextgiga-win .windows .point02_block .grid_col .solution_title .pict {
  padding-left: 15px;
}
.nextgiga-win .windows .point02_block .grid_col .solution_title h4 {
  padding-right: 15px;
  font-size: 150%;
  color: var(--blue);
  font-weight: 800;
  display: flex;
  align-items: center;
}
.nextgiga-win .windows .point02_block .grid_col .solution_point {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.nextgiga-win .windows .point02_block .grid_col .solution_point p {
  border-top: 1px dashed var(--blue);
  border-bottom: 1px dashed var(--blue);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nextgiga-win .windows .point02_block .grid_col .solution_detail {
  background: #fff;
  padding: 20px 15px 15px 15px;
  border-radius: 0 0 4px 4px;
  line-height: 1.6;
}
.nextgiga-win .windows .point02_block .grid_col .solution_detail h5 {
  font-size: 110%;
  color: var(--blue);
  font-weight: bold;
  padding-bottom: 10px;
}
.nextgiga-win .windows .point02_block .grid_col .solution_detail p {
  padding-bottom: 15px;
}

.nextgiga-win .windows .accelerators_block {
  background-color: #fff;
  border: 2px solid var(--blue);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  position: relative;
}
.nextgiga-win .windows .accelerators_block::before {
  content: "";
  border-right: 26px solid #e4f6ff;
  border-bottom: 26px solid var(--blue);
  position: absolute;
  top: -2px;
  right: -2px;
}
.nextgiga-win .windows .accelerators_block::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 2px;
  right: 2px;
}
.nextgiga-win .windows .accelerators_block h2 {
  display: inline-block;
  background-color: var(--blue);
  padding: 7px 25px 7px 15px;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}

.nextgiga-win .windows .accelerators_block .accelerators_grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 35px;
  margin: 25px 25px 20px;
  line-height: 1.6;
}
.nextgiga-win .windows .accelerators_block .accelerators_grid h3 {
  font-size: 120%;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 10px;
}
.nextgiga-win .windows .accelerators_block .accelerators_grid p {
  line-height: 1.6;
}
.nextgiga-win .windows .accelerators_block .accelerators_grid .image {
  position: relative;
  height: 100%;
}
.nextgiga-win .windows .accelerators_block .accelerators_grid .image img {
  position: absolute;
  top: -60px;
}

.nextgiga-win .windows .accelerators_block .blue_list {
  margin:50px 25px 0;
}

.nextgiga-win .windows .accelerators_block .dlbtn {
  margin: 25px 25px 10px;
}

@media print, screen and (max-width: 767px) {
  .nextgiga-win .windows .accelerators_block .accelerators_grid {
    display: block;
  }
  .nextgiga-win .windows .accelerators_block .accelerators_grid .image {
    position: static;
    padding-top: 20px;
  }
  .nextgiga-win .windows .accelerators_block .accelerators_grid .image img {
    position: static;
  }
  .nextgiga-win .windows .accelerators_block .accelerators_detail {
    margin-top: 20px;
  }
  .nextgiga-win .windows .accelerators_block .blue_list {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .windows .point02_block {
    margin-top: 30px;
  }
  .nextgiga-win .windows .point02_block .grid_col .solution_title {
    display: block;
    padding: 0 15px 15px 15px;
    text-align: center;
  }
  .nextgiga-win .windows .point02_block .grid_col .solution_title .pict {
    padding-left: 0;
    text-align: center;
  }
  .nextgiga-win .windows .point02_block .grid_col .solution_title .pict img {
    width: 25%;
  }
  .nextgiga-win .windows .point02_block .grid_col .solution_title h4 {
    display: block;
    padding: 0;
  }
  .nextgiga-win .windows .point02_block .grid_col .solution_title h4 br {
   display: none;
  }
  .nextgiga-win .windows .accelerators_block .accelerators_grid .lead {
    margin-top: 10px;
  }
  .nextgiga-win .windows .accelerators_block .accelerators_detail br {
    display: inline;
  }
}
.nextgiga-win .windows .point03_block .feature {
  background: #fff; 
  border-radius: 4px;
  padding: 25px 25px 25px 35px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.nextgiga-win .windows .point03_block .feature .feature_bg {
  position: absolute;
  left: 0;
  bottom: 3px;
}
.nextgiga-win .windows .point03_block .feature .feature_bg img {
  width: 50%;
}
.nextgiga-win .windows .point03_block .feature::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 140px 0px 0px;
  border-color: var(--blue) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nextgiga-win .windows .point03_block .feature .feature_no {
  color: #fff;
  line-height: 1.1;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  position :absolute;
  left: 20px;
  top: 15px;
  z-index: 20;
}
.nextgiga-win .windows .point03_block .feature .feature_no strong {
  color: #fff;
  font-weight: bold;
  font-size: 180%;
}
.nextgiga-win .windows .point03_block .feature_grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 35px;
}
.nextgiga-win .windows .point03_block .feature_grid .feature_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nextgiga-win .windows .point03_block .feature_grid .feature_title .image {
  text-align: center;
  padding-bottom: 15px;
}
.nextgiga-win .windows .point03_block .feature_grid .feature_title .image img {
  width: 70px;
}
.nextgiga-win .windows .point03_block .feature_grid .feature_title h4 {
  font-size: 150%;
  color: var(--blue);
  line-height: 1.6;
  font-weight: bold;
  font-weight: 800;
}
.nextgiga-win .windows .point03_block .feature .blue_list {
  margin-top: 20px;
}

@media print, screen and (max-width: 767px) {
  .nextgiga-win .windows .point03_block .feature_grid {
    display: block;
  }
  .nextgiga-win .windows .point03_block .feature_grid .feature_title {
    margin-top: 20px;
  }
  .nextgiga-win .windows .point03_block .feature_grid .feature_title h4 {
    text-align: center;
  }
  .nextgiga-win .windows .point03_block .feature_grid .feature_image {
    margin-top: 30px;
  }
}

.nextgiga-win .windows .point04_block .office_grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 35px;
  margin-top: 25px;
}
.nextgiga-win .windows .point04_block .office_grid .lead p {
  line-height: 1.8;
}
.nextgiga-win .windows .point04_block .office_grid .lead div {
  margin-top: 50px;
  padding-left: 10px;
}
.nextgiga-win .windows .point04_block .office_grid .lead div img {
  width: 80%;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .windows .point04_block .office_grid {
    display: block;
  }
  .nextgiga-win .windows .point04_block .office_grid .lead div {
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
  }
  .nextgiga-win .windows .point04_block .office_grid .lead div img {
    width: 70%;
  }
  .nextgiga-win .windows .point04_block .office_grid .image {
    margin-top: 40px;
    text-align: center;
  }
  .nextgiga-win .windows .point04_block .office_grid .image img {
    width: 80%;
  }
  .nextgiga-win .windows .point04_block .office_grid .image .notes {
    margin-left: 10%;
  }
  .nextgiga-win .windows .point04_block .office_grid .image .notes li {
    text-align: left;
    padding-left: 10px;
    
  }
}

.nextgiga-win .windows .device_box {
  background: #fff;
  border-radius: 4px;
  padding: 25px;
  margin-top: 15px;
}
.nextgiga-win .windows .device_box .device_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
}
.nextgiga-win .windows .device_box .device_grid .device_image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nextgiga-win .windows .device_box .device_grid .device_image img {
  width: 75%;
}
.nextgiga-win .windows .device_box .device_grid .device_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
}
.nextgiga-win .windows .device_box .device_grid .device_lead h4 {
  font-size: 140%;
  line-height: 1.6;
  font-weight: bold;
}
.nextgiga-win .windows .device_box .device_grid .device_lead p {
  padding-top: 20px;
}

.nextgiga-win .windows .device_box .device_grid .device_lead .device_logo {
  margin-top: 15px;
}
.nextgiga-win .windows .device_box .device_grid .device_lead .device_logo img {
  width: 70%;
}
.nextgiga-win .windows .device_box .device_grid .device_lead .device_link {
  margin-top: 20px;
}
.nextgiga-win .windows .device_box .device_grid .device_lead .device_link .btn {
  padding: 8px 40px;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .windows .device_box {
    padding: 15px;
  }
  .nextgiga-win .windows .device_box .device_grid {
    column-gap: 15px;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead {
    padding-left: 35px;
  }
  .nextgiga-win .windows .device_box .device_grid .device_image img {
    width: 90%;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead h4 {
    font-size: 130%;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .windows .device_box .device_grid {
    column-gap: 5px;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead {
    padding-left: 0;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead h4 {
    font-size: 100%;
    line-height: 1.3;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead p {
    padding-top: 10px;
    font-size: 80%;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead .device_logo img {
    width: 90%;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead .device_link {
    margin-top: 10px;
  }
  .nextgiga-win .windows .device_box .device_grid .device_lead .device_link .btn {
    font-size: 90%;
    padding: 5px 20px;
  }
}

/*------------------------------------------------
 GIGA Device page
--------------------------------------------------*/
.nextgiga-win .sub_page.giga-device {
  background: #fff5e6;
}
.nextgiga-win .giga-device .notes {
  margin-top: 25px;
  font-size: 80%;
}
.nextgiga-win .giga-device .notes li {
  text-indent: -1em;
  padding-left: 1em;
}
.nextgiga-win .giga-device .notes2 {
  margin-top: 25px;
  font-size: 80%;
}
.nextgiga-win .giga-device .notes2 li {
  text-indent: -1.6em;
  padding-left: 2em;
}
.nextgiga-win .giga-device .requirement_title {
  background: var(--darkorange);
  position: relative;
  z-index: 2;
}
.nextgiga-win .giga-device .requirement_title_inr {
  display: grid;
  grid-template-columns: 1fr max-content auto 1fr;
  gap: 0 0;
  justify-self: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.nextgiga-win .giga-device .requirement_title_inr div {
  padding-right: 20px;
  grid-column: 2;
}
.nextgiga-win .giga-device .requirement_title_inr h2 {
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  grid-column: 3;
}
.nextgiga-win .giga-device .requirement_title_inr h2 .dispsp {
  display: none;
}
.nextgiga-win .giga-device .title_triangle div {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--darkorange);
  transform: rotate(45deg);
  border-bottom-right-radius: 10px;
  top: -40px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .giga-device .requirement_title_inr {
    display: block;
    margin: 0;
    text-align: center;
  }
  .nextgiga-win .giga-device .requirement_title_inr div {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .nextgiga-win .giga-device .requirement_title_inr div img {
    height: 60px;
  }
  .nextgiga-win .giga-device .requirement_title_inr h2 {
    font-size: 140%;
  }
  .nextgiga-win .giga-device .requirement_title_inr h2 .dispsp {
    display: inline;
  }
}
.nextgiga-win .giga-device .requirement_lead {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 35px;
  margin-top: 20px;
  padding-bottom: 60px;
}
.nextgiga-win .giga-device .requirement_lead div {
  grid-column: 1;
  grid-row: 1;
}
.nextgiga-win .giga-device .requirement_lead p {
  grid-column: 2;
  grid-row: 1;
  line-height: 2.0;
  font-size: 110%;
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) and (max-width: 868px) {
  .nextgiga-win .giga-device .requirement_lead p {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .giga-device .requirement_lead {
    display: block;
    margin-top: -10px;
  }
  .nextgiga-win .giga-device .requirement_lead p {
    line-height: 1.6;
    font-size: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.nextgiga-win .giga-device .requirement .requirement_no_title {
  display: flex;
}
.nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no {
  position: relative;
}
.nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no img {
  width: 121px;
}
.nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div {
  position: absolute;
  top: 35px;
  width: 106px;
}
.nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div span,
.nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div strong {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}
.nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div span {
  padding-bottom: 1px;
}
.nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div strong {
  font-size: 280%;
}
.nextgiga-win .giga-device .requirement .requirement_no_title h3 {
  width: calc(100% - 121px);
  border-top: 2px solid var(--darkorange);
  margin-top: 25px;
  padding: 20px 0 0 10px;
  font-size: 180%;
  color: var(--darkorange);
  font-weight: bold;
}
.nextgiga-win .giga-device .requirement .requirement_no_cont {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  column-gap: 35px;
  margin-top: -60px;
  padding-bottom: 10px;
}
.nextgiga-win .giga-device .requirement .requirement_no_cont p {
  padding: 90px 0 0 20px;
  line-height: 2.0;
}
@media print, screen and (max-width: 868px) {
  .nextgiga-win .giga-device .requirement .requirement_no_cont {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no img {
    width: 100px;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div {
    top: 25px;
    width: 88px;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div strong {
    font-size: 240%;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_title h3 {
    width: calc(100% - 100px);
    margin-top: 20px;
    padding: 15px 0 0 10px;
    font-size: 160%;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_cont {
    display: block;
    margin-top: 0;
    padding-bottom: 40px;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_cont p {
    padding: 15px 0 20px 0;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no img {
    width: 90px;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div {
    top: 23px;
    width: 80px;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_title .requirement_no div strong {
    font-size: 210%;
  }
  .nextgiga-win .giga-device .requirement .requirement_no_title h3 {
    width: calc(100% - 90px);
    margin-top: 17px;
    padding: 12px 0 0 8px;
    font-size: 140%;
  }
}
.nextgiga-win .giga-device #filtering {
  padding-bottom: 80px;
}
.nextgiga-win .giga-device .filtering {
  background-color: #fff;
  border: 2px solid var(--darkorange);
  padding: 25px;
  margin-top: 40px;
  position: relative;
}
.nextgiga-win .giga-device .filtering::before {
  content: "";
  border-right: 26px solid #fff5e6;
  border-bottom: 26px solid var(--darkorange);
  position: absolute;
  top: -2px;
  right: -2px;
}
.nextgiga-win .giga-device .filtering::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 2px;
  right: 2px;
}
.nextgiga-win .giga-device .filtering .filtering_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-rows: auto max-content 1fr;
  column-gap: 30px;
  row-gap: 15px;
  padding-bottom: 20px;
}
.nextgiga-win .giga-device .filtering .filtering_grid .filtering_point {
  grid-row: 1;
  grid-column: 1/3;
}
.nextgiga-win .giga-device .filtering .filtering_grid strong {
  display: inline-block;
  background-color: var(--darkorange);
  padding: 2px 15px 2px 15px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  border-radius: 5px;
}
.nextgiga-win .giga-device .filtering .filtering_grid .image {
  grid-row: 2/4;
  grid-column: 1;
}
.nextgiga-win .giga-device .filtering .filtering_grid h3 {
  line-height: 1.6;
  font-size: 150%;
  color: var(--darkorange);
  font-weight: bold;
  grid-row: 2;
  grid-column: 2;
}
.nextgiga-win .giga-device .filtering .filtering_grid p {
  line-height: 1.8;
  grid-row: 3;
  grid-column: 2;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .giga-device #filtering {
    padding-bottom: 40px;
  }
  .nextgiga-win .giga-device .filtering {
    margin-top: 0;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid {
    grid-template-columns: 0.8fr 1fr;
    column-gap: 20px;
    row-gap: 15px;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid strong {
    font-size: 140%;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid h3 {
    font-size: 140%;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid p {
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 645px) {
  .nextgiga-win .giga-device .filtering .filtering_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content 1fr auto;
    column-gap: 20px;
    row-gap: 10px;
    padding-bottom: 0;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid .filtering_point {
    grid-row: 1;
    grid-column: 2;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid .image {
    grid-row: 1/3;
    grid-column: 1;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid h3 {
    grid-row: 2;
    grid-column: 2;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid p {
    grid-row: 3;
    grid-column: 1/3;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .giga-device .filtering .filtering_grid strong {
    font-size: 130%;
  }
  .nextgiga-win .giga-device .filtering .filtering_grid h3 {
    padding-top: 5px;
    line-height: 1.5;
    font-size: 130%;
  }
}
.nextgiga-win .giga-device .filtering .arrbtn {
  margin-bottom: 20px;
}
.nextgiga-win .giga-device .filtering .arrbtn::before {
  border: solid 1px var(--darkorange);
  background-color: var(--darkorange);
}
.nextgiga-win .giga-device .filtering .arrbtn a {
  color: var(--darkorange);
  font-weight: bold;
}
.nextgiga-win .giga-device .k70 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 80px;
}
.nextgiga-win .giga-device .k70.bg_box {
  background-image:  linear-gradient(#deecff 1px, transparent 1px), linear-gradient(to right, #deecff 1px, #fff 1px);
  background-size: 20px 20px;
}
.nextgiga-win .giga-device .k70 .k70_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  margin-top: 50px;
  padding-bottom: 40px;
}
.nextgiga-win .giga-device .k70 .k70_grid .image img:first-child {
  width: 60%;
  margin-bottom: 30px;
}
.nextgiga-win .giga-device .k70 .k70_grid h3 {
  padding-bottom: 20px;
  font-size: 180%;
  font-weight: bold;
}
.nextgiga-win .giga-device .k70 .k70_grid p {
  padding-bottom: 40px;
  line-height: 2;
}
.nextgiga-win .giga-device .k70 .k70_grid .btn {
  padding: 8px 60px 10px 60px;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .giga-device .k70 .k70_grid {
    display: block;
    margin-top: 30px;
  }
  .nextgiga-win .giga-device .k70 .k70_grid h3 {
    padding-bottom: 10px;
    font-size: 130%;
  }
  .nextgiga-win .giga-device .k70 .k70_grid p {
    padding-bottom: 20px;
    line-height: 1.8;
  }
  .nextgiga-win .giga-device .k70 .k70_grid .image {
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto 0;
  }
  .nextgiga-win .giga-device .k70 .k70_grid .btnblk {
    text-align: center;
  }
}
.nextgiga-win .giga-device .k70 .k70_point_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  padding-bottom: 40px;
  border-top: 2px solid var(--blue);
}
.nextgiga-win .giga-device .k70 .k70_point_grid.linkbtn {
  grid-template-rows: max-content auto;
}
.nextgiga-win .giga-device .k70 .k70_point_grid.linkbtn .image {
  grid-row: 1 / 3;
  grid-column: 2;
}
.nextgiga-win .giga-device .k70 .k70_point_grid.right .text {
  grid-row: 1;
  grid-column: 2;
}
.nextgiga-win .giga-device .k70 .k70_point_grid.right .image {
  grid-row: 1;
  grid-column: 1;
}
.nextgiga-win .giga-device .k70 .k70_point_grid::before {
  content: '';
  left: 0;
  top: -6px;
  color: #000;
  width: 12px;
  height: 12px;
  border: solid 1px var(--blue);
  border-radius: 500%;
  background-color: var(--blue);
  position: absolute;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .point_title {
  display: flex;
  background-color: transparent;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  height: auto;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .point_title .point_outer {
  flex-shrink: 0;
  align-self: start;
  padding-left: 20px;
}
.nextgiga-win .giga-device .k70 .k70_point_grid.right .point_title .point_outer {
  padding-left: 0;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .point_title .point {
  color: var(--blue);
  text-align: center;
  line-height: 1.1;
  padding: 20px 0 0 0;
  width: 80px;
  height: auto;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .point_title .point br {
  display: inline;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .point_title .point .number {
  text-shadow:
    -1px -1px 0 var(--blue),
    1px -1px 0 var(--blue),
    -1px 1px 0 var(--blue),
    1px 1px 0 var(--blue);
  margin: 0;
  font-size: 260%;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .point_title .point_under {
  border-top: 10px solid #fff000;
  border-right: 40px solid #fff000;
  border-bottom: 10px solid transparent;
  border-left: 40px solid #fff000;
  height: 0;
  width: 0;
  margin: 0;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .point_title h3 {
  color: var(--blue);
  padding: 0 0 0 30px;
  font-size: 160%;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .text p {
  padding-top: 30px;
  line-height: 1.8;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .image {
  padding-top: 40px;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .arrbtn {
  margin-bottom: 20px;
}
.nextgiga-win .giga-device .k70 .k70_point_grid .arrbtn a {
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .giga-device .k70 .k70_point_grid {
    display: block;
  }
  .nextgiga-win .giga-device .k70 .k70_point_grid.right .point_title .point_outer {
    padding-left: 20px;
  }
  .nextgiga-win .giga-device .k70 .k70_point_grid .point_title .point {
    font-size: 100%;
  }
  .nextgiga-win .giga-device .k70 .k70_point_grid .point_title h3 {
    font-size: 130%;
  }
  .nextgiga-win .giga-device .k70 .k70_point_grid .text p {
    padding-top: 15px;
    line-height: 1.6;
  }
}
.nextgiga-win .giga-device .contact {
  margin-top: 0;
}

/*------------------------------------------------
 School affairs DX page
--------------------------------------------------*/
.nextgiga-win .sub_page.school-affairs-dx {
  background: #e1f5f5;
}
.nextgiga-win .school-affairs-dx .arrbtn {
  margin-bottom: 20px;
}
.nextgiga-win .school-affairs-dx .arrbtn::before {
  border: solid 1px var(--bluegreen);
  background-color: var(--bluegreen);
}
.nextgiga-win .school-affairs-dx .arrbtn a {
  color: var(--bluegreen);
  font-weight: bold;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_title {
  background: var(--bluegreen);
  position: relative;
  z-index: 2;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr {
  display: grid;
  grid-template-columns: 1fr max-content auto 1fr;
  gap: 0 0;
  justify-self: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr div {
  padding-right: 20px;
  grid-column: 2;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr h2 {
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  grid-column: 3;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr h2 .dispsp {
  display: none;
}
.nextgiga-win .school-affairs-dx .title_triangle div {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--bluegreen);
  transform: rotate(45deg);
  border-bottom-right-radius: 10px;
  top: -40px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr {
    display: block;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr div {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr div img {
    height: 60px;
  }
  .nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr h2 {
    font-size: 140%;
  }
  .nextgiga-win .school-affairs-dx .school-affairs-dx_title_inr h2 .dispsp {
    display: inline;
  }
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_lead {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 35px;
  margin-top: 20px;
  padding-bottom: 60px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_lead .text h3 {
  padding-top: 20px;
  color: var(--bluegreen);
  font-size: 180%;
  font-weight: bold;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_lead .text p {
  line-height: 2.0;
  font-size: 110%;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) and (max-width: 868px) {
  .nextgiga-win .school-affairs-dx .school-affairs-dx_lead .text h3 {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .school-affairs-dx_lead {
    display: block;
    margin-top: -10px;
  }
  .nextgiga-win .school-affairs-dx .school-affairs-dx_lead .text h3 {
    font-size: 130%;
  }
  .nextgiga-win .school-affairs-dx .school-affairs-dx_lead .text p {
    line-height: 1.6;
    font-size: 100%;
    padding-bottom: 0;
  }
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  grid-gap: 40px;
  padding-bottom: 60px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_box {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  grid-row-gap: 10px;
  border: 2px solid var(--bluegreen);
  background: #fff;
  padding: 25px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_no_box {
  position: absolute;
  top: -30px;
  left: -2px
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_no_box .merit_icon {
  width: 100px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_no_box .merit_number {
  position: absolute;
  text-align: center;
  top: 58px;
  left: 33px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_no_box .merit_number span,
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_no_box .merit_number strong {
  display: block;
  color: var(--bluegreen);
  font-weight: bold;
  line-height: 1.0;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_no_box .merit_number span {
  font-size: 80%;
  padding-bottom: 1px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_no_box .merit_number strong {
  font-size: 220%;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_box .merit_title {
  text-align: center;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_box .merit_title img {
  height: 80px;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_box h3 {
  align-self: center;
  text-align: center;
  font-size: 160%;
  color: var(--bluegreen);
  font-weight: bold;
}
.nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_box p {
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .school-affairs-dx_merit {
    grid-gap: 35px 20px;
    padding-bottom: 40px;
  }
  .nextgiga-win .school-affairs-dx .school-affairs-dx_merit .merit_box h3 {
    font-size: 130%;
  }
}
.nextgiga-win .school-affairs-dx .device-conditions {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}
.nextgiga-win .school-affairs-dx .device-conditions.bg_box {
  background-image:  linear-gradient(#deece2 1px, transparent 1px), linear-gradient(to right, #deece2 1px, #fff 1px);
  background-size: 20px 20px;
}
.nextgiga-win .school-affairs-dx .device-conditions_lead {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 35px;
  margin-top: 50px;
  padding-bottom: 60px;
}
.nextgiga-win .school-affairs-dx .device-conditions_lead .text h3 {
  padding-top: 20px;
  font-size: 180%;
  font-weight: bold;
}
.nextgiga-win .school-affairs-dx .device-conditions_lead .text p {
  line-height: 2.0;
  font-size: 110%;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) and (max-width: 868px) {
  .nextgiga-win .school-affairs-dx .device-conditions_lead .text h3 {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .device-conditions .ribbon::before,
  .nextgiga-win .school-affairs-dx .device-conditions .ribbon::after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    bottom: 10px;
  }
  .nextgiga-win .school-affairs-dx .device-conditions .ribbon h2 {
    line-height: 60px;
    height: 60px;
    padding-top: 0;
}
  .nextgiga-win .school-affairs-dx .device-conditions_lead {
    display: block;
    margin-top: 25px;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_lead .text h3 {
    font-size: 130%;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_lead .text p {
    line-height: 1.6;
    font-size: 100%;
    padding-bottom: 0;
  }
}
.nextgiga-win .school-affairs-dx .device-conditions_blk {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: max-content 1fr;
  row-gap: 0px;
  column-gap: 60px;
  border-top: 1px solid var(--bluegreen);
  padding-top: 35px;
  padding-bottom: 35px;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title {
  grid-row: 1;
  grid-column: 1;
  display: flex;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk p {
  grid-row: 2;
  grid-column: 1;
  font-size: 110%;
  line-height: 1.8;
  padding-top: 30px;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .image {
  grid-row: 1 / 3;
  grid-column: 2;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .arrbtn {
  grid-row: 3;
  grid-column: 1 / 3;
  margin: 0;
  padding-top: 20px;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk.right {
  grid-template-columns: 1fr 1.3fr;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk.right .conditions_title {
  grid-row: 1;
  grid-column: 2;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk.right p {
  grid-row: 2;
  grid-column: 2;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk.right .image {
  grid-row: 1 / 3;
  grid-column: 1;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content 1fr;
  row-gap: 5px;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_label {
  text-align: center;
  padding-left: 0.3em;
  grid-row: 1;
  grid-column: 1;
  color: var(--bluegreen);
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.0;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_number {
  padding-left: 10px;
  padding-right: 10px;
  height: 52px;
  line-height: 52px;
  background: var(--bluegreen);
  font-size: 240%;
  color: #fff;
  font-weight: bold;
  grid-row: 2;
  grid-column: 1;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_number_icon {
  grid-row: 2;
  grid-column: 2;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_number_icon img {
  height: 52px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title h3 {
  padding-left: 20px;
  padding-top: 1.5em;
}
.nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title h3 span {
  display: inline;
  font-size: 180%;
  font-weight: bold;
  color: var(--bluegreen);
  background: #fff000;
  line-height: 1.7;
  padding: 3px 10px 3px 10px;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .device-conditions_blk,
  .nextgiga-win .school-affairs-dx .device-conditions_blk.right {
    column-gap: 20px;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_label {
    font-size: 90%;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_number {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 180%;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_number_icon {
    grid-row: 2;
    grid-column: 2;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title .conditions_number_outer .conditions_number_icon img {
    height: 40px;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title h3 {
    padding-left: 10px;
    padding-top: 1em;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title h3 span {
    font-size: 130%;
    line-height: 1.7;
    padding: 2px 5px 2px 5px;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk p {
    font-size: 100%;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .school-affairs-dx .device-conditions_blk,
  .nextgiga-win .school-affairs-dx .device-conditions_blk.right {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content 1fr;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .conditions_title,
  .nextgiga-win .school-affairs-dx .device-conditions_blk.right .conditions_title {
    grid-row: 1;
    grid-column: 1 / 3;
    padding-bottom: 30px;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk p,
  .nextgiga-win .school-affairs-dx .device-conditions_blk.right p {
    grid-row: 2;
    grid-column: 2;
    padding-top: 0;
  }
  .nextgiga-win .school-affairs-dx .device-conditions_blk .image,
  .nextgiga-win .school-affairs-dx .device-conditions_blk.right .image {
    grid-row: 2;
    grid-column: 1;
  }
}
.nextgiga-win .school-affairs-dx .m365edu {
  padding-bottom: 35px;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .m365edu {
    padding-bottom: 40px;
  }
}
.nextgiga-win .school-affairs-dx .m365edu_title p {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 110%;
  line-height: 2;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .m365edu_title p {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 100%;
    line-height: 1.6;
  }
  .nextgiga-win .school-affairs-dx .m365edu_title p br {
    display: none;
  }
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr max-content auto;
  gap: 0 30px;
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 35px;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title {
  grid-row: 1;
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bluegreen);
  padding-bottom: 10px;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_text {
  grid-row: 2;
  grid-column: 1;
  padding-top: 30px;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_apps {
  grid-row: 3;
  grid-column: 1;
  height: 53px;
  display: flex;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_image {
  grid-row: 2 / 4;
  grid-column: 2;
  padding-top: 30px;
  align-self: center;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number {
  position: relative;
  text-align: center;
  width: 100px;
  height: 69px;
  flex-shrink: 0;
  align-self: flex-start;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number span {
  position: relative;
  line-height: 69px;
  color: #fff;
  font-weight:bold;
  font-size: 160%;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number img {
  position: absolute;
  top: 0;
  left: 0;
  height: 69px;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title h3 {
  padding-left: 20px;
  font-size: 180%;
  color: var(--bluegreen);
  font-weight: bold;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_text h4 {
  padding-bottom: 10px;
  color: var(--bluegreen);
  font-size: 160%;
  font-weight: bold;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_text p {
  padding-bottom: 40px;
  line-height: 1.8;
}
.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_apps img {
  height: 53px;
}

.nextgiga-win .school-affairs-dx .m365edu .m365edu_tips br.disppc {
  display: inline;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips {
    grid-template-columns: 1fr max-content;
    gap: 0 0;
    padding: 20px;
    margin-bottom: 20px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title {
    grid-column: 1;
    border-bottom: none;
    padding-bottom: 10px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_text {
    grid-column: 1 / 3;
    padding-top: 20px;
    border-top: 1px solid var(--bluegreen);
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_apps {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    align-self: center;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_image {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-top: 0;
    justify-self: center;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number {
    width: 79px;
    height: 55px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number span {
    line-height: 55px;
    font-size: 140%;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number img {
    height: 55px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title h3 {
    padding-left: 15px;
    font-size: 130%;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_text h4 {
    font-size: 130%;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_text p {
    padding-bottom: 30px;
    line-height: 1.6;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_apps img {
    height: 50px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips br.disppc {
    display: none;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number {
    width: 65px;
    height: 45px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number span {
    line-height: 45px;
    font-size: 120%;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title .number img {
    height: 45px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_title h3 {
    padding-left: 10px;
  }
  .nextgiga-win .school-affairs-dx .m365edu .m365edu_tips .tips_apps img {
    height: 40px;
  }
}
.nextgiga-win .school-affairs-dx .useful-info {
  background: #fff;
  padding-bottom: 60px;
}
.nextgiga-win .school-affairs-dx .useful-info h2 {
  text-align: center;
  border-bottom: 1px solid #a3a3a3;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 180%;
  font-weight: bold;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_blk {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 40px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_blk .text h3 {
  padding-bottom: 15px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_blk .text p {
  padding-bottom: 30px;
  line-height: 1.8;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_blk .text .arrbtn {
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_blk {
    display: block;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_blk .image {
    padding-bottom: 20px;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_blk .text h3 {
    padding-bottom: 15px;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_blk .text p {
    padding-bottom: 20px;
  }
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: max-content auto 1fr;
  gap: 20px 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 2px solid var(--bluegreen);
  padding: 25px;  
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device::before {
  content: "";
  border-right: 26px solid #fff;
  border-bottom: 26px solid var(--bluegreen);
  position: absolute;
  top: -2px;
  right: -2px;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 2px;
  right: 2px;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device .image {
  grid-row: 1 / 4;
  grid-column: 2;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device h3 {
  grid-row: 1;
  grid-column: 1;
  font-size: 160%;
  line-height: 1.6;
  font-weight: bold;
  color: var(--bluegreen);
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device p {
  grid-row: 2;
  grid-column: 1;
  line-height: 1.6;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device .btnblk {
  grid-row: 3;
  grid-column: 1;
  margin-top: 10px;
}
.nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device .btnblk .btn {
  padding: 8px 60px 10px 60px;
}
@media print, screen and (max-width: 767px) {
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device {
    grid-template-columns: 1.1fr 1fr;
    grid-template-rows: max-content auto 1fr;
    gap: 10px 30px;
    margin-bottom: 10px;
    padding: 20px;  
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device .image {
    grid-row: 1;
    grid-column: 1;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device h3 {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    font-size: 130%;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device p {
    grid-row: 2;
    grid-column: 1 / 3;
    justify-self: center;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device .btnblk {
    grid-row: 3;
    grid-column: 1 / 3;
    justify-self: center;
    margin-top: 10px;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device .btnblk .btn {
    padding: 8px 60px 10px 60px;
  }
}
@media print, screen and (max-width: 479px) {
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device {
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
  }
  .nextgiga-win .school-affairs-dx .useful-info .useful_info_giga_device h3 {
    font-size: 120%;
  }
}

/*------------------------------------------------
 Navigation
--------------------------------------------------*/
.hb__wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  display: none;
}
.hb-btn__wrap {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 1;
  width: 80px;
}
.disp-re {
  position: relative;
  display: block;
}
.disp-fx {
  position: fixed;
  display: block;
}
.hb__wrap:has(.hb-btn__wrap .hb-btn.js-open),
.hb-btn__wrap:has(.hb-btn.js-open) {
  position: fixed;
}
.hb-btn {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border: solid 2px var(--blue);
  background-color: transparent;
  background-color:rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 0px 0px rgba(158, 158, 158, 0.5);
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hb-btn::after {
  content: "メニュー";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  color: var(--blue);
}
.hb-btn > span {
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--blue);
  border-radius: 100vh;
}
.hb-btn > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 10px));
  transition: transform 0.3s ease;
}
.hb-btn > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.hb-btn > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 10px));
  transition: transform 0.3s ease;
}
.hb-btn.js-open {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.hb-btn.js-open > span {
  background-color: #000;
}
.hb-btn.js-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hb-btn.js-open > span:nth-child(2) {
  opacity: 0;
}
.hb-btn.js-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hb-btn.js-open::after {
  content: "閉じる";
  color: #000;
}
.hb-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}
.hb-nav__inner {
  position: relative;
  z-index: 1;
  transform: translateX(100%);
  overflow: hidden;
  overflow-y: scroll;
  width: 458px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 75px 25px 40px 25px;
  background-color: #fff;
  transition: transform 0.3s ease;
  transition: all .3s;
}
.hb-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hb-nav.js-open {
  visibility: visible;
}
.hb-nav.js-open .hb-nav__inner {
  transform: translateX(0);
}
.hb-nav.js-open .hb-nav__bg {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .hb-btn__wrap {
    right: 20px;
    top: 20px;
  }
  .hb-nav__inner {
      width: 92%;
      min-width: unset;
  }
}
.hb-nav .hb-nav__inner ul li {
  color: #000;
  line-height: 1.4;
}
.hb-nav .hb-nav__inner ul li p {
  padding: 13px 5px 13px 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 90%;
}
.hb-nav .hb-nav__inner ul li a,
.hb-nav .hb-nav__inner ul li span {
  display: block;
  position: relative;
  padding: 14px 5px 11px 20px;
  margin-top: 15px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
.hb-nav .hb-nav__inner ul li a::before,
.hb-nav .hb-nav__inner ul li span::before {
  content: "";
  display: block;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #000;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.hb-nav .hb-nav__inner ul li ul li a,
.hb-nav .hb-nav__inner ul li ul li span {
  padding: 14px 5px 13px 26px;
  margin-top: 0;
}
.hb-nav .hb-nav__inner ul li ul li.sub a,
.hb-nav .hb-nav__inner ul li ul li.sub span {
  border-bottom: 1px solid #e6e6e6;
  color: #000;
}
.hb-nav .hb-nav__inner ul li ul li.do a::before,
.hb-nav .hb-nav__inner ul li ul li.do span::before,
.hb-nav .hb-nav__inner ul li ul li.sub a::before,
.hb-nav .hb-nav__inner ul li ul li.sub span::before {
  width: 8px;
	height: 8px;
  border-width: 1px 1px 0 0;
  border-color: #000;
  left: 5px;
  text-decoration: underline;
}
.hb-nav .hb-nav__inner ul li.nob a,
.hb-nav .hb-nav__inner ul li.nob span {
  color: #000;
  border-bottom: none;
}
.hb-nav .hb-nav__inner ul li.bl a,
.hb-nav .hb-nav__inner ul li.bl span {
  color: var(--blue);
  border-bottom-color: var(--blue);
}
.hb-nav .hb-nav__inner ul li.do a,
.hb-nav .hb-nav__inner ul li.do span,
.hb-nav .hb-nav__inner ul li ul li.do a,
.hb-nav .hb-nav__inner ul li ul li.do span {
  color: var(--darkorange);
  border-bottom-color: var(--darkorange);
}
.hb-nav .hb-nav__inner ul li.bg a,
.hb-nav .hb-nav__inner ul li.bg span {
  color: var(--bluegreen);
  border-bottom-color: var(--bluegreen);
}
.hb-nav .hb-nav__inner ul li.bl a::before,
.hb-nav .hb-nav__inner ul li.bl span::before {
	border-color: var(--blue);
}
.hb-nav .hb-nav__inner ul li.do a::before,
.hb-nav .hb-nav__inner ul li.do span::before,
.hb-nav .hb-nav__inner ul li ul li.do a::before,
.hb-nav .hb-nav__inner ul li ul li.do span::before {
	border-color: var(--darkorange);
}
.hb-nav .hb-nav__inner ul li.bg a::before,
.hb-nav .hb-nav__inner ul li.bg span::before {
	border-color: var(--bluegreen);
}
.hb-nav .hb-nav__inner ul li a:hover {
  padding-left: 25px;
  transition: all .2s;
}
.hb-nav .hb-nav__inner ul li a:hover::before {
  left: -3px;
  transition: all .2s;
}
.hb-nav .hb-nav__inner ul li ul li.do a:hover,
.hb-nav .hb-nav__inner ul li ul li.sub a:hover {
  padding-left: 31px;
  text-decoration: none;
  transition: all .2s;
}
.hb-nav .hb-nav__inner ul li ul li.do a:hover::before,
.hb-nav .hb-nav__inner ul li ul li.sub a:hover::before {
  left: 10px;
  transition: all .2s;
}
.hb-nav .hb-nav__inner ul li a:focus {
  background-color: #eeeeee;
}
