@charset "utf-8";

/* ------------------------------
 アルカリ乾電池
------------------------------ */
/* トップイメージ */
.topimg {
	width: 100%;
	height: 450px;	
}
.topimg .img01 {
	background: url(../img/al-mh.jpg) no-repeat center 0 / 1800px 450px;
	background-color: #313131;
	overflow: hidden;
}
.topimg .img02 {
	background: url(../img/al-mh02.jpg) no-repeat center 0 / 1800px 450px;
	background-color: #313131;
	overflow: hidden;
}
.topimg .img01 h1 {
	width: 1140px;
	height: 450px;
	margin: 0 auto;
	padding-top: 203px;
	padding-left: 800px;
	color: #FFFFFF;
	font-size: 2.8rem;
	line-height: 1.25;
	font-weight: bold;	
	color: #D2541C;
}
.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: #D2541C;
}
.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;
}


/* トピックス */
.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: 3.2rem;
	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;
}

.alk_patent {
	display: flex;
}
.alk_patent .patent{
	margin-right: 45px;
}
.alk_patent .patent .patent_li{
	width: 251px;
	height: 95px;
	background-color: #CE681B;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 7px;
	display: table-cell;
	vertical-align: middle;	
}
.alk_patent .patent .patent_num{
	color: #CE681B;
	font-size:16px;
	line-height: 20px;
	padding-top: 6px;	
}
.alk_patent .patent .patent_num02{
	color: #CE681B;
	font-size:16px;
	line-height: 20px;
	padding-top: 0;	
}

ol.number {
	list-style-type: decimal;
}
ol.number li {
	margin:10px 40px;
}

.circle {
	margin-bottom: 20px;
}
.circle li {
	margin:0 15px;
}

.roman {
	margin-bottom: 20px;
}
.roman li {
	margin:0 40px;
	list-style-type: lower-roman;
}

ol.alpha li {
	margin:0 0 0 40px;
	margin-right: 0;
	list-style-type: lower-alpha;
}
ol.list_parentheses li {
	margin-right: 0;
}

.title_bar{
  position: relative;/*親要素にrelative*/
}
.title_bar h1{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:13%;
  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;/*文字が折り返される場合*/
}

.ml10 {
	margin-left: 10px;
}