
/* 背景を伸ばすためのクラス */
.bg-extend[data-v-ceef8ae3] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #5EA8FF;
}
.flex-container[data-v-ceef8ae3] {
  position: relative;
}
.flex-container>dt[data-v-ceef8ae3] {
  z-index: 1;
}
.flex-container>dd[data-v-ceef8ae3] {
  position: relative;
  z-index: 1;
}
