@charset "utf-8";

.SibHeadingStyle1 {
  margin-bottom: 0.5em;
  color: #222;
  font-size: 225%;
  text-align: center;
  line-height: 1.25;
}

#SibSolutionNavi2 ul {
  width: 965px;
  margin: 0 auto;
  border-bottom: 1px solid #444;
}
#SibSolutionNavi2 ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
#SibSolutionNavi2 ul:last-of-type {
  border-bottom: none;
}
#SibSolutionNavi2 ul:last-of-type li {
  width: 14.2857%;
}
#SibSolutionNavi2 ul li:not(:first-child) {
  border-left: 1px solid #444;
}
#SibSolutionNavi2 ul li a {
  position: relative;
  display: block;
  padding: 28px 15px 16px 15px;
  color: #fff;
  font-size: 83%;
  line-height: 110%;
  text-align: center;
  text-decoration: none;
  background: #000;
  box-sizing: border-box;
}
#SibSolutionNavi2 ul:last-of-type li a {
  height: 120px;
  padding: 26px 15px 10px 15px;
}
#SibSolutionNavi2 ul li a:hover {
  background: #e8001c;
}
#SibSolutionNavi2 ul li.active a {
  background: #e8001c;
  cursor: default;
  pointer-events: none;
}
#SibSolutionNavi2 ul li a span {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 10px auto;
  padding: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 1px #fff;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0.8;
}
#SibSolutionNavi2 ul:last-of-type li a span {
  width: 44px;
  height: 44px;
}
#SibSolutionNavi2 ul li a:hover span,
#SibSolutionNavi2 ul li a.active span {
  opacity: 1;
}
#SibSolutionNavi2 ul li a span img {
  width: 100%;
  height: auto;
}
#SibSolutionNavi2.SibCSTop ul li a {
  height: 160px;
}
#SibSolutionNavi2.SibCSTop ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-image: url(/-/media/project/hitachi/sib/image/en/r5/icon/icon_down_l_white_hd.png);
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  opacity: 0.6;
}
#SibSolutionNavi2.SibCSTop ul li a:hover:after {
  opacity: 1;
}
#SibSolutionNavi2.Bottom {
  margin: 0 0 20px;
  padding: 75px 0;
  background: #e5e5e5;
}

.SibTopSection {
  margin: 0 auto 60px;
  position: relative;  
}
.SibTopSection:first-of-type {
  padding-top: 240px;
}
.SibTopSection img {
  width: 100%;
  height: auto;
}

#SibTopPanel ul li {
  float: left;
  width: calc(50% - 5px);
  margin: 0 10px 10px 0;
}
#SibTopPanel ul li:nth-child(even) {
  margin-right: 0;
}
#SibTopPanel ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}
#SibTopPanel ul li a:after,
#SibRelatedCS ul li a:after {
  content:"";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  z-index: 5;
}
#SibTopPanel ul li a:hover:after,
#SibRelatedCS ul li a:hover:after {
  background: rgba(0,0,0,0.2);
}
#SibTopPanel ul li a .Label {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 108px;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  z-index: 10;
}
#SibTopPanel ul li a .Label.CS {
  background: #007975;
}
#SibTopPanel ul li a .Label.SMC {
  background: #4e62a9;
}
#SibTopPanel ul li a .Label.SOL {
  background: #0a6b9a;
}
#SibTopPanel ul li a img {
  -ms-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
}
#SibTopPanel ul li a:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#SibTopPanel ul li a .Text {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 1.25;
}
#SibTopPanel ul li a .Text em {
  display: block;
  font-style: normal;
}

#SibTopPanel > ul > li > a .Text {
  left: 0;
  bottom: 0;
  padding: 30px;
  box-sizing: border-box;
  z-index: 10;
}
#SibTopPanel > ul > li > a .Text em {
  margin-bottom: 8px;
  font-size: 137.5%;
  line-height: 1.18;
}

