@charset "utf-8";

body {
  /*font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ,Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  color: #333;
  min-width: 980px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a {
  color: #000;
}

/* 打ち消し */
body.is-solutions_products div#bg02 {
  background-color: #fff;
}

/* Grid */
.colWrap {
  overflow: hidden;
}

.colWrap .box {
  display: block;
  float: left;
  margin-bottom: 60px;
  vertical-align: top;
}

.colWrap.Column2 .box {
  float: left;
  margin-right: 28px;
  width: 476px;
}

.colWrap.Column3 .box {
  float: left;
  margin-right: 28px;
  width: 308px;
}

.colWrap.Column4 .box {
  float: left;
  margin-right: 28px;
  width: 224px;
}

.colWrap.Column6 .box {
  float: left;
  margin-right: 28px;
  width: 140px;
}

.colWrap.Column12 .box {
  float: left;
  margin-right: 28px;
  width: 56px;
}

.colWrap.Column2 .box:nth-of-type(2n+0), .colWrap.Column3 .box:nth-of-type(3n+0), .colWrap.Column4 .box:nth-of-type(4n+0), .colWrap.Column6 .box:nth-of-type(6n+0), .colWrap.Column12 .box:nth-of-type(12n+0) {
  margin-right: 0 !important;
}

.colWrap .box.last {
  margin-bottom: 0 !important;
}

.thirdDir .colWrap.Column2 .box {
  float: left;
  margin-right: 28px;
  width: 446px;
}

/* Etc */
.bgGray {
  background-color: #f5f5f5;
}

.bgWhite {
  background-color: #fff;
}

.bgGreen {
  background-color: #c1d62e;
}

.bgBlue {
  background-color: #024794;
}

.bgDarkGray {
  background-color: #e9e9e9;
}

#content hr {
  border: none;
  border-bottom: solid 2px #DDD;
  margin: 50px auto;
  width: 980px;
}



.NextLink a {
  width: auto;
  min-width: 200px;
  height: 80px;
  background: url(../images/ico_nextpage.png) 20px center no-repeat #00A1E9;
  border: solid 1px #d2d2d2;
  padding: 24px 18px 0 60px;
  font-size: 18px !important;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  vertical-align: bottom;
  display: inline-block;
  border-radius: 5px;
}

.NextLink .Column4 a {
  width: 100%;
}

.NextLink a.line2 {
  padding: 17px 18px 0 60px;
  line-height: 1.3;
}

.NextLink a:hover {
  background: url(../images/ico_nextpage.png) 18px center no-repeat #00A1E9;
  background-size: 30px 30px;
}

/* fade */
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

section .fadein:nth-of-type(2) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

section .fadein:nth-of-type(3) {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

/* userVoice */
.userVoice .box {
  float: left;
  position: relative;
  width: 33%;
}

.userVoice .box figure {
  overflow: hidden;
}

.userVoice .box figure img {
  width: 100%;
  vertical-align: bottom;
}

.userVoice .box div {
  background: rgba(74, 197, 0, .8);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-decoration: none;
  opacity: 0;
}

.userVoice .box:hover div {
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  opacity: 1;
}

/* Slider */
.slider .container {
  width: 980px;
  margin: 0 auto;
  height: 460px;
}

.slider li,
.bx-controls-direction,
.bx-pager {
  width: 100%;
  min-width: 980px;
}

.slider li img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
}

.slider li.slide01 {
  /*background: #2e73f2;*/
  background: url("/solutions_products/hybrid_cloud/alkira/images/Alkira_top.jpg") no-repeat top center;
  background-size: cover;
}

div#content .slider li.slide01 h2, div#content .slider li.slide01 p {
  /*color:#000;*/
}

.slider li.slide02 {
  background: url("/solutions_products/hybrid_cloud/alkira/images/seminar.jpg") no-repeat top center;
  background-size: cover;
}

.slider li.slide03 {
  background: url("/solutions_products/hybrid_cloud/alkira/images/event_interop.jpg") no-repeat top center;
  background-size: cover;
}

.slider li.slide04 {
    background: url("/solutions_products/hybrid_cloud/alkira/images/Alkira_baner2022.jpg") no-repeat top center;
    background-size: cover;
  }

