.beefup {
	
	border-bottom:1px solid #ddd;


}

.beefup:first-child {
  margin-top: 0;
}

.beefup__head {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding:20px;
}

.beefup__head::after {

  
 background:url("/m/image/main/plus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;
  height: 17px;

  top: 20px;
  width: 17px;
}

.beefup__body {
	padding:20px;
  border-top:1px solid #ddd;
  background-color:#8dc63f
}
.beefup__body>ul>li {
	font-size:18px;
	color:#525252;
	font-family:'Noto Sans', sans-serif;
}
.beefup__body>ul>li>a {
	color:#fff;
	line-height:40px;
	display:block;
	font-size:19px;
}

.beefup.is-open > .beefup__head::after {
background:url("/m/image/main/minus_ic.png") no-repeat;
content: '';
 width: 17px;
height: 17px;
}
