@charset "UTF-8";
/**REPORT-top部分**/
.report-top-warp {
    width: 100%;
    height: 35vh;
    display: flex;
    position: relative;
}

.report-top-left {
  width: 98%;
  height: 100%;
  background: #eef2fd;
  border-radius:0 0 20px 20px;
}

.graph-main {
  width: 100%;

}

.report-top-right {
    width: 50%;
    height: 50%;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    flex-wrap: wrap;
    top: -20%;
    left: 50%;
}

.report-answer {
  width: 100%;
  height: 70%;
  position: relative;
}

.report-answer p {
  transform: rotate(30deg);
  font-size: 4rem;
  color: crimson;
  position: absolute;
  top: 0px;
  left: -85px;
}

.report-sikenbi {
  width: 100%;
  height: 30%;
}

/**凡例**/
.genretask {
  width: 100%;
  height: 10vh;
  margin: 4% 0 10% 0;
}

#genreran {
  width: 100%;
}

#genreran p {
  font-size: 3rem;
  margin: 0, auto, 0, auto;
}

.list {
  width: 100%;
  display: flex;
}

.bonrei {
  background-color: aliceblue;
  width: 80px;
  padding-left: auto;
  padding-ri: auto;
}

.bai {
  margin-left: 2%;
  padding-left: auto;
  padding-right: auto;
  background-color: aliceblue;
  width: 80px;
  border-bottom: 5px solid red;
}

.tiku {
  margin-left: 2%;
  padding-left: auto;
  paddingght-right: auto;
  background-color: aliceblue;
  width: 80px;
  border-bottom: 5px solid yellow;
}

.syo {
  margin-left: 2%;
  padding-left: auto;
  padding-right: auto;
  background-color: aliceblue;
  width: 80px;
  border-bottom: 5px solid blue;
}

/**REPORT-bottom部分**/
.report-genre-warp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.report-graph-mini {
  width: 45%;
  height: auto;
  padding: 1% 0% 1% auto;
  margin: 2% 1% 1% 0%;
  flex-grow: 1;
}
.report-graph-mini .span {
  background-color: deepskyblue;
  font-size: 1.8rem;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  display: block;
  width: 70%;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 2% 0 2% 0;
  color: white;
  font-weight: bold;
}
.report-graph-mini .canvas {
  display: block;
  box-sizing: border-box;
  height: 210px;
  width: 210px;
  position: relative;
  left: -30%;
  top: -5%;
  background-color: ghostwhite;
  border-radius: 20px;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*# sourceMappingURL=report.css.map */