@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  font-size: 10px;
  color: #505050;
  background: #fff;
}

body a {
  color: #006ed6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: underline;
}

body a:hover {
  opacity: 0.8;
}

body button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body button:hover {
  opacity: 0.8;
}

body img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}

.section {
  font-size: 1.6rem;
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.wrapper {
  width: 1020px;
  margin: 0 auto 100px;
  text-align: left;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper div, .wrapper dl, .wrapper dt, .wrapper dd, .wrapper ul, .wrapper ol, .wrapper li, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6, .wrapper pre, .wrapper code, .wrapper form, .wrapper fieldset, .wrapper legend, .wrapper input, .wrapper textarea, .wrapper p, .wrapper blockquote, .wrapper th, .wrapper td {
  font-family: "Yu Gothic UI", "Segoe UI", SegoeUI, "Meiryo UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.6 !important;
}

.mention {
  font-size: 1.2rem;
}

ul.mention,
ol.mention {
  padding: 0;
  margin: 0;
}

ul.mention li,
ol.mention li {
  padding: 0;
  margin: 0 auto 0 1em;
  list-style-type: none;
}

ul.mention li:before {
  content: "��";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

ol.mention li {
  margin-left: 2em;
}

ol.mention li:before {
  content: "��";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  content: "��1";
  width: 2em;
  margin-left: -2em;
}

ol.mention li:nth-of-type(1):before {
  content: "��1";
}

ol.mention li:nth-of-type(2):before {
  content: "��2";
}

ol.mention li:nth-of-type(3):before {
  content: "��3";
}

ul.mention.en li:before {
  content: "��";
}

@media screen and (max-width: 767px) {
  ol.mention li:before {
    width: 2.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5em;
    flex: 0 0 2.5em;
  }
}

.hero {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
  border: 1px solid #b3b3b3;
  display: flex;
  background: url("https://image.yodobashi.com/cms/original/gc/img/office/221222/images/hero-bg.png") no-repeat left top;
  background-size: 100% auto;
}
.hero_main {
  flex: 1;
  padding: 40px 0 40px 40px;
}
.hero_img {
  width: 44.2%;
}
.hero_logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 153px;
}
.hero_copy {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 15% 0 3%;
}
.hero_copy_sub {
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 10%;
}
.hero_label {
  display: inline-block;
  padding: 1.0vw;
  color: #fff;
  background: #6f1c70;
  border-radius: 5px;
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .hero_main {
    padding: 4.0vw 0 4.0vw 4.0vw;
  }
  .hero_logo {
    top: 4.0vw;
    left: 4.0vw;
    width: 15.6vw;
  }
  .hero_copy {
    font-size: 3.5vw;
  }
  .hero_copy_sub {
    font-size: 2.0vw;
  }
  .hero_label {
    font-size: 2.0vw;
  }
}
@media screen and (max-width: 750px) {
  .hero {
    margin-bottom: 1rem;
    flex-direction: column;
    margin: -15px -20px 0;
    border: 0;
    background: url("http://image.yodobashi.com/promotion/a/39/200000017500175280/SD_200000017500175280510B1.png") no-repeat left top;
    background-size: 100% auto;
  }
  .hero_main {
    text-align: center;
    padding: 0 6.66vw 6.66vw 6.66vw;
    order: 2;
  }
  .hero_img {
    width: 66.6%;
    margin: 10vw auto 0;
    order: 1;
  }
  .hero_logo {
    top: 6.66vw;
    left: 6.66vw;
    width: 30vw;
    margin: 0 0 6%;
  }
  .hero_copy {
    font-size: 7.7vw;
    margin: 0 0 2%;
  }
  .hero_copy_sub {
    font-size: 4.4vw;
    margin: 0 0 5%;
  }
  .hero_label {
    font-size: 4.4vw;
    padding: 1.3vw 2.5vw 1.4vw;
  }
}

.about .lead {
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

.about nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
}

.about nav ul li {
  width: 50%;
  text-align: center;
}

.about nav ul li a {
  display: block;
  padding: 0.3em;
  background: #bfbfbf;
  color: #ffffff;
  text-decoration: none;
}

.about nav ul li a.active {
  background-color: #d63b01;
}

.about .panel {
  display: none;
}

.about .panel h2 {
  margin-top: 100px;
  font-size: 2.6rem;
  color: #000000;
  border-bottom: 1px solid #919191;
  font-weight: 700;
}

.about .panel .lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.about .panel .lineup_list .lineup_block {
  width: calc(100% / 2 - 1%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
}

.about .panel .lineup_list .lineup_block > .block-images {
  width: 37.5%;
}

.about .panel .lineup_list .lineup_block > .block-images .block-title {
  display: none;
}

.about .panel .lineup_list .lineup_block > .block-contents {
  width: 60%;
}

.about .panel .lineup_list .lineup_block > .block-contents > div {
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
}

.about .panel .lineup_list .lineup_block .btn {
  display: block;
  background: #d63b01;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  padding: 0.3em;
  text-decoration: none;
  margin-top: 10px;
}

.about .panel .lineup_list .lineup_block .block-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}

.about .panel .lineup_list .lineup_block .product-label {
  display: block;
  font-size: 1.7rem;
}

.about .panel .lineup_list .lineup_block.family {
  padding-bottom: 10px;
}

.about .panel .lineup_list .lineup_block.family .block-title {
  color: #6f1c70;
}

.about .panel .lineup_list .lineup_block.family .product-label {
  color: #333333;
}

.about .panel .lineup_list .lineup_block.personal {
  padding-bottom: 10px;
}

.about .panel .lineup_list .lineup_block.personal .block-title {
  color: #d63b01;
}

.about .panel .lineup_list .lineup_block.personal .product-label {
  color: #333333;
}

.about .panel .lineup_list .lineup_block.business {
  padding-bottom: 10px;
}

.about .panel .lineup_list .lineup_block.business .block-title {
  color: #0078d4;
}

.about .panel .lineup_list .lineup_block.business .product-label {
  color: #333333;
}

.about .panel .lineup_list .lineup_block.professional .product-application img {
  height: 32px;
}

.about .panel .lineup_list .lineup_block.professional .product-application img.outlook {
  margin-bottom: 1px;
}

.about .panel .lineup_list .lineup_block .product-application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
}

.about .panel .lineup_list .lineup_block .product-application .application-title {
  width: 80px;
}

.about .panel .lineup_list .lineup_block .product-application .application-contents {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .panel .lineup_list .lineup_block .product-application .application-contents img {
  margin: 0;
}

.about .panel .lineup_list .lineup_block .product-application-add {
  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;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 0 auto;
  padding: 5px 0 5px 5px;
}

.about .panel .lineup_list .lineup_block .product-application-add .ico_plus {
  height: 12px;
}

.about .panel .lineup_list .lineup_block .product-application-add .ico {
  height: 32px;
}

.about .panel .lineup_list .lineup_block .product-application-add .application-contents {
  color: #6f1c70;
  padding: 0 15px;
}

.about .panel .lineup_list .lineup_block .product-application img {
  height: 38px;
  display: inline-block;
}

.about .panel .lineup_list .lineup_block .product-application img.outlook {
  margin-bottom: 2px;
}

.about .panel .lineup_list .lineup_block .product-meta:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

.about .panel .lineup_list .lineup_block .product-meta .meta-title {
  float: left;
}

.about .panel .lineup_list .lineup_block .product-meta .meta-contents {
  margin-left: 60px;
}

.about .panel .product_group_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.about .panel .product_group_wrapper > div:nth-of-type(1) {
  width: 82.5%;
}

.about .panel .product_group_wrapper > div:nth-of-type(2) {
  width: 16.3%;
}

.about .panel .product_group_wrapper > div:nth-of-type(2) .product_list .product_block {
  width: auto;
}

.about .panel .product_group h3 {
  margin-top: 30px;
  font-size: 2rem;
  position: relative;
  margin-bottom: 10px;
}

.about .panel .product_group h3 span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 0.5em;
  z-index: 1;
}

.about .panel .product_group h3:before {
  content: "";
  background: #8f8f8f;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about .panel .product_group h3:after {
  content: "";
  background: #8f8f8f;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
}

.about .panel .product_group .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .panel .product_group .product_list .product_block {
  border: 2px solid #bfbfbf;
  padding: 10px;
  width: calc(100% / 5 - 5px);
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
}

.about .panel .product_group .product_list .product_block.personal {
  border-color: #d63b01;
}

.about .panel .product_group .product_list .product_block.personal .product-images {
  color: #d63b01;
}

.about .panel .product_group .product_list .product_block.family {
  border-color: #6f1c70;
}

.about .panel .product_group .product_list .product_block.family .product-images {
  color: #6f1c70;
}

.about .panel .product_group .product_list .product_block.business {
  border-color: #0078d4;
}

.about .panel .product_group .product_list .product_block.business .product-images {
  color: #0078d4;
}

.about .panel .product_group .product_list .product_block .product-title {
  min-height: 4em;
  font-weight: bold;
}

.about .panel .product_group .product_list .product_block .meta-wrapper > div {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.about .panel .product_group .product_list .product_block .meta-wrapper .product-application {
  border-bottom: none;
}

.about .panel .product_group .product_list .product_block .product-images {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.about .panel .product_group .product_list .product_block .product-images img {
  margin-bottom: 10px;
}

.about .panel .product_group .product_list .product_block .product-images .btn {
  display: block;
  background: #0078d4;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  padding: 0.3em;
  text-decoration: none;
  margin-top: 10px;
}

.about .panel .product_group .product_list .product_block .product-meta img {
  height: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about .panel .product_group .product_list .product_block .product-meta.empty {
  position: relative;
}

.about .panel .product_group .product_list .product_block .product-meta.empty:before {
  content: "-";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about .panel .product_group .product_list .product_block .product-meta.user, .about .panel .product_group .product_list .product_block .product-meta.device, .about .panel .product_group .product_list .product_block .product-meta.storage, .about .panel .product_group .product_list .product_block .product-meta.security {
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: center bottom 24px;
  background-size: auto 20px;
}

.about .panel .product_group .product_list .product_block .product-meta.user {
    background-image: url("https://image.yodobashi.com/cms/original/gc/img/microsoft/220712/images/ico_user.svg");
  }
  
  .about .panel .product_group .product_list .product_block .product-meta.user6 {
    background-image: url("https://image.yodobashi.com/cms/original/gc/img/microsoft/220712/images/ico_user6.svg");
    background-position: center bottom 5px;
    background-size: auto 45px;
  }
  
  .about .panel .product_group .product_list .product_block .product-meta.device_pc {
    background-image: url("https://image.yodobashi.com/cms/original/gc/img/microsoft/220712/images/ico_device_pc.svg");
  }
  
  .about .panel .product_group .product_list .product_block .product-meta.devices {
    background-image: url("https://image.yodobashi.com/cms/original/gc/img/microsoft/220712/images/ico_devices.svg");
  }
  
  .about .panel .product_group .product_list .product_block .product-meta.storage {
    background-image: url("https://image.yodobashi.com/cms/original/gc/img/microsoft/220712/images/ico_storage.svg");
  }
  
  .about .panel .product_group .product_list .product_block .product-meta.security {
    background-image: url("https://image.yodobashi.com/cms/original/gc/img/microsoft/220712/images/ico_security.svg");
  } 

.about .panel .product_group .product_list .product_block .product-application {
  border-bottom: none;
}

.about .panel .product_group .product_list .product_block .product-application img {
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
}

.about .panel .product_group .product_list .product_block .product-application .application-contents {
  text-align: left;
  margin-top: 10px;
}

.about .panel .product_group .product_list .product_block .product-application .application-contents img {
  margin: 2px;
}

.about .panel.office.active {
  display: block;
}

.about .panel.office .feature_list .feature_block {
  padding: 40px 0;
  border-bottom: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
}

.about .panel.office .feature_list .feature_block > div {
  width: 50%;
}

.about .panel.office .feature_list .feature_block img {
  border: 1px solid #d5d5d5;
}

.about .panel.office .feature_list .feature_block .block-contents {
  padding-right: 4%;
}

.about .panel.office .feature_list .feature_block .block-title {
  color: #d63b01;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.about .panel.ms365.active {
  display: block;
}

.about .panel.ms365 .feature_list {
  margin-top: 20px;
}

.about .panel.ms365 .feature_list h2 {
  font-size: 3.1rem;
  color: #d63b01;
  border-bottom: 1px solid #999999;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-weight: 700;
}

.about .panel.ms365 .feature_list .feature_block {
  width: calc(50% - 20px);
  padding-bottom: 40px;
  border-bottom: 1px solid #999999;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about .panel.ms365 .feature_list .feature_block:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.about .panel.ms365 .feature_list .feature_block > .block-head h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.about .panel.ms365 .feature_list .feature_block > .block-images {
  min-height: 150px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .panel.ms365 .feature_list .feature_block > .block-contents {
  margin-top: 20px;
}

.about .panel.ms365 .feature_list .feature_block > .block-contents .note {
  font-size: 1rem;
  margin-top: 10px;
}

.about .panel.ms365 .feature_list .feature_block > .block-contents .note a {
  color: #d63b01;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: underline;
}

.about .panel.ms365 .feature_list .feature_block:nth-child(1) > .block-images {
  margin: -10px 0 10px;
}

.about .panel.ms365 .feature_family h3 {
  background: #6f1c70;
  padding: 5px;
  color: #fff;
  font-size: 3.1rem;
  text-align: center;
  font-weight: bold;
}

.about .panel.ms365 .feature_family .feature_family_body {
  border: 3px solid #6f1c70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.about .panel.ms365 .feature_family .feature_family_block {
  width: 50%;
  padding: 20px;
}

.about .panel.ms365 .feature_family .feature_family_block > .block-head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about .panel.ms365 .feature_family .feature_family_block > .block-head h4 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #6f1c70;
}

.about .panel.ms365 .feature_family .feature_family_block > .block-images {
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
}

.about .panel.ms365 .feature_family .feature_family_block > .block-contents {
  font-size: 1.6rem;
}

.about .panel.ms365 .feature_family .feature_family_block > .block-contents .note {
  font-size: 1rem;
  margin-top: 10px;
}

.about .panel .feature_lead {
  background: url("https://image.yodobashi.com/cms/original/gc/img/microsoft/220712/images/ms365-1.svg") no-repeat right top;
  background-size: cover;
  padding: 60px;
  margin-top: 20px;
}

.about .panel .feature_lead h2 {
  border-bottom: none;
  font-size: 2.7rem;
  margin-top: 0;
}

.about .panel .feature_lead ul {
  margin-top: 1em;
  padding-left: 1.5em;
}

.about .panel .feature_lead ul li {
  list-style-type: disc;
}

.about .panel .banner {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about .panel .mention + .mention {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .about .panel.office .user {
    height: 108px;
  }
  .about .panel.office .m01-2 {
    height: 251px;
  }
  .about .panel.office .m02-2 {
    height: 200px;
  }
  .about .panel.office .m03-2 {
    height: 163px;
  }
  .about .panel.office .m04-2 {
    height: 90px;
  }
  .about .panel.office .m05-2 {
    height: 233px;
  }
}

@media screen and (min-width: 768px) {
  .about .panel.ms365 .user {
    height: 108px;
  }
  .about .panel.ms365 .m01-1 {
    height: 240px;
  }
  .about .panel.ms365 .m02-1 {
    height: 163px;
  }
  .about .panel.ms365 .m03-1 {
    height: 90px;
  }
  .about .panel.ms365 .m04-1 {
    height: 233px;
  }
  .about .panel.ms365 .m05-1 {
    height: 251px;
  }
}

@media screen and (max-width: 767px) {
  .about .lead {
    font-size: 4.26vw;
  }
}

@media screen and (max-width: 767px) {
  .about nav ul {
    font-size: 4.26vw;
  }
  .about nav ul li a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .about .panel h2 {
    margin-top: 10vw;
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .about .panel .lineup_list {
    display: block;
  }
  .about .panel .lineup_list .lineup_block {
    width: auto;
    display: block;
    margin-bottom: 10vw;
  }
  .about .panel .lineup_list .lineup_block > .block-images {
    width: auto;
    margin-bottom: 1em;
  }
  .about .panel .lineup_list .lineup_block > .block-images:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
  }
  .about .panel .lineup_list .lineup_block > .block-images > img {
    float: left;
    width: 42%;
  }
  .about .panel .lineup_list .lineup_block > .block-images .block-title,
  .about .panel .lineup_list .lineup_block > .block-images .btn {
    display: block;
    margin-left: 50%;
  }
  .about .panel .lineup_list .lineup_block > .block-images .block-title {
    font-size: 4.53vw;
  }
  .about .panel .lineup_list .lineup_block > .block-images .btn {
    font-size: 3.73vw;
  }
  .about .panel .lineup_list .lineup_block > .block-contents {
    width: auto;
  }
  .about .panel .lineup_list .lineup_block > .block-contents .block-title {
    display: none;
  }
  .about .panel .lineup_list .lineup_block .product-label {
    font-size: 4vw;
  }
  .about .panel .lineup_list .lineup_block.professional .product-application img {
    height: 38px;
  }
  .about .panel .lineup_list .lineup_block .product-application-add {
    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;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 0 0 auto;
    padding: 5px 10px 5px 5px;
  }
  .about .panel .lineup_list .lineup_block .product-application-add .ico_plus {
    height: 12px;
    margin: 0;
  }
  .about .panel .lineup_list .lineup_block .product-application-add .ico {
    height: 32px;
    margin: 0;
  }
  .about .panel .lineup_list .lineup_block .product-application-add .application-contents {
    color: #6f1c70;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .about .panel .product_group_wrapper {
    display: block;
  }
  .about .panel .product_group_wrapper > div:nth-of-type(1), .about .panel .product_group_wrapper > div:nth-of-type(2) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .about .panel .product_group h3 {
    font-size: 4.26vw;
  }
  .about .panel .product_group h3:before, .about .panel .product_group h3:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about .panel .product_group .product_list {
    display: block;
  }
  .about .panel .product_group .product_list .product_block {
    width: auto;
    margin-bottom: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .panel .product_group .product_list .product_block:after {
    content: none;
  }
  .about .panel .product_group .product_list .product_block .product-images {
    width: 32vw;
    float: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 2vw;
    border-right: 1px solid #8f8f8f;
  }
  .about .panel .product_group .product_list .product_block .product-title {
    min-height: 0;
    font-size: 3.46vw;
  }
  .about .panel .product_group .product_list .product_block .btn {
    font-size: 3.33vw;
  }
  .about .panel .product_group .product_list .product_block .meta-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 34vw);
    font-size: 3.33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .panel .product_group .product_list .product_block .meta-wrapper > div {
    min-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 10px;
    border-right: 1px solid #8f8f8f;
    vertical-align: top;
    white-space: initial;
  }
  .about .panel .product_group .product_list .product_block .meta-wrapper .product-application {
    width: 185px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    border-right: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about .panel .product_group .product_list .product_block .meta-wrapper .product-application .application-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .panel .product_group .product_list .product_block .product-meta {
    position: relative;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position-y: bottom 30px;
  }
  .about .panel .product_group .product_list .product_block .product-meta span {
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  .about .panel .product_group .product_list .product_block .product-meta.device {
    min-width: 165px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
  }
}

@media screen and (max-width: 767px) {
  .about .panel.office .feature_list .feature_block {
    display: block;
    font-size: 3.73vw;
  }
  .about .panel.office .feature_list .feature_block > div {
    width: auto;
  }
  .about .panel.office .feature_list .feature_block .block-title {
    font-size: 4.8vw;
  }
  .about .panel.office .feature_list .feature_block .block-contents {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .about .panel .feature_lead {
    background-image: url("/office/images/ms365-1_sp.svg");
    background-position: center bottom;
    padding: 8vw 4vw 60vw;
    font-size: 3.46vw;
  }
  .about .panel .feature_lead h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .about .panel.ms365 .feature_list .feature_block {
    display: block;
  }
  .about .panel.ms365 .feature_list .feature_block h3 {
    font-size: 5vw;
  }
  .about .panel.ms365 .feature_list .feature_block > .block-images {
    width: auto;
    margin-bottom: 1em;
  }
  .about .panel.ms365 .feature_list .feature_block > .block-contents {
    width: auto;
    font-size: 3.7vw;
  }
  .about .panel.ms365 .feature_list .feature_block > .block-contents h3 {
    font-size: 4.8vw;
    margin-bottom: 0.5em;
  }
}

.faq {
  border-top: 1px solid #D5D5D5;
}

.faq h2 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1em;
  color: #000000;
}

.faq .box_faq {
  margin-bottom: 1em;
}

.faq .box_faq .box_faq_question {
  padding: 1em 3em 1em 2em;
  background-color: #f8f8f8;
  background-image: url("../images/ico_arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 24px center;
  cursor: pointer;
}

.faq .box_faq .box_faq_answer {
  display: none;
}

.faq .box_faq .box_faq_answer p {
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .faq h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .faq .box_faq .box_faq_question {
    padding-left: 1em;
  }
}

.movie {
  text-align: center;
  margin: 70px auto 40px;
}

.movie video {
  width: 100%;
  max-width: 872px;
}

@media screen and (max-width: 767px) {
  .movie {
    margin: 30px auto 0;
  }
}

.ms365 img {
  max-width: 100%;
  vertical-align: bottom;
}

.ms365 sup {
  font-size: 10px;
  vertical-align: super;
}

.ms365 a {
  color: #000;
  text-decoration: none;
}

.ms365 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.ms365 br.sp {
  display: none;
}

.ms365 .fwb {
  font-weight: bold;
}

.ms365 .fc_red {
  color: #ff0000;
}

.ms365 .note {
  font-size: 10px;
  margin: 10px 0 0;
}

.ms365 .link_txt {
  color: #0078d4;
  text-decoration: underline;
}

.ms365 h2.h_section2 {
  margin-top: 0;
}

.ms365 h2.h_section {
  background: #d63b01;
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-top: 0;
}

.ms365 .section_body {
  padding: 30px 30px 40px;
}

.ms365 .list_mark {
  display: table;
}

.ms365 .list_mark li {
  display: table-row;
  page-break-inside: avoid;
}

.ms365 .list_mark_h {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  padding-right: 0.5em;
}

.ms365 .list_mark_b {
  display: table-cell;
  vertical-align: top;
}

.ms365 .hero {
  margin: 0 0 30px;
}

.ms365 .bnr_1 {
  text-align: center;
  margin: 0 0 50px;
}

.ms365 .feature_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ms365 .feature_block02 {
  text-align: center;
  width: calc(50% - 20px);
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d5;
}

.ms365 .feature_block_title {
  margin: 0 0 20px;
  font-size: 21px;
  line-height: 1.3;
}

.ms365 .feature_block_title_em {
  font-size: 27px;
  font-weight: bold;
  color: #d63b01;
}

.ms365 .feature_block02:nth-child(2) .feature_block_img {
  margin: -30px 0 0;
}

.ms365 .feature_block02:nth-child(4) .feature_block_img {
  margin: 30px 0 0;
}

.ms365 .scene {
  margin: 0 0 50px;
}

.ms365 .scene_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}

.ms365 .scene_block:last-child {
  margin: 0;
}

.ms365 .scene_block_img {
  width: 418px;
  margin: 0 35px 0 0;
}

.ms365 .scene_block_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ms365 .scene_block_title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #d63b01;
  margin: 0 0 15px;
}

.ms365 .scene_block_list {
  border-top: 1px solid #d5d5d5;
}

.ms365 .scene_block_list_item {
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
}

.ms365 .scene_block_list {
  width: 100%;
}

.ms365 .scene_block_list_item .list_mark_h {
  color: #d63b01;
  font-size: 10px;
  padding: 0.9em 1em 0 0;
}

.ms365 .section.feature,
.ms365 .section.scene {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .ms365 br.pc {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .ms365 br.sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .ms365 .section {
    padding: 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .ms365 h2.h_section {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 750px) {
  .ms365 .section_body {
    padding: 20px 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  .ms365 .hero {
    margin: 0 auto;
    width: 100%;
  }
  .ms365 .hero img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .ms365 .bnr_1 {
    margin: 0 0 40px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .ms365 .feature_block_wrap {
    display: block;
  }
  .ms365 .feature_block02 {
    text-align: center;
    width: auto;
    padding: 30px 0;
  }
  .ms365 .feature_block_title {
    margin: 0 0 20px;
    font-size: 4.2vw;
  }
  .ms365 .feature_block_title_em {
    font-size: 4.8vw;
    font-weight: bold;
    color: #d63b01;
  }
  .ms365 .feature_block02:nth-child(1) .feature_block_img {
    width: 56.25%;
    margin: 0 auto;
  }
  .ms365 .feature_block02:nth-child(2) .feature_block_img {
    width: 79.69%;
    margin: -20px auto 0;
  }
  .ms365 .feature_block02:nth-child(3) .feature_block_img {
    width: 28.43%;
    margin: 0 auto;
  }
  .ms365 .feature_block02:nth-child(4) .feature_block_img {
    width: 23.28%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .ms365 .scene {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 750px) {
  .ms365 .scene_block {
    display: block;
    margin: 0 0 40px;
  }
  .ms365 .scene_block:last-child {
    margin: 0;
  }
  .ms365 .scene_block_img {
    width: auto;
    margin: 0 0 15px;
  }
  .ms365 .scene_block_main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ms365 .scene_block_title {
    font-size: 4.5vw;
    color: #d63b01;
    margin: 0 0 10px;
  }
  .ms365 .scene_block_list_item {
    font-size: 3.7vw;
    padding: 10px 0;
  }
  .ms365 .scene_block_list {
    width: 100%;
  }
  .ms365 .scene_block_list_item .list_mark_h {
    color: #d63b01;
    font-size: 1.8vw;
    padding: 0.7em 1em 0 0;
  }
}

@media screen and (max-width: 767px) {
  .about .panel.ms365 .feature_list h2 {
    font-size: 5vw;
    margin-bottom: 40px;
  }
  .about .panel.ms365 .feature_list .feature_block_wrap {
    display: block;
  }
  .about .panel.ms365 .feature_list .feature_block {
    display: block;
    width: auto;
  }
  .about .panel.ms365 .feature_list .feature_block > .block-images {
    width: auto;
    margin: 0 auto 1em;
    min-height: 0;
  }
  .about .panel.ms365 .feature_list .feature_block > .block-contents {
    width: auto;
    font-size: 3.7vw;
  }
  .about .panel.ms365 .feature_list .feature_block > .block-contents h3 {
    font-size: 4.8vw;
    margin-bottom: 0.5em;
  }
  .about .panel.ms365 .feature_list .feature_block > .block-head h3 {
    font-size: 5vw;
    margin-bottom: 1em;
    font-weight: bold;
  }
  .about .panel.ms365 .feature_list .feature_block:nth-child(1) > .block-images {
    margin: -10px auto 1em;
    width: calc(446% / 670 * 100);
    padding: 0 0 0 5%;
  }
  .about .panel.ms365 .feature_list .feature_block:nth-child(2) > .block-images {
    width: calc(646% / 670 * 100);
  }
  .about .panel.ms365 .feature_list .feature_block:nth-child(3) > .block-images {
    width: calc(244% / 670 * 100);
  }
  .about .panel.ms365 .feature_list .feature_block:nth-child(4) > .block-images {
    width: calc(466% / 670 * 100);
  }
  .about .panel.ms365 .feature_list .feature_block:nth-child(5) > .block-images {
    width: calc(216% / 670 * 100);
  }
  .about .panel.ms365 .feature_list .feature_block:nth-child(6) > .block-images {
    width: calc(203% / 670 * 100);
  }
  .about .panel.ms365 .feature_list .feature_block > .block-contents .note {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 767px) {
  .about .panel.ms365 .feature_family h3 {
    padding: 5px;
    font-size: 5vw;
  }
  .about .panel.ms365 .feature_family .feature_family_body {
    border: 3px solid #6f1c70;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .about .panel.ms365 .feature_family .feature_family_block {
    width: auto;
    padding: 20px;
  }
  .about .panel.ms365 .feature_family .feature_family_block > .block-head h4 {
    font-size: 5vw;
    line-height: 1.4;
    font-weight: bold;
  }
  .about .panel.ms365 .feature_family .feature_family_block > .block-images {
    min-height: 0;
    margin: 0 auto;
    padding: 2.5vw 0;
  }
  .about .panel.ms365 .feature_family .feature_family_block:nth-child(1) > .block-images {
    width: calc(558% / 572 * 100);
  }
  .about .panel.ms365 .feature_family .feature_family_block:nth-child(2) > .block-images {
    width: calc(410% / 572 * 100);
  }
  .about .panel.ms365 .feature_family .feature_family_block > .block-contents {
    font-size: 3.7vw;
  }
  .about .panel.ms365 .feature_family .feature_family_block > .block-contents .note {
    font-size: 2.6vw;
  }
}