.slider li.slide01 .textWrap, .slider li.slide02 .textWrap, .slider li.slide03 .textWrap,.slider li.slide04 .textWrap {
  padding-top: 120px;
  display: inline-block;
}


.slider li.slide01 .textWrap {
  padding-left: 700px;
}

.slider li.slide02 .textWrap {
  padding-right: 600px;
}

.slider li.slide03 .textWrap {
    padding-left: 700px;
  }

.slider li.slide04 .textWrap {
    padding-left: 700px;
  }

div#content .slider h2 {
  margin: 0 0 20px;
  line-height: 1.5;
  color: rgb(48, 40, 51);
  font-size: 32px;
  font-weight: bold;
}

div#content .slider p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  color: #302833;
}

.slideBtn {
  font-size: 26px;
  text-align: center;
  margin-top: 50px;
}

.slideBtn a {
  display: inline-block;
  background: #000000;
  color: #FFF;
  padding: .8em 0;
  font-size: 26px;
  font-weight: normal;
  min-width: 250px;
}

.bx-wrapper {
  margin: 0;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

body.is-solutions_products div#bg02 #productSummary .N_SecondTitle {
  padding-top: 62px;
}

/* Nutanix */
#N_Style *,
div#content .slider,
#pickup,
#secondNav {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
}

#secondNav {
  font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#N_Style a {
  font-size: 16px;
}

#N_Style .container {
  margin: auto;
  padding: 60px 0;
  width: 980px;
  overflow: hidden;
}

#productSummary h2,
#N_Style h3,
#N_Style h4,
#N_Style h5 {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100 !important;
}

#N_Style h3 {
  /*font-size: 30px;*/
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
  margin: 1.5em 0 1em;
}

#N_Style h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 2em 0 1em;
  /*margin: 2em 0 1.5em;*/
  font-weight: normal;
}

#N_Style .container h3:first-child,
#N_Style .container .box h3:first-child,
#N_Style .container h4:first-child,
#N_Style .container .box h4:first-child {
  margin-top: 0;
}

#N_Style .container *:last-child {
  margin-bottom: 0;
}

#N_Style p, #N_Style li, #N_Style th, #N_Style td, #N_Style div, #N_Style span {
  font-size: 16px;
  line-height: 1.8;
}

#N_Style th {
  background-color: #343b44 !important;
  color: #FFF !important;
}

#N_Style p.Lead {
  font-size: 20px;
}

#N_Style p.LeadNoImg {
  font-size: 20px;
}

#N_Style ul {
  list-style-type: disc;
  margin-left: 32px;
  padding: 28px 30px 0 28px;
}

#N_Style ol {
  list-style: decimal;
  margin-left: 32px;
  padding: 28px 30px 0 28px;
}

/*.N_SecondTitle */
body.is-solutions_products div#bg02 #productSummary {
  padding-top: 62px;
}

body.is-solutions_products div#bg02 #productSummary .N_SecondTitle {
  padding-top: 80px;
  background-size: cover;
  /*min-height: 308px;*/
  min-height: 262px;
  /*padding-top: 50px;*/
  padding-top: 24px;
  box-sizing: border-box;
}

.N_SecondTitle .container {
  color: #FFF;
  margin: 0 auto;
  width: 980px;
}

.N_SecondTitle .container h2 {
  color: #FFF;
  font-size: 36px;
  line-height: 1.5;
}

.N_SecondTitle .container p {
  font-size: 12px;
}

#N_Style p.lead {
  font-size: 20px;
  width: 644px;
  margin-right: 28px;
  float: left;
}

#N_Style .leadImg {
  width: 308px;
  float: right;
}

#N_Style .hosoku h5 {
  font-size: 18px;
  font-weight: bold !important;
  margin-bottom: 1em;
}

#N_Style .hosoku p {
  font-size: 16px;
}

#N_Style .block2_1,
#N_Style .block1_2 {
  overflow: hidden;
  clear: both;
}

#N_Style .blockImg {
  width: 308px;
}

#N_Style .blockTxt {
  width: 644px;
}

#N_Style .block2_1 .blockTxt,
#N_Style .block1_2 .blockImg {
  float: left;
  margin-right: 28px;
}

