.staff-list {
  display: flex;
  list-style: none;
  padding-left: 0; }
  .staff-list li {
    width: 50%;
    display: flex; }
    .staff-list li:nth-child(1) {
      padding-right: 25px; }
    .staff-list li:nth-child(2) {
      padding-left: 25px; }

@media (max-width: 767px) {
  .staff-list {
    flex-direction: column; }
    .staff-list li {
      width: 100%; }
      .staff-list li:nth-child(1) {
        padding-right: 0; }
      .staff-list li:nth-child(2) {
        padding-left: 0; } }
.staff-prof {
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .staff-prof.staff01 {
    background: url("../img/bg-yw.jpg"); }
  .staff-prof.staff02 {
    background: url("../img/bg-yu.jpg"); }
  .staff-prof .staff-pic {
    margin-bottom: 30px; }
    .staff-prof .staff-pic img {
      display: block;
      margin: 0 auto; }
  .staff-prof .staff-name {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em; }
  .staff-prof .staff-ename {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.1em; }
  .staff-prof .staff-from {
    font-size: 14px; }
  .staff-prof .staff-table {
    margin-left: 35px;
    margin-bottom: 30px; }
    .staff-prof .staff-table tr th, .staff-prof .staff-table tr td {
      padding: 5px; }
    .staff-prof .staff-table tr td {
      font-size: 14px; }
  .staff-prof .staff-txt {
    font-size: 15px; }

@media (max-width: 767px) {
  .staff-prof {
    margin-bottom: 50px;
    padding: 20px 15px; }
    .staff-prof.staff02 {
      margin-bottom: 0; }
    .staff-prof .staff-pic {
      margin-bottom: 20px; }
      .staff-prof .staff-pic img {
        width: 40%;
        height: auto; }
    .staff-prof .staff-name {
      font-size: 28px;
      margin-bottom: 20px; }
    .staff-prof .staff-ename {
      font-size: 12px;
      letter-spacing: 0.1em; }
    .staff-prof .staff-from {
      font-size: 12px; }
    .staff-prof .staff-table {
      margin-left: 20px; }
      .staff-prof .staff-table tr th, .staff-prof .staff-table tr td {
        padding: 2px 2px; }
      .staff-prof .staff-table tr td {
        font-size: 12px; }
        .staff-prof .staff-table tr td:nth-child(1) {
          width: 55px; }
    .staff-prof .staff-txt {
      font-size: 14px; } }

/*# sourceMappingURL=introduction.css.map */
