@charset "utf-8";
/* LAST UPDATED DATE: 20210615. */


/*PC表示*/
.mt-30{
	margin-top: 30px;
}
/*.note{
	padding-bottom: 27px;
}*/
.product-list{
	counter-reset: list;
	list-style-type: decimal;
	padding: 0;
	text-align: center;
}
.product-list-name{
	position: relative;
	color: #333;
	margin: 50px 50px;
	line-height: 30px;
	border-bottom: dashed 1px #ccc;
	list-style-type: inside;
	font-size: 18px;
	
}
.component-borderbox{
	/*padding: 15px 9px 15px 10px;*/
	position: relative;
	
}
/*ul.product-list li:before{
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 10px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
ul.product-list li:last-child{
	margin-bottom: 20px;
}
.delete-box1{
	width: 30px;/*大きさ*/
	height: 30px;/*大きさ*/
	position: absolute;/*基準位置*/
	top: -5px;
	right: 40px;
	z-index: 10;
	background: #f00;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap;
}
.delete-box1:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	content: "\00d7";
	display: block;
	font-size: 22px;
	line-height: 30px;
	margin: auto;
	text-indent: 0;
	-webkit-transition: color 0.15s linear;
	transition: color 0.15s linear;
}
.delete-btn{
	/*padding-left: 40px;*/
	float: right;
}

/*PC表示のみ*/
/*@media screen and (min-width: 1025px){
	.br-sp{
	display: none;
	}

}*/
.label_img img{
    width: 160px;
    height: auto;
}

/*SP表示*/
@media screen and (max-width: 1025px){
	.product-list-name{
		font-size: 12.5px;
		margin-left: 20px;
		margin-right: 10px;
		padding: 0;
	}
	.delete-btn{
		height: 25px;
		width: 25px;
	}
	.product-list{
		position: relative;
		
	}
	.component-table{
		font-size: 11px;
	}
    
}
@media screen and (max-width:580px){
    .w-sp{
        width: 15% !important;
    }
}
/*SEサイズ表示*/
@media screen and (max-width: 339px){
	.product-list-name{
		font-size: 10px;
	}


}