#N_Style .block2_1 .blockImg,
#N_Style .block1_2 .blockTxt {
  float: right;
}

.mokuji .container {
  padding: 20px 0 !important;
}

#N_Style .mokuji ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  font-size: 14px;
}

section p {
  margin-bottom: 1em;
}

section figure.text_center {
  margin: 50px 0 30px;
}

section .colWrap figure.text_center {
  margin: 0;
}

/* 第３階層 */
/*#N_Style .thirdDir{
  padding:30px 0;
}

#N_Style .thirdDir section{
  padding:20px 0;
}

#N_Style .thirdDir .block{
  background:#fff;
  padding:30px;
  width: 920px;
}
#N_Style .thirdDir .container.block #content hr {
  width: auto;
}
*/
#productSummary h2 .subTitle {
  font-size: 30px;
}

.bgGray img {
  background: #FFF;
  padding: 3px;
  border: solid 1px #CCC;
  box-sizing: border-box;
}

.bgGray img.noBorder {
  background: none;
  border: none;
  padding: 0;
}

#N_Style .emphasisLink {
  font-size: 20px;
}

#N_Style .fb-like {
  line-height: 0;
}

/* スマホ用 */
/* 共通 */
.sp {
  display: none;
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    width: 100% !important;
    min-width: inherit !important;
  }

  header, #gnavi,
  /*#productSummary .bx-wrapper, */
  #N_Style .userVoice #thumb-h {
    display: none !important;
  }

  body.is-solutions_products div#bg02 #productSummary {
    padding-top: 0 !important;
  }

  .breadcrumb, section.breadcrumbs p, #pickup .container, #pickup .n_news, .n_pickup, #pickup .n_newstext, #N_Style .container, #N_Style .userVoice .sp-mask, #solutionContactBox, div#footerBox, div#otherLink, div#copyright, div#footerLink, div#footerLink nav, .bgTop02 .container div, .bgTop03 .container div, #N_Style .bgImage3 .text_center, div#copyright address, .N_SecondTitle .container, body.is-solutions_products div#bg02 div#content_menu {
    width: 100% !important;
    min-width: auto !important;
    float: none !important;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  div#footerLink, div#footerLink nav {
    padding-left: 0;
    padding-right: 0;
  }

  #N_Style a {
    word-wrap: break-word;
    width: 300px;
  }

  .colWrap.Column3 .box {
    width: 100% !important;
    float: none !important;
  }

  .ContactIconMini #solutionContactBox ul li#ContactIcon01, .ContactIconMini #solutionContactBox ul li#ContactIcon02 {
    width: 100%;
  }

  div#copyright address {
    padding-top: 1em;
    line-height: 1.8;
  }

  .bgDevice {
    width: 100% !important;
    height: auto !important;
    background-size: 100% !important;
    padding: 6.5% !important;
  }

  .slider li, .bx-controls-direction, .bx-pager {
    min-width: inherit;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
  }

  .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background-size: 100%;
  }

  #secondNav,
  #secondNav .container {
    width: 320px !important;
    height: 62px !important;
    overflow: hidden !important;
    display: none;
  }

  .colWrap.Column2 .box {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px !important;
  }

  #N_Style .blockImg {
    width: 100% !important;
    text-align: center;
  }

  #N_Style .blockTxt {
    width: 100% !important;
  }

  .colWrap.Column4 .box {
    float: none;
    margin-top: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    width: 224px;
  }

  .colWrap.Column4 .box:nth-of-type(4n) {
    margin-right: auto !important;
  }

  .text_center iframe {
    width: 100% !important;
  }

  .tableWrap {
    overflow-x: scroll;
  }

  .tableWrap table {
    width: auto;
  }

  #l_pickup .box {
    width: 100% !important;
  }

  #N_Style .BlogList ul li, #N_Style .BlogList ul li a, #N_Style .BlogList ul li .col_right {
    width: 100% !important;
    height: auto !important;
  }

  body.is-solutions_products div#bg02 div#content_menu section {
    width: 100% !important;
  }

  body.is-solutions_products div#bg02 div#content_menu section.content_menu_left, body.is-solutions_products div#bg02 div#content_menu section.content_menu_right {
    float: none !important;
  }

  section#productSNS {
    text-align: left !important;
  }

  section#productSNS ul {
    height: auto !important;
  }

  section#productSNS ul li {
    margin-top: 15px;
    margin-left: 0;
  }

  /* トップページ index.html */
  #pickup .Column2 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .bgGray img.whatsnew_img {
    left: -5px !important;
  }

  #pickup .n_pickup {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }

  #pickup .container .box {
    display: table;
  }

  #pickup .container .box, #pickup .container .box a {
    width: 100% !important;
  }

  .topContent section>h3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bgTop02 .container div, .bgTop03 .container div {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bgTop02 {
    height: auto !important;
    min-height: 600px !important;
  }

  .bgTop02 figure {
    padding-left: 15px;
    padding-right: 15px;
    position: relative !important;
    right: auto !important;
    box-sizing: border-box;
  }

  .bgTop03 {
    height: auto !important;
    min-height: 700px !important;
  }

  .bgTop03 figure {
    padding-left: 15px;
    padding-right: 15px;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box;
  }

  #N_Style .userVoice {
    height: auto !important;
  }

  #N_Style .userVoice .sp {
    list-style: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  #N_Style .userVoice .sp li {
    background: rgb(255, 255, 255);
    border: solid 1px #b2b3b3;
    margin-bottom: 15px;
  }

  #N_Style .userVoice .sp li figure {
    text-align: center;
    padding-top: 10px;
  }

  #N_Style .userVoice .sp li a {
    display: block;
  }

  #N_Style .userVoice .sp li figure figcaption {
    text-align: center;
    padding: 8px 8px;
    margin: 0;
    font-size: 14px;
  }

  #N_Style .taiken .box {
    margin-bottom: 15px !important;
  }
}

