/*生産終了*/
.discon{
	display:flex;
	justify-content: space-between;
	align-items: center;

}
.discon_icon {
	display: flex;
	width: 100px;
	height: 40px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin-left:10px;
}
.cl_orange {
	background-color: rgb(255, 147, 30);
}

.fcl_blk{
	color:black;
	font-size: 11px;
}