.staff01 {
  margin: 0 0 60px;
  padding: 0 0 50px;
  border-bottom: solid 1px #ddd;
}

.name {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px;
}
.name span {
  font-weight: normal;
  font-size: 16px;
  display: block;
}

.career {
  font-size: 14px;
}

.career dt {
  font-weight: bold;
}

#contents .profile{
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.profile_photo {
  width: 200px;
}

.profile_data {
  width: calc(100% - 220px);
}

.staff .career{
  margin: 0 0 20px;
}



@media (max-width: 768px) {

  .staff {
    width: auto;
    padding: 0 0 20px;
    border-bottom: solid 1px #ddd;
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  #contents .profile{
    display: block;
  }
  .profile_data {
    width: auto;
  }

  .name {
    font-size: 20px;
    text-align: center;
  }
  .name span {
    font-size: 14px;
  }
  .staff{
    display: block;
  }
  .profile_photo {
    width: 200px;
    text-align: center;
    margin: 0 auto 10px;
  }

}
