@charset "utf-8";

/* ------------------------------
 組電池
------------------------------ */
.pr {
	position: relative;
}

.prs {
	position: absolute;
	top: 220px;
	left: 350px;
	width: 300px;
}

.contentsPage .titleimg {
	margin-bottom: 0;
}

.contentsPage .bg_h2 {
	background: -moz-linear-gradient(100% 50% 180deg, rgba(255, 255, 255, 1) 0%, rgba(1, 143, 54, 1) 37.23%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(1, 143, 54, 1) 37.23%);
	background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(0.3723, rgba(1, 143, 54, 1)));
	background: -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(1, 143, 54, 1) 37.23%);
	background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(1, 143, 54, 1) 37.23%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#018F36' ,GradientType=0)";
	background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(1, 143, 54, 1) 37.23%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018F36', endColorstr='#FFFFFF', GradientType=1);
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	padding: 14px 0 10px 35px;
	margin-bottom: 35px;
}

.contentsPage .bg_h3 {
	font-size: 25px;
	line-height: 45px;
	font-weight: normal;
	color: #13786D;
	border-bottom: solid 1px #C1C1C1;
}

.bsbg {
	background-color: #EAF3E9;
	padding: 40px 60px;
}

.bsbg .bsbg_df {
	display: flex;
}

.indent01 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.fc01 {
	color: #336946;
}
.mr80 {
	margin-right: 80px;
}

.contents table {
	width: 70%;
}

table th {
	width: 21px;
	text-align: center;
    vertical-align: middle;
}

table td {
	width: 93px;
    padding: 7px 0 3px;
    vertical-align: middle;
}

.btm {
    position: relative;    
    height: 135px;
    overflow: hidden;
	margin: 0 auto;
    font-size: 12px;    
}
.btm img {
    position: absolute;
    bottom: 1em;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.td_img {
	margin: 10px 0;
}

.bg0
{
  background : -moz-linear-gradient(-186.43% -316.16% 0deg,rgba(164, 208, 199, 1) 0%,rgba(230, 241, 240, 1) 30%,rgba(164, 208, 199, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(164, 208, 199, 1) 0%, rgba(230, 241, 240, 1) 30%, rgba(164, 208, 199, 1) 100%);
  background : -webkit-gradient(linear,-186.43% -316.16% ,-186.2% -316.16% ,color-stop(0,rgba(164, 208, 199, 1) ),color-stop(0.3,rgba(230, 241, 240, 1) ),color-stop(1,rgba(164, 208, 199, 1) ));
  background : -o-linear-gradient(0deg, rgba(164, 208, 199, 1) 0%, rgba(230, 241, 240, 1) 30%, rgba(164, 208, 199, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(164, 208, 199, 1) 0%, rgba(230, 241, 240, 1) 30%, rgba(164, 208, 199, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A4D0C7', endColorstr='#A4D0C7' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(164, 208, 199, 1) 0%, rgba(230, 241, 240, 1) 30%, rgba(164, 208, 199, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A4D0C7',endColorstr='#A4D0C7' , GradientType=1);
}