.beefup {
	

  background-color:#fff;

}

.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;
  font-size:1.5rem;
  padding:1.5rem 2rem;
 margin:0 1rem;
  border-top:1px solid #ddd;
}
.beefup__head a {display:block;   color:#0051a4;}

.left_menu a{
  color:#111;
  font-size:18px;
  font-weight:600;
  padding:20px;
  display: block;
  border-bottom:1px solid rgba(255,255,255,0.2);

}
.beefup__head::after {

  
 background:url("/image/main/plus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;

  top: 17px;
  width: 16px;
  height:9px;
  background-size:cover;
}

.beefup__body {
background-color:#f6f6f6;
margin:0 1rem;
}
.beefup__body>ul>li {
	font-size:14px;
	color:#525252;
	font-family:'Noto Sans', sans-serif;
}
.beefup__body>ul>li>a {
	color:#343434;
	line-height:45px;
	display:block;
	border-top:1px solid #ddd;
	font-size:1.4rem;
	padding:0 2rem;
}
.beef_sub{margin-bottom:1rem;margin-top:-1rem}
.beef_sub a{
	color:#343434;
	display:block;
	line-height:3rem;
	font-size:1.3rem;
	padding:0 2rem;
}
/*.beefup.is-open > .beefup__head::after {
background:url("/image/main/minus_ic.png") no-repeat;
content: '';
 width: 14px;
height: 9px;
background-size:cover
}*/
 .is-open h3 {
	border-bottom:0;
	color:#ce0000;
}
