@charset "UTF-8";
/* ================================================
  Layout
================================================ */
/* Body
---------------------------------------*/
body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Saira", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* Base
---------------------------------------*/
.wrap {
  width: 100%;
  /*	max-width: 1000px ;*/
  max-width: 1200px;
  margin: 0 auto;
}

.wrap.wr02 {
  max-width: 1550px;
}

/* Header
---------------------------------------*/
.sp,
.sp1 {
  display: none;
}

.hover {
  display: none;
  position: absolute;
}

.flex {
  display: flex;
}
.flexNW {
  display: flex;
}
.flex.Jsb {
  justify-content: space-between;
}
.flexNW.Jsb {
  justify-content: space-between;
}
.flex.Jcn {
  justify-content: center;
}
.flex.Jsa {
  justify-content: space-around;
}
.flex.Jfe {
  justify-content: flex-end;
}
.flex.Aic {
  align-items: center;
}
.alignL {
  text-align: left;
}
.alignC {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt150 {
  margin-top: 150px;
}
.mr10 {
  margin-right: 10px;
}
.flex.fwrap {
  flex-wrap: wrap;
}
.fw25 > * {
  width: 24%;
  margin-bottom: 20px;
}
.fw33 > * {
  width: 32%;
  margin-bottom: 20px;
}
.fw50 > * {
  width: 49%;
  margin-bottom: 20px;
}
.fw25 > * > span,
.fw33 > * > span {
  display: block;
  margin-top: 0.5em;
}
.flex.wid475 div {
  width: 474px;
}
.red {
  color: #dc4f4f;
}

main {
  text-align: center;
}

.strongB {
  font-size: 1.9em;
  font-weight: bold;
  color: #3076e2;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

main ul.list01 li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
main ul.list01 li::before {
  content: "";
  background: #005b94;
  width: 0.5em;
  height: 0.5em;
  display: block;
  position: absolute;
  border-radius: 100px;
  left: 0;
  top: 0.6em;
}
main ul.list01 ul li::before {
  content: "";
  background: #fff;
  border: solid 2px #005b94;
  width: 0.4em;
  height: 0.4em;
  display: block;
  position: absolute;
  border-radius: 100px;
  left: 0;
  top: 0.4em;
}

main ul.list02 li {
  text-align: center;
  background: #ebf1f8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
main ul.list02 li.nvme,
main ul.list02 li.ahci,
main ul.list02 li.nvme-1-4,
main ul.list02 li.nvme-1-3 {
  background: #ddf2de;
}
main ul.list02 li.addincard,
main ul.list02 li.m2,
main ul.list02 li.u2,
main ul.list02 li.edsff {
  background: #ffa750;
}

main ul.list02.type2 {
  justify-content: flex-start;
}

main ul.list02.type2 li {
  width: 24%;
}

main ul.list02.type2 li + li {
  margin-left: 1%;
}

main ul.list02.type2 li:nth-child(4n + 1) {
  margin-left: 0;
}

main ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin: 30px 0;
}
main ol > ol {
  padding-left: 1em;
}
main ol > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 10px;
}
main ol ul li {
  text-indent: 0;
}
main ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  width: 17px;
  display: inline-flex;
  text-indent: 0;
  text-align: center;
  justify-content: center;
  font-size: 1.2em;
  color: #005b94;
}

a:hover {
  transition: 0.3s;
  text-decoration: underline !important;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;
}
table caption {
  font-size: 1.5em;
  font-weight: bold;
  color: #8098a7;
}
table th {
  text-align: left;
  /*		background: #005B94;*/
  background: #3893b7;
  color: #fff;
  padding: 10px;
  font-weight: normal;
  border: solid 1px #b5bfc5;
  border-bottom: solid 1px #b5bfc5;
  vertical-align: middle;
}
table.thNli th {
  border: 0;
  border-bottom: solid 1px #b5bfc5;
}
table td {
  padding: 10px;
  text-align: left;
  border: solid 1px #b5bfc5;
  vertical-align: middle;
}

small {
  font-size: 0.9rem;
}

.gradBox small {
  font-size: 18px;
}

.hover {
  display: none;
  position: absolute;
}

