* { padding: 0; margin: 0; }
#operation_sc_wrapper{
  margin: 0 auto;
  width: max-content;
}
#operation_sc_area{
  border-radius: 1rem;
  border: 0.3rem solid #ddd;
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
  /*background-color: #55bdc5;*/
  background-color: #eaeaea;
}
#panel_area{
    width: fit-content;
    padding: 2rem 0;
}
#panel_botom{
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    /*background-color: #eaeaea;*/
}
#ondokei_all{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 1rem;
}
.ondokei_area{
    width: 30rem;
    height: 65rem;
    max-width: 100%;
    position: relative;
    padding: 0;
    box-sizing: content-box;
    /*background-color: #fefefe;*/
  }
  .ondokei_area:before{
    content:"";
    display: block;
    padding-top: 0%;
  }
  .on_canvas{
    position: absolute;
    left:0;
    top:0;
    border: 0;
    max-width:100%;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
  }
  #suuji,#do{ 
    text-align: center;
    z-index: 10;
    position: absolute;
    color: #595757;
    
  }



/*ondokei-end*/
#left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:65rem;
  height: 70rem;
  padding: 1rem 1rem 1rem 2.5rem;
}

#omori_all{
  background-color: #fff;
  height: 33rem;
  width:62rem;
  display: flex;
  flex-direction: row-reverse;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
#omori_area{
  display: flex;
  flex-direction:column;
  align-items: center;
  width: 24rem;
  padding-top: 2rem;
  
  /*background-color: #fafafa;*/
}
#point_area{
  /*background-color: #cdcdcd;*/
  padding: 1rem; 
  width: 36rem;
}
.point_item{
/*background-color: #eee;*/
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.point_item p{
  font-size: 1.3rem;
  padding-top: 1rem;
}
#iro_all{
  width:  16rem; /*2:3で変更*/
  height: 24rem;
  position: relative;
}

#canvas2{ /*omori*/
  width: 100%;
  position: absolute;
  bottom: 20%;
  z-index: 1;
}
#canvas2 img{
  height: auto;
  width: 95%;
}
#canvas3,#canvas4{
    width: 100%;
    position: absolute;
    bottom: 5%;
    height: 15%; /*omori.jsのsizeと揃える*/
}
#canvas5{ /*youki*/
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
}
#canvas5 img{
  height: auto;
  width: 100%;
}
.blue{
  background-color: rgb(205, 249, 255);
}
.red{
  background-color: rgb(232, 134, 142,0);
}
#graph_all{
  height: 34rem;
  width: 62rem;
  background-color: #fefefe;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;

  padding: 2rem 1rem 1rem 1rem;
  margin: 0;
}
.graph_item{
  height: 30rem;
  width: 63rem;
  max-width: 100%;
  position: relative;
  padding: 0;
}
.graph_item:before{
  content:"";
  display: block;
  padding-top: 0%;
}
.gra_canvas{
  position: absolute;
  left:0;
  top:0;
  border: 0;
  max-width:100%;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
}