/*------------------------------------------------
 Basic setting
--------------------------------------------------*/
:root {
  --blue: #0078d4;
  --darkblue: #13274c;
  --darkgray: #333333;
  --fs33: clamp(26px, 2.3571vw, 33px);
  --fs31: clamp(24px, 2.2143vw, 31px);
  --fs28: clamp(22px, 2vw, 28px);
  --fs26: clamp(20px, 1.8571vw, 26px);
  --fs23: clamp(18px, 1.6429vw, 23px);
  --fs20: clamp(16px, 1.4289vw, 20px);
  --fs16: clamp(14px, 1.6667vw, 16px);
}
#microsoft-365-smb {
  background: #fff;
  font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
  color: #333;
}
#microsoft-365-smb p {
  font-size: clamp(14px, 1.6667vw, 16px);
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb p {
    line-height: 1.6;
  }
}
#microsoft-365-smb h2 span,
#microsoft-365-smb h3 span {
  display: inline-block;
}
#microsoft-365-smb .disp_sp {
  display: none;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .disp_sp {
    display: inline;
  }
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .disp_pc {
    display: none;
  }
}
@media all and (max-width: 560px) {
  #microsoft-365-smb .disp_pc-tb {
    display: none;
  }
}
#microsoft-365-smb img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
#microsoft-365-smb i {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
#microsoft-365-smb .notes {
  font-size: 12px !important;
}
#microsoft-365-smb sup {
  font-size: 0.8rem;
  vertical-align: top;
  margin-left: 0.2rem;
}
#microsoft-365-smb .l-2025-page__section {
  padding: 0;
}
#microsoft-365-smb section.cont {
  padding-top: 90px;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb section.cont {
    padding-top: 40px;
  }
}
/*------------------------------------------------
 Col Grid
--------------------------------------------------*/
#microsoft-365-smb .col_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .col_grid {
    display: block;
  }
  #microsoft-365-smb .col_grid img {
    padding-bottom: clamp(15px, 3.8461vw, 30px);
  }
}
/*------------------------------------------------
 H2 title
--------------------------------------------------*/
#microsoft-365-smb h2 {
  color: var(--darkblue);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb h2 {
    line-height: 1.6;
  }
}
/*------------------------------------------------
 Button
--------------------------------------------------*/
#microsoft-365-smb .ctabtn {
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 15px clamp(35px, 4.4814vw, 55px) 15px clamp(25px, 3.2010vw, 45px);
  border-radius: 100px;
  border: 1px solid var(--darkgray);
  font-size: clamp(14px, 1.3333vw, 16px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--darkgray);
  transition: all .2s;
}
#microsoft-365-smb .ctabtn:hover,
#microsoft-365-smb a:hover .ctabtn {
  background-color: var(--darkgray);
  color: #fff;
  border: 1px solid var(--darkgray);
  text-decoration: none;
}
#microsoft-365-smb .hero .ctabtn {
  background-color: var(--darkblue);
  border: 1px solid var(--darkblue);
  color: #fff;
}
#microsoft-365-smb .hero .ctabtn:hover {
  background-color: #fff;
  color: var(--darkblue);
  border: 1px solid var(--darkblue);
}
#microsoft-365-smb .ctabtn::after {
  content: '';
  position: absolute;
  right: clamp(23px, 2.9449vw, 35px);
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-70%);
  transition: all .2s;
}
#microsoft-365-smb .ctabtn:hover::after,
#microsoft-365-smb a:hover .ctabtn::after {
  right: clamp(20px, 2.5608vw, 32px);
}
#microsoft-365-smb .cont_btn {
  display: inline-block;
  position: relative;
  text-align: center;
  border: 1px solid var(--darkgray);
  background-color: var(--darkgray);
  color: #fff;
  border-radius: 100px;
  padding: 15px 40px 15px 30px;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 600;
  line-height: 1.4;
}
#microsoft-365-smb .cont_btn b {
  font-weight: inherit;
  color: inherit;
}
#microsoft-365-smb .cont_btn {
  width: 60%;
}
#microsoft-365-smb .cont_btn {
  width: 100%;
  background-color: #fff;
  color: var(--darkgray);
}
#microsoft-365-smb .cont_btn i {
  position: absolute;
  color: #fff;
  border-color: #fff;
  right: 20px;
  margin: 0;
  padding: 0;
}
#microsoft-365-smb .cont_btn i {
  color: var(--darkgray);
  border-color: var(--darkgray);
}
#microsoft-365-smb .cont_btn.download i {
  top: 62%;
  transform: translateY(-62%);
  margin-left: 3px;
  width: 13px;
  height: 5px;
  border-radius: 1px;
  border: solid 1px currentColor;
  border-top: none;
}
#microsoft-365-smb .cont_btn.download i::before {
  content: '';
  position: absolute;
  left: 5px;
  top: -9px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
}
#microsoft-365-smb .cont_btn.download i::after {
  content: '';
  position: absolute;
  left: 2px;
  top: -7px;
  width: 7px;
  height: 7px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#microsoft-365-smb .cont_btn.movie i {
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 100px;
  width: 18px;
  height: 18px;
}
#microsoft-365-smb .cont_btn.movie i::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 1px;
  height: 9px;
  background-color: currentColor;
}
#microsoft-365-smb .cont_btn.movie i::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#microsoft-365-smb .cont_btn:hover,
#microsoft-365-smb a:hover .cont_btn {
  background: var(--darkgray);
  color: #fff;
}
#microsoft-365-smb .cont_btn:hover i,
#microsoft-365-smb .cont_btn:hover i::before,
#microsoft-365-smb .cont_btn:hover i::after,
#microsoft-365-smb a:hover .cont_btn i,
#microsoft-365-smb a:hover .cont_btn i::before,
#microsoft-365-smb a:hover .cont_btn i::after {
  border-color: #fff;
}
#microsoft-365-smb .cont_btn:hover.download i::before,
#microsoft-365-smb .cont_btn:hover.movie i::before,
#microsoft-365-smb a:hover .cont_btn.download i::before,
#microsoft-365-smb a:hover .cont_btn.movie i::before {
  background-color: #fff;
}
#microsoft-365-smb .cont_btn:hover i,
#microsoft-365-smb a:hover .cont_btn i {
  right: 17px;
}
#microsoft-365-smb .cont_btn,
#microsoft-365-smb .cont_btn i,
#microsoft-365-smb .cont_btn:hover i::before,
#microsoft-365-smb .cont_btn:hover i::after,
#microsoft-365-smb a .cont_btn,
#microsoft-365-smb a .cont_btn i,
#microsoft-365-smb a:hover .cont_btn i::before,
#microsoft-365-smb a:hover .cont_btn i::after {
  transition: all .2s;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .ctabtn {
    display: block;
    padding: 13px;
    text-align: center;
  }
  #microsoft-365-smb .ctabtn::after {
    right: 35px;
  }
  #microsoft-365-smb .ctabtn:hover::after,
  #microsoft-365-smb a:hover .ctabtn::after {
    right: 32px;
  }
}
/*------------------------------------------------
 Hero
--------------------------------------------------*/
#microsoft-365-smb .hero .hero_inr {
  background: #04050b url(/sites/default/files/dynabook-b2b/business/ai/ai-ready/images7/hero_bg_pc.jpg) no-repeat center center / clamp(1060px, 122.3571vw, 2400px);
}
#microsoft-365-smb .hero .hero_title h1,
#microsoft-365-smb .hero .hero_title p,
#microsoft-365-smb .hero .hero_contact {
  box-sizing: border-box;
  margin: 0 auto;
  width: min(82.3529411765vw, 1120px);
}
#microsoft-365-smb .hero .hero_title {
  padding-top: clamp(30px, 9.2857vw, 130px);
}
#microsoft-365-smb .hero .hero_title h1,
#microsoft-365-smb .hero .hero_title p {
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#microsoft-365-smb .hero .hero_title h1 {
  font-size: clamp(34px, 3.5714vw, 50px);
  line-height: 1.4;
}
#microsoft-365-smb .hero .hero_title p {
  padding-top: clamp(10px, 3.2vw, 44.8px);
  font-size: clamp(17px, 1.9286vw, 27px);
  line-height: 1.5;
}
#microsoft-365-smb .hero .hero_contact {
  padding-top: clamp(30px, 5.6429vw, 79px);
  padding-bottom: clamp(30px, 6.4286vw, 90px);
}
#microsoft-365-smb .hero .hero_contact a.ctabtn br {
  display: none;
}
@media all and (min-width: 1761px) {
  #microsoft-365-smb .hero .hero_title h1,
  #microsoft-365-smb .hero .hero_title p,
  #microsoft-365-smb .hero .hero_contact {
    width:calc(1120px * 1.1)
  }
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .hero .hero_inr {
    display: contents;
  }
  #microsoft-365-smb .hero .hero_title {
    background: #04050b url(/sites/default/files/dynabook-b2b/business/ai/ai-ready/images7/hero_bg_sp.jpg) no-repeat center bottom / clamp(200px, 153.4615vw, 1197px);
    width: 100%;
    padding-top: clamp(50px, 26.1273vw, 197px);
    padding-bottom: clamp(100px, 74.0053vw, 558px);
  }
  #microsoft-365-smb .hero .hero_title h1,
  #microsoft-365-smb .hero .hero_title p,
  #microsoft-365-smb .hero .hero_contact {
    width:90.2564102564vw;
    text-align: center;
  }
  #microsoft-365-smb .hero .hero_title h1 {
    font-size: clamp(18px, 6.6313vw, 50px);
  }
  #microsoft-365-smb .hero .hero_title p {
    padding-top: clamp(20px, 5.1282vw, 40px);
    font-size: clamp(14px, 3.9788vw, 30px);
  }
  #microsoft-365-smb .hero .hero_contact {
    padding: 4.8717948718vw;
    background-color: #fff;
  }
  #microsoft-365-smb .hero .hero_contact a.ctabtn {
    font-size: clamp(13px, 3vw, 20px);
    padding: 15px clamp(25px, 10vw, 35px);
  }
}
@media all and (max-width: 349px) {
  #microsoft-365-smb .hero .hero_contact a.ctabtn br {
    display: inline;
  }
}
/* Windows 11 logo */
#microsoft-365-smb .sec_win11 {
  padding: 0;
}
#microsoft-365-smb .sec_win11 .win11logo {
  display: grid;
  grid-template-columns: 160px auto 265px;
  column-gap: 31px;
  align-items: center;
  padding: 31px 0px 31px;
}
#microsoft-365-smb .sec_win11 .win11logo p {
  color: #0078d4;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .sec_win11 .win11logo {
    grid-template-columns: 160px auto;
    column-gap: auto;
    row-gap: 30px;
    padding: 10px 0px 31px;
  }
  #microsoft-365-smb .sec_win11 .win11logo a {
    width: 265px;
    grid-column: 1 / 3;
    grid-row: 2;
  }
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .sec_win11 .win11logo {
    grid-template-columns: 34vw auto;
    column-gap: 6.3vw;
    row-gap: 6.3vw;
  }
  #microsoft-365-smb .sec_win11 .win11logo a {
    width: auto;
  }
}
/*------------------------------------------------
 Navi section
--------------------------------------------------*/
#microsoft-365-smb .microsoft-365-smb_navi {
  background-color: var(--darkblue);
}
#microsoft-365-smb .microsoft-365-smb_navi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#microsoft-365-smb .microsoft-365-smb_navi div {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
#microsoft-365-smb .microsoft-365-smb_navi ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 15px;
  max-width: 1232px;
  margin: 0 auto; 
  padding: 20px 15px;
}
#microsoft-365-smb .microsoft-365-smb_navi ul li {
  display: grid;
  align-items: center;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(12px, 1.3462vw, 14px);
  line-height: 1.4;
  color: #fff;
  border-bottom: 1px solid #495875;
  cursor: pointer;
  transition: all .3s;
  scroll-snap-align: start;
  scroll-margin-left: 15px;
}
#microsoft-365-smb .microsoft-365-smb_navi.fixed ul {
  grid-template-columns: repeat(7, auto);
  padding: 12px 15px;
}
#microsoft-365-smb .microsoft-365-smb_navi.fixed ul li {
  padding: 0 0 7px 0;
  font-size: clamp(11px, 1.4085vw, 13.5px);
  transition: all .3s;
}
#microsoft-365-smb .microsoft-365-smb_navi.fixed ul li br {
  display: none;
}
#microsoft-365-smb .microsoft-365-smb_navi ul li:hover,
#microsoft-365-smb .microsoft-365-smb_navi.fixed ul li:hover,
#microsoft-365-smb .microsoft-365-smb_navi ul li.current {
  border-bottom-color: #fff;
}
@media all and (max-width: 1140px) {
  #microsoft-365-smb .microsoft-365-smb_navi ul {
    grid-template-columns: repeat(7, auto);
    padding: 17px 15px;
  }
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .microsoft-365-smb_navi ul li,
  #microsoft-365-smb .microsoft-365-smb_navi.fixed ul li {
    font-size: clamp(12px, 1.7949vw, 14px);
    padding: 0 5px 5px 5px;
  }
}
@media all and (max-width: 620px) {
  #microsoft-365-smb .microsoft-365-smb_navi ul {
    grid-template-columns: repeat(7, auto);
  }
}

