@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#battery .bg_navy {
	color: #fff;
}
#battery .bg_navy::before {
	background: #001f36;
}
#battery .bg_navy h3.sub03 {
	color: #fff;
}
#battery .txt {
	font-size: 110%;
	line-height: 2.25;
}
#battery .business .img {
	margin: 50px 0;
}
#battery .business .img img {
	border-radius: 20px 0px 0px 0px;
}
#battery .business dl:not(:last-of-type) {
	margin-bottom: 50px;
}
#battery .business dl dt {
	position: relative;
	font-size: 25px;
	padding-left: 30px;
	margin-bottom: 30px;
	font-weight: 500;
}
#battery .business dl dt::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: calc(100% - 8px);
	background: #a99764;
}
#battery .sikumi::before {
	background: #fff;
}
#battery .sikumi .box .info {
	width: 638px;
}
#battery .sikumi .box .info ul {
	margin-bottom: 20px;
}
#battery .sikumi .box .info ul li {
	margin-bottom: 10px;
	background: #faf8f5;
	position: relative;
	padding: 22px 20px 22px 50px;
	font-size: 20px;
	font-weight: 500;
}
#battery .sikumi .box .info ul li::before {
	content: "";
	background: #a99764;
	width: 9px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: 36px;
	left: 25px;
}
#battery .sikumi .box .img {
	width: 410px;
	height: 356px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}
#battery .key::before {
	background: #faf8f5;
}
#battery .key .txt.fm {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
#battery .key ul {
	margin: 30px 0;
}
#battery .key ul li {
	display: inline-block;
	font-size: 110%;
	margin-right: 50px;
	padding-left: 15px;
	position: relative;
}
#battery .key ul li::after {
	margin-right: 0;
}
#battery .key ul li::before {
	content: "";
	background: #a99764;
	width: 9px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}
#battery .package::before {
	background: #fff;
}
#battery .package .attention {
	line-height: 1.4;
}
#battery .package .line {
	border-bottom: 3px solid var(--color-secondary);
}
#battery .package ul {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 20px;
}
#battery .package ul li {
	background: url("../img/chk.png") no-repeat left center;
	font-size: 18px;
	font-weight: bold;
	padding-left: 50px;
	width: 550px;
	margin-bottom: 30px;
}
#battery .way .label {
	background: #a99764;
	color: #fff;
	width: 272px;
	font-size: 30px;
	font-weight: 500;
	padding: 2px 0 5px 15px;
	clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
#battery .way .list {
	margin-top: 50px;
	counter-reset: number 0;
}
#battery .way .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#battery .way .box .img {
	width: 340px;
}
#battery .way .box dl {
	width: 710px;
}
#battery .way .box dl dt {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#battery .way .box dl dt::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: inline-block;
	line-height: 1;
	font-size: 85px;
	font-style: italic;
	font-family: var(--font-mono);
	color: rgba(157, 123, 51, 0.5);
	vertical-align: middle;
	margin-right: 25px;
	font-weight: normal;
}
#battery .way .box dl dt .fm {
	font-size: 30px;
}
#battery .next h3.sub03 .fs {
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	top: -10px;
}
#battery .next .img {
	text-align: center;
	margin-top: 50px;
}
#battery .next .img img {
	border-radius: 20px 0px 0px 0px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#battery .txt {
		font-size: 105%;
		line-height: 1.8;
	}
	#battery .business dl:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#battery .business dl dt {
		font-size: 20px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	#battery .business dl dt::before {
		height: calc(100% - 10px);
	}
	#battery .sikumi .box .info {
		width: 100%;
		order: 2;
	}
	#battery .sikumi .box .info ul li {
		padding: 15px 15px 15px 35px;
		font-size: 18px;
	}
	#battery .sikumi .box .info ul li::before {
		width: 8px;
		height: 8px;
		top: 27px;
		left: 15px;
	}
	#battery .sikumi .box .img {
		margin: 0 auto 20px;
		order: 1;
	}
	#battery .key .txt.fm {
		font-size: 17px;
	}
	#battery .package ul {
		margin: 20px 0 0;
	}
	#battery .package ul li {
		background-size: 20px auto;
		background-position: top 5px left;
		padding-left: 30px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	#battery .way .label {
		width: 200px;
		font-size: 22px;
	}
	#battery .way .box .img {
		margin: 0 auto 20px;
	}
	#battery .way .box dl {
		width: 100%;
	}
	#battery .way .box dl dt {
		font-size: 18px;
	}
	#battery .way .box dl dt::before {
		font-size: 50px;
		margin-right: 20px;
	}
	#battery .way .box dl dt .fm {
		font-size: 25px;
	}
	#battery .next h3.sub03 .fs {
		font-size: 14px;
		top: auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#battery .txt {
		font-size: 100%;
	}
	#battery .business dl dt {
		font-size: 17px;
		padding-left: 15px;
	}
	#battery .sikumi .box .img {
		width: 100%;
		height: 65vw;
	}
	#battery .sikumi .box .info ul li {
		font-size: 16px;
	}
	#battery .way .label {
		width: 170px;
		font-size: 18px;
	}
	#battery .way .box .img {
		width: 100%;
	}
	#battery .way .box dl dt {
		position: relative;
		padding-left: 60px;
		font-size: 16px;
	}
	#battery .way .box dl dt::before {
		font-size: 35px;
		position: absolute;
		top: 10px;
		left: 0;
	}
	#battery .way .box dl dt .fm {
		font-size: 20px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#battery .business dl dt {
		font-size: 16px;
	}
	#battery .package h3.sub03 {
		font-size: 22px;
	}
	#battery .way .box dl dt {
		padding-left: 50px;
		font-size: 14px;
	}
	#battery .way .box dl dt .fm {
		font-size: 17px;
	}
	#battery .way .box dl dt::before {
		font-size: 30px;
	}

}