@charset "utf-8";
.list__item{
	margin-bottom: 60px;
}
.list__image{
	margin-bottom: 16px;
}
.list__copy{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 7px;
	text-align: center;
	letter-spacing: 0.06em;
}
.list__name{
	height: 25px;
	margin-bottom: 11px;
	text-align: center;
}
.list__name svg{
	height: 100%;
}


.list__icon{
	text-align: center;
	font-size: 0;
}
.list__icon__item{
	height: 20px;
	display: inline-block;
	margin: 0 8px 0;
}
.list__icon__item--appli .list__icon__svg{width: 65px;height: 20px;}
.list__icon__item--charge .list__icon__svg{width: 52.5px;height: 19px;}
.list__icon__item--battery .list__icon__svg{width: 70px;height: 26px;}
.list-table{
	margin: 0 auto;
	letter-spacing: 0.06em;
	border-collapse: separate;
	border-spacing: 0 12px;

}
.list-table__price{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.list-table__title{
	padding: 0 5px;
	background: #f5f5f5;
	font-size: 11.5px;
	vertical-align: middle;
	color: #ff8705;
}
.list-table__title+.list-table__price{
	text-align: left;
	padding-left: 7px;
}

.list-part-list{
	margin: 20px 0 0;
}
.list-part-list__item{
	width: 40.666666vw;
	margin-bottom: 10px;
}
.list-part-list--needs .list-part-list__item{
	width: 100%;
}