@charset "utf-8";
/* CSS Document */

.mt60 {
	margin-top: 60px;
}
/* .mb105 {
	margin-bottom: 105px;
} */

.battery-article__content .sec02-sub-tit,
.battery-article__content h4,
.battery-article__content h5 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
	position: relative;
	margin-bottom: 10px;
}
.battery-article__content .sec02-sub-tit {
	border: none;
	padding-left: 0;
}
.battery-article__content .sec02-sub-tit::before {
	content: none;
}
.bold {
	font-weight: 600;
}
.product-detail-btn li a span.small {
	font-size: 14px;}
	
.product-detail-btn li a:hover span.small {
	color:#FFF;}
.u {
	text-decoration: underline;
}
.under-line {
	border-bottom: 1px solid #333;
}
ul.about-ulnon {
	margin-bottom: 10px;
}
ol.about-ol,
ul.about-ul {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.about-ul2 {
	margin: 10px 0;
	list-style: none;
}
ul ul li,
ol ul li {
	list-style: disc;
	margin: 10px 0;
}
ul.about-ulnon li {
	list-style: none;
	counter-increment: cnt;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ul.about-ulnon li:before {
	display: marker;
	content: counter(cnt) ") ";
}
ul.about-ulnon li a:hover{
	color: #006948;
	opacity: .8;
}
ol.about-ol li,
ul.about-ul li,
ul.about-ul2 li,
ul.about-ulno li,
ol.number li {
	margin: 5px 0;
}
ul.about-ulno li {
	font-weight: bold;
}
ol.number li {
	margin: 15px;
}

/* -- 丸囲み文字 -- */

ol.number {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	font-size: 18px;
}
ol.number li {
	padding-left: 30px;
	position: relative;
}
ol.number li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #333;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 600;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
ul ol.number li {
	text-indent: 0px;
}


/* -- 2カラム -- */

*,
*:before,
*:after {
	box-sizing: border-box;
}
.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
}
.col_2>div {
	width: 50%;
}
@media screen and (max-width: 960px) {
	.col_2>div {
		width: 100%;
	}
}


.product-detail-btn.product-detail-download li::before {
    top: 35%!important;
}
.battery-article__content h2 {
	background-size: auto!important;
}
ul.product-detail-btn.product-detail-download {
	justify-content: center!important;
	margin-bottom: 5px!important;
}
.product-detail-btn.product-detail-download li {
	max-width: 400px!important;
	width: 100%!important;
	margin: 10px;
}

.product-detail-btn.product-detail-download li:first-child {
    margin-right: 10px!important;
}

@media screen and (max-width: 480px) {
	.product-detail-btn.product-detail-download li {
		margin: 10px 0px!important;
		max-width: 100%!important;
	}
	.product-detail-btn.product-detail-download li:first-child {
	    margin-right: 0px!important;
	}
	.battery-article__content h4, .battery-article__content h5{
		font-size: 1.6rem;
	}

}

/* 追記 20200514 */

.products h3 {
	margin-bottom: 105px;
}
.product-detail-point .product-detail-btn li {
	margin-right: 0;
}
.sec_01_03 figure img {
	max-width: 600px;
	width: 100%;
}