* {box-sizing: border-box;}

[v-cloak] {
  display: none;
}

.nowrap
{
  white-space: nowrap;
}

input[type="button"],
input[type="submit"]
{
  -webkit-appearance: none;
}

.ja-hint
{
  display: none;
  color: blue;
}

.en-input:active + .ja-hint,
.en-input:focus + .ja-hint
{
  display: block;
  margin-top: -2.5em;
  height: 3.5rem;
}

.en-input
{
  border-style: solid;
}

.en-input:active,
.en-input:focus
{
  padding-bottom: 2.5em;
}

/* Dialog */
.translate-center {
    transform: translate(-50%, -50%);
}       
.t-50 {
    top: 50%;
}
.l-50 {
    left: 50%;
}

.mh-100 {
  max-height: 100%;
}