.beefup {
	
	border-bottom:1px solid #fff;


}

.beefup:first-child {
  margin-top: 0;
}

.beefup__head {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  color:#fff !important;
  font-size:2.3rem;
  margin-top:0px;
  text-align:center;
  padding:1.5rem 0;
  background-color:#fff;
  border-bottom:1px solid #ddd
}
.is-open .beefup__head {background-color:#441112;color:#fff !important;}
.beefup__head  a {color:#252525 !important;font-size:2rem}
.is-open .beefup__head a{color:#fff !important}
.beefup__head2 {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding:20px;
  color:#fff !important;
  font-size:18px;
  margin-top:0px;
  background-color:#fff;
  border-bottom:1px solid #ddd
}
.beefup__head2  a {color:#252525 !important;font-size:2rem}


.left_menu a{
  color:#111;
  font-size:18px;
  font-weight:600;
  padding:20px;
  display: block;
  border-bottom:1px solid #ddd;

}
.beefup__head::after {

  
 background:url("/image/main/minus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;
  width: 23px;
height: 17px;

  top: 20px;
}

.beefup__head2::after {

  
 background:url("/image/main/minus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;
  width: 23px;
height: 17px;

  top: 20px;
}


.beefup__body {
	text-align:center;
  background-color:#f4f4f4;
  padding:1.5rem 0;
}
.beefup__body>ul>li {
	font-size:16px;
	color:#525252;
	font-family:'Noto Sans', sans-serif;
}
.beefup__body>ul>li>a {
	color:#676767;
	line-height:1.5rem;
	display:block;
	font-size:1.8rem;
	padding:1rem;
}

.mo_logo>a>img {width:85px}
.beefup.is-open > .beefup__head::after {
background:url("/image/main/minus_ic.png") no-repeat;
content: '';
 width: 23px;
height: 17px;
}
.mo_eng {margin-right:5rem}
.mo_eng a{color:#000;font-size:2rem;line-height:2rem}
 .is-open h3 {
	background-color:#e0423f;
	color:#fff;
}