.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:2rem;
  padding:2rem 1.5rem;
  border-bottom:1px solid #ddd;
}
.beefup__head a {display:block;   color:#959595}


.beefup__head2 {
   cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:2rem;
  padding:2rem 1.5rem;
}
.beefup__head2 a {display:block;   color:#959595}



.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__head2::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 {
	padding:1rem  1.5rem
}
.beefup__body>ul>li {
	font-size:14px;
	color:#525252;
	font-family:'Noto Sans', sans-serif;
}
.beefup__body>ul>li>a {
	color:#2f2f2f;
	line-height:30px;
	display:block;
	font-size:1.8rem;
}
.beefup__body>ul>li>ul {margin-top:-1rem}
.beefup__body>ul>li>ul>li>a {
	font-size:1.3rem;
	margin:0 2rem;
	padding:1rem 2rem;
	color:#676767;
	display:block
}
.beefup.is-open > .beefup__head::after {
background:url("/image/main/plus_ic2.png") no-repeat;
content: '';
 width: 14px;
height: 9px;
background-size:cover
}
 .is-open h3 {
	position:relative;
	color:#000;
}
 .is-open h3:before {content:"";width:100%;height:1px;background-color:#000;position: absolute;left:0;bottom:0;}
.beefup.is-open {  }
.beefup.is-open .beefup__head a {color:#000;border-bottom:1px solid rgba(255,255,255,0.5);display:block}
.mo_top_ic a {margin-left:1.5rem;}
.mo_top_ic {margin-top:2rem;}
