@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------------

 mobile-goods　子カテゴリ　/　battery　バッテリー充電
 
----------------------------------------------------------------------------------------------*/
mark { color: inherit;}
*{ box-sizing: border-box;}

/*------------------------------------------------
    メインイメージ
-------------------------------------------------*/
.main-box{
	margin: 0 auto 30px;
}
.main-box h2{
	margin: 0 auto 10px;
	padding-left: 40px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5em;
	position: relative;
}
.main-box h2:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #4b49d7;
	border-right: 3px solid #4b49d7;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.main-box h2 + img{
	margin-bottom: 20px;
	border-bottom: 3px solid #4b49d7;
}
.main-box > .read-box h3{
	display: block;
	color: #4b49d7;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.main-box > .read-box h3:before,
.main-box > .read-box h3:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
}
.main-box > .read-box h3:before{
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	left: 0;
	top: 0;
}
.main-box > .read-box h3:after{
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	right: 0;
	bottom: 0;
}


@media screen and ( max-width: 736px ){
	.main-box h2{
		padding-left: 40px;
		font-size: 25px;
	}
	.main-box h2:before{
		left: 10px;
	}

	.main-box > .read-box{
		width: 95%;
		margin: auto;
	}
	.main-box > .read-box h3{
		padding: 10px;
		font-size: 20px;
	}
}

@media screen and ( max-width: 480px ){
	.main-box h2{
		font-size: 22px;
	}

	.main-box > .read-box h3{
		padding: 5px;
		font-size: 18px;
	}
}


/*------------------------------------------------
    各ランキング
-------------------------------------------------*/
.mainContents section.accessRanking{
	margin: 50px auto;
    padding-top: 50px;
}

.accessRanking > h3{
    background-color: #4b49d7;
    color: #fff;
	margin: 0 auto 20px;
	padding: 5px;
	font-size: 20px;
    font-weight: 700;
	line-height: 1.6em;
    text-align: center;
    letter-spacing: 0.08em;
    border: none;
    border-radius: 10px;
	position: relative;
}
.accessRanking > h3:before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
    background-image: url(../../../_images/category/mobile-goods/battery/ranking-icon-crown.gif);
    background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	margin: auto;
}

.accessRanking > h3 + p{
	line-height: 1.8em;
}

/*
.accessRanking a{
    display: block;
}
.accessRanking a img{
    width: 100%;
	max-width: 260px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.accessRanking dl{
    font-size: 12px;
}
.accessRanking dl dt{
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #ccc;
}
.accessRanking dl dd{
    padding-left: 10px;
    line-height: 1.5em;
    position: relative;
}
.accessRanking dl dd:before{
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0;
}
.accessRanking dl dd em{
    color: #bd1315;
    font-size: 14px;
    font-weight: bold;
}
*/
/*--リンクボタン--
.accessRanking .linkBtn{
	margin: 30px auto;
}
.accessRanking .linkBtn a{
	width: 60%;
	margin: auto;
	background-color: #c6efef;
	padding: 10px;
	padding-right: 30px;
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
	border-radius: 5px;
	position: relative;
}
.accessRanking .linkBtn a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.accessRanking .linkBtn a:hover{
	color: inherit;
	opacity: 0.5;
}*/

@media screen and ( max-width: 768px ){
	.accessRanking > h3{
		background-position: -10% 50%, 110% 50%;
		background-size: auto 100%;
		font-size: 20px;
	}
	.accessRanking > h3 + p{
		width: 95%;
		margin: auto;
	}
	
	/*--リンクボタン--
	.accessRanking .linkBtn a{
		width: 70%;
	}*/
}
@media screen and ( max-width: 480px ){
	.accessRanking > h3{
		font-size: 18px;
	}
	
	/*--リンクボタン--
	.accessRanking .linkBtn a{
		width: 90%;
		font-size: 16px;
	}*/
}