#SibTopPanel ul li ul li {
  margin-bottom: 0;
}
#SibTopPanel ul li ul li a:before {
  content:"";
  display: block;
  padding-top: 205.128%;
}
#SibTopPanel ul li ul li a .Img {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 62.5%;
  overflow: hidden;
}
#SibTopPanel ul li ul li a .Img .Icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
#SibTopPanel ul li ul li a .Img .Icon img {
  display: block;
  width: 30%;
  margin: 0 auto 12px;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #fff;
}
#SibTopPanel ul li ul li a:hover .Img .Icon img {
  -ms-transform: scale(1);
  transform: scale(1);
}
#SibTopPanel ul li ul li a .Text {
  left: 0;
  top: 0;
  height: 37.5%;
  color: #333;
  line-height: 1.375;
  background: #efefef;
  z-index: 1;
}
#SibTopPanel ul li ul li a .Text em {
  position: absolute;
  top: 50%;
	left: 0;
  width: 100%;
  padding: 0 20px;
  line-height: 1.25;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  z-index: 2;
}
#SibTopPanel ul li ul li.ImgTop a .Img {
  top: 0;
  bottom: auto;
}
#SibTopPanel ul li ul li.ImgTop a .Text {
  top: auto;
  bottom: 0;
}
#SibTopPanel ul li ul li.ImgBottom a .Text em {
  padding-top: 20px;
}

#SibLearnMore {
  margin-bottom: 80px;
}
#SibLearnMore .SibHeadingStyle1 {
  margin-bottom: 0;
}
#SibLearnMore .Img {
  width: 84%;
  margin: 0 auto 30px;
}
#SibLearnMore .Img img {
}
#SibLearnMore .Text{
  margin-bottom: 30px;
  color: #222;
  font-size: 137.5%; /* font-size: 22px;*/
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

