@charset "utf-8";
/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : テーブル型リスト
/* セレクタ : .lst_table
/* =========================================================================================================================================== */
.lst_table {
  padding-top: 11px;
  padding-bottom: 52px;
}
.lst_table li {
  min-height: 46px;
  border-top: solid 1px #d9d9d9;
  display: flex;
  justify-content: flex-start;
  background-color: #ededed;
}
.lst_table li:nth-child(even){
  background-color: white;
}
.lst_table li:last-of-type {
  min-height: 47px;
  border-bottom: solid 1px #d9d9d9;
}
.lst_table li  div {
  padding-top: 10px;
  padding-bottom: 7px;
  border-right: solid 1px #d9d9d9;
}
.lst_table li div:last-of-type {
  border-right: none;
}
.lst_table li .executive {
    width: 134px;
    text-align: center;
}

.lst_table li .position {
  width: 110px;
  text-align: center;
}

.lst_table li .name {
    width: 123px;
    text-align: left;
    padding-left: 15px;
}

.lst_table li .memo {
    width: 300px;
    padding-left: 15px;
}

.lst_table li .belongs {
  flex: 1;
  text-align: left;
    padding-left: 15px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_table
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_table {
    padding: 0;
    padding-top: 9px;
    padding-bottom: 28px;
  }
  .lst_table li {
    min-height: inherit;
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 11px;
    padding-bottom: 13px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  
  .lst_table li div {
    border-right: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .lst_table li .executive {
    position: relative;
    display: inline-block;
    width: auto;
    padding-left: 15px;
  }
  .lst_table li .executive::after {
    content: "／";
    padding-left: 4px;
  }
  .lst_table li .position {
    display: inline-block;
    text-align: left;
  }
  .lst_table li .name {
    width: 100%;
    padding-top: 6px;
    padding-left: 15px;
  }
  .lst_table li .belongs {
    width: 100%;
    padding-top: 6px;
    padding-left: 15px;
  }
  .lst_table li .pdfs {
    width: 100%;
  }
  .lst_table li .pdfs .pdf a {
    padding: 0;
    padding-left: 32px;
    font-size: 14px;
  }
  .lst_table li .pdfs .pdf:last-child a {
    padding: 0;
    padding-left: 32px;
    font-size: 14px;
  }
  .lst_table li .pdfs .pdf a::before {
    left: 15px;
    top: 1px;
    font-size: 12px;
  }
}


/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : テーブル型リスト デザイン2
/* セレクタ : .lst_table2
/* =========================================================================================================================================== */
.lst_table2 {
  padding-top: 13px;
}
.lst_table2 .head {
  display: flex;
  flex-wrap: wrap;
}
.lst_table2 .head .year {
  height: 37px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #034577;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}
.lst_table2 .head .month,
.lst_table2 .head .industry,
.lst_table2 .head .politics {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #50afdd;
}
.lst_table2 .head .month {
  width: calc((100% / 22) * 2);
  height: 37px;
}
.lst_table2 .head .industry,
.lst_table2 .head .politics {
  width: calc((100% / 22) * 10);
  height: 37px;
  border-left: solid 1px #ffffff;
}
.lst_table2 .content > li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #e3e3e3;
}
.lst_table2 .content > li:nth-child(even) {
  background-color: #f1f1f1;
}
.lst_table2 .content .month {
  width: calc((100% / 22) * 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lst_table2 .content .industry,
.lst_table2 .content .politics {
  width: calc((100% / 22) * 10);
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 11px;
  padding-bottom: 8px;
}
.lst_table2 .content .industry .title,
.lst_table2 .content .politics .title {
  display: none;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_table2
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_table2 {
    padding-top: 18px;
  }

  .lst_table2 .head .month,
  .lst_table2 .head .industry,
  .lst_table2 .head .politics {
    display: none;
  }
  .lst_table2 .content > li {
    display: block;
    padding: 12px;
  }
  .lst_table2 .content .month {
    font-weight: bold;
    width: 100%;
    justify-content: flex-start;
    padding-left: 7px;
  }
  .lst_table2 .content .industry,
  .lst_table2 .content .politics {
    width: 100%;
    padding: 0;
    padding-top: 3px;
    padding-left: 6px;
  }
  .lst_table2 .content .industry .title,
  .lst_table2 .content .politics .title {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #51afdf;;
  }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : テーブル型リスト デザイン3
/* セレクタ : .lst_table3
/* =========================================================================================================================================== */
.lst_table3 {
}
.lst_table3 .generation { width: calc(100% * 100 / 1100); }
.lst_table3 .year       { width: calc(100% * 281 / 1100); }
.lst_table3 .fullname   { width: calc(100% * 181 / 1100); }
.lst_table3 .company    { width: calc(100% * 538 / 1100); }
.lst_table3 .head {
  display: flex;
}
.lst_table3 .head > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  background-color: #50afdd;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 33px;
}
.lst_table3 .head > div:nth-of-type(n+2) {
  border-left: solid 1px #FFFFFF;
}

.lst_table3 .content .row {
  display: flex;
  border-bottom: solid 1px #d9d9d9;
}
.lst_table3 .content .row:nth-child(even) {
  background-color: #f1f1f1;
}
.lst_table3 .content .row > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding-left: 13px;
}
.lst_table3 .content .row > div:first-child {
  justify-content: center;
  padding-left: 0;
}
.lst_table3 .content_sp {
  display: none;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_table3
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_table3 .head,
  .lst_table3 .content {
    display: none;
  }
  .lst_table3 .content_sp {
    display: block;
  }
  .lst_table3 .content_sp li {
    font-size: 1.4rem;
    padding-left: 13px;
    padding-top: 15px;
    line-height: 1.6;
    padding-bottom: 7px;
    border-bottom: solid 1px #d9d9d9;
  }
  .lst_table3 .content_sp li:nth-child(even) {
    background-color: #f1f1f1;
  }
  .lst_table3 .content_sp li .generation {
    font-weight: bold;;
    color: #50abe2;
  }
}


/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : テーブル型リスト デザイン4
/* セレクタ : .lst_table4
/* =========================================================================================================================================== */
.lst_table4 {
  padding-top: 17px;
}
.lst_table4.pos2 {
  padding-top: 0;
}
.lst_table4 .postage  { width: 87px;  }
.lst_table4 .general  { width: 155px; }
.lst_table4 .member   { width: 155px; }
.lst_table4 .charge   { width: 342px; }
.lst_table4 .capacity { width: 92px;  }
.lst_table4 .enact    { width: 164px; }
.lst_table4 .enforce  { width: 164px; }
.lst_table4 .memo     { width: 240px; }

.lst_table4 .head {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 37px;
  background-color: #034477;
}
.lst_table4 .head div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
}

.lst_table4 .head .documents {
  flex: 1;
  justify-content: center;
}
.lst_table4 .head .title {
  flex: 1;
  justify-content: flex-start;
  padding-left: 17px;
}
.lst_table4 .head div:nth-child(n+2) {
  border-left: solid 1px white;
}
.lst_table4 .content .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 46px;
  line-height: 22px;
  border-bottom: solid 1px #d9d9d9;
  padding: 11px 0;
}
.lst_table4 .content .row:nth-child(even) {
  background-color: #f1f1f1;
}
.lst_table4 .content .row .item .head_sp {
  display: none;
}
.lst_table4 .content .row .title {
  flex: 1;
  justify-content: flex-start;
  padding-left: 17px;
}
.lst_table4 .content .row .title a {
  color: #343434;
}
.lst_table4 .content .row .title a:hover {
  color: #939393;
}
.lst_table4 .content .row .documents {
  flex: 1;
  padding-left: 18px;
}
.lst_table4 .content .row .documents a {
  color: #343434;
}
.lst_table4 .content .row .documents a:hover {
  color: #939393;
}
.lst_table4 .content .row .charge {
  padding-left: 19px;
}

.lst_table4 .content .row .memo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lst_table4 .content .row .postage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lst_table4 .content .row .capacity, 
.lst_table4 .content .row .enact, 
.lst_table4 .content .row .enforce,
.lst_table4 .content .row .general,
.lst_table4 .content .row .member {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_table4
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_table4 {
    padding-top: 12px;
  }
  .lst_table4 .head {
    display: none;
  }
  .lst_table4 .content .row {
    height: auto;
    padding-top: 7px;
    padding-bottom: 6px;
  }
  .lst_table4 .content .row:first-child {
    border-top: solid 1px #d9d9d9;
  }
  .lst_table4 .content .row .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
    padding-left: 0;
    height: auto;
  }
  .lst_table4 .content .row .item .head_sp {
    position: relative;
    width: 100px;
    padding-left: 24px;
    display: inline-block;
  }
  .lst_table4 .content .row .item .head_sp::before {
    content: "";
    font-size: 1rem;
    position: absolute;
    background-color: #50a7ce;
    left: 14px;
    top: 8px;
    width: 5.7px;
    height: 5.7px;
  }
  .lst_table4 .content .row .item .text {
    flex: 1;
  }

}


