@charset "UTF-8";

* {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #f9f9f9;
  color: #292929;
  font-size: 12px;
  height: 100%;
}

/**
 * vuetifyの上書き
 */

.theme--light.v-tabs .v-tab--active:hover::before,
.theme--light.v-tabs .v-tab--active::before {
  opacity: 0 !important;
}

.theme--light.v-tabs .v-tab:hover::before {
  opacity: 0 !important;
}

/**
 * sweet alert 2 の上書き
 */

.swal2-title {
  font-size: 1.2em !important;
}

.swal2-html-container {
  font-size: 1em !important;
}

