@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: #01a982;
}

#secondNav{
  z-index: 5;
}
body.is-solutions_products div#bg02 #productSummary {
  margin-top:62px;
}
/* 打ち消し */
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 {
  background-color: #343b44;
}
.NextLink a {
  width: auto;
  min-width: 200px;
  height: 80px;
  background: url(../images/ico_nextpage.png) 20px center no-repeat #01a982;
  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;
  line-height: 1.8;
}
.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
   #23ba97;
  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;
}

div#content .slider h2 {
  margin: 0 0 20px;
  line-height: 1.5;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
div#content .slider p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  color:#FFF;
}
.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:20px;
}


#N_Style .container {
  margin: auto;
  padding: 60px 0;
  width: 980px;
  overflow: hidden;
}
#productSummary h1,
#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: 3em 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: 40px;
}*/

body.is-solutions_products div#bg02 section.breadcrumbs {
    padding-top: 40px;
}

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;
}
div#content .N_SecondTitle .container h1 {
  color: #FFF;
  font-size: 36px;
  line-height: 1.5;
  margin-top: 0;
}
.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 h1 .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;
    margin-top:0;
  }
  .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(52, 59, 68, 0.9);
    color: #fff;
}
#inpage_nav ul li a:hover {
    background: rgba(1, 169, 130, 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による追加 */

/* NISSHO_ELE-16追加分 */

.bgfooter {
  background-color: #343B44;
}

.bgfooter .container {
    margin: auto;
    padding: 60px 0;
    max-width: 980px;
    overflow: hidden;
}

.bgfooter .container a {
    color: #fff;
}

.bgfooter .container h5 {
    font-size: 16px;
    color: #fff;
    width: auto;
    margin: 0px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%) 1;
    font-weight: 100 !important;
}

.bgfooter .container ul {
    margin-left: 32px;
    padding: 0;
}

.bgfooter .container ul li {
    list-style: none;
    font-size: 16px;
    line-height: 1.8;
}

.bgfooter .container #suggest {
    margin-bottom: 30px !important;
}

.bgfooter .container #blog a {
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.bgfooter .container #blog a p {
  margin: 0;
  padding: 0;
  display: inline-block
}
.bgfooter .container #blog a p img {
  margin: 0 15px 0 0;
  vertical-align: bottom
}
.bgfooter .container #blog a p:first-of-type {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
/* NISSHO_ELE-16追加分 */



@-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;
  }
}

@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;
  }
}

#N_Style section.topBordered {
	border-top: 1px solid #999;
}


/* -------------------------
 * SimpliVity Product Page
 * /product/simplivity/
 * ------------------------- */
#N_Style section {
	position: relative;
}


/* ----- TOP ----- */

/*
 * トップ 特徴
 */
#N_Style ul.top_features {
	display: table;
	border-spacing: 20px 0;
	margin: 0;
	padding: 0;
}
#N_Style ul.top_features li {
	display: table-cell;
	background: #419892;
	color: #fff;
	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	vertical-align: middle;
	height: 210px;
}
#N_Style ul.top_features li strong {
	font-size: 80px;
	font-weight: bold;
}
#N_Style ul.top_features li small {
	font-size: 28px;
	font-weight: bold;
	vertical-align: super;
}
/*
 * 優位性
 */

#N_Style ul.columns.priority a:hover img {
	opacity: 0.5;
}

/*
 * 画像横並び
 */
#N_Style ul.columns {
  margin: 0;
  padding: 0;
  text-align: center;
}

#N_Style ul.columns > li {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
#N_Style ul.columns > li figure {
	text-align: center;
}
@media screen and (max-width: 767px) {
  #N_Style ul.columns {
    margin: 0;
    padding: 0;
  }

  #N_Style ul.columns > li {
  	display: block;
  }
}

/*
 * ユーザー評価一覧
 */
#N_Style ul.user_review {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#N_Style ul.user_review > li {
	padding: 0 0 0 200px;
	margin-bottom: 30px;
	min-height: 120px;
}
#N_Style ul.user_review > li.item01 {
	background: url(../images/evaluation_cost.png) no-repeat 40px 20px;
}
#N_Style ul.user_review > li.item02 {
	background: url(../images/evaluation_productivity.png) no-repeat 40px 20px;
}
#N_Style ul.user_review > li.item03 {
	background: url(../images/evaluation_data.png) no-repeat 40px 20px;
}
#N_Style ul.user_review h4 {
	margin-bottom: 20px;
}
#N_Style ul.user_review .sub_review{
	padding: 0;
	margin-left: 100px;
}

@media screen and (max-width: 767px) {
#N_Style ul.user_review > li {
	padding: 200px 0 0 0 ;
}
}


/*
 * 製品 特徴
 */
#N_Style ul.features {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#N_Style ul.features > li {
	padding: 0 0 0 370px;
	margin-bottom: 30px;
}
#N_Style ul.features h4 {
	margin-bottom: 20px;
}
#N_Style ul.features ul.sub{
	padding: 0;
	margin-left: 50px;
}
@media screen and (max-width: 767px) {
  #N_Style ul.features > li {
   padding: 0;
 }
}

/*
 * 重複排除 安定性
 */
#N_Style ul.stability {
	display: table;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#N_Style ul.stability li {
	display: table-cell;
	border: 1px solid #419892;
	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	text-align: center;
	padding: 10px 10px;
	height: 210px;
}
#N_Style ul.stability li h4 {
	font-weight: bold !important;
	font-size: 25px;
	color: #419892;
}
#N_Style ul.stability li span.positive {
	font-weight: bold;
	color: #419892;
}
#N_Style ul.stability li span.negative {
	font-weight: bold;
	color: #960000;
}

figure.overflow_left {
	position: absolute;
	right: 55%;
	width: 100%;
	text-align: right;
}
@media screen and (max-width: 767px) {
	figure.overflow_left {
		position: static;
		text-align: center;
	}
}


.two_columns {
  position: relative;
  overflow: hidden;
}
.two_columns > .right_image {
    position: absolute;
    left:  55%;
    width: 100%;
}
.two_columns > .text {
	width: 500px;
}
#N_Style .two_columns > .text ul {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .two_columns > .right_image {
    position: initial;
    text-align: center;
  }
  .two_columns > .text {
    width: 100%;
  }
}