/* 1/10追加 - sato */
/* ----レスポンシブメニュー--  */
body.side-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* menu */
nav.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 21;
}

.side-open nav.menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  padding: 15px 5px;
  box-sizing: border-box;
}

nav.menu ul {
  display: inline-block;
  vertical-align: middle;
  overflow: scroll;
  width: 100%;
  height: 100%;
}

nav.menu li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  /* NISSHO_ELE-7によるコメントアウト */
  /*opacity: 0;*/
}

nav.menu ul li ul {
  display: inline;
  vertical-align: middle;
  overflow: scroll;
}

.side-open nav.menu li {
  opacity: 1;
}

.side-open nav.menu li.lv1:nth-child(1) {
  -webkit-transition: opacity 1s ease .5s;
  transition: opacity 1s ease .5s;
}

.side-open nav.menu li.lv1:nth-child(2) {
  -webkit-transition: opacity 1s ease .6s;
  transition: opacity 1s ease .6s;
}

.side-open nav.menu li.lv1:nth-child(3) {
  -webkit-transition: opacity 1s ease .7s;
  transition: opacity 1s ease .7s;
}

.side-open nav.menu li.lv1:nth-child(4) {
  -webkit-transition: opacity 1s ease .8s;
  transition: opacity 1s ease .8s;
}

.side-open nav.menu li.lv1:nth-child(5) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s;
}

.side-open nav.menu li.lv1:nth-child(6) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s;
}

.side-open nav.menu li.lv1:nth-child(7) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s;
}

.side-open nav.menu li.lv1:nth-child(8) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s;
}

.side-open nav.menu li.lv1:nth-child(9) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s;
}

.side-open nav.menu li.lv1:nth-child(10) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s;
}

nav.menu li.lv1 {
  margin-bottom: 15px;
}

