@charset "UTF-8";
.microsoft__main {
  padding: 10px 0 0;
  width: 1023px;
  margin: auto;
  font-family: 'Yu Gothic UI', 'Segoe UI', SegoeUI, 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.microsoft__main .microsoft__mv-sec {
  margin: 0 auto 80px;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-image {
  width: 100%;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-image img {
  width: 100%;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-lead {
  width: 100%;
  padding: 25px;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 22px;
  background-color: #F2F2F2;
  position: relative;
  display: block;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-lead-ttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-lead-txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col {
  width: 499px;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col img {
  width: 100%;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col img:hover {
  opacity: .7;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col:nth-child(2) {
  margin-left: 25px;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col {
  width: 800px;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col img {
  width: 100%;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col img:hover {
  opacity: .7;
}

.microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col:nth-child(2) {
  margin-left: 25px;
}

.microsoft__main .microsoft__product-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 30px;
  margin-bottom: 47px;
}

.microsoft__main .microsoft__product-ttl span {
  background-color: #fff;
  font-size: 26px;
  padding-right: 16px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
}

.microsoft__main .microsoft__product-ttl::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #E6E6E6;
  display: block;
}

.microsoft__main .microsoft__product-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.microsoft__main .microsoft__product-sec .microsoft__product-item {
  margin: 0 24px 24px 0;
}

.microsoft__main .microsoft__product-sec .microsoft__product-item:nth-child(3n) {
  margin-right: 0;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block {
  width: 325px;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block:nth-child(3n) {
  margin-right: 0;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-ttl {
  margin-bottom: 10px;
  border-bottom: solid 1px #0078D4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-ttl a {
  color: #0078D4;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-ttl:hover {
  border-bottom: solid 1px #FF0000;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-ttl:hover a {
  color: #FF0000;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-txt {
  font-size: 16px;
  line-height: calc(25.6 / 16);
  color: #505050;
  margin-bottom: 15px;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont {
  background-color: #f2f2f2;
  width: 100%;
  height: 340px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  position: relative;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont01 {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont01 img {
  width: 100%;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02 {
  position: absolute;
  background-color: #f2f2f2;
  width: 325px;
  height: 340px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-ttl {
  height: 75px;
  background-color: #505050;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-txt {
  height: 217px;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-size: 14px;
  line-height: 1.71;
  color: #505050;
  overflow-y: scroll;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-txt li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-txt li:nth-child(1)::before {
  content: "\02460";
  position: absolute;
  top: 0;
  left: 0;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-txt li:nth-child(2)::before {
  content: "\02461";
  position: absolute;
  top: 0;
  left: 0;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-txt li:nth-child(3)::before {
  content: "\02462";
  position: absolute;
  top: 0;
  left: 0;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-txt li:nth-child(4)::before {
  content: "\02463";
  position: absolute;
  top: 0;
  left: 0;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-txt li:last-child {
  margin-bottom: 0px;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 48px;
  background-color: #0078d4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont .cont02-link::after {
  content: "";
  height: 13px;
  width: 8px;
  background-image: url("/images/arr.svg");
  background-size: 8px 13px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 35px;
  position: absolute;
  margin: auto;
}

.microsoft__main .microsoft__product-sec .microsoft__product-block-cont:hover .cont02 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.microsoft__main .microsoft__product-sec.last-sec01 {
  margin: 0 auto 50px;
}

.microsoft__main .microsoft__product-sec.last-sec02 {
  margin: 0 auto 50px;
}

.microsoft__main .microsoft__product-sec.last-sec02 .microsoft__product-block .cont01:hover {
  opacity: .7;
}

.microsoft__main .microsoft__product-bnr {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
  border-top: 1px solid #E6E6E6;
}

.microsoft__main .microsoft__product-bnr img {
  width: 499px;
}

.microsoft__main .microsoft__product-note {
  font-size: 14px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}

.microsoft__main .microsoft__product-note:nth-child(1)::before {
  content: "＊1";
  position: absolute;
  top: 0;
  left: 0;
}

.microsoft__main .microsoft__product-note:nth-child(2)::before {
  content: "＊2";
  position: absolute;
  top: 0;
  left: 0;
}

.microsoft__main .microsoft__product-note:nth-child(3)::before {
  content: "＊3";
  position: absolute;
  top: 0;
  left: 0;
}

.microsoft__main .microsoft__product-note:nth-child(4) {
  margin-bottom: 155px;
}

.microsoft__main .microsoft__product-note:nth-child(4)::before {
  content: "＊4";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .microsoft__main {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .microsoft__main .microsoft__mv-sec {
    margin: 0 auto 54px;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-image {
    width: 100%;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-image img {
    width: 100%;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col {
    width: 100%;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col:first-child {
    margin-bottom: 20px;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col:nth-child(2) {
    margin-left: 0px;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr .microsoft__mv-bnr-col img {
    width: 100%;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col {
    width: 100%;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col img {
    width: 100%;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col img:hover {
    opacity: .7;
  }
  .microsoft__main .microsoft__mv-sec .microsoft__mv-bnr02 .microsoft__mv-bnr-col:nth-child(2) {
    margin-left: 25px;
  }
  .microsoft__main .microsoft__product-ttl {
    margin-bottom: 38px;
  }
  .microsoft__main .microsoft__product-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .microsoft__main .microsoft__product-sec .microsoft__product-block {
    width: 100%;
    max-width: 325px;
    margin-right: 0px;
  }
  .microsoft__main .microsoft__product-sec .microsoft__product-block-txt {
    font-size: 16px;
    line-height: calc(25.6 / 16);
    color: #505050;
    margin-bottom: 15px;
  }
  .microsoft__main .microsoft__product-sec.last-sec01 {
    margin: 0 auto 0px;
  }
  .microsoft__main .microsoft__product-sec.last-sec02 {
    margin: 0 auto 25px;
  }
  .microsoft__main .microsoft__product-sec.last-sec02 .microsoft__product-block .cont01:hover {
    opacity: .7;
  }
  .microsoft__main .microsoft__product-bnr {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #E6E6E6;
  }
  .microsoft__main .microsoft__product-bnr img {
    width: 100%;
  }
  .microsoft__main .microsoft__product-block-spcont {
    background-color: #f2f2f2;
    width: 100%;
    height: 340px;
    margin: 0px auto 38px;
    border: 1px solid #e1e1e1;
    overflow-y: inherit;
    position: relative;
  }
  .microsoft__main .microsoft__product-block-spcont .microsoft__product-block-ttl {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 2;
    font-size: 20px;
  }
  .microsoft__main .microsoft__product-block-spcont .checkbox {
    display: none;
  }
  .microsoft__main .microsoft__product-block-spcont .cont01 {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .microsoft__main .microsoft__product-block-spcont .cont01 img {
    width: 100%;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02 {
    position: absolute;
    background-color: #f2f2f2;
    width: 325px;
    height: 340px;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-ttl {
    height: 75px;
    background-color: #505050;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-txt {
    padding: 12px 16px;
    list-style: none;
    font-size: 14px;
    color: #505050;
    overflow-y: scroll;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-txt li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 17px;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-txt li:nth-child(1)::before {
    content: "\02460";
    position: absolute;
    top: 0;
    left: 0;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-txt li:nth-child(2)::before {
    content: "\02461";
    position: absolute;
    top: 0;
    left: 0;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-txt li:nth-child(3)::before {
    content: "\02462";
    position: absolute;
    top: 0;
    left: 0;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-txt li:nth-child(4)::before {
    content: "\02463";
    position: absolute;
    top: 0;
    left: 0;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-txt li:last-child {
    margin-bottom: 0px;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    background-color: #0078d4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .microsoft__main .microsoft__product-block-spcont .cont02-link::after {
    content: "";
    height: 13px;
    width: 8px;
    background-image: url("/images/arr.svg");
    background-size: 8px 13px;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 35px;
    position: absolute;
    margin: auto;
  }
  .microsoft__main .microsoft__product-block-spcont .cont-close {
    width: 100%;
    height: 100%;
  }
  .microsoft__main .microsoft__product-block-spcont #close01:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close02:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close03:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close04:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close05:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close06:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close07:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close08:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close09:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close10:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close11:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close12:checked ~ .cont-close .microsoft__product-block-ttl, .microsoft__main .microsoft__product-block-spcont #close13:checked ~ .cont-close .microsoft__product-block-ttl {
    color: #FF0000;
    border-bottom: solid 1px #FF0000;
  }
  .microsoft__main .microsoft__product-block-spcont #close01:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close02:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close03:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close04:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close05:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close06:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close07:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close08:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close09:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close10:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close11:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close12:checked ~ .cont-close .cont02, .microsoft__main .microsoft__product-block-spcont #close13:checked ~ .cont-close .cont02 {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  .microsoft__main .microsoft__product-note {
    margin-bottom: 76px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
