@charset "utf-8";

.component-list h3 {
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 20px;
	background: url(../../../common/images/contents_dotted_line_horizontal.png) no-repeat left top;
}

.component-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.component-list li {
	margin-bottom: 15px;
	width: 50%;
	line-height: 1.7;
}

.component-list li:last-child {
	margin-bottom: 0;
}

.component-list dt {
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 5px;
	background: url(../../../common/images/icon_indocator_dot.png) no-repeat left center;
	background-size: 7px 7px;
}






.component-list .chocolaterie-list li {
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
}

.component-list .chocolaterie-list li:nth-child(5n) {
    margin-right: 0px;
}

.component-list .chocolaterie-list li figcaption {
    text-align: center;
}

.component-list .none  {
	background: none;
}

.product-text-wrap .red{
	margin: 0px;
}

.red ,
.red a {
	color: red;
}

@media screen and (max-width: 400px) {

	.component-list .chocolaterie-list li {
	    width: calc((100% - 30px) / 4);
	    margin-right: 10px;
	}

	.component-list .chocolaterie-list li:nth-child(4n) {
	    margin-right: 0px;
	}

	.component-list .chocolaterie-list li:nth-child(5n) {
	    margin-right: 10px;
	}

}

@media screen and (max-width: 980px) {

	.component-list li {
		margin-bottom: 10px;
		width: 100%;
		font-size: 0.9em;
	}
	
	.component-list dd br {
		display: none;
	}

}