nav.menu li.lv1 a {
  line-height: 2.8;
  font-size: 18px;
  color: #f5f5f5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

nav.menu li.lv1 ul li {
  margin-bottom: 10px;
}

nav.menu li.lv1 ul li a {
  display: block;
  line-height: 1.6;
  font-size: 13px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

nav.menu li a:hover {
  color: #999;
  text-decoration: none;
}

/* menu-btn */
.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 22;
  background: #555;
  opacity: 0.8;
  display: none;
}

.menu-btn span {
  color: #fff;
}

.menu-btn span:after {
  content: attr(data-txt-open);
}

.side-open .menu-btn span:after {
  content: attr(data-txt-close);
}

.menu-btn:hover span:nth-child(1):after {
  -webkit-animation: anim .5s ease 0s forwards;
  animation: anim .5s ease 0s forwards;
}

.menu-btn:hover span:nth-child(2):after {
  -webkit-animation: anim .5s ease .1s forwards;
  animation: anim .5s ease .1s forwards;
}

.menu-btn:hover span:nth-child(3):after {
  -webkit-animation: anim .5s ease .2s forwards;
  animation: anim .5s ease .2s forwards;
}

.menu-btn:hover span:nth-child(4):after {
  -webkit-animation: anim .5s ease .3s forwards;
  animation: anim .5s ease .3s forwards;
}

.menu-btn:hover span:nth-child(5):after {
  -webkit-animation: anim .5s ease .4s forwards;
  animation: anim .5s ease .4s forwards;
}

.menu-btn:hover span:nth-child(6):after {
  -webkit-animation: anim .5s ease .5s forwards;
  animation: anim .5s ease .5s forwards;
}

.menu-btn:hover span:nth-child(7):after {
  -webkit-animation: anim .5s ease .6s forwards;
  animation: anim .5s ease .6s forwards;
}

.menu-btn:hover span:nth-child(8):after {
  -webkit-animation: anim .5s ease .7s forwards;
  animation: anim .5s ease .7s forwards;
}

.menu-btn:hover span:nth-child(9):after {
  -webkit-animation: anim .5s ease .8s forwards;
  animation: anim .5s ease .8s forwards;
}

.menu-btn:hover span:nth-child(10):after {
  -webkit-animation: anim .5s ease .9s forwards;
  animation: anim .5s ease .9s forwards;
}

/* NISSHO_ELE-7による追加 */
nav.menu li.lv1 {
  opacity: 0;
}

#js__btn .close {
  display: none;
}

#js__nav:target {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 15px 5px;
}

#js__nav .lv1 {
  transition: opacity 500ms;
}

#js__nav:target+#js__btn .close {
  display: block;
}

#js__nav:target+#js__btn .open {
  display: none;
}

#js__nav:target .lv1 {
  opacity: 1;
}

#js__nav:target .lv1:nth-of-type(1) {
  -webkit-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

#js__nav:target .lv1:nth-of-type(2) {
  -webkit-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

#js__nav:target .lv1:nth-of-type(3) {
  -webkit-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

#js__nav:target .lv1:nth-of-type(4) {
  -webkit-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

#js__nav:target .lv1:nth-of-type(5) {
  -webkit-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}

#js__nav:target .lv1:nth-of-type(6) {
  -webkit-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  transition-delay: 900ms;
}

#js__nav:target .lv1:nth-of-type(7) {
  -webkit-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

/* NISSHO_ELE-7による追加 */
/* NISSHO_ELE-12による追加 */
#inpage_nav {
  position: fixed;
  right: 3px;
  top: 70px;
  z-index: 5;
  margin: 0;
  padding: 3px;
  width: 250px;
  border: solid 1px #CCC;
  border-radius: 4px;
  background: rgba(255, 255, 255, .3);
  display: none;
}

#inpage_nav * {
  box-sizing: border-box;
}

#inpage_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
}

#inpage_nav ul li a {
  font-size: 14px;
  padding: 3px 10px;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, .3);
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

#inpage_nav ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: solid 2px #333;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}

#inpage_nav ul li.active_sec a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: solid 2px #fff;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

#inpage_nav ul li.active_sec a {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

#inpage_nav ul li a:hover {
  background: rgba(153, 153, 153, 0.9);
  color: #fff;
  text-decoration: none;
}

#inpage_nav ul li.page_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#inpage_nav ul li.page_top a:before {
  content: "";
  border-top: 2px solid #333;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #333;
  border-radius: 0;
  background: none;
  transform: rotate(45deg);
}

#inpage_nav ul li.page_top a:after {
  content: "TOPに戻る";
  display: inline-block;
}

#inpage_nav ul li.page_top a img {
  display: none;
}

#inpage_nav ul li:last-of-type a {
  border-bottom: none;
}

