@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  animation: fadeIn 0.6s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.6s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content {
  background-image: -o-linear-gradient(left, #f6eceb 50%, #defaff 90%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f6eceb), color-stop(90%, #defaff));
  background-image: linear-gradient(90deg, #f6eceb 50%, #defaff 90%);
}
.wrapper {
  min-width: 1280px;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
h1 {
  background: #fff;
  height: 40px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
h1 a {
  line-height: 0;
}
h1 img {
  width: 100px;
}
section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 40px 20px;
}
section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  position: relative;
}
section p a {
  font-weight: bold;
  color: #000;
}
section h2 {
  font-size: 44px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 0.3em;
  position: relative;
}
section h3 {
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.centers {
  text-align: center;
}
.topspaces {
  margin-top: 40px;
}
.bottomSpaces {
  margin-bottom: 20px;
}
.bottomSpaces10 {
  margin-bottom: 10px;
}
section.mainImage {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.mainBlock {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
section.mainImage nav {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 37, 122, 0.8);
}
section.mainImage nav ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
section.mainImage nav ul.nav li {
  font-size: 18px;
  line-height: 1.4em;
}
section.mainImage nav ul.nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.7em;
}
section.mainImage span {
  display: block;
  position: relative;
}
section.mainImage span img.sp {
  display: none;
}
section.mainImage .mainBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}
section.mainImage .mainBlock p {
  text-align: center;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
section.mainImage .mainBlock .mainLogo {
  width: 420px;
  margin: 0 auto;
}
section.mainImage .mainBlock.mbPage {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.mainImage .mainBlock.mbPage .mainLogo {
  width: 280px;
  margin: 0 auto;
}
.borders {
  display: inline-block;
  border: 6px #ddd solid;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}
.flexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexs p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
span.pcConsultation {
  max-width: 40%;
}
.noSpaces {
  margin-top: 0;
}
.borders p {
  margin-bottom: 0;
}
.pagetop a {
  background: #666;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
}
.pagetop img {
  width: 30px;
}
.footer {
  background-color: #111;
  color: #fff;
  position: relative;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}
.footerNav ul {
  margin-bottom: 15px;
  font-size: 0;
}
.footerNav li {
  font-size: 13px;
  line-height: 1.4em;
  margin: 0 0.8em 0.5em;
  display: inline-block;
}
.footerNav li a {
  color: #fff;
  background: url("/promo/microsoft/202603-copilot-pc-campaign/img/bg_outlink.png") no-repeat left center;
  background-size: 13px auto;
  display: inline-block;
  padding-left: 17px;
  text-decoration: none;
}
.footerCopyright {
  font-size: 14px;
  line-height: 1.4em;
}
.footerCopyright small {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.sectionInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
section.consultationSection {
  background-color: #fff;
}
section.consultationSection h2 {
  text-align: center;
  margin-bottom: 0.5em;
}
section.consultationSection h2 span {
  display: inline-block;
  background-image: -o-linear-gradient(left, #ff65a6 20%, #f1b547 40%, #55e0ad 60%, #4baaff 80%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ff65a6), color-stop(40%, #f1b547), color-stop(60%, #55e0ad), color-stop(80%, #4baaff));
  background-image: linear-gradient(90deg, #ff65a6 20%, #f1b547 40%, #55e0ad 60%, #4baaff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twoBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tbOne {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tbTwo {
  width: 37%;
  margin-left: 30px;
}
.tbTwo:has(iframe) {
  width: 48%;
}
.tbTwo span {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.tbTwo span iframe {
  width: 100%;
  height: 100%;
}
section#consultation .tbOne {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section#consultation .tbTwo {
  width: 45%;
}
.images {
  max-width: 680px;
  margin: 0 auto 20px;
}
section#consultation .twoBlocks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#consultation .twoBlocks .tbOne {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.twoBlocks.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.twoBlocks.rev .tbTwo {
  width: 37%;
  margin-left: 0;
  margin-right: 30px;
}
.twoBlocks p strong {
  font-size: 18px;
  line-height: 1.6em;
  display: block;
  margin-bottom: 0.5em;
}
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  background-color: #00257a;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 30px;
  min-width: 400px;
}
.btn a span,
.btn strong span {
  display: inline-block;
  background: url(/promo/microsoft/202603-copilot-pc-campaign/img/linkright.svg) no-repeat left top 6px;
  background-size: 8px auto;
  padding-left: 15px;
}
.btn.btnUnder a span {
  background: url(/promo/microsoft/202603-copilot-pc-campaign/img/linkbottom.svg) no-repeat left top 10px;
  background-size: 16px auto;
  padding-left: 22px;
}
.btnLists {
  text-align: center;
  margin-bottom: 30px;
}
.btnLists .btn {
  display: inline-block;
  margin: 0 5px 10px;
}
.btnLists .btn.dbs {
  display: block;
  margin-bottom: 30px;
}
.btnLists .btn a {
  display: inline-block;
  background-color: #00257a;
  border-radius: 30px;
  font-size: 15px;
  line-height: 1.4em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 30px;
  min-width: auto;
}
.twoBlocks + .btn {
  margin-top: 20px;
}
.iconBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iconBlocksCell {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  margin: 0 8px;
  min-width: 200px;
}
.iconBlocksCell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
}
.iconBlocksCell .btn strong {
  display: inline-block;
  background-color: #00257a;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
}
.iconBlocksCellMark {
  max-width: 100px;
  margin-right: 15px;
}
.tableOuter {
  margin: 20px auto;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
}
.tableOuter table {
  width: 100%;
  margin: 0 auto;
  empty-cells: show;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}
.tableOuter table th,
.tableOuter table td {
  vertical-align: top;
  padding: 10px 15px;
}
.tableOuter table th {
  background-color: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.tableOuter table td {
  border-top: 1px #999 solid;
}
.tableOuter table td:first-child {
  background-color: #defaff;
}
.tableOuter table.sideTwo th {
  width: 50%;
}
.tableOuter table.sideThree th:first-child {
  width: 25%;
}
.tableOuter table.sideThree th:nth-child(2) {
  width: 38.5%;
}
.tableOuter table.sideThree th:nth-child(3) {
  width: 38.5%;
}
.tableOuter table.sideThreedash th:first-child {
  width: 25%;
}
.tableOuter table.sideThreedash th:nth-child(2) {
  width: 25%;
}
.tableOuter table.sideThreedash th:nth-child(3) {
  width: 50%;
}
.tableOuter table.sideThree tr td:nth-child(1),
.tableOuter table.sideThreedash tr td:nth-child(1) {
  font-weight: 700;
}
.tableOuter table.sideThree tr td:nth-child(2),
.tableOuter table.sideThreedash tr td:nth-child(2) {
  background-color: #f0fdff;
}
.blocks {
  margin: 20px 0 20px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blocksCell {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.blocksFour .blocksCell {
  width: calc(25% - 20px);
}
.notb .blocksCell {
  margin-top: 0;
}
.blocks.twoLInes {
  margin-bottom: 40px;
}
.blocks.twoLInes.pcSelect {
  margin-bottom: 0;
}
.blocks.twoLInes .blocksCell {
  width: calc(50% - 20px);
  margin-top: 20px;
}
.blocksCellMainImage {
  margin-bottom: 20px;
}
.blocksCellMainImageWidth {
  width: 80%;
  margin: 0 auto 20px;
}
span.marks {
  display: block;
  width: 64px;
  margin-bottom: 10px;
  position: relative;
  margin-top: -50px;
}
.blocksCell h4 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.h4Plus .blocksCell h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
  background: url(/promo/microsoft/202603-copilot-pc-campaign/img/check.svg) no-repeat left top 10px;
  background-size: 22px auto;
  padding-left: 26px;
}
.h4Plus .blocksCell h5 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.3em;
}
span.mr {
  font-size: 70%;
  vertical-align: top;
}
.blocksCell p {
  font-size: 14px;
  line-height: 1.8em;
}
.blocksCell p:last-child {
  margin-bottom: 0;
}
.pcSelect .blocksCell p {
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
.blocksFour .blocksCell p {
  line-height: 1.6em;
}
.parc {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.parc strong {
  display: inline-block;
  font-size: 70px;
  line-height: 1.2em;
}
ul.blocksLists {
  list-style: none;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 1em;
}
ul.blocksLists li {
  margin-bottom: 0.6em;
  padding-left: 1em;
  text-indent: -1em;
}
ul.blocksLists li:last-child {
  margin-bottom: 0;
}
ul.blocksLists li::before {
  content: "・";
  width: 1em;
  min-width: 1em;
  text-align: center;
  padding-left: 0;
  text-indent: 0;
  display: inline-block;
}
ul.blocksLists li small {
  display: block;
  margin-top: 0.6em;
  font-size: 13px;
  line-height: 1.6em;
  padding-left: 0;
  text-indent: 0;
}
.checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
  font-size: 22px;
  line-height: 1.4em;
  color: #00257a;
}
.checksCell {
  border: 4px #00257a solid;
  padding: 6px 26px 6px 46px;
  border-radius: 24px;
  margin: 0 6px 10px;
  font-weight: 700;
  background: url(/promo/microsoft/202603-copilot-pc-campaign/img/checkblue.svg) no-repeat left 22px top 16px;
  background-size: 18px auto;
}
ul.logos {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  margin-bottom: 30px;
}
ul.logos li {
  margin-left: 20px;
  margin-top: 20px;
}
ul.logos li img {
  width: 100%;
  height: 100%;
  max-width: 110px;
  max-height: 16px;
}
ul.logos li:first-child img,
ul.logos li:nth-child(3) img,
ul.logos li:nth-child(4) img,
ul.logos li:nth-child(6) img,
ul.logos li:nth-child(11) img {
  max-height: 26px;
}
.pageTitle {
  width: 260px;
  margin: 0 auto 20px;
}
.colorBlocks {
  margin-top: 0;
  text-align: center;
  color: #fff;
}
span.parcent {
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto 10px;
}
.colorBlocks .blocksCell {
  margin-top: 10px;
}
.colorBlocks .blocksCell:first-child {
  background-color: #6882bd;
}
.colorBlocks .blocksCell:nth-child(2) {
  background-color: #de8e6d;
}
.colorBlocks .blocksCell:nth-child(3) {
  background-color: #85bc79;
}
.colorBlocks p {
  font-weight: 700;
  line-height: 1.5em;
}
.middleSize {
  max-width: 880px;
  margin: 0 auto;
}
.slideOuter {
  max-width: 880px;
  margin: 30px auto 0;
}
.slideCellInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 15px;
}
.slideImage {
  width: 40%;
  margin-right: 20px;
}
.slideText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 30px;
}
.slideLogo {
  max-width: 160px;
  margin-bottom: 10px;
}
.slideText p {
  font-size: 15px;
  line-height: 1.7em;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  z-index: 3;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #00257a;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  border-radius: 50%;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slick-prev {
  background-image: url(/promo/microsoft/202603-copilot-pc-campaign/img/prev.svg);
  left: -70px;
}
.slick-next {
  background-image: url(/promo/microsoft/202603-copilot-pc-campaign/img/next.svg);
  right: -70px;
}
.slick-disabled {
  opacity: 0;
}
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  bottom: -30px;
  width: 100%;
}
ul.slick-dots button {
  display: none;
}
ul.slick-dots {
  margin: auto;
  list-style: none;
}
ul.slick-dots li {
  width: 10px;
  margin: 0 6px 6px;
  height: 10px;
  border-radius: 50%;
  background-color: #c3cce0;
  position: relative;
}
ul.slick-dots li.slick-active {
  background-color: #00257a;
}
.accBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.accBlocksImage {
  width: calc(50% - 30px);
  margin-left: 30px;
}
.accBlocksText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.accQes {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00257a;
  cursor: pointer;
  background-color: #fff;
  padding: 10px 20px 10px 45px;
  border-radius: 30px;
  margin-bottom: 15px;
  background: url(/promo/microsoft/202603-copilot-pc-campaign/img/accopen.svg) no-repeat top 20px left 20px #fff;
  background-size: 16px auto;
}
.accQes.open {
  background-image: url(/promo/microsoft/202603-copilot-pc-campaign/img/accclose.svg);
}
.accAns {
  padding: 0 10px 20px;
  display: none;
}
.accAns p {
  font-size: 15px;
  line-height: 1.8em;
}
.backs {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.4em;
  text-align: right;
}
.backs a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  background: url(/promo/microsoft/202603-copilot-pc-campaign/img/linkblack.svg) no-repeat left top 6px;
  background-size: 8px auto;
  padding-left: 14px;
}
section.ats {
  background-color: #fff;
}
.atsBlocks p {
  font-size: 13px;
  line-height: 1.6em;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: anywhere;
}
.atsBlocks h3 {
  font-size: 14px;
}
#breadcrumbOuter {
  background-color: #fff;
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
#breadcrumb li {
  display: inline-block;
  margin: 0 0 8px 0;
  padding-left: 14px;
  background-size: 5px auto;
  vertical-align: top;
  position: relative;
}
#breadcrumb li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb li:first-child::before {
  display: none;
}
#breadcrumb li a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) and (min-width: 600px) {
  section.mainImage nav ul.nav li a,
  .btn a,
  .iconBlocksCell a .btn strong {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  section.mainImage nav ul.nav li a:hover {
    opacity: 0.7;
  }
  .btn a:hover {
    background-color: #5870a8;
  }
  .iconBlocksCell a:hover .btn strong {
    background-color: #5870a8;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    min-width: auto;
  }
  section {
    padding: 30px 20px 10px;
  }
  section.mainImage {
    overflow: hidden;
  }
  section.mainImage span img.pc {
    display: none;
  }
  section.mainImage span img.sp {
    display: block;
  }
  section.mainImage .mainBlock p {
    font-size: 16px;
    padding: 0 20px;
    margin: 0 0 1em;
  }
  section.mainImage .mainBlock p br {
    display: none;
  }
  section.mainImage .mainBlock .mainLogo {
    width: 50%;
    margin-bottom: 50px;
  }
  section.mainImage nav ul.nav li {
    font-size: 16px;
  }
  section p {
    font-size: 15px;
    line-height: 1.7em;
  }
  section h2 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0.3em;
  }
  section h2 br {
    display: none;
  }
  section h3 {
    font-size: 19px;
  }
  section h3 br {
    display: none;
  }
  .footerNav ul {
    margin-bottom: 30px;
  }
  .footerNav li {
    margin: 0 0 1em;
    display: block;
  }
  .twoBlocks {
    display: block;
  }
  .tbTwo,
  .twoBlocks.rev .tbTwo {
    width: 100%;
    max-width: 340px;
    margin: 20px auto 0;
  }
  .tbTwo:has(iframe) {
    width: 100%;
    max-width: 100%;
  }
  .btn a {
    font-size: 16px;
    min-width: auto;
  }
  .btn a span,
  .btn strong span {
    background-position: left top 5px;
  }
  .btn.btnUnder a span {
    background-position: left top 8px;
  }
  .iconBlocks {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .iconBlocksCell {
    margin: 0;
    min-width: auto;
    width: 48%;
  }
  .iconBlocksCell a {
    display: block;
    padding: 12px;
  }
  .iconBlocksCellMark {
    max-width: 80px;
    margin: 0 auto 10px;
  }
  .centers {
    text-align: left;
  }
  .blocks {
    margin: 15px 0 15px -15px;
  }
  .blocksCell {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-top: 40px;
    padding: 15px;
  }
  span.marks {
    width: 50px;
    margin-top: -40px;
  }
  .blocksCell h4 {
    font-size: 17px;
  }
  .h4Plus .blocksCell h5 {
    font-size: 16px;
  }
  .h4Plus .blocksCell h4 {
    font-size: 18px;
    margin-bottom: 0.7em;
    background-position: left top 7px;
    background-size: 18px auto;
    padding-left: 20px;
  }
  .blocksCell p {
    line-height: 1.6em;
  }
  .blocks.twoLInes {
    margin-bottom: 0;
  }
  .blocks.twoLInes .blocksCell {
    width: calc(100% - 20px);
    margin: 0 0 20px;
  }
  .blocks.twoLInes.charts {
    margin-top: 30px;
  }
  .blocks.twoLInes.charts .blocksCell {
    margin-bottom: 10px;
  }
  .blocks.twoLInes.charts .blocksCell:last-child {
    margin-bottom: 0;
  }
  .pcSelect .centers {
    text-align: center;
  }
  .btnLists {
    margin: 20px 0 10px;
  }
  .btnLists .btn a {
    font-size: 14px;
  }
  .btnLists .btn a span {
    background-position: left top 3px;
  }
  .btnLists .btn.dbs {
    margin-bottom: 20px;
  }
  .lastBtn {
    margin-bottom: 20px;
  }
  .checks {
    font-size: 16px;
    display: block;
  }
  .checksCell {
    background-position: left 22px top 10px;
  }
  ul.logos {
    margin-bottom: 30px;
  }
  ul.logos li {
    margin-top: 20px;
  }
  .tableOuter table th,
  .tableOuter table td {
    padding: 10px;
  }
  .tableOuter table.sideThreedash th:first-child {
    width: 32%;
  }
  .tableOuter table.sideThreedash th:nth-child(2) {
    width: 28%;
  }
  .tableOuter table.sideThreedash th:nth-child(3) {
    width: 40%;
  }
  #breadcrumbOuter {
    padding: 0 20px;
  }
  section.mainImage .mainBlock.mbPage {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.mainImage .mainBlock.mbPage .mainLogo {
    width: 40%;
    margin: 0 auto 40px;
  }
  .pageTitle {
    width: 40%;
    margin: 0 auto 10px;
  }
  .colorBlocks p {
    text-align: left;
    font-size: 13px;
  }
  .colorBlocks p br {
    display: none;
  }
  .spCent {
    text-align: center;
  }
  .colorBlocks {
    margin-left: -10px;
  }
  .colorBlocks .blocksCell {
    width: calc(33.3333% - 10px);
    margin-left: 10px;
    padding: 12px 8px;
    border-radius: 12px;
  }
  span.parcent {
    width: 80%;
  }
  .blocksFour .blocksCell {
    width: calc(50% - 15px);
  }
  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
  .slideOuter {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  .slideCellInner {
    display: block;
    margin: 0 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slideImage {
    width: auto;
    margin: 0 0 15px;
  }
  .slideText {
    margin-top: 0;
  }
  .slideLogo {
    width: 40%;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 100px;
    border-radius: 0 6px 6px 0;
  }
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
    border-radius: 6px 0 0 6px;
  }
  .notb .blocksCell {
    margin-top: 15px;
  }
  .accBlocks {
    display: block;
  }
  .accBlocksImage {
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0;
  }
  .accBlocksText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .backs {
    margin: 30px 0 20px;
  }
  .atsBlocks {
  }
  .borders p br {
    display: none;
  }
  .flexs {
    display: block;
  }
  .flexs p {
    margin: 0 0 15px;
  }
  span.pcConsultation {
    max-width: 320px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .bottomSpaces10 {
    margin-bottom: 10px;
  }
  .bottomSpaces10 + .centers {
    text-align: center;
  }
}