.SibCSTopBlock {
  position: relative;
  margin-top: 45px;
  margin-bottom: 55px;
}
.SibCSTopBlock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: 1;
}
.SibCSTopBlock img {
  max-width: 100%;
  height: auto;
}
.SibCSTopBlock h2 {
  position: relative;
  background: none;
  color: #403a3a;
  font-size: 312.5%;
  line-height: 125%;
  z-index: 2;
}
.SibCSTopBlock h2 span {
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  vertical-align: middle;
  background: none;
}
.SibCSTopBlock .Unit {
  position: relative;
  z-index: 2;
}
.SibCSTopBlock .Unit .Text {
  position: relative;
  width: 520px;
  padding: 45px 60px;
  top: 30px;
  margin:0 0 60px 52.33%;
  color: #fff;
  background: rgba(0,0,0,0.7);
  box-sizing: border-box;
}
.SibCSTopBlock .Unit .Text h3 {
  color: #fff;
  font-size: 150%;
  line-height: 1.5;
}
.SibCSTopBlock .Unit .Img {
  position: absolute;
  left: -60px;
  top: 0;
}
.SibCSTopBlock .ButtonStyle1 a {
  background: #e8001c;
}
.SibCSTopBlock .ButtonStyle1 a:hover {
  background: #b1000e;
}
.SibViewButton a {
  position: relative;
	display: inline-block;
  min-width: 470px;
  margin: 0 0 50px;
	padding: 24px 65px 24px;
	font-size: 110%;
	line-height: 130%;
  box-sizing: border-box;
  z-index: 2;
}
.SibViewButton a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 40px;
  margin: -10px 0 0;
	background-image: url(/-/media/project/hitachi/sib/image/en/r1/icon/icon_link_right_l_hd.gif);
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
.SibViewButton a:link,
.SibViewButton a:visited {
	color: #403a3a;
	text-decoration: none;
	background: #fff;
}
.SibViewButton a:hover {
	color: #fff;
	background: #cc0022;
}
.SibViewButton a:hover:after {
  background-image: url(/-/media/project/hitachi/sib/image/en/r1/icon/icon_link_right_l_white_hd.gif);
}
.SibViewButton.Red a {
  color: #fff;
  background: #e8001c;
}
.SibViewButton.Red a:hover {
  background: #b1000e;
}
.SibViewButton.Red a:after {
  display: none;
  padding-right: 0;
}
#SibRelatedCS {
  margin: 0 0 1px;
	padding: 50px 0 30px 0;
	background: #e5e5e5;
}
#SibRelatedCS ul {
  padding-right: 84px;
	letter-spacing: -0.5em;
	overflow: hidden;
}
#SibRelatedCS ul li {
	position: relative;
	display: inline-block;
	width: 220px;
	margin: 0 28px 28px 0;
	letter-spacing: normal;
	vertical-align: top;
	background: #ffffff;
}
#SibRelatedCS ul li:nth-child(4n) {
  margin-right: -84px;
}
#SibRelatedCS ul li a {
  position: relative;
	display: block;
	color: #333;
  font-size: 93.75%;
  line-height: 1.46;
	text-decoration: none;
}
#SibRelatedCS ul li.hover a,
#SibRelatedCS ul li a:hover {
  color: #222;
  text-decoration: none;
}
#SibRelatedCS ul li .Img {
  position: relative;
	display: block;
}
#SibRelatedCS ul li a.ModalYouTubeLink .Img:after {
  content: "";
  position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 48px;
	margin: -25px 0 0 -24px;
  background-image: url(/-/media/project/hitachi/sib/image/en/r5/icon/icon-play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  background-color: #e60027;
  z-index: 5;
  
}
#SibRelatedCS ul li .Text {
	display: block;
	height: 150px;
	padding: 12px;
  overflow: hidden;
}
#SibRelatedCS .SibButtonStyle1 a {
	display: inline-block;
	min-width: 326px;
	margin: 0 0 15px;
	padding: 17px 0 17px 0;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	word-break: break-all;
	box-sizing: border-box;
}
#SibRelatedCS .SibButtonStyle1 a span {
	display: inline-block;
	margin: auto;
	background-image: url(/-/media/project/hitachi/sib/image/en/r1/icon/icon_link_right_l_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#SibRelatedCS .SibButtonStyle1 a:link,
#SibRelatedCS .SibButtonStyle1 a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #e60027;
}
#SibRelatedCS .SibButtonStyle1 a:link span,
#SibRelatedCS .SibButtonStyle1 a:visited span {
	padding-right: 22px;
	border-right: solid 3px transparent;
}
#SibRelatedCS .SibButtonStyle1 a:hover,
#SibRelatedCS .SibButtonStyle1 a:active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}
#SibRelatedCS .SibButtonStyle1 a:hover span,
#SibRelatedCS .SibButtonStyle1 a:active span {
	padding-right: 24px;
	border-right: solid 1px transparent;
}

#SibRelatedProducts {
  margin: 0 0 100px 0;
}
#SibRelatedProducts h3{
  margin: 0 0 45px;
  padding: 0;
  color: #c02;
  font-size: 250%;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
#SibRelatedProducts ul {
  width: 100%;
}
#SibRelatedProducts li {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  background: #efefef;
}
#SibRelatedProducts li .Img {
  display: table-cell;
  width: 25.595%;
  vertical-align: middle;
}
#SibRelatedProducts li .Text {
  display: table-cell;
  padding: 0 38px;
  vertical-align: middle;
}
#SibRelatedProducts li .Text .Title {
  color: #e8001c;
  font-size: 162.5%;
  line-height: 1.1;
}
#SibRelatedProducts li .ButtonStyle1 {
  display: table-cell;
  padding-right: 40px;
  vertical-align: middle;
  text-align: right;
}
#solutions-box2 .ColumnSet .Column2.FirstItem {
  clear: both;
}



/* for - 1400px
=========================================================================================== */
@media screen and (max-width : 1400px){
}


/* for - 1250px
=========================================================================================== */
@media screen and (max-width : 1250px){
}


/* for - 1100px
=========================================================================================== */
@media screen and (max-width : 1100px){
}
  