/*-----swiper-----
.accessRanking .swiper-wrapper{
    padding: 10px 0;
}
.accessRanking .swiper-slide{
    padding: 0 10px;
}
.accessRanking .swiper-parent{
	position: relative;
	margin: 30px auto;
}
*/
/*左右ボタン
.swiper-button-prev,
.swiper-button-next{
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.6);
	background-image: none;
	border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
	transition: all 0.3s ease-out;
	top: 48%;
	bottom: 30px;
}
.swiper-button-prev{
	left: -5px;
}
.swiper-button-next{
	right: -5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
	background-color: rgba(0,0,0,1);
}

.swiper-button-prev:before,
.swiper-button-next:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #999;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.swiper-button-prev:before{
	border-left: 3px solid #999;
	left: 15px;
	transform: rotate(-45deg);
}
.swiper-button-next:before{
	border-right: 3px solid #999;
	right: 15px;
	transform: rotate(45deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
	opacity: 0.6;
}
*/

/*----ランキングアイコン----
.accessRanking .swiper-container{
	counter-reset: rank;
	padding-bottom: 60px;
}

.accessRanking .swiper-slide a{
    position: relative;
}
.accessRanking .swiper-slide a:before{
	content: counter(rank)"位";
    counter-increment: rank;
    width: 40px;
    height: 40px;
	background-color: #d8f1db;
    background-repeat: no-repeat;
    background-position: center;
	color: #00a122;
	font-size: 15px;
	font-weight: 600px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #9ae5a3;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 10;
}
.accessRanking .swiper-slide:nth-of-type(1) a:before{
	content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../_images/top/item-rank1.gif);
    background-color: #ff5354;
    top: -8px;
    left: -8px;
	border: none;
}
.accessRanking .swiper-slide:nth-of-type(2) a:before{
	content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../_images/top/item-rank2.gif);
    background-color: #fcd2d2;
    top: -8px;
    left: -8px;
	border: none;
}
.accessRanking .swiper-slide:nth-of-type(3) a:before{
	content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../_images/top/item-rank3.gif);
    background-color: #fcd2d2;
    top: -8px;
    left: -8px;
	border: none;
}
*/

@media screen and ( max-width: 768px ){
	/*-----swiper-----
	.accessRanking .swiper-parent{
		width: 95%;
		margin: 30px auto 0;
	}*/

	/*----ランキングアイコン----
	.accessRanking .swiper-slide a:before{
		width: 36px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		top: -5px;
		left: -5px;
	}
	
	.accessRanking .swiper-slide:nth-of-type(1) a:before,
	.accessRanking .swiper-slide:nth-of-type(2) a:before,
	.accessRanking .swiper-slide:nth-of-type(3) a:before{
		content: "";
		width: 40px;
		height: 40px;
		background-size: 70%;
		top: -5px;
		left: -5px;
	}*/
}


/*------------------------------------------------
    リンクボタンリスト
-------------------------------------------------*/
.select-link{
	background-color: #f2f2f2;
	margin: 0 auto 30px;
	padding: 30px;
}
.select-link dt{
	display: block;
	width: fit-content;
	margin: 0 auto 10px;
	padding: 0 40px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.select-link dt:before,
.select-link dt:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #111;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.select-link dt:before{
	left: 0;
}
.select-link dt:after{
	right: 0;
}

.select-link dd ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin: 20px 0;
}
.select-link dd ul > li{
	width: calc((100% - 45px) / 4);
	color: #4b49d7;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #111;
	border-radius: 15px;
	overflow: hidden;
}
.select-link dd ul > li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 10px 5px;
	padding-right: 20px;
	position: relative;
}
.select-link dd ul > li a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #4b49d7;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}


.select-link dd ul > li.anchor{
	width: calc((100% - 15px) / 2);
}
.select-link dd ul > li.anchor a{
	background-color: #ededff;
}
.select-link dd ul > li.anchor a:before{
	border: 8px solid transparent;
	border-top: 10px solid #4b49d7;
	top: 8px;
	right: 10px;
}

.select-link dd ul > li a:hover{
	background-color: #fffd6c;
	color: inherit;
}

/**/
.select-link dd > a{
	display: block;
	width: fit-content;
	background-color: #4b49d7;
	color: #fff;
	margin: auto;
	padding: 10px 40px 10px 20px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.select-link dd > a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 9px solid #fff;
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 8px;
	margin: auto;
}