@media screen and (min-width: 1620px) {
  #inpage_nav {
    width: 300px;
  }

  #inpage_nav ul li a {
    width: 300px;
  }
}




/* NISSHO_ELE-12による追加 */
@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.bx-wrapper .bx-controls-direction a {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #secondNav {
    display: none;
  }

  .menu-btn {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .menu-btn {
    right: 10px;
  }
}

/* ---Nutanixとは - concept.html---  */
@media screen and (max-width: 767px) {
  body.is-solutions_products div#bg02 #productSummary .N_SecondTitle .video, body.is-solutions_products div#bg02 #productSummary .N_SecondTitle .cover {
    display: none;
  }

  body.is-solutions_products div#bg02 #productSummary .N_SecondTitle .movie {
    margin: 15px 0 25px !important;
  }

  /* 他でも使いそうなのは共通に移動 */
}

/* ---Acropolis - technology-acropolis.html---  */
@media screen and (max-width: 767px) {
  /* 他でも使いそうなのは共通に移動 */
}

/* ---デスクトップ仮想化 - solution-vdi.html*/
@media screen and (max-width: 767px) {
  .text_center iframe {
    width: 100% !important;
  }
}

/* ---ラインナップ - series-index.html*/
@media screen and (max-width: 767px) {
  /* 他でも使いそうなのは共通に移動 */
}

/* Dell XCシリーズ dell.html */
@media screen and (max-width: 767px) {
  .contentsMenuWline {
    display: none;
  }

  #N_Style table#dell_lineup td {
    color: #333 !important;
  }
}

/* サポート・サービス support/index.html */
@media screen and (max-width: 767px) {
  body.is-solutions_products div#bg02 #productSummary .N_SecondTitle .Column6 .box {
    display: none;
  }

  body.is-solutions_products div#bg02 #productSummary .N_SecondTitle .Column6 .box:nth-child(1) {
    display: block;
  }
}

/* 価格 price.html */
@media screen and (max-width: 767px) {
  .N_SecondTitle .Column3 {
    width: 100% !important;
    height: auto !important;
  }

  .N_SecondTitle .Column3 .box {
    min-height: inherit !important;
    float: none !important;
    margin-bottom: 15px !important;
  }

  .N_SecondTitle .Column3 .box a {
    min-height: inherit !important;
    padding: 10px !important;
  }

  body.is-solutions_products div#bg02 #productSummary .N_SecondTitle p {
    margin: 0 0 5px 0 !important;
    padding-top: 0 !important;
    height: auto !important;
  }

  .N_SecondTitle .Column3 .box a figure:first-of-type {
    display: none;
  }
}

/* TCO削減シミュレーション tco.html */
@media screen and (max-width: 767px) {
  .cpBoxDetail_none {
    width: 100% !important;
    box-sizing: border-box;
  }

  #tco-form input[type="text"], #tco-confirm input[type="text"], #mktoForm_2198 input[type="email"] {
    width: 90% !important;
    box-sizing: border-box;
  }

  #tco-form-button, #tco-confirm-button {
    margin-left: 0 !important;
  }

  #tco_confirm_button, #tco_back {
    margin-top: 15px;
  }

  #tco-form input[type="button"], #tco-confirm input[type="button"], #tco-next a.link_button {
    width: 100% !important;
  }

  .mktoForm {
    width: 100% !important;
  }
}

/* 教育・イベント event/index.html */
@media screen and (max-width: 767px) {
  .N_SecondTitle .Column4 {
    width: 100% !important;
    height: auto !important;
  }

  .N_SecondTitle .Column4 .box {
    width: 100% !important;
    min-height: inherit !important;
    float: none !important;
    margin-bottom: 15px !important;
  }

  .N_SecondTitle .Column4 .box a {
    min-height: inherit !important;
    padding: 10px !important;
  }

  body.is-solutions_products div#bg02 #productSummary .N_SecondTitle p {
    margin: 0 0 5px 0 !important;
    padding-top: 0 !important;
    height: auto !important;
  }

  .N_SecondTitle .Column4 .box a figure:first-of-type {
    display: none;
  }
}