/* for - 994px
=========================================================================================== */
@media screen and (max-width: 994px){
  .JS #SibSolutionNavi2.Bottom {
    padding: 40px 15px;
  }
  .JS #SibSolutionNavi2 ul {
    width: 100%;
  }
 .JS .SibTopSection:first-of-type {
    padding-top: 0;
  }
  .JS #SibTopPanel ul li a .Text {
    font-size: 90%;
  }
  .JS .SibCSTopBlock .Unit .Text {
    width: calc(47.67% + 15px);
  }
  .JS #SibTopPanel ul li ul li a .Text em {
    font-size: 1.5vw;
  }
  .JS #SibRelatedCS ul {
		padding-right: 45px;
  }
  .JS #SibRelatedCS ul li {
		width: 25%;
		margin: 0 15px 15px 0;
  }
  .JS #SibRelatedCS ul li:nth-child(4n) {
    margin-right: -45px;
  }
  .JS #SibRelatedCS ul li img {
    width: 100%;
    height: auto;
  }
  .JS #SibRelatedCS.MarginSet {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* for - 767px
=========================================================================================== */
@media screen and (max-width : 767px){
  .JS .SibHeadingStyle1 {
    font-size: 162.5%;
  }
  .JS #SibSolutionNavi2 ul li a {
    padding: 15px 0;
  }
  .JS #SibSolutionNavi2 ul li a span {
    width: 46px;
    height: 46px;
    padding: 8px;
  }
	.JS #SibSolutionNavi2 ul:last-of-type li a:after {
		content: "";
		position: absolute;
		display: block;
		width: 16px;
		height: 16px;
		top: 50%;
		right: 20px;
		margin: -8px 0 0;
		background-image: url(/-/media/project/hitachi/sib/image/en/r1/icon/icon_link_right_l_white_hd.gif);
		background-repeat: no-repeat;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
  .JS #SibSolutionNavi2 ul:last-of-type li {
    float: none;
    width: 100%;
    border-left: none;
  }
  .JS #SibSolutionNavi2 ul:last-of-type li:not(:first-child) {
    border-top: 1px solid #444;
  }
  .JS #SibSolutionNavi2 ul:last-of-type li a {
    height: auto;
    padding: 10px 40px 10px 10px;
    text-align: left;
    line-height: 1.5;
  }
  .JS #SibSolutionNavi2 ul:last-of-type li a span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 6px;
  }
  .JS #SibTopPanel > ul > li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .JS #SibTopPanel ul li ul li.ImgBottom a .Img {
    top: 0;
    bottom: auto;
  }
  .JS #SibTopPanel ul li ul li.ImgBottom a .Text {
    top: auto;
    bottom: 0;
  }
  .JS #SibTopPanel ul li a .Text {
    font-size: 83%;
  }
  .JS #SibTopPanel ul li ul li a .Text em {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.5vw;
  }
  .JS #SibTopPanel ul li ul li.ImgBottom a .Text em {
    padding-top: 0;
  }
  .JS .SibTopSection {
    margin-bottom: 10%;
  }
  .JS #SibLearnMore {
    margin-bottom: 8%;
  }
  .JS #SibLearnMore .Img {
    margin-bottom: 6%;
  }
  .JS #SibLearnMore .Text{
    margin-bottom: 6%;
  }

  .JS #SibSolutionNavi2.SibCSTop ul li a {
    height: auto;
  }
  .JS #SibSolutionNavi2.SibCSTop ul li a:after {
    left: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
    background-image: url(/-/media/project/hitachi/sib/image/en/r5/icon/icon_down_l_white_hd.png);
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
  
  .JS .SibCSTopBlock:before {
    top: 30px;
  }
  .JS .SibCSTopBlock h2 {
    padding: 10px 0 20px 60px;
    font-size: 190%;
    box-sizing: border-box;
  }
  .JS .SibCSTopBlock h2 span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
  }
  .JS .SibCSTopBlock .Unit {
    padding: 0 15px;
  }
  .JS .SibCSTopBlock .Unit .Text {
    position: static;
    width: 100%;
    padding: 20px 30px;
    margin:0 0 30px 0;
  }
  .JS .SibCSTopBlock .Unit .Text h3 {
    font-size: 125%;
  }
  .JS .SibCSTopBlock .Unit .Img {
    position: static;
  }
  .JS .SibViewButton {
    margin: 0 15px 30px 15px;
  }
  .JS .SibViewButton a {
    min-width: auto;
    width: 100%;
    padding: 20px 45px 20px 15px;
    font-size: 100%;
  }
  .JS .SibViewButton a:after {
    right: 10px;
  }
  .JS .SibViewButton.Red {
    margin: 0 0 30px 0;
  }
  .JS .SibViewButton.Red a {
    padding-right: 15px;
  }
	.JS #SibRelatedCS ul {
		padding-right: 30px;
	}
	.JS #SibRelatedCS ul li {
		width: 33.333%;
	}
	.JS #SibRelatedCS ul li:nth-child(4n) {
		margin-right: 15px;
	}
	.JS #SibRelatedCS ul li:nth-child(3n) {
		margin-right: -30px;
	}
  .JS #SibRelatedProducts {
    margin: 0 0 40px;
		padding-top: 40px;
  }
  .JS #SibRelatedProducts h3 {
    font-size: 162.5%;
    margin-bottom: 20px;
  }
  .JS #SibRelatedProducts li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 15px;
  }
  .JS #SibRelatedProducts li .Img {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 25%;
  }
  .JS #SibRelatedProducts li .Text {
    display: block;
    padding: 0 0 0 30%;
  }
  .JS #SibRelatedProducts li .Text .Title {
    font-size: 125%;
  }
  .JS #SibRelatedProducts li .ButtonStyle1 {
    display: block;
    padding: 0 0 0 30%;
    text-align: left;
  }
  .JS .CaseStudy .Column2 {
    margin-bottom: 15px !important;
  }

}

