@charset "UTF-8";
.subp_title{
  background-image: url(/company/images/title.jpg);
}



.member-box{
  position:relative;
  width:95%;
  margin: 0 auto 20px;
  min-height: 270px;
  background-color: #fafafa;
  border-radius:15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 23px;
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.pic{width: 211px;}

.member_data{
  width: calc(100% - 226px);
  margin: 0 0 0 15px;
}

.style_orabd_left{
	border-left: 4px solid #ff4824;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}

.introduction{
  font-size: 15px;
  font-weight: nomal;
  margin: 15px 0 0;
}

.name-mini{
  font-size:15px;
  display: inline-block;
  font-weight: nomal;
}

.orange-font{
  width: 151px;
  height:28px;
  line-height: 25px;
  background-color:white;
  border: solid 2px #ff4824;
  color:#ff4824;
  border-radius:20px;
  font-size: 14px;
  margin: 0 0 5px;
  text-align:center;
}

.orange-font {}
 



@media (max-width: 992px) {
	.member-box{
	  width:100%;
	}


}


@media (max-width: 575px) {
	.pic{width: 211px; margin:auto;}

	.member_data{
	  width: 100%;
	  margin:15px 0 0;
	}

}