@charset "utf-8";
.clrRed {
  color: #ff1932;
}
.staffDetailBlock {
  padding-bottom: 230px;
}
.staffDetailBlock .title {
  padding-top: 28px;
  text-align: center;
  margin-bottom: 135px;
}
.staffDetailBlock .subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.staffDetailBlock p {
  font-size: 16px;
  line-height: 2;
  width: 600px;
  margin: 0 auto;
}
.staffDetailBlock p.lead {
  font-size: 18px;
}
.staffDetailBlock p.last {
  margin-bottom: 120px;
}
.staffDetailBlock table {
  width: 600px;
  margin: 0 auto 85px;
  font-size: 16px;
  line-height: 2;
}
.staffDetailBlock table th {
  text-align: left;
  width: 90px;
  vertical-align: top;
  padding-bottom: 10px;
}
.staffDetailBlock table td {
  padding-left: 5px;
  padding-bottom: 30px;
}
.staffDetailBlock .box01 {
  text-align: center;
}
