@charset "utf-8";

.item-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.item-list:before,
.item-list:after {
	content: "";
	display: block;
	width: 20%;
	margin-bottom: 0 !important;
}

.item-list:before {
	order: 2;
}

.item-list li {
	width: 20%;
	text-align: center;
	margin-bottom: 15px;
}

.item-list li img {
	width: 100%;
}

.item-list li span {
	font-size: 0.8em;
	line-height: 0;
}

.item-list li span.none-stock {
	font-size: 1.0em;
	color: #F00;
}


/*component-list*/
.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;
}



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

	.item-list li {
		width: calc(25% - 5px);
	}

	.item-list:before,
	.item-list:after {
		width: calc(25% - 5px);
	}
	
	/*component-list*/
	.component-list ul {
		display: block;
	}
	
	.component-list li {
		margin-bottom: 10px;
		width: 100%;
		font-size: 0.9em;
	}
	
	.component-list dd br {
		display: none;
	}

}

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

}

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

	.item-list li {
		width: 33.3333%;
	}

	.item-list:before,
	.item-list:after {
		width: 33.3333%;
	}

}

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

	.item-list li {
		width: 50%;
	}

	.item-list:before,
	.item-list:after {
		width: 50%;
	}

}
