[v-cloak] {
  visibility: hidden;
}

/**
 * 無効フィールド・ボタン
 */
button[disabled] {
  opacity: 0.3;
}

.disabled-field {
  opacity: 0.3;
}


/**
 * ファイルフィールド
 */
ul.file-list {
  margin-bottom: 0.5rem;
}

.file-list-empty {
  margin-bottom: 0.5rem;
}

li.file-list-item {
  display: flex;
  justify-content: space-between;
  line-height: 1.05 !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.file-name {
  display: inline-block;
}

.file-name.file-name-invalid {
  color: red;
  text-decoration: line-through;
}

.file-size {
  color: var(--gray-color);
  display: inline-block;
}

.file-invalid-feedback {
  margin-left: 1rem;
  display: inline-block;
  color: red;
}

.file-field .cover {
  position: relative;
  width: 300px;
  height: 60px;
  margin-left: 20px;
  margin-right: auto;
}

.file-field .cover input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.file-field .cover::after {
  pointer-events: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  white-space: pre;
  content: "ファイルを追加";
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-field .cover:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.file-field.drag-over {
  position: relative;
  border: 1px dashed #666;
}

.file-field.drag-over>* {
  opacity: 0.1;
}

.file-field.drag-over::after {
  pointer-events: none;
  content: "ドロップしてファイルを追加";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  white-space: pre;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-remove-btn {
  border: 0 none;
  background-color: #ccc;
  color: red;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  padding: 0.2rem;
  border-radius: 0.08rem;
}

.file-remove-btn-wrap {
  width: 2.6rem;
}

.file-remove-btn:hover {
  background-color: red;
  color: #fff;
  text-wrap: nowrap;
}

/**
 * 郵便番号
 */
.form_flex.zip-set input {
  width: 100px;
}

.form_flex.zip-set span {
  width: 30px;
  text-align: center;
}

/**
 * 生年月日
 */
.form_flex.bday-set {
  flex-wrap: nowrap;
}

.form_flex.bday-set select {
  min-width: auto;
  width: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: var(--light-bolor);
  margin-right: .75rem;
}

/**
 * slide-toggle / SlideToggle
 */
.toggle-slide-enter-active,
.toggle-slide-leave-active {
  transition: all 0.5s;
  overflow: hidden;
}

.toggle-slide-enter,
.toggle-slide-leave-to {
  height: 0;
  transition: all 0.5s;
}

/**
 * Loader
 */
.loading {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.loading img {
  display: inline-block;
  margin-right: 0.4rem;
}


/**
 * extends style2
 */
.confirm_multiline {
  white-space: pre-wrap;
  word-break: break-all;
}

.pd_t_1em {
  padding-top: 1em;
}

.btn_pink {
  background: var(--pink-color) !important;
}

.form_user.form_user_confirm {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}

.form_user.form_user_confirm label {
  color: var(--gray-color);
}

.mg_lr_auto {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.w_fit {
  display: block;
  width: fit-content;
}

.confirm_multiline {
  white-space: pre-wrap;
  word-break: break-all;
}

.form_user.form_user_confirm {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}

.form_user.form_user_confirm label {
  color: var(--gray-color);
}

.background-none {
  background-color: transparent !important;
}

.w_100 {
  width: 100% !important;
}