.chart01 {
  overflow-x: auto;
}
.chart_wrap01 {
  position: relative;
  min-width: 400px;
  max-width: 550px;
  margin: 20px 0;
}
.chart_text01 {
  position: absolute;
  top: 0;
  right: 214px;
  bottom: 0;
  left: 0;
  width: 5em;
  height: 1.75em;
  text-align: center;
  margin: auto;
}
.chart02 {
  overflow-x: auto;
}
.chart_wrap02 {
  position: relative;
  height: 300px;
  min-width: 430px;
  max-width: 550px;
  margin: 20px 0;
}

.jmap01 {
  overflow-x: auto;
}
.jmap_wrap01 {
  position: relative;
  min-width: 600px;
  line-height: 1.5;
  margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .jmap_wrap01 {
    width: 100%;
  }
}