/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : テーブル型リスト デザイン5
/* セレクタ : .lst_table5
/* =========================================================================================================================================== */
.lst_table5 {
  padding-top: 20px;
}
.lst_table5 .row {
  border-top: solid 1px #d9d9d9;
  padding-top: 23px;
  padding-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lst_table5 .row:last-of-type {
  border-bottom: solid 1px #d9d9d9;
}
.lst_table5 .row .label {
  width: 294px;
  padding-left: 16px;
}
.lst_table5 .row .input {
  width: calc(100% - 294px);
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_table5
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_table5 {
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .lst_table5 .row {
    padding-top: 11px;
    padding-bottom: 14px;
  }
  .lst_table5 .row .label {
    width: 100%;
    padding-left: 0;
  }
  .lst_table5 .row .input {
    width: 100%;
    padding-top: 2px;
  }

}


/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : テーブル型リスト デザイン6
/* セレクタ : .lst_table6
/* =========================================================================================================================================== */
.lst_table6 {
  padding-top: 54px;
  width: 100%;
}
.lst_table6 .head {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lst_table6 .head .program {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px white;
  background-color: black;
  color: white;
  font-weight: bold;
  line-height: 38px
}

.lst_table6 .head .row2 {
  border-right: solid 1px white;
  line-height: 39px;
  height: 39px;
  text-align: center;
  background-color: #51afdd;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.lst_table6 .check { width: 39px; }
.lst_table6 .tag   { width: 75px; }
.lst_table6 .time  { width: 136px; }
.lst_table6 .place { width: 162px; }
.lst_table6 .title { width: 240px; }
.lst_table6 .theme {
  flex: 1 0 0%;
  border-right: none !important;
}
.lst_table6 .content .sphead {
  display: none;
}
.lst_table6 .content li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 60px;
  border-top: solid 1px #d9d9d9;
}
.lst_table6 .content li:nth-child(even) {
  background-color: #f1f1f1;
}
.lst_table6 .content li div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 22px;
  padding-left: 6px;
  min-height: 60px;
}
.lst_table6 .content li .check input {
  transform: scale(1.5,1.5);
}
.lst_table6 .content li .tag {
  padding-left: 12px;
}
.lst_table6 .content li .tag .icon {
  display: block;
  width: 52px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 1.4rem;
  font-weight: bold;
}
.lst_table6 .content li .tag .icon.icon_2 {
  background-color: #a10022;
  color: white;
}
.lst_table6 .content li .tag .icon.icon_3 {
  border: solid 1px #a10022;
  color: #a10022;
  background-color: white;
  line-height: 23px
}
.lst_table6 .content li .tag .icon.icon_4 {
  background-color: #555555;
  color: white;
}
.lst_table6 .content li .title,
.lst_table6 .content li .theme {
  padding-left: 10px;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_table6
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_table6 .head .row2 {
    display: none;
  }
  .lst_table6 .content li {
    padding-top: 11px;
    padding-bottom: 18px;
    position: relative;
  }
  .lst_table6 .content li .tag {
    width: 100%;
    padding: 0 14px;
    padding-bottom: 9px;
  }
  .lst_table6 .content li .tag .icon {
    width: 100%;
  }
  .lst_table6 .content li .sphead {
    display: block;
    font-size: 1.4rem;
    margin-left: 14px;
    padding: 0;
    min-height: 29px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-bottom: solid 1px white;
    background-color: #51afdd;
  }
  .lst_table6 .content li div:nth-last-of-type(2) {
    border-bottom: none;
  }
  .lst_table6 .content li .time,
  .lst_table6 .content li .place,
  .lst_table6 .content li .title,
  .lst_table6 .content li .theme {
    width: calc(100% - 86px);
    font-size: 1.4rem;
    min-height: 29px;
  }
  .lst_table6 .content li .theme {
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 2px;
  }
  .lst_table6 .content li .check {
    position: absolute;
  }
  .lst_table6 .content li .tag {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
  }
  .lst_table6 .content li .sphead,
  .lst_table6 .content li .check,
  .lst_table6 .content li .time,
  .lst_table6 .content li .place,
  .lst_table6 .content li .title,
  .lst_table6 .content li .theme {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
  }

}



/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : テーブル型リスト デザイン7
/* セレクタ : .lst_table7
/* =========================================================================================================================================== */
.lst_table7 {
  padding-top: 54px;
  width: 100%;
}
.lst_table7 .head {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lst_table7 .head .program {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px white;
  background-color: black;
  color: white;
  font-weight: bold;
  line-height: 38px
}

.lst_table7 .head .row2 {
  border-right: solid 1px white;
  line-height: 39px;
  height: 39px;
  text-align: center;
  background-color: #51afdd;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.lst_table7 .check { 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;  
}
.lst_table7 .tag   { width: 75px;  }
.lst_table7 .time  { width: 136px; }
.lst_table7 .place { width: 162px; }
.lst_table7 .title { width: 240px; }
.lst_table7 .theme {
  flex: 1 0 0%;
  border-right: none !important;
}
.lst_table7 .content li .info .sphead {
  display: none;
}
.lst_table7 .content li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 60px;
  border-top: solid 1px #d9d9d9;
}
.lst_table7 .content li:nth-child(even) {
  background-color: #f1f1f1;
}
.lst_table7 .content li .info  {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 0%;
  padding:0;
}
.lst_table7 .content li .info div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 22px;
  padding-left: 6px;
  min-height: 60px;
}
.lst_table7 .content li .check input {
  transform: scale(1.5,1.5);
}
.lst_table7 .content li .tag {
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.lst_table7 .content li .tag .icon {
  display: block;
  width: 52px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 1.4rem;
  font-weight: bold;
}
.lst_table7 .content li .tag .icon.icon_2 {
  background-color: #a10022;
  color: white;
}
.lst_table7 .content li .tag .icon.icon_3 {
  border: solid 1px #a10022;
  color: #a10022;
  background-color: white;
  line-height: 23px
}
.lst_table7 .content li .tag .icon.icon_4 {
  background-color: #555555;
  color: white;
}
.lst_table7 .content li .title,
.lst_table7 .content li .theme {
  padding-left: 10px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_table7
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_table7 .head .row2 {
    display: none;
  }
  .lst_table7 .content li {
    padding-top: 11px;
    padding-bottom: 18px;
    position: relative;
  }
  .lst_table7 .content li .tag {
    width: 100%;
    padding: 0 14px;
    padding-bottom: 9px;
  }
  .lst_table7 .content li .tag .icon {
    width: 100%;
  }
  .lst_table7 .content li .info .sphead {
    display: block;
    font-size: 1.4rem;
    margin-left: 14px;
    padding: 0;
    min-height: 29px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-bottom: solid 1px white;
    background-color: #51afdd;
  }
  .lst_table7 .content li .info div:nth-last-of-type(2) {
    border-bottom: none;
  }
  .lst_table7 .content li .info .time,
  .lst_table7 .content li .info .place,
  .lst_table7 .content li .info .title,
  .lst_table7 .content li .info .theme {
    width: calc(100% - 72px);
    padding-right: 14px;
    font-size: 1.2rem;
    min-height: 29px;
  }
  .lst_table7 .content li .info .theme {
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 2px;
  }
  .lst_table7 .content li .check {
    width: 42px;
    text-align: center;
    margin-left: 14px;
    align-items: flex-start;
  }
  .lst_table7 .content li .tag {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
  }
  .lst_table7 .content li .check,
  .lst_table7 .content li .info{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
  }
  .lst_table7 .content li .info .sphead {
    margin-left: 0;
  }

}

