@charset "utf-8";

/* ========================================
 * マージン設定
 * ======================================== */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb05 {
  margin-bottom: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}


/* ========================================
 * 役員一覧
 * ======================================== */
.director__container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.profileBlock {
  padding: 0 8px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
  .fBox figure {
    width: 20%;
  }
  .fBox figure img {
    margin-bottom: 15px;
  }
  .infoBlock {
    width: 80%;
    margin-left: 20px;
  }
}
@media not all and (min-width: 768px){
  .fBox figure {
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}
.name {
  font-weight: 500;
  font-size: calc((30 / 25 * 1rem));
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media not all and (min-width: 768px){
  .name {
    font-size: calc((18 / 16 * 1rem));
  }
}
.birth {
  font-size: 0.8rem;
}

/* ========================================
 * テーブル設定
 * ======================================== */
 table.type01{
  border-collapse: separate;
  border-spacing: 0 3px;
}
table.type01 th, table.type01 td {
  border-top: 1px solid #d1d1d1;
  font-weight: normal;
  vertical-align: middle;
  padding: 10px 15px;
}
table.type01 th{
  color: #333;
  border-right: 1px solid #d1d1d1;
  width: 20%;
  text-align: left;
  white-space: nowrap;
}
@media not all and (min-width: 768px){
  table.type01 {
    width: 100%;
  }
}