@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap);
/* ========== modules ========== */
.disp-sp {
  display: none;
}

.hvop {
  transition: .2s;
}
.hvop:hover {
  opacity: .7;
  transition: .2s;
}

.l-grid {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.layout-type01 {
  max-width: 980px;
  margin: auto;
  padding: 0 40px;
}

.layout-type02 {
  max-width: 810px;
  margin: auto;
}

.title-type01 {
  text-align: center;
  background: #31c3d6;
  position: relative;
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  padding: 20px 0;
  border-radius: 10px;
}
.title-type01:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #31c3d6 transparent transparent transparent;
}

.title-type02 {
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  padding-left: 65px;
  position: relative;
  line-height: 1.3;
}
.title-type02 .num {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  display: block;
  width: 48px;
  line-height: 48px;
  background: #31c3d6;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.title-type02.left {
  text-align: left;
}

.title-type03 {
  font-family: "Montserrat", sans-serif;
  color: #31c3d6;
  text-align: center;
  font-size: 24px;
  border: 2px solid #31c3d6;
  border-radius: 10px;
  padding: 22px 0;
  margin-bottom: 40px;
  background: #fff;
}

.btn-type01 {
  text-align: center;
}
.btn-type01 a {
  display: inline-block;
  font-size: 20px;
  background: #31c3d6;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  padding: 25px 0;
}
.btn-type01 a:hover {
  text-decoration: none;
}
.btn-type01 a .arrow {
  display: inline-block;
  padding-right: 40px;
  background: url(../images/ico-arrow01.png) no-repeat center right;
  background-size: 20px;
}

.list-type01 {
  justify-content: space-between;
}
.list-type01 .list-item {
  width: 31%;
  text-align: center;
}
.list-type01 .item-image {
  margin-bottom: 25px;
}
.list-type01 .item-text .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  min-height: 3em;
}
.list-type01 .item-text .text {
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
  margin-top: 15px;
}

.textbox-type01 {
  margin-bottom: 40px;
}
.textbox-type01:last-child {
  margin-bottom: 0;
}
.textbox-type01 > div, .textbox-type01 > p {
  margin-bottom: 25px;
}
.textbox-type01 > div:last-child, .textbox-type01 > p:last-child {
  margin-bottom: 0;
}
.textbox-type01 .box-title {
  font-weight: bold;
  font-size: 20px;
}
.textbox-type01 .box-text {
  line-height: 1.75;
}
.textbox-type01 .box-text p {
  margin-bottom: 5px;
}
.textbox-type01 .box-text p:last-child {
  margin-bottom: 0;
}
.textbox-type01 .box-text .indent {
  padding-left: 1em;
  position: relative;
  margin-bottom: 10px;
}
.textbox-type01 .box-text .indent:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: .6em;
  background: #868484;
  border-radius: 50%;
}
.textbox-type01 .box-text strong {
  font-weight: bold;
}

/* ========== 既存スタイルの調整 ========== */
.main-contents {
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
}
.main-contents img {
  max-width: 100%;
}

section.breadcrumbs p {
  max-width: 980px;
  width: auto;
  padding: 15px 40px;
}

#solutionContactBox {
  max-width: 980px;
  width: auto;
  padding: 30px 40px;
}

.page-head {
  background: #7cc5db;
  border-bottom: 3px solid #31c3d6;
}

.page-head-visual {
  color: #fff;
  align-items: center;
}
.page-head-visual .visual-text {
  width: 40%;
}
.page-head-visual .visual-image {
  width: 56%;
  text-align: right;
  margin-left: auto;
}
.page-head-visual .text-logo {
  margin-bottom: 60px;
}
.page-head-visual .text-title {
  text-align: center;
}
.page-head-visual .text-title .title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-top: 30px;
}
.page-head-visual .text-title .title-main {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
}

.page-head-index .page-head-visual .visual-image {
  width: 60%;
}

.page-head-index .text-title {
  text-align: left;
}
.page-head-index .text-title .title-sub {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
.page-head-index .text-title .title-main {
  font-family: "Montserrat", sans-serif;
  font-size: 47px;
  line-height: 1.2;
}

.page-head-nav .nav-list {
  align-items: flex-end;
  justify-content: space-between;
}

.page-head-nav li {
  text-align: center;
  width: 19%;
}

.page-head-nav a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  background: #e3e3e3;
  color: #9a9a9a;
  font-weight: bold;
  border-radius: 8px 8px 0 0 / 8px 8px 0 0;
  letter-spacing: 0;
}
.page-head-nav a.current {
  background: #31c3d6;
  color: #fff;
}
.page-head-nav a:hover {
  text-decoration: none;
}

