@charset "utf-8";
/* CSS Document */

/* NEWS */
.news{
  width: 720px;
}
.newsTitle{
  margin: 0 0 10px;
}
.newsList{
  list-style-type: none;
  margin: 0 0 0;
  padding: 0 20px 0 80px;
}
.newsList li{
  position: relative;
  text-indent: -20px;
}
.newsList li:not(:first-of-type) {
  margin-top: 10px;
}
.newsList li:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  margin-right: 10px;
}
.newsList li a{
  color: #675a4d;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}
.newsList li a span{
  color: #ff7f50;
}
.newsList li a:hover{
  color: #ff7f50;
}


/* 商品関係 */

.product{
  width: 720px;
}
.productTitle{
  margin: 0 0 10px;
}
.productList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin: -10px 0 0;
  padding: 0;
}

.productList li{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #e0e0e0;
  width: 174px;
  margin-top: 10px;
}
.productList li:hover{
  border-color: #ff7f50;
}
.productList li:before{
  content: '';
  display: block;
  background: url('https://kkbgreen.itembox.cloud/item/images/top/icon_check.jpg') right 0 no-repeat;
  width: 100%;
  height: 26px;
}
.productList li a{
  display: block;
  color: #675a4d;
  text-decoration: none;
  padding: 10px;
}
.productListName{
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 0;
}

.moreBtn{
  text-align: right;
  margin: 20px 0 30px;
}


.pickupBnr{
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5px;
}
.pickupBnr li {
	transition: all .4s;
	background-color: #d8d8d8;
	width: 352px
}
.pickupBnr li:nth-child(n+3) {
	margin-top: 13px;
}
.pickupBnr li a{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 7px 6px;
}
.pickupBnr img{
	max-width: 100%;
}
.pickupBnr_txt{
	font-size: 12px;
	line-height: 1.4;
	border-bottom: 1px solid #ababa3;
	padding: 10px 14px;
}
.pickupBnr li:hover{
	opacity: 0.7;
}
