@charset "utf-8";
@media screen and ( min-width:768px ) { /* PC ==================== */
	.cp-goods-01 li{
  	margin: 0;
  	width: calc(25%);
  	float: left;
  	list-style: none !important;
  }
.cp-goods-01 li:nth-child(4n+1){
  }
.cp-goods-01 li:nth-child(4n){
  	float: right;
  }
.cp-goods-01 li img{
	widyh:100%;
}
h2{
	margin-top:20px;
	font-size: 150%;
}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.cp-goods-01 li{
  	margin: 0;
  	width: calc(50%);
  	float: left;
  	list-style: none !important;
  }
.cp-goods-01 li:nth-child(2n+1){
  }
.cp-goods-01 li:nth-child(2n){
  	float: right;
  }
.cp-goods-01 li img{
	widyh:100%;
}
h2{
	margin-top:20px;
	font-size: 120%;
}
}