.page-section {
  padding: 80px 0;
}
.page-section:nth-child(odd) {
  background: rgba(124, 197, 219, .16);
}
.page-section .sec-header {
  text-align: center;
  margin-bottom: 60px;
}
.page-section .sec-title {
  margin-bottom: 0;
}
.page-section .sec-lead {
  text-align: left;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.75;
}
.page-section .sec-contents {
  margin-bottom: 70px;
}
.page-section .sec-contents:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  section.breadcrumbs p {
    padding: 15px 20px;
  }
  #solutionContactBox {
    padding: 40px 20px;
  }
  .layout-type01 {
    padding: 0 20px;
  }
  .page-head-nav a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  .title-type01 {
    font-size: 18px;
    padding: 15px 0;
  }
  .title-type01:after {
    margin-left: -10px;
    border-width: 15px 10px 0 10px;
  }
  .title-type02 {
    font-size: 18px;
    padding-left: 35px;
  }
  .title-type02 .num {
    margin-top: -14px;
    width: 28px;
    line-height: 28px;
    font-size: 15px;
  }
  .title-type03 {
    font-size: 16px;
    padding: 12px 0;
    margin-bottom: 30px;
  }
  .btn-type01 a {
    max-width: 100%;
    font-size: 15px;
    padding: 15px 0;
  }
  .btn-type01 a .arrow {
    padding-right: 25px;
    background-size: 17px;
  }
  .list-type01 .list-item {
    width: 100%;
    text-align: left;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
  }
  .list-type01 .list-item:last-child {
    margin-bottom: 0;
  }
  .list-type01 .item-image {
    margin-bottom: 0;
    width: 42%;
  }
  .list-type01 .item-text {
    width: 50%;
    margin-left: auto;
  }
  .list-type01 .item-text .title {
    font-size: 16px;
    min-height: auto;
  }
  .list-type01 .item-text .text {
    margin-top: 10px;
  }
  .textbox-type01 {
    margin-bottom: 25px;
  }
  .textbox-type01 > div, .textbox-type01 > p {
    margin-bottom: 15px;
  }
  .textbox-type01 .box-title {
    font-size: 15px;
  }
  .textbox-type01 .box-text {
    font-size: 14px;
  }
  .sp-breadcrumbs {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 10px;
  }
  .sp-breadcrumbs a {
    color: #000;
  }
  .page-head {
    position: relative;
    border-bottom: none;
    padding: 40px 0 30px;
  }
  .page-head-visual .visual-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .page-head-visual .visual-image {
    width: 100%;
    text-align: center;
  }
  .page-head-visual .text-logo {
    margin-bottom: 12px;
  }
  .page-head-visual .text-logo img {
    width: 118px;
  }
  .page-head-visual .text-title .title-sub {
    font-size: 15px;
    margin-top: 5px;
  }
  .page-head-visual .text-title .title-main {
    font-size: 24px;
  }
  .page-head-index {
    padding: 20px 0 15px;
  }
  .page-head-index .page-head-visual .visual-image {
    width: 100%;
  }
  .page-head-index .text-title {
    text-align: center;
  }
  .page-head-index .text-title .title-sub {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .page-head-index .text-title .title-main {
    font-size: 29px;
    letter-spacing: .05em;
  }
  .nav-trigger {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #31c3d6;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .nav-trigger div {
    width: 28px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -9px;
  }
  .nav-trigger span {
    display: block;
    background: #fff;
    position: absolute;
    height: 2px;
    width: 100%;
    transition: .4s;
  }
  .nav-trigger span:nth-of-type(1) {
    top: 0;
  }
  .nav-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .nav-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-trigger.trigger-open span:nth-of-type(1) {
    transform: rotate(-45deg);
    margin-top: 8px;
  }
  .nav-trigger.trigger-open span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-trigger.trigger-open span:nth-of-type(3) {
    transform: rotate(45deg);
    margin-bottom: 8px;
  }
  .page-head-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .page-head-nav .nav-list {
    border-top: 1px solid #ccc;
  }
  .page-head-nav li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .page-head-nav a {
    text-align: left;
    padding: 15px 20px;
    line-height: 1.5;
    border-radius: 0;
  }
  .page-section {
    padding: 50px 0;
  }
  .page-section .sec-header {
    margin-bottom: 35px;
  }
  .page-section .sec-lead {
    margin-top: 25px;
    font-size: 14px;
  }
  .page-section .sec-contents {
    margin-bottom: 40px;
  }
}

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

/**/
/* ----レスポンシブメニュー--  */
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(0, 161, 233, 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;
    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;}




.NextLink {
    color: #ffffff;
}

.NextLink.colWrap .box {
    margin-bottom: 0;
}

.NextLink a.nutanix_link, .NextLink a.nutanix_link:hover{
    background-color: #1c5aaf;
}
.NextLink a.simplivity_link, .NextLink a.simplivity_link:hover{
    background-color: #01a982;
}


@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) {
  /*header, */#gnavi, /*#productSummary .bx-wrapper, */#N_Style .userVoice #thumb-h {
    display: none !important;
  }
}