
footer {
  background-color: #eeeeee;
  color: #555;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  text-align: center;
  left: 0;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  flex-shrink: 0;
  width: 100%;
}
.fontSize {
  font-size: 100%;
}



.el-icon-back[data-v-d6fc6040] {
  font-size: 0.5rem;
}
.lineWidth[data-v-d6fc6040] {
    height: 1rem;
}
.root-container[data-v-d6fc6040] {
    background-color: #f6f6f6;
}
.a0401_title[data-v-d6fc6040]{
  margin-top: 1vh;
  margin-bottom: 1vh;
  background-color: #ffffff;
  color: #006699;
  font-weight: 600;
  font-size: 2em;
}
.el-icon-document[data-v-d6fc6040],
.el-icon-circle-close[data-v-d6fc6040]{
    font-size: 0.25rem;
}

/* 灰色背景色 */
main.el-main {
  background-color: #f6f6f6;
}

/* el-card 幅 */
.el-card {
  width: 80vw;
  margin: 0 auto;
}

/* el-card　title */
::v-deep .el-card__header {
  font-size: 0.46667rem;
  color: #014099;
  font-weight: 600;
}

/* el-form labelの青字 */
::v-deep div > .el-form-item__label {
  font-size: 0.26667rem;
  color: #014099;
  font-weight: bold;
}
* {
  touch-action: pan-y;
}


