.circle_view {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}

.circle_view #back_btn_row {
  border-radius: 100%;
  width: 30vh;
  height: 30vh;
  position: absolute;
  left: -10vh;
  top: -12vh;
  background: darkblue;
}

.circle_view #circle_box_center_item {
  position: absolute;
  top: calc(50% - 12.5vw);
  left: calc(50% - 12.5vw);
  background: transparent;
  z-index: 1;
}

.circle_view #circle_box_center_item div.circle {
  background: darkred;
  width: 30vw;
  height: 30vw;
  left: -15vw;
  top: -15vw;
}

.circle_view #circle_box {
  border: 1px solid transparent;
  transform-origin: center center;
  height: 70vw;
  width: 70vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 160px;
  position: relative;
}

.circle_view #circle_box .item {
  position: absolute;
  top: 50%;
  left: 50%;
}

.circle_view div.item {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: transparent;
  overflow: visible;
}

.circle_view div.item div.circle {
  display: inline-block;
  position: relative;
  background: #0150a1;
  border-radius: 100%;
  width: 25vw;
  height: 25vw;
  text-align: center;
  overflow: hidden;
  left: -12.5vw;
  top: -12.5vw;
  line-height: normal;
}

.circle_view div.item div.circle.done {
  opacity: 0.5;
  background: black;
}

.circle_view div.item div.circle.add_new_subnote {
  background: rgba(255, 0, 0, 0.2);
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  left: -5vw;
  top: -5vw;
}

.circle_view div.item div.circle.add_new_subnote span {
  font-size: 20px;
  margin: 0;
}

.circle_view div.item div.circle span sup {
  position: absolute;
  top: 8px;
  left: 25px;
}

.circle_view div.item div.circle a {
  text-decoration: none;
}

.circle_view #circle_box.large_circle {
  margin: 0;
  left: -80px;
  bottom: -340px;
}

.circle_view .item span {
  width: calc( 100% - 30px );
  margin: 15px;
  overflow: hidden;
  font-size: 12px;
  max-height: 56px;
}

#notice {
}

.dashboard iframe {
  width: 100%;
  height: 600px;
}

