main {
  padding: 40px;
}

.title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

#js-btn-calc {
  visibility: hidden;
}

.basedata__sec {
  padding: 20px;
  margin-bottom: 20px;
}
.basedata__box {
  display: flex;
}

.chart {
  opacity: 0;
  position: relative;
}
.chart__canvas {
  width: 100%;
}
.chart__cond {
  position: absolute;
  left: 10px;
  top: 0;
  border: 1px solid #333;
  padding: 5px 10px;
  background-color: lightblue;
  font-size: 13px;
  font-weight: bold;
  color: blue;
}

.titlearea {
  position: relative;
}
.titlearea .version {
  position: absolute;
  bottom: -60px;
  right: 0;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
}

@media screen and (max-width: 1000px) {
  .chart {
    width: 100%;
    aspect-ratio: 1/2;
  }
}/*# sourceMappingURL=styles.css.map */