/*------------------------------------------------
 Problem section
--------------------------------------------------*/
#microsoft-365-smb .problem_sec {
  background: #fff url(/sites/default/files/dynabook-b2b/business/ai/ai-ready/images7/problem_bg.png) no-repeat center bottom / 100%;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: clamp(100px, 19.2857vw, 270px);
}
#microsoft-365-smb .problem_sec .col_grid {
  column-gap: clamp(30px, 3.846vw, 70px);
  margin-bottom: clamp(50px, 7.1429vw, 100px);
}
#microsoft-365-smb .problem_sec .col_grid:nth-child(2) .txt {
  grid-row: 1;
  grid-column: 1;
}
#microsoft-365-smb .problem_sec .col_grid img {
  border-radius: 10px;
}
#microsoft-365-smb .problem_sec h2 {
  margin-bottom: 0;
  padding-bottom: 0.7em;
  font-size: var(--fs31);
}
#microsoft-365-smb .problem_sec .col_grid h2 {
  text-align: left;
}
#microsoft-365-smb .problem_sec .col_grid strong {
  display: block;
  padding: 1.5em 0 1em 0;
  color: var(--darkgray);
  font-weight: 600;
}
#microsoft-365-smb .problem_sec .col_grid .cont_btn {
  display: block;
  width: 70%;
  text-align: center;
  background-color: #dbf0f9;
}
#microsoft-365-smb .problem_sec .col_grid .cont_btn:hover {
  background-color: var(--darkgray);
}
#microsoft-365-smb .problem_sec .problem_subblk {
  padding-top: clamp(10px, 5vw, 70px);
}
#microsoft-365-smb .problem_sec .problem_subblk p {
  text-align: left;
  line-height: 1.8;
}
#microsoft-365-smb .problem_sec .problem_subblk div {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  column-gap: clamp(15px, 5.3191vw, 60px);
  margin-top: clamp(50px, 7.1429vw, 100px);
}
#microsoft-365-smb .problem_sec .problem_subblk div img {
  height: clamp(20px, 5.3191vw, 50px);
}
#microsoft-365-smb .problem_sec .problem_subblk div img:nth-child(2) {
  height: clamp(15px, 4.2553vw, 40px);
}
@media all and (min-width: 2400px) {
  #microsoft-365-smb .problem_sec {
    background-size: 2400px;
  }
}
@media all and (min-width: 1200px) {
  #microsoft-365-smb .problem_sec .problem_subblk p {
    text-align: center;
    line-height: 2.4;
  }
}
@media all and (max-width: 1050px) {
  #microsoft-365-smb .problem_sec .col_grid h2 span {
    display: inline;
  }
}
@media all and (max-width: 960px) {
  #microsoft-365-smb .problem_sec .col_grid strong {
    text-align: center;
  }
  #microsoft-365-smb .problem_sec .col_grid .cont_btn {
    padding: 13px;
    width: 100%;
  }
  #microsoft-365-smb .problem_sec .problem_subblk {
    padding-top: clamp(10px, 7.2917vw, 96px);
  }
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .problem_sec {
    background-size: 960px;
    padding-top: 10px;
  }
}
@media all and (max-width: 560px) {
  #microsoft-365-smb .problem_sec .problem_subblk h2 {
    text-align: left;
  }
  #microsoft-365-smb .problem_sec .problem_subblk h2 span {
    display: inline;
  }
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .problem_sec h2,
  #microsoft-365-smb .problem_sec .problem_subblk h2 {
    font-size: var(--fs28);
  }
}
/*------------------------------------------------
 Solution section
--------------------------------------------------*/
#microsoft-365-smb .solution_sec {
  background: #f0f6f7 url(/sites/default/files/dynabook-b2b/business/ai/ai-ready/images7/solution_bg.jpg) no-repeat center top / 1400px;
  padding-top: clamp(150px, 33.5714vw, 470px);
  padding-bottom: clamp(45px, 6.4286vw, 90px);
}
@media all and (max-width: 1400px) {
  #microsoft-365-smb .solution_sec {
    background-size: 100%;
  }
}
#microsoft-365-smb .solution_sec h2 {
  padding-bottom: 0.6em;
  font-size: var(--fs33);
}
#microsoft-365-smb .solution_sec h2 + p {
  text-align: center;
  font-size: var(--fs23);
  font-weight: 600;
}
#microsoft-365-smb .solution_sec h2 + p span {
  display: inline-block;
}
#microsoft-365-smb .solution_sec .solution_grid {
  padding-top: clamp(48px, 5.7143vw, 80px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  grid-gap: 28px;
}
#microsoft-365-smb .solution_sec .solution_grid li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0;
  border-radius: 10px;
  background: #fff;
  padding-bottom: 35px;
}
#microsoft-365-smb .solution_sec .solution_grid li img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
#microsoft-365-smb .solution_sec .solution_grid li > span,
#microsoft-365-smb .solution_sec .solution_grid li h3,
#microsoft-365-smb .solution_sec .solution_grid li p {
  padding: 0 25px;
}
#microsoft-365-smb .solution_sec .solution_grid li > span {
  text-align: center;
  font-size: var(--fs23);
  color: var(--darkblue);
}
#microsoft-365-smb .solution_sec .solution_grid li h3 {
  text-align: center;
  font-size: var(--fs23);
  color: var(--darkblue);
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 1em;
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .solution_sec h2 {
    font-size: var(--fs28);
  }
}
/*------------------------------------------------
 Productivity section
--------------------------------------------------*/
#microsoft-365-smb .productivity_sec {
  background-color: #fff8f3;
  padding-bottom: clamp(45px, 6.4286vw, 90px);
}
#microsoft-365-smb .productivity_sec h2 {
  padding-bottom: clamp(30px, 5.7149vw, 80px);
  font-size: var(--fs31);
}
#microsoft-365-smb .productivity_sec .col_grid {
  column-gap: clamp(30px, 3.846vw, 70px);
  margin-bottom: clamp(30px, 5.7149vw, 80px);
}
#microsoft-365-smb .productivity_sec .col_grid.col_grid.whitepaper {
  margin-bottom: 0;
  column-gap: 0;
}
#microsoft-365-smb .productivity_sec .col_grid img,
#microsoft-365-smb .productivity_sec .col_grid.whitepaper div {
  grid-column: 2;
  grid-row: 1;
}
#microsoft-365-smb .productivity_sec .col_grid.whitepaper img,
#microsoft-365-smb .productivity_sec .col_grid div {
  grid-column: 1;
  grid-row: 1;
}
#microsoft-365-smb .productivity_sec .col_grid.whitepaper {
  grid-template-rows: max-content max-content max-content 1fr;
  column-gap: clamp(20px, 4.6875vw, 45px);
  padding: clamp(20px, 4.6875vw, 45px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all .2s;
}
#microsoft-365-smb .productivity_sec .col_grid.whitepaper:hover {
  background: #fafafa;
  text-decoration: none;
  color: inherit;
}
#microsoft-365-smb .productivity_sec .col_grid.whitepaper div > span {
  display: inline-block;
  padding: 5px 10px;
  background: #ceccde;
  border-radius: 3px;
  color: #1b1464;
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 600;
  line-height: 1.2;
}
#microsoft-365-smb .productivity_sec .col_grid.whitepaper div h3 {
  padding-top: 10px;
  padding-bottom: 1em;
  font-size: var(--fs20);
  color: #000;
  font-weight: 600;
}
#microsoft-365-smb .productivity_sec .col_grid.whitepaper div p {
  color: var(--darkgray);
}
#microsoft-365-smb .productivity_sec .col_grid.whitepaper .cont_btn {
  display: block;
  margin-top: 30px;
  width: 70%;
  text-align: center;
}
@media all and (max-width: 960px) {
  #microsoft-365-smb .productivity_sec .col_grid.whitepaper .cont_btn {
    width: 100%;
  }
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .productivity_sec h2 {
    font-size: var(--fs28);
  }
}
/*------------------------------------------------
 Choose PC section
--------------------------------------------------*/
#microsoft-365-smb .choose-pc_sec {
  background-color: #e0e7f7;
  padding-bottom: clamp(45px, 6.4286vw, 90px);
}
#microsoft-365-smb .choose-pc_sec h2 {
  padding-bottom: 0.6em;
  font-size: var(--fs33);
}
#microsoft-365-smb .choose-pc_sec h2 + p {
  text-align: center;
}
#microsoft-365-smb .choose-pc_sec .choose-pc_grid {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 3.5%;
  padding-top: clamp(48px, 5.7143vw, 80px);
}
#microsoft-365-smb .choose-pc_sec .choose-pc_grid li {
  width: 31%;
  padding-bottom: 30px;
}
#microsoft-365-smb .choose-pc_sec .choose-pc_grid li .image {
  padding-bottom: 20px;
  text-align: center;
}
#microsoft-365-smb .choose-pc_sec .choose-pc_grid li .image img {
  width: 90%;
}
#microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt h3 {
  text-align: center;
  font-size: var(--fs23);
  color: var(--darkblue);
  font-weight: 600;
  padding-bottom: 0.8em;
}
#microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt h3 .disp_tb-t {
  display: none;
}
#microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt p {
  text-align: center;
  padding-bottom: 1.5em;
  font-size: clamp(14px, 1.1429vw, 16px);;
}
@media all and (max-width: 1100px) {
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt p {
    text-align: left;
  }
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt p .disp_pc {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 1000px) {
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt h3 .disp_tb-t {
    display: inline;
  }
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt h3 {
    font-size: var(--fs20);
  }
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li .image img {
    width: 100%;
  }
}
@media all and (max-width: 560px) {
  #microsoft-365-smb .choose-pc_sec h2 + p {
    text-align: left;
  }
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid {
    display: block;
  }
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li {
    display: grid;
    grid-template-columns: 1fr 1.75fr;
    width: 100%;
    column-gap: 25px;
  }
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt h3 {
    text-align: left;
    font-size: var(--fs20);
    line-height: 1.4;
  }
  #microsoft-365-smb .choose-pc_sec .choose-pc_grid li .txt p {
    padding-bottom: 0.5em;
    line-height: 1.4;
  }
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .choose-pc_sec h2 {
    font-size: var(--fs28);
  }
}
/*------------------------------------------------
 Windows10 EOS section
--------------------------------------------------*/
#microsoft-365-smb .windows10-eos_sec {
  text-align: center;
  background: #00010f url(/sites/default/files/dynabook-b2b/business/ai/ai-ready/images7/eos_bg.png) no-repeat center bottom / 1400px;
  padding-bottom: 40px;
}
#microsoft-365-smb .windows10-eos_sec h2 {
  margin-bottom: clamp(15px, 4.6875vw, 45px);
  font-size: var(--fs33);
  color: #fff;
}
#microsoft-365-smb .windows10-eos_sec h3 {
  text-align: center;
  font-size: var(--fs23);
  color: #fff;
  line-height: 1.4;
}
#microsoft-365-smb .windows10-eos_sec .eos_risks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(10px, 3.3088vw, 45px);
  margin-top: clamp(30px, 6.25vw, 60px);
  color: #fff;
}
#microsoft-365-smb .windows10-eos_sec .eos_risks li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#microsoft-365-smb .windows10-eos_sec .eos_risks img {
  width: 55.5%;
  margin: 0 auto;
}
#microsoft-365-smb .windows10-eos_sec .eos_risks h4 {
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding-top: 1.5em;
}
#microsoft-365-smb .windows10-eos_sec .eos_risks p {
  padding-top: 1.2em;
}
#microsoft-365-smb .windows10-eos_sec .eos_cta {
  margin: 50px 0 40px;
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#microsoft-365-smb .windows10-eos_sec .eos_cta p {
  font-size: var(--fs26);
  font-weight: 600;
  padding-bottom: 30px;
}
#microsoft-365-smb .windows10-eos_sec .win11 {
  display: grid;
  grid-template-columns: 162px auto;
  align-items: center;
}
#microsoft-365-smb .windows10-eos_sec .win11 p {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  padding-left: 30px;
  text-align: left;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .windows10-eos_sec {
    background-size: 150%;
  }
  #microsoft-365-smb .windows10-eos_sec .eos_risks {
    grid-template-columns: 1fr;
  }
  #microsoft-365-smb .windows10-eos_sec .eos_risks li {
    grid-template-columns: 0.2fr 1fr;
    grid-template-rows: max-content 1fr;
    grid-row: span 2;
    column-gap: clamp(20px, 3.8461vw, 30px);
    text-align: left;
    padding: 0 4%;
  }
  #microsoft-365-smb .windows10-eos_sec .eos_risks img {
    width: 100%;
    grid-column: 1;
    grid-row: 1 / 3;
  }
  #microsoft-365-smb .windows10-eos_sec .eos_risks h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding-top: 1.3em;
  }
  #microsoft-365-smb .windows10-eos_sec .eos_risks p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    padding-top: 0.4em;
  }
  #microsoft-365-smb .windows10-eos_sec h3,
  #microsoft-365-smb .windows10-eos_sec .eos_cta p {
    text-align: left;
  }
  #microsoft-365-smb .windows10-eos_sec .eos_risks li {
    padding: 0;
  }
  #microsoft-365-smb .windows10-eos_sec .eos_risks h4 {
    padding: 0;
  }
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .windows10-eos_sec h2 {
    font-size: var(--fs28);
  }
  #microsoft-365-smb .windows10-eos_sec .eos_cta p br {
    display: none;
  }
}
/*------------------------------------------------
 Devices section
--------------------------------------------------*/
#microsoft-365-smb .devices_sec {
  background-color: #fff;
  padding-bottom: clamp(45px, 6.4286vw, 90px);
}
#microsoft-365-smb .devices_sec h2 {
  font-size: var(--fs33);
  padding-bottom: clamp(30px, 5.7149vw, 80px);
}
#microsoft-365-smb .devices_sec .devices_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: clamp(10px, 3.3088vw, 45px) clamp(10px, 3.3088vw, 45px);
}
#microsoft-365-smb .devices_sec .devices_grid a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all .2s;
}
#microsoft-365-smb .devices_sec .devices_grid a .deviceinfo {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  column-gap: 20px;
}
#microsoft-365-smb .devices_sec .devices_grid a .deviceinfo h3 {
  grid-column: 1;
  grid-row: 1;
  font-size: var(--fs20);
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  margin: 0 0 20px;
}
#microsoft-365-smb .devices_sec .devices_grid a .deviceinfo .device_img {
  grid-column: 2;
  grid-row: 1 / 4;
}
#microsoft-365-smb .devices_sec .devices_grid a .deviceinfo p {
  grid-column: 1 /3;
  grid-row: 2;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}
