@media screen and (max-width:915px) {
.list:before {
    width: 32%;
}

.list:after {
    width: 32%;
}

li.card{
width:32%;
}
}

@media screen and (max-width:700px) {
.list:before {
    width: 49%;
}

.list:after {
    width: 49%;
}

li.card{
width:49%;
}

.special ul{
	width:90%;
}
}

@media screen and (max-width:615px) {
h4 img{
width:60%;
}

.special h4:before {
  width: 60px;
  height: 60px;
  top:120%;
  left:44%;
}


}


@media screen and (max-width:480px) {

.flexbox{
	display: flex;
	align-items: center;
	align-content:center;
	}

.flexbox div:nth-of-type(1){
	width:33%;
	padding:0 5px;
	margin-right:1%;
	}

.flexbox div:nth-of-type(2){
	box-sizing: border-box;
	width:67%;
	padding:5px 45px 10px 0;
	}

.card_comp,
.card_gift {
  padding: 0;
  font-size: 13px;
  line-height: 17px;
}

.card_comp {
  margin: 5px 0 15px;
  font-weight: bold;
  height: 20px;
}

p.card_img img{
	width:100%;
	min-width: 30px;
	}

.list-wrapper{
	padding:10px;
}

li.card{
margin-bottom:10px;
padding-bottom:0px;
width:100%;
}

.card{
  position:relative;
}

.card::after{
  display: none;
}

.card:hover::after{
 display: none;
}

div.yajirushi {
  position: relative;
}

div.yajirushi::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -9px;
  transition: all 0.3s;
  z-index: 999;
  visibility:  initial;
}
div.yajirushi::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 49%;
  right: 3px;
  margin-top: -4px;
  transition: all 0.3s;
  z-index: 10000 !important;
  visibility:  initial;
}

div.yajirushi:hover::before {
  right: 4px;
}
div.yajirushi:hover::after {
  right: -1px;
}

.sp2{display: none;}

h4 img{
width:75%;
}

.special h4:before {
  width: 50px;
  height: 50px;
  top:120%;
  left:44%;
}

.special ul{
	margin:35px auto 20px;
}

}
