@charset "UTF-8";
/* スタッフ紹介
----------------------------------------------- */
article.staff section.main .photo {
  margin-bottom: 50px;
}
article.staff section.main section.staff_list .staff_wrap {
  border: solid 1px #cccccc;
  padding: 20px;
  margin-bottom: 30px;
}
article.staff section.main section.staff_list .staff_wrap .name {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
article.staff section.main section.staff_list .staff_wrap .name .en {
  font-size: 12px;
  font-weight: normal;
}
article.staff section.main section.staff_list .staff_wrap .table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article.staff section.main section.staff_list .staff_wrap .table {
    display: block;
  }
}
article.staff section.main section.staff_list .staff_wrap .table .tr {
  display: table-row;
}
@media screen and (max-width: 767px) {
  article.staff section.main section.staff_list .staff_wrap .table .tr {
    display: block;
  }
}
article.staff section.main section.staff_list .staff_wrap .table .tr .th {
  width: 12%;
  display: table-cell;
  color: #79a2c6;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  article.staff section.main section.staff_list .staff_wrap .table .tr .th {
    display: block;
    width: 100%;
  }
}
article.staff section.main section.staff_list .staff_wrap .table .tr .td {
  display: table-cell;
  line-height: 1.6em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  article.staff section.main section.staff_list .staff_wrap .table .tr .td {
    display: block;
    padding-bottom: 15px;
  }
}/*# sourceMappingURL=staff.css.map */