@charset "UTF-8";

input[type=text]:placeholder-shown {
  color: #BBBBBB;
}

input[type=text]::-webkit-input-placeholder {
  color: #BBBBBB;
}

input[type=text]::-webkit-input-placeholder {
  color: #BBBBBB;
}

input[type=text]::-moz-placeholder {
  color: #BBBBBB;
}

input[type=text]:-ms-input-placeholder {
  color: #BBBBBB;
}

input[type=text]::-ms-input-placeholder {
  color: #BBBBBB;
}

input[type=text]::placeholder {
  color: #BBBBBB;
}

input[type=text]:-ms-input-placeholder {
  color: #BBBBBB;
}

input[type=text]::-ms-input-placeholder {
  color: #BBBBBB;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Meiryo, sans-serif;
  padding-top: 70px;
}

.font-3 {
  font-size: 16px;
}

.confirm {
  margin-left: 2em;
  font-weight: 600;
}

.menu-icon {
  font-size: 18px;
  margin-right: 5px;
  color: white;
}

ul.error {
  color: #e3342f;
  margin: 0;
  padding: 0;
}

/* Vue.jsのトランジション系 */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* リスト部分 */

.list_loading {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