/* 事例・資料 document/index.html */
@media screen and (max-width: 767px) {
  .N_SecondTitle .Column2 {
    width: 100% !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .N_SecondTitle .Column2 .box {
    width: 100% !important;
    min-height: inherit !important;
    float: none !important;
    margin-bottom: 15px !important;
  }

  .N_SecondTitle .Column2 .box a {
    min-height: inherit !important;
    padding: 10px !important;
  }

  .N_SecondTitle .Column2 .box.left figure,
  .N_SecondTitle .Column2 .box a figure {
    margin: 0 !important;
  }

  body.is-solutions_products div#bg02 #productSummary .N_SecondTitle p,
  .N_SecondTitle .Column2 .box a figure {
    margin: 0 0 5px 0 !important;
    padding-top: 0 !important;
    height: auto !important;
  }

  .N_SecondTitle .Column2 .box a figure:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  footer {
    min-width: 0;
  }

  div#footerBox {
    width: 100%;
    padding: 10px 0 5px;
  }

  div#footerLink {
    width: 96%;
    margin: 0 auto;
  }

  div#otherLink {
    width: 96%;
    margin: 0 auto;
  }

  div#footerLink nav {
    display: inline-block;
    width: auto;
    padding-right: 10px;
  }

  div#footerLink nav#link01,
  div#footerLink nav#link02,
  div#footerLink nav#link03,
  div#footerLink nav#link04 {
    width: auto;
  }

  div#footerLink ul>li:not( :first-child) {
    display: none;
  }

  div#footerLink ul {
    width: 100%;
    margin-bottom: 0;
  }

  div#footerLink ul li {
    display: inline-block;
    float: left;
  }

  div#copyright {
    width: 98%;
  }

  div#copyright address {
    float: none;
    padding-top: 0;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
  }

  div#copyright address img {
    display: block;
    padding-bottom: 5px;
  }

  div#otherLink li {
    padding: 0 10PX 10px 0;
    border-right: 0;
  }

  div#otherLink li:first-child {
    padding: 0 10PX 10px 0;
  }

  footer div#footerBox {
    padding: 0;
    background-color: #d6e4eb;
  }

  footer div#footerBox div#footerLink nav#link00 ul li {
    background: #fff;
  }

  footer div#footerBox div#footerLink nav#link00,
  footer div#footerBox div#footerLink nav#link01,
  footer div#footerBox div#footerLink nav#link02,
  footer div#footerBox div#footerLink nav#link03,
  footer div#footerBox div#footerLink nav#link04 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  footer div#footerBox div#footerLink {
    width: 100%;
    margin: 0;
  }

  footer div#footerBox div#footerLink nav#link00 ul,
  footer div#footerBox div#footerLink nav#link01 ul,
  footer div#footerBox div#footerLink nav#link02 ul,
  footer div#footerBox div#footerLink nav#link03 ul,
  footer div#footerBox div#footerLink nav#link04 ul {
    display: block;
    width: 100%;
  }

  footer div#footerBox div#footerLink ul li {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    border-bottom: 1px solid #fff;
  }

  footer div#footerBox div#footerLink li:first-child {
    display: block;
  }

  footer div#footerBox div#footerLink ul li a {
    display: block;
    padding: 0 0 0 20px;
    font-size: 12px;
    color: #222;
  }

  footer div#otherLink {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #999999;
  }

  footer div#otherLink div#footerLink {
    width: 100%;
    margin: 0;
  }

  footer div#otherLink ul {
    display: block;
    width: 100%;
    margin: 0;
  }

  footer div#otherLink ul li {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    text-align: left;
  }

  footer div#otherLink li:first-child {
    display: block;
    padding: 0;
  }

  footer div#otherLink ul li a {
    display: block;
    padding: 0 0 0 20px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
  }

  footer div#copyright {
    position: relative;
    width: 100%;
    margin: 0;
  }

  footer div#copyright address {
    width: 100%;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    text-align: center;
  }

  footer div#copyright p {
    position: fixed;
    right: 2%;
    bottom: 0;
    float: none;
  }

  footer div#copyright p a {
    position: static;
    display: block;
    width: 54px;
    height: 54px;
  }

  footer div#copyright p a img {
    position: static;
    display: block;
    width: 54px;
    height: 54px;
  }

  #pickupLinks {
    display: none;
  }
}