.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;
 
text-align:left;
  font-size:1.6rem;
  padding:1.5rem 1rem;
  margin-top:0px;
  background-color:#fff;
  font-weight:500;
}
.beefup__head a {display:inline-block;   color:#000;}

.beefup__head2 {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
 
text-align:left;
  font-size:1.6rem;
  padding:1.5rem 4rem;
  margin-top:0px;
  background-color:#fff;
  font-family: 'S-CoreDream-8Heavy';
}
.beefup__head2 a {display:inline-block;   color:#1c1c1c;}


.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("/m/image/main/plus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;
  height: 17px;

  top: 25px;
  width: 17px;
}

.beefup__body {
background-color:#f0f0f0;
}
.beefup__body>ul>li {
	font-size:14px;
	color:#525252;
	font-family:'Noto Sans', sans-serif;
}
.beefup__body>ul {
padding:1rem 0;
}
.beefup__body>ul>li>a {
	color:#000;
	display:block;
	text-align:left;
	line-height:3rem;
	font-size:1.5rem;
	padding:0.5rem 1rem;
}
/*.beefup__body>ul>li>a:hover {
	color:#fff;
	background-color:#ce0000;
	
}*/
.beefup.is-open {border-bottom:0}
/*.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:1px solid #c41215;
}
 .is-open h3 a {color:#c41215 !important;}