/* for - 579px
=========================================================================================== */
@media screen and (max-width : 579px){
  .JS #SibTopPanel ul li ul li a .Img .Icon {
    font-size: 125%;
  }
	.JS #SibRelatedCS ul {
		padding-right: 15px;
	}
	.JS #SibRelatedCS ul li {
		width: 50%;
	}
	.JS #SibRelatedCS ul li:nth-child(3n),
	.JS #SibRelatedCS ul li:nth-child(4n) {
		margin-right: 15px;
	}
	.JS #SibRelatedCS ul li:nth-child(2n) {
		margin-right: -15px;
	}
  .JS #solutions-box2 .solutions-b2-link {
    display: block !important;
  }
  .JS .CSContent {
    height: auto;
  }
}

/* for - 399px
=========================================================================================== */
@media screen and (max-width : 399px){
  .JS #SibTopPanel ul li ul li a .Text em {
    font-size: 3.2vw;
    line-height: 1.15;
  }
	.JS #SibRelatedCS ul {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.JS #SibRelatedCS ul li {
		width: 100%;
		height: auto;
		margin: 0 0 1px 0;
		padding: 0;
	}
	.JS #SibRelatedCS ul li:after {
		content: "";
    position: absolute;
		display: block;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 50%;
		background-image: url(/-/media/project/hitachi/sib/image/en/r1/icon/icon_link_right_l_gray.gif);
		background-repeat: no-repeat;
		background-position : right center;
		background-size: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	.JS #SibRelatedCS ul li a:after {
		content: "";
		display: block;
		clear: both;
	}
	.JS #SibRelatedCS ul li .Text {
		display: block;
		position: relative;
		height: auto;
		min-height: 80px;
		margin: 0;
		padding: 12px 40px 12px 12px;
		border-top: 0;
	}
	.JS #SibRelatedCS ul .Img {
		float: left;
		width: 110px;
		padding: 15px;
	}

  .JS #SibRelatedCS .SibButtonStyle1 a {
    min-width: auto;
    width: 100%;
  }
  .JS #SibRelatedCS ul li a.ModalYouTubeLink .Img:after {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background-size: 10px;
  }

}
