@charset "utf-8";

/* ----------↓ #overview ↓---------- */

/* ----------↓ TABLE ↓---------- */
#overview table{
  width: 100%;
  padding: 15px;
  margin-bottom: 4em;
}

#overview tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#overview td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#overview td {
  vertical-align: middle;
}

#overview td:first-child {
  background-color: #EEEEEE;
  width: 35%;
}

/* ----------↓ #staff-d ↓---------- */

/* ----------↓ TABLE ↓---------- */
#staff-d table {
  width: 100%;
  margin-bottom: 4em;
}

#staff-d th:first-child {
  width: 35%;
}

#staff-d th:last-child {
  width: 65%;
}

#staff-d tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#staff-d th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#staff-d th:last-child {
  border-right: 1px solid #CCCCCC;
}

#staff-d td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#staff-d th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#staff-d td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
  border-top: none;
}

#staff-d td:first-child {
  background-color: #EEEEEE;
}

#staff-d td:last-child {
  text-align: left;
  padding: 8px 8px 8px 15px;
}

#staff-d td.wt {
  background-color: #FFFFFF;
}

#staff-d td.nowrap {
  white-space: nowrap;
}

/* ----------↓ DL ↓---------- */
#staff-d dl {
  width: 100%;
}

#staff-d dt {
  float: left;
  width: 7em;
}

#staff-d dd {
  margin-left: 7.5em;
  margin-bottom: 1em;
}

#staff-d dd:last-child {
  margin-bottom: 0;
}

/* ----------↓ DIV ↓---------- */

.maintenance-item {
  display: flex;
  margin-bottom: 20px;
}

.maintenance-item img {
  max-width: 200px;
}

.maintenance-text {
  padding: 0 15px;
}

.maintenance-text h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 980px) {

  .maintenance-item {
    display: block;
    text-align: center;
  }

}