.select-link dd > a:hover{
	background-color: #fffd6c;
	color: #4b49d7;
	box-shadow: 0 0 0 2px #4b49d7;
}
.select-link dd > a:hover:after{
	border-top-color: #4b49d7;
}

@media screen and ( max-width: 768px ){
	.select-link{
		padding: 3%;
	}
	.select-link dt{
		padding: 0 30px;
		font-size: 20px;
	}
	.select-link dt:before,
	.select-link dt:after{
		width: 25px;
		height: 1px;
	}
	
	.select-link dd ul > li{
		width: calc((100% - 15px) / 2);
		font-size: 15px;
	}
	.select-link dd ul > li a{
		padding: 5px 5px;
	}
	
	.select-link dd ul > li.anchor a{
		padding: 10px 5px;
	}
}

@media screen and ( max-width: 480px ){
	.select-link dt{
		padding: 0 25px;
		font-size: 18px;
	}
	.select-link dt:before,
	.select-link dt:after{
		width: 20px;
		height: 1px;
	}
	
	.select-link dd ul > li{
		width: calc((100% - 15px) / 2);
		font-size: 15px;
	}
	.select-link dd ul > li a{
		padding: 5px 20px 5px 5px;
	}
	.select-link dd ul > li a:before{
		border: 6px solid transparent;
		border-left: 8px solid #4b49d7;
	}
	
	.select-link dd ul > li.anchor a{
		padding: 10px 20px 10px 5px;
	}
	.select-link dd ul > li.anchor a:before{
		border: 6px solid transparent;
		border-top: 8px solid #4b49d7;
		top: 6px;
		right: 5px;
	}
	/**/
	.select-link dd > a{
		width: 90%;
		padding: 10px 30px 10px 10px;
		font-size: 16px;
	}
	.select-link dd > a:after{
		border: 6px solid transparent;
		border-top: 8px solid #fff;
	}
}


/*------------------------------------------------
    おすすめ
-------------------------------------------------*/
.recommend-box{
	margin: 50px auto;
}
.recommend-box h3{
	margin: 0 auto 15px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #111;
}

.recommend-box > section h4{
	color: #4b49d7;
	padding: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.recommend-box > section h4 span{
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}
.recommend-box > section h4 span:before,
.recommend-box > section h4 span:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #4b49d7;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recommend-box > section h4 span:before{
	left: 0;
}
.recommend-box > section h4 span:after{
	right: 0;
}

/**/
.recommend-box .recommend-category{
	margin: 40px auto 70px;
}

.recommend-box .recommend-category .about-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin: 20px auto;
}
.recommend-box .recommend-category .about-box p{
	line-height: 1.8em;
}
.recommend-box .recommend-category .about-box p:first-child{
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(180deg, transparent, transparent 36px, rgba(233, 233, 233, 1) 36px, rgba(233, 233, 233, 1) 37px);
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 22px;
	line-height: 1.7em;
}

/*---------アイテムリスト---------*/
.recommend-box .recommend-category ul.item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 30px auto;
}
.recommend-box .recommend-category ul.item-list > li{
	width: calc((100% - 40px) / 5);
}
.recommend-box .recommend-category ul.item-list > li a{
	display: block;
}

