@charset "UTF-8";
[v-cloak] {
  visibility: hidden;
}

pre.data_disp {
  height: 5vh;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  z-index: 1000;
  font-size: 10px;
  max-width: 500px;
  overflow: auto;
  opacity: 0.8;
  margin: 0;
}
pre.data_disp:hover {
  height: 100vh;
  opacity: 1;
}

/* html
******************************************************/
html, body {
  font-family: "メイリオ", meiryo, "游ゴシック Medium", sans-serif;
  font-size: 16px;
  background-color: #b5c0ea;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, a, p {
  color: #03241F;
}

/* 汎用スタイル
******************************************************/
.explanation {
  padding: 12px;
  background-color: #fffee2;
  border: 2px solid #95a5e1;
  border-radius: 5px;
  font-weight: bold;
  color: #3e5bc8;
}

/* 共通パーツ
******************************************************/
/* ローディング */
#loadigArea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}
#loadigArea.v-enter, #loadigArea.v-leave-to {
  opacity: 0;
}
#loadigArea.v-enter-active, #loadigArea.v-leave-active {
  transition: opacity 0.3s;
}

/* レイアウト
******************************************************/
#container {
  height: 100%;
}

#layout {
  height: 100%;
}
#layout.ant-layout {
  background-color: #e5e9f8;
}
#layout .ant-layout-content {
  overflow: auto;
  padding: 0;
  height: calc(100vh - 70px);
}

/* ヘッダー
******************************************************/
#content_header {
  padding: 15px;
  height: 70px;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4db396;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  z-index: 10;
}
#content_header #header_logo {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
}
#content_header #manual {
  height: 36px;
  font-size: 14px;
}
#content_header #menu {
  height: 36px;
  font-size: 14px;
}
#content_header #logout {
  height: 36px;
  font-size: 14px;
}

/* コンテンツ
******************************************************/
/* 設定画面用 */
.input_area {
  width: 100%;
  height: calc(100% - 80px);
  overflow: auto;
}

.footer_area {
  width: 100%;
  padding: 12px;
  background-color: #4db396;
  z-index: 10;
  height: 80px;
  text-align: center;
}

/* button
******************************************************/
.ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inset 0 -16px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
  border-width: 2px;
}
.ant-btn:not([disabled]):active {
  box-shadow: inset 0 -16px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ant-btn > i, .ant-btn > span {
  display: inline-flex;
  align-items: center;
  line-height: 1em;
}
.ant-btn > span {
  padding-top: .15em;
}

.ant-btn-primary {
  background-color: #5a72d0;
  border-color: #3e5bc8;
}
.ant-btn-primary:focus, .ant-btn-primary:hover {
  filter: brightness(126%);
  background-color: #5a72d0;
  border-color: #3e5bc8;
}
.ant-btn-primary:active {
  background-color: #8194db;
  border-color: #667cd3;
}

.ant-btn-primary-disabled,
.ant-btn-primary-disabled.active,
.ant-btn-primary-disabled:active,
.ant-btn-primary-disabled:focus,
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled,
.ant-btn-primary.disabled.active,
.ant-btn-primary.disabled:active,
.ant-btn-primary.disabled:focus,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled],
.ant-btn-primary[disabled].active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:hover {
  box-shadow: inset 0 -16px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
  filter: brightness(0.8);
}

/* 非活性 */
/* input
******************************************************/
/* sizeをlargeに統一 */
.ant-input {
  font-size: 16px;
  height: 40px;
}

.ant-select-selection__rendered {
  line-height: 38px;
}

/* select
******************************************************/
/* sizeをlargeに統一 */
.ant-select {
  min-width: 200px;
  font-size: 16px;
}

.ant-select-selection--single {
  height: 40px;
}

.ant-select-selection__rendered {
  line-height: 38px;
}

/* form
******************************************************/
/* テキストカラー */
.ant-input {
  color: #03241F;
}

.ant-form-item {
  color: rgba(3, 36, 31, 0.8);
}

.ant-form-explain {
  padding-top: 2px;
  margin-bottom: -2px;
}

/* ボーダーカラー */
.ant-input,
.ant-select-selection {
  border-color: #9e9e9e;
}

.ant-select-disabled .ant-select-selection {
  border-color: #d9d9d9;
}

@media (max-width: 575px) {
  .ant-form-inline .ant-form-item {
    width: 100%;
  }
}

input:-internal-autofill-selected,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

/* modal
******************************************************/
/* テキストカラー */
.ant-modal-confirm-body .ant-modal-confirm-title {
  color: rgba(3, 36, 31, 0.85);
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  color: rgba(3, 36, 31, 0.65);
}

/* テキストカラー（メッセージ） */
.ant-message {
  color: #03241F;
}

/* table
******************************************************/
/* 外周ボーダーを設定 */
.ant-table {
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
}

/* ヘッダーテキストを中央寄せで固定 */
.ant-table-thead th {
  text-align: center !important;
}

/* ソート中カラムの背景色 */
.ant-table-tbody > tr > td.ant-table-column-sort {
  background-color: rgba(21, 79, 210, 0.2);
}

/* checkbox
******************************************************/
.ant-checkbox-wrapper {
  display: inline-flex;
  align-items: center;
}

/* upload
******************************************************/
.upload_file_select > span {
  display: flex;
  align-items: stretch;
}

.ant-upload-list-item {
  margin-top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.ant-upload-list.ant-upload-list-text {
  margin-left: 8px;
}

.ant-upload-list-item-name {
  padding: 1px 24px 1px 18px;
}

.ant-upload-list.ant-upload-list-text > div,
.ant-upload-list.ant-upload-list-text > div > span {
  display: flex;
  align-items: center;
  height: 100%;
}

.ant-upload-list-item-info {
  border-radius: 4px;
}
.ant-upload-list-item-info > span {
  display: flex;
  align-items: center;
}
.ant-upload-list-item-info > span > i {
  margin-top: 4px;
}

/* divider
******************************************************/
.ant-divider-horizontal.ant-divider-with-text-left:before {
  width: 0%;
}

.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-horizontal.ant-divider-with-text-right:before {
  width: 100%;
  top: 10%;
}

.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  background: #5886cc;
  font-size: 14px;
  padding: 0.25em 1em;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
}

/* バリデーション エラー */
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover,
.has-error .ant-select-selection,
.has-error .ant-select-selection:hover {
  background: #f9dddd;
  border-width: 2px;
}
