@charset "UTF-8";
*{margin:0; padding:0}
li{list-style:none}
a{text-decoration:none}
img{border:none}
body{width:100%; margin:0 auto;}
html{	font-family: Meiryo,Helvetica,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";}
h1{font-size: 53px;line-height:1.5;font-weight: bold;}
h2{font-size: 48px;line-height:1.5;font-weight: bold;}
h3{font-size: 36px;line-height:1.5;font-weight: bold;margin: auto; text-align: center;max-width: 80%;}
h4{font-size: 36px;line-height:1.5;font-weight: normal;}
h5{font-size: 24px;line-height:1.5;font-weight: normal;}
h6{font-size: 19px;line-height:1.5;font-weight: normal;}
p{font-size: 18px;line-height:1.5;font-weight: normal;}
section{width: 100%;height: auto;max-width: 1500px;display: flex;margin: auto;}
input select { outline: none;}
.lt{display:block;}
.tb{display:none;}
.mb{display:none;}

header{position: fixed;top:0;width: 100%;z-index: 100;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));}
.menu{height: 44px;background: rgba(28, 28, 28, 0.9);display: flex;flex-direction: row;justify-content: center;align-items: center;-webkit-backdrop-filter:blur(4px);backdrop-filter: blur(4px);}
.headerlogo{display: flex;padding: 0px 0px;width: 150px;height: 100%;margin: 0px 0px;}
.headerlogo img{width: 110px;height: 24px;margin: 10px 0px;object-fit: cover;}
.headerbuttons{display: flex}
.headerbutton{display: flex;flex-direction: row;justify-content: center;align-items: center;width: 150px;height: 44px;}
.headerbutton a {color:#fff;width: 150px;height: 44px;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.headerbutton p{color:#fff;font-size:13px;}

.menubar{
position: fixed;
top: 44px;
display: none;
justify-content: center;
align-items: center;
padding: 20px 0px;
height: 270px;
width: 100%;
background: rgba(0, 0, 0, 0.9);
-webkit-backdrop-filter:blur(4px);
backdrop-filter:blur(4px);
}
.menuline{
position: static;
width: 0px;
border-right: 1px  solid #FFFFFF;
flex: none;
align-self: stretch;
flex-grow: 0;
margin: 0px 10px;}
.menugroup{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
padding: 10px 0px 30px;
align-self: stretch;
flex-grow: 0;
margin: 0 44px;
}
.menulogo{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
position: static;
width: 45px;
height: 45px;
margin: 0px 8.5px;
}
.menulogo img{width: 100%;height:100%;}
.menuinfo{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 27px 0px 0px;
position: static;
margin: 0px 8.5px;
color:white;
}
.menusubttl{color:white;font-size:14px;margin: 10px 0px;}
.header-back a{color:#fff;width: 150px;height: 44px;display: flex;flex-direction: row;justify-content: center;align-items: center;float: right;position:fixed;top:0;right:0;z-index: 101;}

footer{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px;
position: static;
width: 100%;
height: 183px;
background: #F5F5F7;
flex: none;
align-self: stretch;
flex-grow: 0;
margin: 0px 0px;
}
footer p{font-size: 14px;color:#86868B;}
.footercompany{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px;
position: static;
height: 89px;
margin: 10px auto;	
}
.footerlogo{display: flex;padding: 10px;width: 122px;height: 63px;order: 0;margin: 0px 20px;}
.footerlogo img{width: 100%;object-fit:contain;}
.footerline{position: static;width: 99.9%;border-bottom: 1px solid #86868B;margin: 10px 0px;}




.pdhead{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:white;
	height: 330px; 
	background:url("../img/photo_battery.png");
	background-size:cover;
	background-position: 50%;
	margin-top: 0;
}

.pdfeature{
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 20px 0;
	height: 700px;
	width: 100%;
	margin: auto;
	background:#FBFBFD;
}
.pdfeature h3{
	font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
	margin: 10px auto;
	width: 92%;
	color: #004F9B;
}
.pdfeature h5{
	font-size: 19px;
    line-height: 1.5;
    margin-bottom: 0;
	font-weight: normal;
	margin: 0px auto;
	width: 85%;
}
.pdfeature img{
	width: 30%;
	margin: auto;
	max-width: 300px;
}

.step{
	height: auto;
	width: 100%;
	flex-direction: column;
	background-color: #f6f6f6;
	text-align: center;
	padding: 90px 0 50px 0;
}
.stepinfo{display: flex;width: 100%;max-width: 810px;padding: 0;flex-wrap: wrap;margin: 50px auto 20px;}
.stepimg {
	width: 30%;
	max-width: 250px;
	margin: 10px auto;
}
.stepimg img{
	width: 100%;
	max-width: 250px;
	margin: 0;
}
.usstep{
	height: auto;
	width: 100%;
	flex-direction: column;
	background-color: #FBFBFD;
	text-align: center;
	padding: 60px 0 50px 0;
}
.usstepinfo{display: flex;width: 100%;flex-wrap: wrap;margin: 50px auto 20px;}
.usstepimg {
	height: 300px;;
	margin:0  auto;
}
.usstepimg img{
	height: 100%;
	max-width: 250px;
	margin: 0;
	object-fit: contain;

}


.pd{
	width: 100%;
	background-color: #FBFBFD;
	padding: 90px 0 50px 0;	
}
.pdinfo{
	display: flex;
	align-content: center;
	justify-content: center;
	margin: 60px 0;

}
.pdinfo h4{
	font-weight: bold;
}
.pdslide{
	width: 150px;
	margin: 0 100px 0 0;
}
.pdslide img{
	width: 100%;
	max-height: 400px;
	object-fit: contain;
}
.benifit{
	width: 90%; max-width: 400px;height: 50px;background:#FBFBFD;  margin: 10px auto;
	border: solid 2px  ;
	border-radius: 25px;
}
.benifit p{
	line-height: 50px;font-size: 16px;
}
@media (min-width:1024px){
	.headerbutton:hover{background: rgba(0, 0, 0, 0.9);}
	.menusubttl:hover{text-decoration: underline}
}


@media (max-width:1023px){
	.lt{display:none;}
	.tb{display:block;}
	
}
@media (max-width:767px){
	h1{font-size: 36px;}
	h2{font-size: 24px;}
	h3{font-size: 20px;}
	.tb{display:none;}
	.mb{display: block;}
	
	
	
	.menu{
		flex-wrap: wrap;
		background: none;	}
	
	.menuline{
		display: none;
	}
	.menuinfo p a{width: 100%; text-align: center;}
	.menulogo{display: none;}
	
	
	.headerbuttons{
		width: 100%;
		height: 44px;
		background: rgba(0, 0, 0, 0.6);
		backdrop-filter: blur(4px);
		justify-content: center;
		margin: 0;}
	.headerbutton{
		width: 100%;
	}
	.headerbutton a{
		width: 100%;
	}
	.headerlogo{
		width: 100%;
		height: 44px;
		background:#333333;
		margin: 0;
	}
	.header-back a{color:#fff;width: 60px;height: 42px;display: flex;flex-direction: row;justify-content: center;align-items: center;float: right;position:fixed;top:0;right:0;}
	.header-back img{height: 50%;}
	
	
	footer{
		height:240px;
	}
	.footercompany{
		flex-direction: column;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.pdfeature{
		height: 600px;
	}
	.pdfeature h3{
	width: 80%
;}
	.pdfeature h5{
	font-size: 14px;
}
	.pdfeature img{
	width: 30%;
	margin: auto;
	min-width: 200px;
}
	
.step{
	height: auto;
	width: 100%;
	flex-direction: column;
	background-color: #f6f6f6;
	text-align: center;
	padding: 30px 0 50px 0;
}
.stepinfo{display: flex;width: 100%;;flex-wrap: wrap;margin: 20px auto 20px;}
.stepimg {
	width: 48%;
	margin:10px auto;
}
	.step h3{

	width: 100%
;}
	.step h5{
	font-size: 14px;
}
	

.usstep{
	height: auto;
	padding: 30px 0 50px 0;
}
.usstepinfo{display: flex;width: 80%;max-width: 300px;flex-wrap: wrap;margin: 20px auto 20px;}
.usstepimg {
	height: 200px;;
	margin:20px  auto;
}
.usstepimg img{
	height: 100%;
	max-width: 150px;
	margin: 0;
	object-fit: contain;

}
	.usstep h3{
	width: 100%
;}
.pd{
	padding: 40px 0 50px 0;	
}
.pdinfo{
	width: 80%;
	margin: 60px auto;
}
.pdinfo h4{
	font-size: 16px;
}
.pdinfo p{
	font-size: 11px;
}
.pdslide{
	width: 25%;
	margin: 0 10% 0 0;
}
	
	
	
}