.btn01 {
  display: block;
  width: 100%;
  text-align: center;
}
.btn01 > *,
input.btn01 {
  background: linear-gradient(90deg, #005b94 0%, #007fad 100%);
  color: #fff;
  border-radius: 10px 0 0 0;
  display: inline-flex;
  align-items: center;
  padding: 20px 20px;
  box-sizing: border-box;
  min-width: 280px;
  width: auto;
  max-width: 100%;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  margin: auto;
}
input.btn02 {
  background: CCC;
  color: #333;
  border-radius: 10px 0 0 0;
  display: inline-flex;
  align-items: center;
  padding: 20px 20px;
  box-sizing: border-box;
  min-width: 280px;
  width: auto;
  max-width: 100%;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  margin: auto;
}
.bodyInner {
  padding-top: 130px;
}
header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

header.active > div.flex {
  position: fixed;
}

header div.flex {
  align-items: center;
  z-index: 100;
  position: relative;
  padding: 12px 0;
  background: #fff;
  margin: 0 20px;
}
header .btnContact a {
  background: linear-gradient(90deg, #005b94 0%, #007fad 100%);
  color: #fff;
  border-radius: 5px 0 0 0;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
  height: 35px;
  box-sizing: border-box;
  text-decoration: none;
}
header .btnEnglish a {
  background: #fff;
  border: solid 1px #005b94;
  color: #005b94;
  border-radius: 0 0 0 5px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
  height: 35px;
  box-sizing: border-box;
  text-decoration: none;
}
header .search {
  border: solid 1px #005b94;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0 0 5px 0;
  height: 35px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
}
header .search input[type="text"] {
  padding: 5px;
  font-size: 14px;
  border: 0;
  width: 230px;
  max-width: 100%;
}
header .search input[type="button"] {
  background: url(../img/icoSearch.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  border: 0;
}
header nav {
  margin-left: auto;
  margin-right: auto;
  background: #007fad;
}
header nav > ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}
header nav > ul > li {
  margin: 0;
  position: relative;
  width: 25%;
}
header nav ul li a {
  padding: 10px 0;
  display: block;
  color: #fff;
  text-align: center;
  background: #005b94;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
  transition: 0.5s;
  text-decoration: none;
}
header nav ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
header nav > ul > li:hover > a {
  background: linear-gradient(180deg, #005b94 0%, #007fad 100%);
  transition: 0.3s;
}
header nav ul li ul {
  background: #005b94;
  position: absolute;
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  left: 0;
  z-index: 3;
  padding-top: 0px;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 0 0 0 10px;
}
header nav ul li ul li {
  border-bottom: solid 1px #98c1d0;
  font-weight: normal;
  /* padding: 10px; */
}
header nav ul li ul li a {
  display: block;
  padding: 10px;
  text-align: left;
  font-size: 17px;
}
header nav ul li ul li a:hover {
  background: #007fad;
}

main h2 {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #005b94;
}

footer {
  background: #ebf1f8;
}
footer .contactBox {
  background: linear-gradient(90deg, #005b94 0%, #007fad 100%);
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 100px;
}
footer .contactBox h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 50px;
}
footer .contactBox dl {
  width: 450px;
  border-right: solid 1px #fff;
}
footer .contactBox dl:last-child {
  border-right: 0;
}
footer .contactBox dl dt {
  font-size: 1.5em;
  font-weight: bold;
}
footer .contactBox dl dd {
  font-weight: bold;
}
footer .contactBox dl dd .btnMail a {
  display: block;
  background: #fff url(../img/icoMail.svg) no-repeat 20px center;
  padding: 10px 50px 10px 70px;
  max-width: 100%;
  width: 340px;
  margin: auto;
  box-sizing: border-box;
  font-size: 1.5em;
  color: #005b94;
  margin-top: 20px;
  border-radius: 10px 0 0 0;
}
footer .contactBox dl dd .btnTel a {
  display: block;
  background: url(../img/icoTel.svg) no-repeat 20px center;
  padding: 10px 50px 10px 70px;
  max-width: 100%;
  width: 340px;
  margin: auto;
  box-sizing: border-box;
  font-size: 1.8em;
  color: #fff;
  margin-top: 20px;
}
footer .menuCont .btnMail a {
  display: block;
  background: #fff url(../img/icoMail.svg) no-repeat 10px center;
  background-size: 30px;
  padding: 10px 30px 10px 50px;
  max-width: 100%;
  width: 250px;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: bold;
  color: #005b94;
  margin-top: 20px;
  border-radius: 10px 0 0 0;
}
.btnMail a:hover,
.btnTel a:hover {
  text-decoration: none;
}

footer .flex.Jsb.menuCont ul {
  max-width: 500px;
  flex-wrap: wrap;
}
footer .flex.Jsb.menuCont ul li {
  width: 32%;
  margin-bottom: 20px;
}
footer .flex.Jsb.menuCont ul li a {
  color: #005b94;
}
footer h1 {
  margin-bottom: 30px;
}
footer .flex.Jsb.menuCont {
  align-items: flex-start;
}
footer .flex.Jsb.menuCont div p {
  margin-bottom: 10px;
}
footer .copy {
  font-size: 0.7em;
  color: #8098a7;
}
footer .flex ul {
  align-items: center;
}
footer .flex.Jsb.bnrCont {
  align-items: flex-end;
  padding-bottom: 50px;
}
footer .flex.Jsb.bnrCont ul li {
  margin: 10px;
}

.pageTop {
  /* display: none; */
  height: 100px;
  width: 100px;
  background: url(../img/icoPagetop.svg) no-repeat center center;
  margin-top: 30px;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 30px;
}

@media screen and (max-width: 1000px) {
  header .flex.Jsb {
    font-size: 14px;
  }
  header .btnContact a,
  header .btnEnglish a {
    width: auto;
    min-width: 110px;
    text-align: center;
    justify-content: center;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 768px) {
  .bodyInner {
    /* padding-top: 62px; */
    padding-top: 49px;
  }
  body {
    font-size: 14px;
  }

  header {
    margin-bottom: 0;
    padding: 0;
  }
  .hamburger {
    display: block;
    position: absolute;
    z-index: 110;
    right: 13px;
    top: 25px;
    width: 45px;
    height: 18px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger > span {
    display: block;
    position: absolute;
    width: 26px;
    height: 3px;
    left: 6px;
    background: #005b94;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger > span:nth-child(1) {
    top: 0px;
  }
  .hamburger > span:nth-child(2) {
    top: 7px;
  }
  .hamburger > span:nth-child(3) {
    top: 14px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active {
    position: fixed;
    top: 7px;
  }
  .hamburger.active > span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active > span:nth-child(2),
  .hamburger.active > span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*  nav  */
  header .flex.Jsb {
    width: 100%;
    margin: auto;
  }
  header nav {
    width: 100%;
    position: fixed;
    background: linear-gradient(180deg, #005b94 0%, #007fad 100%);
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 99;
    padding: 60px 3vw;
    box-sizing: border-box;
    display: none !important;
    text-align: center;
  }
  header nav.active {
    display: block !important;
  }
  header nav ul {
    border: 0;
    display: block;
    margin-bottom: 20px;
    background: 0;
  }
  header nav ul li {
    padding: 0px 0;
    font-size: 20px;
    display: block;
    border-bottom: solid 1px #fff;
    text-align: left;
    color: #fff;
    width: 100%;
  }
  header nav ul li:last-child {
    border-bottom: 0;
  }
  header nav > ul > li.hoveron::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    transform: rotate(-135deg);
    position: absolute;
    right: 20px;
    top: 15px;
  }
  header nav > ul > li.hoveron:first-of-type:after {
    content: none;
  }
  header nav > ul > li.hoveron.active::after {
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    transform: rotate(45deg);
    top: 20px;
  }
  header nav ul li a {
    color: #fff !important;
    height: auto;
    font-size: 14px;
    display: block;
    background: 0;
    padding: 15px 0px;
    text-align: left;
    width: 90%;
  }
  .hover {
    position: static;
  }
  header nav ul li ul {
    background: #007fad;
    position: static;
    width: 100%;
    box-shadow: none;
    left: 0;
    z-index: 3;
    padding: 0px;
    border-top: solid 1px #fff;
    margin: 0;
  }
  header nav ul li ul li a {
    width: 100%;
    padding-left: 20px;
  }
  header nav ul li ul li:last-child {
    border-bottom: 0;
  }
  header .search {
    padding: 0px 5px;
    margin: 30px 0;
    height: auto;
  }
  header .search input[type="text"] {
    padding: 10px;
    margin: 0;
    max-width: inherit;
    width: 80%;
  }

  header h1 {
    flex: 0.95;
    max-width: 350px;
    display: flex;
    /* flex: auto; */
    text-align: left;
    /* justify-content: center; */
    margin-right: 0;
    margin: 0 20px;
    width: 60%;
  }

  footer .wrap {
    width: 95%;
  }
  .hamburger {
    top: 22px;
  }

  :not(.scrollBox) table th,
  :not(.scrollBox) table td {
    display: block;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .smt10 {
    margin-top: 10px;
  }
  .smt20 {
    margin-top: 20px;
  }
  .smt30 {
    margin-top: 30px;
  }
  .smt40 {
    margin-top: 40px;
  }
  .smt50 {
    margin-top: 50px;
  }
  .smt90 {
    margin-top: 90px;
  }
  .scrollBox {
    width: 100%;
    overflow-x: scroll;
  }
  .smt50:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .scrollBox table {
    min-width: 800px;
  }
  .scrollBox table th,
  .scrollBox table td {
    display: table-cell;
    width: auto;
    border: solid 1px #b5bfc5;
  }
  .tablepc {
    display: none !important;
  }
  .fw25 > *,
  .fw33 > * {
    width: 49%;
  }
  .fw50 > * {
    width: 100%;
  }
  .flex.wid475 div {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex.sJcn {
    justify-content: center;
    flex-wrap: wrap;
  }
  .flex.sJcn > * {
    width: 100%;
  }
  .flex.flexNW {
    flex-wrap: nowrap;
  }

  main h2 {
    font-size: 25px;
    margin: 30px 0;
  }
  .wrap {
    width: 95%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .contactBox {
    margin-bottom: 50px;
  }
  footer .contactBox .flex dl:first-child {
    border-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #fff;
  }
  footer .contactBox .flex dl dt {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  footer .wrap div > ul {
    flex-wrap: nowrap;
    height: auto;
  }
  header h1 {
    flex: auto;
    max-width: 185px;
    display: flex;
    /* flex: auto; */
    text-align: left;
    padding-left: 10px;
    justify-content: center;
    margin-right: 0;
  }
  .hamburger {
    right: 0;
    top: 15px;
  }
}

.grecaptcha-badge {
  z-index: 100;
}