#microsoft-365-smb .devices_sec .devices_grid a .deviceinfo .device_logo {
  grid-column: 1;
  grid-row: 3;
}
#microsoft-365-smb .devices_sec .devices_grid a .win11 {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  padding: 30px 0 30px 0;
}
#microsoft-365-smb .devices_sec .devices_grid a .win11 p {
  font-size: 11px;
  line-height: 1.4;
  color: #0078d4;
  padding-left: 20px;
}
#microsoft-365-smb .devices_sec .devices_grid a .ctabtn {
  text-align: center;
}
#microsoft-365-smb .devices_sec .devices_grid a .notes {
  padding-top: 15px;
  color: var(--darkgray);
}
#microsoft-365-smb .devices_sec .devices_grid a:hover {
  background: #fafafa;
  text-decoration: none;
  color: inherit;
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .devices_sec .devices_grid {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 512px) {
  #microsoft-365-smb .devices_sec .devices_grid a .deviceinfo h3 br {
    display: none;
  }
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .devices_sec h2 {
    font-size: var(--fs28);
  }
}
/*------------------------------------------------
 Solution links section
--------------------------------------------------*/
#microsoft-365-smb .solution-links_sec {
  background-color: #e0e7f7;
  padding-bottom: clamp(45px, 6.4286vw, 90px);
}
#microsoft-365-smb .solution-links_sec h2 {
  font-size: var(--fs33);
  padding-bottom: clamp(30px, 5.7149vw, 80px);
}
#microsoft-365-smb .solution-links_sec .solution-links_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  grid-gap: 28px;
}
#microsoft-365-smb .solution-links_sec .solution-links_grid a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all .2s;
}
#microsoft-365-smb .solution-links_sec .solution-links_grid a:hover {
  background: #fafafa;
  text-decoration: none;
  color: inherit;
}
#microsoft-365-smb .solution-links_sec .solution-links_grid a img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
#microsoft-365-smb .solution-links_sec .solution-links_grid a:hover img {
  opacity: 0.8;
}
#microsoft-365-smb .solution-links_sec .solution-links_grid a h3 {
  margin: 0;
  padding: 0 20px 0 20px;
  font-size: var(--fs20);
  line-height: 1.6;
  color: #000;
  font-weight: 600;
}
#microsoft-365-smb .solution-links_sec .solution-links_grid a p {
  padding: 15px 20px 0 20px;
  color: #000;
}
#microsoft-365-smb .solution-links_sec .solution-links_grid a .ctabtn {
  margin: 30px 20px 20px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  #microsoft-365-smb .solution-links_sec .solution-links_grid a .ctabtn {
    margin-top: 20px;
  }
}
@media all and (max-width: 780px) {
  #microsoft-365-smb .solution-links_sec .solution-links_grid {
    grid-gap: 22px;
  }
  #microsoft-365-smb .solution-links_sec .solution-links_grid a h3,
  #microsoft-365-smb .solution-links_sec .solution-links_grid a p {
    padding-left: 15px;
    padding-right: 15px;
  }
  #microsoft-365-smb .solution-links_sec .solution-links_grid a p {
    padding-top: 10px;
  }
  #microsoft-365-smb .solution-links_sec .solution-links_grid a .ctabtn {
    margin: 15px;
  }
}
@media all and (max-width: 430px) {
  #microsoft-365-smb .solution-links_sec h2 {
    font-size: var(--fs28);
  }
}
/*------------------------------------------------
 Contact block
--------------------------------------------------*/
#contact_sec h2 {
  font-size: var(--fs33);
  padding-bottom: clamp(30px, 4.2857vw, 60px);
}
#contact_sec .contact_inr {
  padding: 24px 40px;
  background-color: #f5f6f7;
}
#contact_sec .contact_btn_inr {
  width: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  display: table;
  border-collapse: separate;
  border-radius: 5px;
  text-align: center;
}
#contact_sec .contact_btn_inr a {
  display: table-cell;
  border-radius: 5px;
  line-height: 26px;
  vertical-align: middle;
  font-size:120%;
  font-size: clamp(16.8px, 3vw, 19.2px);
  color: #039;
  padding: 27px 10px;
}
#contact_sec .contact_btn_inr a:hover {
  color: #f63;
  text-decoration: underline;
}
#contact_sec .contact_btn_inr a .icon_mail {
  margin-right: 10px;
  margin-left: 0;
}
#contact_sec .contact_btn_inr a .icon_window {
  margin-right: 2px;
  margin-left: 5px;
}
#contact_sec .contact_btn_inr a img {
  vertical-align: middle;
}
@media all and (max-width: 430px) {
  #contact_sec h2 {
    font-size: var(--fs28);
  }
}
/*------------------------------------------------
 Windows 11 Pro banner block
--------------------------------------------------*/
#win11pro_bnr {
  padding-top: clamp(40px, 4.2857vw, 60px);
}
#win11pro_bnr .bnr_win11-pro {
  display: block;
  position: relative;
  background-color: #000;
  color: #fff;
}
#win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr {
  position: absolute;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  top: 0;
  left: 23%;
  width: 77%;
  height: 100%;
}
#win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_title {
  font-size: clamp(24px, 2.449vw, 33.6px);
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}
#win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_lead {
  font-size: clamp(14.08px, 1.5714vw, 20.8px);
  line-height: 1.2;
}
#win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_notes {
  font-size: clamp(11.2px, 1.1429vw, 12px);
  padding-top: 10px;
  line-height: 1.1;
}
#win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_btn {
  justify-self: center;
}
#win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_btn div {
  display: table-cell;
  font-size: clamp(12.8px, 1.3061vw, 14.08px);
  font-weight: bold;
  line-height: 1.2;
  padding:12px 20px;
  background-color: var(--blue);
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  transition: all .3s;
}
#win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_btn div .icon_window {
  margin-right: 0;
  margin-left: 5px;
  filter: brightness(150%);
}
#win11pro_bnr a.bnr_win11-pro:hover .bnr_win11-pro_inr .bnr_win11-pro_txt {
  color: #fff;
}
#win11pro_bnr a.bnr_win11-pro:hover .bnr_win11-pro_inr .bnr_win11-pro_btn div {
  color: var(--blue);
  background-color: #fff;
}
#win11pro_bnr a.bnr_win11-pro:hover .bnr_win11-pro_inr .bnr_win11-pro_btn div .icon_window {
  filter: brightness(120%);
}
#win11pro_bnr a.bnr_win11-pro div:has(img.disp_pc) {
  overflow: hidden;
}
#win11pro_bnr a.bnr_win11-pro div img.disp_pc {
  width: 1232px;
  max-width: none;
}
#win11pro_bnr a.bnr_win11-pro div .disp_pc,
#win11pro_bnr a.bnr_win11-pro div .disp_sp {
  transition: all .3s;
}
#win11pro_bnr a.bnr_win11-pro:hover div .disp_pc,
#win11pro_bnr a.bnr_win11-pro:hover div .disp_sp {
  filter: brightness(130%);
}
@media all and (max-width: 1359px) {
  #win11pro_bnr a.bnr_win11-pro div img.disp_pc {
    width: 90.55vw;
  }
}
@media all and (max-width: 980px) {
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_title {
    padding-bottom: 10px;
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_notes {
    padding-top: 5px;
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_btn {
    padding-right: 15px;
  }
}
@media all and (max-width: 780px) {
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    left: 34%;
    width: 66%;
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_txt {
    align-self: end;
    padding-right: 10px;
    padding-bottom: clamp(5px, 2.2vw, 15px);
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_title {
    font-size: clamp(11px, 3.9vw, 30px);
    padding-bottom: clamp(5px, 1.8vw, 10px);
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_lead {
    font-size: clamp(9px, 2.4vw, 18px);
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_notes {
    font-size: clamp(6px, 2vw, 12px);
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_btn {
    justify-self: start;
    align-self: start;
  }
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_btn div {
    font-size: clamp(9px, 2.4vw, 14px);
    padding: 8px 15px;
  }
}
@media all and (max-width: 560px) {
  #win11pro_bnr .bnr_win11-pro .bnr_win11-pro_inr .bnr_win11-pro_btn div {
    font-weight: normal;
    padding: 5px 12px;
  }
}
/*------------------------------------------------
 Notes block
--------------------------------------------------*/
#microsoft-365-smb .notes_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
#microsoft-365-smb .notes_sec .notes {
  line-height: 1.6;
}
/*------------------------------------------------
 Movie Modal block
--------------------------------------------------*/
#microsoft-365-smb .modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#microsoft-365-smb .modal-content {
  position: relative;
  width: 90%;
  max-width: 1120px;
  top: 5%;
}
.modal-content .video-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.modal-content .video-container iframe {
  width: 100%;
  height: 100%;
}
.modal-content .modal_close {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9999;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  right: 0;
  bottom: 100%;
  background: none;
  margin: 0 0 5px;
}
.modal-content .modal_close .modal_close_ico {
  position: relative;
  display: block;
  width: 48px;
  padding-bottom: 48px;
  border-radius: 100px;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
@media all and (max-width: 780px) {
  .modal-content .modal_close .modal_close_ico {
    width: 40px;
    padding-bottom: 40px;
    margin: 0 5px 0 0;
  }
}
.modal-content .modal_close .modal_close_ico::before,
.modal-content .modal_close .modal_close_ico::after {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.modal-content .modal_close .modal_close_ico::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content .modal_close .modal_close_ico::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content .modal_movie_note {
  margin-top: 20px;
}
.modal-content .modal_movie_note li {
  color: #fff;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
}
.modal-content .modal_movie_note li + li {
  margin-top: 5px;
}
@media all and (max-width: 780px) {
  .modal-content .modal_movie_note {
    margin-top: 15px;
  }
  .modal-content .modal_movie_note li {
    font-size: 10px;
  }
}
