@charset "UTF-8";

header, footer {
  display: none;
}
#container {
  padding: 0;
}
.main_area {
  width: 90%;
  margin: 0 auto;
}
.daily_total_tb {
  font-size: 12pt;
  width: 100%;
}
.daily_total_tb th,
.daily_total_tb td {
  padding: 3px 5px;
}
.daily_total_tb td.left {
  text-align: left;
}
.daily_total_tb td.right {
  text-align: right;
}
.flex_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flex_area .chart_area {
  width: 49%;
}
.tb_area,
.graph_area,
.actionplan_area {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.graph_area2 {
  margin-top: 30px;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.actionplan_area {
  justify-content: initial;
}
.actionplan_area > h2 {
  font-size: 14pt;
  margin-bottom: 20px;
  border: none;
}
.action_tb {
  width: 100%;
  font-size: 10pt;
  margin-bottom: 10px;
}
.action_tb .af_tl {
  width: 30%;
}
.action_tb td {
  text-align: left;
}
.staff_total_tb {
  width: 100%;
  font-size: 10pt;
}
.staff_total_tb caption {
  font-size: 12pt;
}
.staff_total_tb .cont {
  width: 5%;
}
.total_info {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.info_box {
  width: 40%;
  background-color: #f0f8ff ;
  border-radius: 10px;
}
.info_box > dl dt {
  font-weight: bold;
  font-size: 18pt;
  color: #ffffff;
  background-color: #0000cd;
  padding: 10px 0 10px 10px;
  border-radius: 10px 10px 0 0;
}
.info_box > dl dd {
  padding: 20px 10px;
  color:  #0000cd;
}
.info_box > dl dd .total {
  text-align: center;
  font-size: 38pt;
  font-weight: bold;
  padding-bottom: 10px;
}
.info_box > dl dd > ul {
  border-top: 2px solid #0000cd;
}
.total_percent {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.total_percent > li {
  width: 45%;
}
.target,
.total_ar {
  display: flex;
}
.m_tl > span {
  background-color: #b0c4de;
  color: #4169e1;
  display: inline-block;
  padding: 5px;
}
.m_val {
  text-align: center;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m_percent {
  font-size: 25pt;
  font-weight: bold;
}
.m_size {
  font-size: 50%;
}
.m_tl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .total_info {
    flex-direction: column;
    justify-content: center;
  }
  .total_info > li {
    width: 80%;
    margin: 0 auto 50px;
  }
  .flex_area {
    flex-direction: column;
    justify-content: center;
  }
  .flex_area .chart_area {
    width: 80%;
    margin: 0 auto 50px;
  }
  canvas {
    width: 100%;
  }
  .daily_total_tb {
    width: 100%;
    margin-bottom: 50px;
  }
  .actionplan_area {
    width: 100%;
    flex-direction: column;
    justify-content: initial;
  }
  .tb_area,
  .graph_area {
    width: 100%;
  }
  .tb_area {
    margin-bottom: 50px;
  }
  canvas {
    margin-bottom: 50px;
  }

}
