@charset "utf-8";
/* CSS Document */
#main01 h2 {
  position: relative;
  margin: 0 0 15px;
  font-weight: bold;
  border-left: 3px solid #df0523;
  padding-left: 17px;
}
#main01 .mB60 {
  margin-bottom: 60px;
}
#main01 .director01 p {
  padding: 5px 10px;
  text-align: left;
}
#main01 .director01 table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
#main01 .director01 table tr th,
#main01 .director01 table tr td {
  border: #CACACA 1px solid;
}
#main01 .director01 table tr th {
  background-color: #F2F2F2;
  font-weight: bold;
}
#main01 .director02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#main01 .director02 .list_table {
  display: table-row;
}
#main01 .director02 .list_table p {
  padding: 5px 10px;
}
#main01 .director02 .list_table.gray .list_table_left {
  background-color: #F2F2F2;
}
#main01 .director02 .list_table.gray .list_table_left p {
  font-weight: bold;
}
#main01 .director02 .list_table.gray_all .list_table_left,
#main01 .director02 .list_table.gray_all .list_table_right {
  background-color: #F2F2F2;
  float: none;
}
#main01 .director02 .list_table.gray_all .list_table_left p,
#main01 .director02 .list_table.gray_all .list_table_right p {
  font-weight: bold;
}
#main01 .director02 .list_table .list_table_left,
#main01 .director02 .list_table .list_table_right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  border: #CACACA 1px solid;
}
#main01 .director02 .list_table .list_table_right .list .list_left {
  width: 100%;
  border-bottom: #CACACA 1px solid;
}
#main01 .director02 .list_table .list_table_right .list .list_right {
  width: 100%;
}
#main01 .director02 .list_table .list_table_right .list.list_col01_sp .list_left {
  border-bottom: none;
}
#main01 .director02 .list_table .list_table_right .list.list_col01_sp .list_right {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #wrapper01 #contents01 #main01 .director01 p {
    padding: 10px;
  }
  #wrapper01 #contents01 #main01 .director01 table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }
  #wrapper01 #contents01 #main01 .director01 table tr th,
  #wrapper01 #contents01 #main01 .director01 table tr td {
    display: table-cell;
  }
  #wrapper01 #contents01 #main01 .director01 table tr th {
    width: 23.38983051%;
    text-align: left;
    border: #CACACA 1px solid;
  }
  #wrapper01 #contents01 #main01 .director01 table tr td {
    width: 76.61016949%;
    border: #CACACA 1px solid;
  }
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_left {
    /* width: 20%; */
    width: 35%;
  }
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_right {
    width: 75%;
  }
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_right .list {
    display: table;
    width: 100%;
  }
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_right .list .list_left,
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_right .list .list_right {
    display: table-cell;
    vertical-align: middle;
  }
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_right .list .list_left {
    border-bottom: none;
    /* width: 35%; */
    width: 40%;
  }
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_right .list .list_right {
    /* width: 65%; */
    width: 60%;
    border-left: #CACACA 1px solid;
  }
  #wrapper01 #contents01 #main01 .director02 .list_table .list_table_right .list.list_col01_sp .list_right {
    display: table-cell;
  }
}

/*——————————————————————
プロフィール
——————————————————————*/
/* 3カラム用 */
.flexCol3::after { /* 折返ししたときに左寄せにする */
  content:"";
  display: block;
  width:30%;
}

.yakuiinList {
  position: relative;
  width: 200px;
  margin: 0 0 50px;
  /* background-color: #ccc; */
  padding-left: 10px;
  padding-right: 10px;
}
.yakuiinList:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .yakuiinList {
    margin: 0 0 30px;
    width: 45%;
  }
}

/* 横並び */
.yakuiinListFlex {
  display: flex;
  align-items: flex-start;
  /* gap: 20px; */
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 640px) {
  .yakuiinListFlex {
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.yakuiinList__img {
  margin-bottom: 10px;
}

.yakuiinList__desc {
  margin: 0;
}

.yakuinn_position,
.yakuinn_kana,
.profileBtn {
  font-size: 15px !important;
}

.yakuinn_name {
  font-size: 18px;
  font-weight: 700;
}
/*
かな
——————————————————————*/
.yakuinn_kana {
  font-size: smaller;
  display: block;
  font-weight: 400;
}

/*
ホップアップ
——————————————————————*/
.featherlight-sample {
  display: none;
}

#wrapper01 a.profileBtn {
  color: #000;
  text-decoration: none;
}
#wrapper01 a.profileBtn:hover {
  opacity: .7;
}

.profileBtn::before {
  content: '>';
  display: inline-block;
  color: #df0523;
  font-weight: 700;
  margin-right: 10px;
}
.profileBtn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/*——————————————————————
ホップアップ
——————————————————————*/
/* SP時はホップアップ領域を画面ギリギリまで拡張 */
@media screen and (max-width: 640px) {
  .featherlight .featherlight-content {
    width: 98%;
  }
}


.featherlight .profile {
  display: flex;
  /* width: 500px; */
  /* gap: 40px; */
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}
.featherlight .profile > * {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .featherlight .profile {
    flex-direction: column;
    padding: 1.5em 0 0;
    /* gap: 10px; */
  }
}

.featherlight .profile__position {
  font-size: 18px;
  margin-bottom: 10px;
}

.featherlight .profile__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.featherlight .profile__name {

}

.featherlight .profile__birthday {
  margin-bottom: 10px;
}

.featherlight .keireki {
  display: flex;
  /* gap: 10px; */
}
@media screen and (max-width: 640px) {
  .featherlight .keireki {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.featherlight .keireki__date {
  flex-shrink: 0;
  /* width: 100px; */
  width: 6.5em;
  white-space: nowrap;
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace, serif;  /* 等幅フォントにする */
}
@media screen and (max-width: 640px) {
  .featherlight .keireki__date {
    width: 100%;
  }
}

.featherlight .keireki__desc {
  margin: 0;
}

.featherlight .profile__img {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .featherlight .profile__img {
    margin-bottom: 10px;
  }
}

.featherlight .profile__desc {
  margin: 0;
}

.featherlight .profile__desc p:not([class]) {
  margin-bottom: 10px;
}


/* ×マークに「閉じる」の文言をセット */
.featherlight .featherlight-close-icon::before {
  content: 'Close';
  position: absolute;
  left: -90%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  color: #000;
}