@charset "UTF-8";
#staff .staff_content {
  margin-bottom: 60px;
}

#staff .staff_content:last-child {
  margin-bottom: 0;
}

#staff .staff_content.no_img .txt {
  float: none;
  width: auto;
}

#staff .staff_content .inner_s{
	flex-direction: row-reverse;
	display: flex;
	justify-content: flex-end;
}

#staff .staff_content .txt .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

#staff .staff_content .txt .name span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 12px;
}

#staff .staff_content .txt .position {
  font-size: 14px;
  color: #828282;
  margin-bottom: 16px;
}

#staff .staff_content .txt .introduction {
  font-size: 14px;
}

#staff .staff_content .img {
  width: 240px;
  min-width: 240px;
  margin-right: 40px;
}

#staff .staff_content .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /*スマホのみ*/
#staff .staff_content .inner_s{
	display: block;
}
  #staff .staff_content .img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	  width: 100%;
  }
  #staff .staff_content .txt+.img {
    margin-top: 10px;
  }
}
