@charset "utf-8";

/* ------------------------------
 ニッケル水素電池
------------------------------ */
/* トップイメージ */
.topimg {
	width: 100%;
	height: 450px;
}
.topimg .img01 {
	background: url(../img/nimh-main01.png) no-repeat center 0 / 1800px 450px;
	background-color: #313131;
	overflow: hidden;
}
.topimg .img02 {
	background: url(../img/nimh-main02.png) no-repeat center 0 / 1800px 450px;
	background-color: #313131;
	overflow: hidden;
}
.topimg .img01 h1 {
	width: 1140px;
	height: 450px;
	margin: 0 auto;
	padding-top: 200px;
	padding-left: 520px;
	color: #FFFFFF;
	font-size: 2.8rem;
	line-height: 1.25;
	font-weight: bold;	
	color: #13786D;
}
.topimg .img02 .ttl_wrap {
	width: 260px;
	height: 450px;
	margin: 0 auto;
	padding: 130px 0;
}
.topimg .img02 .ttl_wrap h1 {	
	height: 190px;
	padding-top: 54px;
	border-radius: 5px;
	background-color: rgba(255,255,255,.9);
	font-size: 35px;
	line-height: 42px;
	font-weight: bold;
	color: #13786D;
}
.topimg .img02 .ttl_wrap h1 span{
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #313131;
}
.topimg h1 span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
}


/* ラインナップ */
.lineup3r::after {
	content: "";
	display: block;
	clear: both;
}
.lineup3r li {
	float: left;
	width: 377px;
	margin: 0 11px 40px 0;
	padding-right: 12px;
	border-right: 1px dotted #b9bdc1;
	text-align: left;
}
.lineup3r li:nth-child(3),
.lineup3r li:last-child {
	width: 364px;
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.lineup3r li h3 {
	margin: 20px 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.lineup3r li a > h3::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -3px 0 0 5px;
	border: none;
	border-top: solid 1px #00297d;
	border-right: solid 1px #00297d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}
.contentsTop .lineup3r + h2 {
	margin-top: 30px;
}

/* 事例紹介 
.case {
	margin-bottom: 50px;
}
.case::after {
	content: "";
	display: block;
	clear: both;
}
.case li {
	float: left;
	width: 364px;
	margin: 0 5px 0 0;
	text-align: left;
}
.case li:nth-child(3),
.case li:last-child {
	width: 364px;
	margin-right: 0;
}
.case li p {
	margin-top: 15px;
}
.case li h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
.case li a > h3::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -3px 0 0 5px;
	border: 0;
	border-top: solid 1px #00297d;
	border-right: solid 1px #00297d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}*/


/* トピックス */
.block3::after,
.block3 li:nth-child(4) {
	content: "";
	display: block;
	clear: both;
}
.block3 li {
	float: left;
	width: 364px;
	margin: 0 24px 24px 0;
	text-align: left;
}
.block3 li:nth-child(3),
.block3 li:last-child {
	width: 364px;
	margin-right: 0;
}
.block3 li:nth-child(4),
.block3 li:last-child {
	margin-bottom: 0;
}
/* 特長列記 */
.feature {
	font-size: 1.6rem;
        text-align:left;
	margin: 0 0 20px 0;
}
.feature span{
        margin: 0 0 0 15px
}

/* 文字位置指定 */
.left  {  text-align:left;  }
.right {  text-align:right;  }

.contentsPage h1
{
	margin: 80px 0 50px;
	font-size: 2.8rem;
	font-weight: bold;
         
}

.case img {
       margin:0 0 0 20px;
}

.cl_rd {
         color: #DF0101;
}


.cl_bl {
         color: #045FB4;
} 

span.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
span.subText {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.li_patent {
	display: flex;
	justify-content: space-between;
	margin: 80px auto;
}
.li_patent .patent img{
	margin-bottom: 10px;
}
.li_patent .patent .patent_li{
	width: 220px;
	height: 85px;
	background-color: #00A091;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	border-radius: 7px;
	display: table-cell;
	vertical-align: middle;	
}
.li_patent .patent .patent_li span{
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;	
}
.li_patent .patent .patent_num{
	color: #00A091;
	font-size:12px;
	line-height: 15px;
	padding-top: 6px;	
}
.li_patent .patent .patent_num02{
	color: #00A091;
	font-size:12px;
	line-height: 15px;
	padding-top: 0;
	padding-left: 15px;
}

.title_bar{
  position: relative;/*親要素にrelative*/
}
.title_bar h1{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:18%;
  left: 15%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-20%,-00%);/*センター寄せの修正*/
  color: #fff;
  font-size: 4.4rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}