.recommend-box .recommend-category ul.item-list > li img{
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.recommend-box .recommend-category ul.item-list > li .name{
	margin: 5px 0;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom: 1px solid #111;
}
.recommend-box .recommend-category ul.item-list > li dl{
	display: flex;
	flex-direction: column;
	font-size: 13px;
}
.recommend-box .recommend-category ul.item-list > li dl > div{
	display: flex;
	gap: 5px;
}
.recommend-box .recommend-category ul.item-list > li dl .price{
	font-weight: 700;
}
.recommend-box .recommend-category ul.item-list > li dl .price em{
	color: #ff0000;
	font-weight: 700;
}
.recommend-box .recommend-category ul.item-list > li .linkBtn{
	display: block;
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #fffd6c;
	font-size: 13px;
	line-height: 1.5em;
	border-radius: 5px;
	position: relative;
}
.recommend-box .recommend-category ul.item-list > li .linkBtn:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 7px solid #111;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}

/*hover*/
.recommend-box .recommend-category ul.item-list > li a:hover img{
	border-color: #ff7417;
}

@media screen and ( max-width: 768px ){
	.recommend-box h3{
		font-size: 28px;
	}

	.recommend-box > section{
		width: 95%;
		margin: auto;
	}
	.recommend-box > section h4{
		font-size: 18px;
	}
	
	/**/
	.recommend-box .recommend-category{
		margin: 40px auto 70px;
	}
	
	.recommend-box .recommend-category .about-box{
		gap: 20px;
	}
	.recommend-box .recommend-category .about-box > div{
		width: 48%;
	}
	.recommend-box .recommend-category .about-box p{
		line-height: 1.8em;
	}
	.recommend-box .recommend-category .about-box p:first-child{
		background-image: repeating-linear-gradient(180deg, transparent, transparent 32px, rgba(233, 233, 233, 1) 32px, rgba(233, 233, 233, 1) 33px);
		font-size: 20px;
		margin-bottom: 10px;
	}
	.recommend-box .recommend-category .about-box > img{
		width: 50%;
	}
	
	/*---------アイテムリスト---------*/
	.recommend-box .recommend-category ul.item-list{
		gap: 20px 10px;
	}
	.recommend-box .recommend-category ul.item-list > li{
		width: calc((100% - 20px) / 3);
	}
	
}

@media screen and ( max-width: 480px ){
	.recommend-box h3{
		font-size: 24px;
	}

	.recommend-box > section{
		width: 95%;
		margin: auto;
	}
	.recommend-box > section h4{
		font-size: 18px;
	}
	.recommend-box > section h4 span{
		width: 95%;
		padding: 0 15px;
	}
	
	/**/
	.recommend-box .recommend-category .about-box{
		flex-direction: column-reverse;
		gap: 10px;
	}
	.recommend-box .recommend-category .about-box > div,
	.recommend-box .recommend-category .about-box > img{
		width: 100%;
	}
	.recommend-box .recommend-category .about-box p:first-child{
		background-image: repeating-linear-gradient(180deg, transparent, transparent 29px, rgba(233, 233, 233, 1) 29px, rgba(233, 233, 233, 1) 30px);
		font-size: 18px;
	}
	
	/*---------アイテムリスト---------*/
	.recommend-box .recommend-category ul.item-list > li{
		width: calc((100% - 10px) / 2);
	}
	
}



/*------------------------------------------------
    選ぶポイント
-------------------------------------------------*/
.point-box h3{
	display: block;
	background-image: url(../../../_images/category/mobile-goods/battery/bg-slash.gif);
	margin: 20px auto;
	padding: 15px 10% 15px 80px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	border-radius: 50px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
}
.point-box h3:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #4b49d7;
	transform: rotate(45deg);
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.point-box h3:after{
	content: "";
	display: block;
	width: 158px;
	height: 66px;
	background-image: url(../../../_images/category/mobile-goods/battery/title-bg-point.webp);
	background-repeat: no-repeat;
	position: absolute;
	right: 25px;
	bottom: -5px;
}
.point-box h3 br{
	display: none;
}

/**/
.point-box h4{
	margin: 0 auto 15px;
	padding-left: 80px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 1px solid #4b49d7;
	position: relative;
}
.point-box h4:before{
	content: "";
	display: block;
	width: 70px;
	height: 30px;
	background-image: url(../../../_images/category/mobile-goods/battery/icon-point1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 3px;
}
.point-box section:nth-of-type(1) h4:before{
	background-image: url(../../../_images/category/mobile-goods/battery/icon-point1.gif);
}
.point-box section:nth-of-type(2) h4:before{
	background-image: url(../../../_images/category/mobile-goods/battery/icon-point2.gif);
}

.point-box section .img-box{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin: 30px auto;
}

/**/
.point-box p.connect-link{
	font-size: 16px;
}
.point-box p.connect-link a{
	color: #e52929;
	font-weight: 700;
}
.point-box p.connect-link a:hover{
	background-color: #ffdcdc;
}

/**/
.point-box .notice-pse{
	display: flex;
	align-items: center;
	min-height: 250px;
	background-color: #f2f2f2;
	background-image: url(../../../_images/category/mobile-goods/battery/pse-mark.gif);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	padding: 50px 28% 50px 60px;
	margin: 30px auto;
	border-radius: 15px;
}
.point-box .notice-pse dl dt{
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 1px solid #111;
}
.point-box .notice-pse dl dd p{
	font-size: 14px;
	line-height: 1.8em;
}

@media screen and ( max-width: 768px ){
	.point-box h3{
		margin: 20px auto;
		padding: 10px 140px 10px 60px;
		font-size: 22px;
	}
	.point-box h3:before{
		left: 25px;
	}
	.point-box h3:after{
		background-size: 100% auto;
		width: 120px;
		height: 50px;
		right: 10px;
	}
	
	/**/
	.point-box > section{
		width: 95%;
		margin: auto;
	}
	.point-box h4{
		padding-left: 70px;
		font-size: 22px;
	}
	.point-box h4:before{
		width: 60px;
		height: 25px;
		background-size: 100% auto;
		bottom: 5px;
	}
	
	.point-box section .img-box{
		gap: 15px;
	}
	
	/**/
	.point-box p.connect-link{
		width: 95%;
		margin: auto;
	}
	
	/**/
	.point-box .notice-pse{
		width: 95%;
		min-height: auto;
		background-size: 120px auto;
		background-position: 94% 50%;
		padding: 5% 170px 5% 5%;
	}
	.point-box .notice-pse dl dt{
		font-size: 22px;
	}
	.point-box .notice-pse dl dd p{
		font-size: 14px;
	}
}

@media screen and ( max-width: 480px ){
	.point-box h3{
		padding: 8px 80px 8px 40px;
		font-size: 20px;
		line-height: 1.3em;
	}
	.point-box h3:before{
		left: 15px;
	}
	.point-box h3:after{
		width: 70px;
		height: 32px;
		top: 0;
		bottom: 0;
		right: 5px;
		margin: auto;
	}
	.point-box h3 br{
		display: inline-block;
	}
	
	/**/
	.point-box > section{
		width: 95%;
		margin: auto;
	}
	.point-box h4{
		padding-left: 70px;
		font-size: 22px;
	}
	.point-box h4:before{
		width: 60px;
		height: 25px;
		background-size: 100% auto;
		bottom: 5px;
	}
	
	.point-box section .img-box{
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.point-box section .img-box img{
		width: auto;
	}
	
	/**/
	.point-box .notice-pse{
		background-size: 100px auto;
		background-position: center 10px;
		padding: 120px 5% 5% 5%;
	}
	.point-box .notice-pse dl dt{
		font-size: 20px;
	}
}


/*------------------------------------------------
    活用シーン
-------------------------------------------------*/
.scene-box{
	margin: 40px auto;
}
.scene-box h3{
	padding: 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}
.scene-box h3 br{
	display: none;
}

.scene-box > .inner{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 30px auto;
}

.scene-box > .inner dl{
	width: 445px;
}
.scene-box > .inner dl dt{
	margin-bottom: 10px;
	padding-left: 35px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}
.scene-box > .inner dl dt:before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../../../_images/category/mobile-goods/battery/icon-check.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and ( max-width: 768px ){
	.scene-box > .inner{
		align-items: flex-start;
		gap: 15px;
		width: 95%;
	}
	
	.scene-box > .inner > img{
		width: 45%;
	}
	.scene-box > .inner dl{
		width: 50%;
	}
	.scene-box > .inner dl dt{
		font-size: 18px;
	}
}

@media screen and ( max-width: 480px ){
	.scene-box h3{
		padding: 10px;
		font-size: 18px;
	}
	.scene-box > .inner{
		flex-direction: column-reverse;
		align-items: center;
	}
	
	.scene-box > .inner > img{
		width: 100%;
		max-width: 300px;
	}
	.scene-box > .inner dl{
		width: 100%;
	}
	.scene-box > .inner dl dt{
		font-size: 17px;
	}
}
