.tab .tab-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.tab .tab-list .list-item {
  flex: 0 0 20%;
  border-left: 1px solid #707070;
  cursor: pointer;
}
.tab .tab-list .list-item:last-of-type {
  border-right: 1px solid #707070;
}
.tab .tab-list .list-item:hover {
  background-color: #00BF67;
}
.tab .tab-list .list-item:hover text {
  fill: #FFFFFF;
}
.tab .tab-list .list-item.tab-selector.enabled {
  background-color: #00BF67;
}
.tab .tab-list .list-item.tab-selector.enabled text {
  fill: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .tab .tab-list .list-item {
    flex-basis: calc(33.33% - 10px);
    border: 1px solid #707070;
    margin: 5px;
  }
}
@media screen and (max-width: 576px) {
  .tab .tab-list .list-item {
    flex-basis: calc(50% - 10px);
  }
}

.office .tab-contents {
  display: none;
}
.office .tab-contents.open {
  display: block;
}
@media screen and (max-width: 768px) {
  .office .table thead {
    display: none;
  }
}
.office .table .name {
  width: 20em;
}
@media screen and (max-width: 992px) {
  .office .table .name {
    width: 10em;
  }
}
@media screen and (max-width: 768px) {
  .office .table .name {
    width: 100%;
  }
}
.office .table .hour {
  width: 10em;
}
@media screen and (max-width: 992px) {
  .office .table .hour {
    width: 8em;
  }
}
@media screen and (max-width: 768px) {
  .office .table .hour {
    width: 100%;
  }
}
.office .table .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.office .table .flex .title {
  color: #969696;
  display: none;
}
@media screen and (max-width: 768px) {
  .office .table .flex .title {
    display: block;
    flex: 0 0 5em;
  }
}
.office .table .flex .value {
  flex: 0 0 100%;
}
@media screen and (max-width: 768px) {
  .office .table .flex .value {
    flex-basis: calc(100% - 5em);
    padding-left: 1.5em;
  }
}

/*# sourceMappingURL=010200_page.css.map */
