@charset "UTF-8";

/* **************************************************

Name: industry.css
Description: CSS for New Design Pages
Create: 2021.12.25
Update: 

***************************************************** */

.SubTopImageWrap {
  background: url("/image/h1/hsw/case/industry/pagetitle_industry.jpg") center center / cover no-repeat;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

p.BalloonDown {
	margin: 0 0 5px;
	padding: 0 0 10px 0;
	background: url(/image/jp/r1/balloon_down.gif) no-repeat 40px bottom;
}

h2 {
	margin: 0 0 5px;
	padding: 0 0 10px 0;
	background: url(/image/jp/r1/balloon_down.gif) no-repeat 40px bottom;
}

#renewLocalNavi {
  display: none;
}

.fixed-nav .fixed-nav__item:nth-child(1) {
  background: #E60027;
}
.fixed-nav .fixed-nav__item:nth-child(1):hover {
  background: #cf0009;
}
.fixed-nav .fixed-nav__item:nth-child(2) {
  background: #6F6F6F;
  position: relative;
  cursor: pointer;
}
.fixed-nav .fixed-nav__item:nth-child(2) a {
  margin-top: 1.2em;
  overflow: hidden;
  text-indent: 1000px;
  display: block;
  height: 62px;
  background: url("/image/h1/hsw/products/topbtn.png") no-repeat;
  background-size: contain;
  background-position: 0px 10px;
  margin:0px;
}
.fixed-nav .fixed-nav__item:nth-child(2):hover {
  background: #303131;
}

@media screen and (max-width: 767px) {
  .fixed-nav .fixed-nav__item {
    width: 16em;
    margin: 0px auto;
  }

}

@media screen and (max-width: 767px) {
  .Grid4 {
    margin-top: 0px;
  }

}

.ListCard li a .ListCardInner dl.AdditionalNotesStyle2 {
  color: #222;
  margin-bottom: 0px;
}
.ListCard li a:hover .ListCardInner dl.AdditionalNotesStyle2 {
  color: #FFF;
}