@charset 'UTF-8';
.menu {
  overflow: hidden;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(9, 9, 9, 0.1);
  margin: 0 0 40px 0;
}
.menu__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item {
  margin: 0;
  padding: 10px;
  flex-grow: 1;
  text-align: center;
}
.greet, .profile, .organigram, .history, .sdgs {
  margin: 0 0 60px 0;
}
.ttl-greet {
  margin: 0 0 20px 0;
  color: #330000;
  font-size: 1.3rem;
  line-height: 1.5;
}
.greet-row {
  display: flex;
}
.greet-text {
  width: calc(100% - 130px);
  margin: 0;
  padding: 0 30px 0 0;
}
.greet-photo {
  width: 130px;
  margin: 0 auto;
  padding: 0;
}
.greet-photo__define {
  margin: 0;
  padding: 0;
  text-align: center;
}
.greet-photo__image {
  margin: 0 0 5px 0;
  padding: 0;
}
.greet-photo__position {
  margin: 0;
  padding: 0;
  font-family: serif;
  font-size: 0.75rem;
}
.greet-photo__name {
  margin: 0;
  padding: 0;
  font-family: serif;
  font-size: 1.3rem;
}
.table--profile {
  border-bottom: 1px solid #dee2e6;
}
.table--profile th {
  width: 12rem;
  white-space: nowrap;
}
.officer-define {
  display: flex;
  flex-wrap: wrap;
  width: 38rem;
  margin: 0;
  padding: 0;
}
.officer-define__post {
  width: 10rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.officer-define__name {
  width: 5rem;
  margin: 0;
  padding: 0;
}
.officer-define__sub {
  width: 23rem;
  margin: 0;
  padding: 0;
}
.access-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.access-item {
  display: inline-block;
  margin: 0 10px 1rem;
  padding: 0;
}
.access-item .btn {
  box-shadow: 0 3px 3px rgba(9, 9, 9, 0.1);
}
.tabale--organigram {
  max-width: 1250px;
}
.th--organigram {
  /*width: 12rem;*/
  width: 16%;
  background: #fafafa;
  /*white-space: nowrap;*/
}
.empty {
  background-image: linear-gradient(to top right, transparent, transparent 49%, #dee2e6 49%, #dee2e6 51%, transparent 51%, transparent);
}
.asterisk {
  color: royalblue;
}
.notes {
  color: dimgray;
  font-size: 0.875rem;
  text-align: right;
}
.th--tmc {
  background: lavenderblush;
}
.td--tmc-manage {
  width: 34%;
}
.td--tmc {
  width: 34%;
  background: snow;
}
.th--group {
  background: lightcyan;
}
.td--group {
  width: 50%;
  background: azure;
}
.ttl-sub-history {
  color: dimgray;
  font-size: 0.875rem;
}
.tabale--history {
  border-bottom: 1px solid #dee2e6;
}
.tabale--history th {
  width: 1%;
  color: dimgray;
  white-space: nowrap;
}
.access-image {
  margin: 0;
  padding: 0;
  text-align: center;
}
.access-image__caption {
  margin: 0;
  padding: 15px 0;
  color: dimgray;
  font-size: 0.875rem;
}
.sdgs-row {
  display: flex;
  margin: 0 0 30px 0;
}
.sdgs-text {
  width: calc(100% - 250px);
  padding: 0 15px 0 0;
}
.sdgs-image {
  width: 250px;
  padding: 0 0 0 15px;
  text-align: center;
}
.sdgs-symbol {
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
}
.btn-dgs {
  display: inline-block;
  margin: 0;
  padding: 10px 25px;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(9, 9, 9, 0.1);
  background: red;
  color: white;
}
.btn-dgs:hover {
  background: #cc0000;
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  .menu__list {
    display: block;
  }
  .menu__item {
    text-align: left;
  }
  .greet-row {
    display: block;
  }
  .greet-text {
    width: 100%;
    padding: 0;
  }
  .greet-photo {
    padding: 0;
  }
  .access-item {
    display: block;
  }
  .table--profile th, .table--profile td, .tabale--history th, .tabale--history td {
    display: block;
    width: 100%;
  }
  .table--profile th, .tabale--history th {
    background: #fafafa;
  }
  .tabale--organigram {
    width: 1250px;
  }
  .officer-define {
    display: block;
    width: 100%;
  }
  .officer-define__post {
    width: 100%;
  }
  .officer-define__name {
    width: 100%;
  }
  .officer-define__sub {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 0.75rem;
  }
  .ttl-sub-history {
    padding: 5px 0 0 0;
    font-size: 0.75rem;
  }
  .sdgs-row {
    display: block;
  }
  .sdgs-text {
    width: 100%;
    padding: 0;
  }
  .sdgs-image {
    width: 100%;
    padding: 0;
  }
}