@charset "UTF-8";

.container .osv {
	margin-top:1em;
}
.container .osv li {
	display:inline-block;
	padding:0.5em;
	border:1px solid #666;
	border-radius:8px;
	text-align:center;
	width:6em;
	line-height:1.2;
	margin:0 5px;
	font-weight: 600;
    color: #666;
}
.ml-pc-2em {
	margin-left: 2em;
}
.ml-pc-3em {
	margin-left: 3em;
}
@media screen and (max-width: 640px) {
	.ml-pc-2em,
	.ml-pc-3em {
		margin-left: 0;
	}
}

/*----電池持ち訴求----*/
.batteryAppeal li{
	display:inline-block;
	margin-left: 1.5em;
	margin-top: 1.5em;
}
.batteryAppeal li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	.container .batteryAppeal {
		width:94%;
		margin:0 auto;
	}
	.batteryAppeal li {
		width: 50%;
	}
	.batteryAppeal li {
		margin-left: 0;
		margin-top: 12px;
	}
	.batteryAppeal li img {
		max-width: 80%;
	}
}