@charset "UTF-8";

/**
* 東京公認心理師協会 SP役員紹介ページ設定CSS
* Created  on: 2020.8.21
* Modified on: 2020.8.21
**/



/*--------------------------------------------------------
　DIRECTORS
--------------------------------------------------------*/
.about-directors__block .c-block-ttl {
  margin-bottom: 20px;
  text-align: center;
  order: -1;
}
.about-directors__table {
  width: 100%;
}
.about-directors__table tr:nth-child(odd) {
  background: #F6FBE4;
}
.about-directors__table tr:nth-child(even) {
  background: #F2F2F2;
}
.about-directors__table tr:nth-child(odd) th::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #D1EB77;
  position: absolute;
  top: 0;
  left: 0;
}
.about-directors__table tr:nth-child(even) th::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
}
.about-directors__table tr:nth-child(odd) td::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #D1EB77;
  position: absolute;
  top: 0;
  right: 0;
}
.about-directors__table tr:nth-child(even) td::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  right: 0;
}
.about-directors__table tr {
  border-bottom: 2px solid #FFFFFF;
}
.about-directors__table th {
  border-right: 2px solid #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  width: 18%;
  position: relative;
}
.about-directors__table td {
  position: relative;
  padding: 15px;
}
.about-directors__table td .name {
  font-size: 18px;
  font-weight: 500;
}
.about-directors__table td .belong {
  font-size: 13px;
  display: block;
}