/*ヘッダーのスタイル*/
header {
  height: 150px;
  display: flex;
  justify-content: flex-start;
  background-image: linear-gradient(90deg, rgba(67, 195, 244, 1) 35%, rgba(49, 69, 163, 1));
  padding: 10px;
  text-align: center;
  position: relative;

}

hr {
  display: block;
  height: 3px;
  width: 980px;
  background-color: #272323;
}

.list-box {
  height: 120px;
  display: table;
  width: 150px;
  background-color: #FF6600;
  border: solid 2px #fff;
  color: #fff!important;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  font-size: 2rem;
  position: absolute;
  left: 2%;
}

.list-box div {
  display: table-cell;
  vertical-align: middle;
  line-height: 2.6rem;
}

.list-box-inner::before {
  content: '';
  display: block;
  width: 30px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 10%;
}

.menu-box {
  display: table;
  background-color: #82AE46;
  height: 120px;
  width: 200px;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 10px;
  padding: 0px;
  font-size: 2rem;
  position: absolute;
}

.menu-box div {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.log-box {
  display: table;
  background-color: #0d47a1;
  height: 120px;
  width: 200px;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  font-size: 2rem;
  position: absolute;
}

.log-box div {
  display: table-cell;
  vertical-align: middle;
  line-height: 2.6rem;
}

.log-box-inner::before {
  content: '';
  display: block;
  width: 30px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 37%;
  left: 10%;
}

.time-box {
  display: table;
  background-color: transparent;
  height: 120px;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 2rem;
  position: absolute;
  right: 2%;
}

.time-box div {
  display: table-cell;
  vertical-align: middle;
  line-height: 2rem;
}

.time-box span {
  font-size: 3.8rem;
  line-height: 6rem;
  padding-left: 10px;
}

.system-name {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding: 30px 50px;
}