@charset "UTF-8";
.fv {
  background-image: url(/business/catalogue/img/download-01hero-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 640px) {
  .fv {
    background-image: url(/business/catalogue/img/download-01hero-sp.png);
  }
}

.tabs {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 4px solid #7A126B;
  margin-bottom: min(1.903vw, 26px);
}
@media screen and (max-width: 1200px) {
  .tabs {
    width: 88%;
  }
}
@media (max-width: 640px) {
  .tabs {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1000px) {
  .tabs {
    margin-bottom: 0;
  }
}

.tab {
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #7A126B;
  font-size: min(1.757vw, 24px);
  font-weight: bold;
  letter-spacing: -0.028em;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  padding: min(0.952vw, 13px) 0;
  background-color: #fff;
  border: 1px solid #7A126B;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .tab {
    font-size: min(5.116vw, 22px);
    line-height: 1.43;
    padding: min(4.884vw, 21px) 0 min(3.953vw, 17px);
  }
}
.tab.active {
  background-color: #7A126B;
  color: #fff;
}
.tab.a {
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .tab.a {
    margin-right: 4px;
  }
}
.tab.b {
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .tab.b {
    margin-left: 4px;
  }
}

.content > .tab-content {
  display: none;
}

.content > .tab-content.active {
  display: block;
}

.icon-pdf_1_2 {
  padding-left: 3px;
}

.nav-download {
  width: 100%;
}
.nav-download--ul {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .nav-download--ul {
    padding: min(8.14vw, 35px) 0;
  }
}
@media (max-width: 1000px) {
  .nav-download--ul {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .nav-download--ul {
    width: calc(100% - 30px);
  }
}
.nav-download--li {
  padding: min(1.647vw, 22.5px) 0;
}
@media (max-width: 1000px) {
  .nav-download--li {
    padding: 0;
  }
}
.nav-download--link {
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: min(1.171vw, 16px);
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.028em;
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1E0013;
  line-height: 1.7;
  letter-spacing: -0.028em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .nav-download--link {
    font-size: min(4.186vw, 18px);
  }
}
@media screen and (min-width: 1000px) {
  .nav-download--link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    border-radius: 3px;
    transform-origin: center;
    background-color: #AAAAAA;
    transition: 0.3s;
  }
  .nav-download--link.underline::after {
    width: calc(100% + 4px);
  }
}
.nav-download--arrow {
  position: relative;
  transform: rotate(90deg);
  width: 12px;
  height: 6px;
  margin-left: 6px;
}
.nav-download--arrow.under {
  transform: rotate(180deg);
}
.nav-download--arrow::before, .nav-download--arrow::after {
  content: "";
  position: absolute;
  transform-origin: top;
  height: min(8.48px, 7.07vw);
  width: 1px;
  background-color: #1E0013;
  left: 50%;
  transform: rotate(45deg);
}
.nav-download--arrow::after {
  transform: rotate(-45deg);
}
.nav-download--spacer {
  background-color: #AAAAAA;
  height: 30px;
  width: 0.5px;
  margin: 0 min(1.684vw, 23px);
}
.nav-download--spacer.center-position {
  position: absolute;
}
@media (max-width: 1000px) {
  .nav-download--spacer {
    height: 1px;
    width: min(6.977vw, 30px);
    margin: 0;
    margin: min(5.581vw, 24px) 0;
  }
}

.btt {
  position: fixed;
  bottom: min(2.196vw, 30px);
  right: min(2.928vw, 40px);
  background-color: #294E95;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  cursor: pointer;
}
.btt.view {
  opacity: 1;
}
.btt::before, .btt::after {
  content: "";
  position: absolute;
  top: 40%;
  left: calc(50% - 2px);
  width: 3.8px;
  height: 18px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 2px;
}
.btt::before {
  transform: rotate(40deg);
}
.btt::after {
  transform: rotate(-40deg);
}

.hn.orig .h-text--wrapper {
  padding: min(4.392vw, 60px) 0 min(5.051vw, 69px);
}
@media (max-width: 1000px) {
  .hn.orig .h-text--wrapper {
    padding: min(4.651vw, 20px) 0 min(6.744vw, 29px);
  }
}

#download-a, #download-b, #download, #bigdata, #server-point, #storage, #os, #hyper, #sh, #windows, #cov, #ws {
  background-color: #F1E1ED;
}/*# sourceMappingURL=style.css.map */