@charset "UTF-8";
/**
 * admin_style.css
 * 管理画面基本スタイル
 */
.unregistered {
  color: #fa5661;
}

.wd20,
.wd30,
.wd40 {
  width: 90%;
  display: inline-block;
  margin-right: 5px;
}

.notes {
  padding-top: 5px;
  padding-left: 5px;
}
.notes li {
  list-style: none;
}

.sidebar-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-logo .sidebar-link {
  text-align: center;
  cursor: pointer;
}
.sidebar-logo .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.sidebar-logo a .logo {
  width: 220px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: auto;
}
@media screen and (max-width: 1439px) {
  .sidebar-logo a .logo {
    min-height: 64px;
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar-logo a .logo {
    width: 200px;
  }
}
.sidebar-logo a .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 55px;
  margin: auto;
}
.sidebar-logo .logo-text {
  font-size: 90%;
  font-weight: bold;
}
.sidebar-logo .sidebar-subbutton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 0.5rem;
  color: #72777a;
  border: 1px solid #72777a;
  border-radius: 30rem;
  text-align: center;
  font-size: 0.675rem;
  gap: 0.5rem;
}
@media screen and (max-width: 1439px) {
  .sidebar-logo .sidebar-subbutton {
    display: none;
  }
}
.sidebar-logo .sidebar-subbutton span {
  display: block;
}

.header.header_single {
  width: 100%;
}

.cell-status {
  text-align: center;
}

table.table-investments {
  margin-bottom: 0;
}

.admin-table-scroll {
  display: block;
  overflow-x: auto;
  width: 100%;
}
.admin-table-scroll .tbody {
  display: table;
}

.table-investments tr td {
  font-size: 95%;
}
.table-investments tr th {
  font-size: 95%;
  text-align: center;
}
.table-investments tr td .form-control {
  font-size: 95%;
  padding: 3px;
}
.table-investments tr td input.form-unit {
  text-align: center;
}
.table-investments tr td .btn {
  font-size: 95%;
}

span.required {
  color: red;
}

.align-right {
  text-align: right;
}

.checkbox label {
  padding-left: 10px;
}

.form-check-inline.experience {
  margin-left: 11px;
}

.alert .alert_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alert .alert_inner a {
  margin-right: 20px;
}

.year_wd {
  display: inline-block;
  width: 94%;
  margin-right: 1%;
}

.wd95 {
  display: inline-block;
  width: 95%;
  margin-right: 0.5em;
}

.wd_settlement {
  width: 50%;
  margin: 0 10px;
}

.btn-small {
  font-size: 0.7rem;
  padding: 2px 3px;
  margin-right: 1em;
  margin-top: -2px;
}

.btn-download {
  width: 400px !important;
  margin: auto;
}

.btn-submit {
  width: 300px;
}

.form-signin input[type=email],
.form-signin input[type=password] {
  margin-bottom: 20px;
}
.form-signin .checkbox {
  text-align: center;
  margin-bottom: 20px;
}
.form-signin .checkbox label {
  padding-left: 0;
}

table.edit_table {
  width: 100%;
  table-layout: auto !important;
}
table.edit_table th {
  width: 20%;
}
table.edit_table td {
  width: auto;
}
table.edit_table td .icon {
  min-width: 60px;
}

.data-table td .icon {
  display: block;
  font-weight: bold;
  margin-right: 0;
}
.data-table td .icon.step02, .data-table td .icon.step03, .data-table td .icon.step04, .data-table td .icon.step05, .data-table td .icon.step06 {
  font-size: 10px;
}

.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.show label,
.row.show .form-check {
  position: relative;
  display: inline-block;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}
.row.show label:before,
.row.show .form-check:before {
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  bottom: 0;
  display: inline-block;
  height: 1px;
  background: rgba(0, 0, 0, 0.125);
}
.row.show label:before {
  left: 10px;
}
.row.show .form-check:before {
  left: 10px;
}
.row.show .alert label:before {
  content: none;
}

.page-ttl {
  position: relative;
  margin-bottom: 30px;
  color: #313435;
}
.page-ttl:before {
  position: absolute;
  bottom: -2px;
  left: 15px;
  content: "";
  width: 100px;
  height: 3px;
  background: #2196f3;
  z-index: 10;
}
.page-ttl:after {
  position: absolute;
  bottom: -3px;
  left: 15px;
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #ddd;
}
.page-ttl .col-md-1 {
  text-align: right;
}

.table thead th {
  color: #666;
}

table.dataTable thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625) !important;
}

.data-table {
  width: 100% !important;
}

.multi span {
  display: block !important;
  margin-bottom: 10px;
}
.multi span:last-child {
  margin-bottom: 0px;
}

.icon {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 10em;
  margin-right: 10px;
  background: #ccc;
}
.icon.step01 {
  background: rgba(220, 53, 69, 0.8);
  color: #fff;
}
.icon.step02 {
  background: rgba(255, 193, 7, 0.5);
  color: #212529;
}
.icon.step03 {
  background: rgba(40, 167, 69, 0.7);
  color: #fff;
}
.icon.status-mail-sent {
  background: rgb(226, 225, 150);
  color: #212529;
}
.icon.status-mail-verified {
  background: rgb(159, 196, 223);
  color: #212529;
}
.icon.status-member-registered {
  background: rgb(81, 153, 204);
  color: #fff;
}
.icon.status-unidentified {
  background: rgb(0, 123, 211);
  color: #fff;
}
.icon.status-in-review {
  background: rgb(80, 202, 139);
  color: #fff;
}
.icon.status-wait-fix {
  background: rgb(226, 157, 21);
  color: #fff;
}
.icon.status-completed {
  background: rgb(15, 184, 97);
  color: #fff;
}
.icon.status-deleted {
  background: rgb(201, 201, 201);
  color: #212529;
}
.icon.status-applied {
  background: rgb(226, 225, 150);
  color: #212529;
}
.icon.status-sent {
  background: rgb(159, 196, 223);
  color: #212529;
}
.icon.status-wait-pay {
  background: rgba(220, 53, 69, 0.8);
  color: #fff;
}
.icon.status-drawing {
  background: rgba(255, 193, 7, 0.5);
  color: #212529;
}
.icon.status-in-managed {
  background: rgb(0, 123, 211);
  color: #fff;
}
.icon.status-fund-finished {
  background: rgb(201, 201, 201);
  color: #212529;
}
.icon.icon.status-already-read {
  background: rgb(15, 184, 97);
  color: #fff;
}
.icon.icon.status-unread {
  background: rgba(220, 53, 69, 0.8);
  color: #fff;
}

/*

  &.status-applied {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  &.status-sent {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  &.status-wait-fix {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  &.status-wait-pay {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  &.status-completed {
    background: rgba(40, 167, 69, 0.7);
    color: #fff;
  }
  &.status-drawing {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  &.status-in-managed {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  &.status-fund-finished {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  &.status-deleted {
    background: rgba(220, 53, 69, 0.8);
    color: #fff;
  }
  */
.icon_s {
  padding: 5px 5px 5px 8px;
  text-align: center;
  font-size: 10px;
  border-radius: 10em;
  margin-right: 10px;
}
.icon_s.individual {
  background: #0c83e2;
  color: #fff;
}
.icon_s.juristic {
  border: 1px solid #0c83e2;
  color: #0c83e2;
}

.refund_sec form {
  width: 100%;
}

.document_sec form {
  width: 100%;
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar-menu .nav-title {
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #aaa;
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .sidebar-menu .nav-title {
    height: 1em;
    overflow: hidden;
    text-indent: -10000px;
    position: relative;
  }
  .sidebar-menu .nav-title::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    background: #eee;
    width: 100%;
  }
}
.sidebar-menu li a {
  line-height: 28px;
  margin: 5px 10px;
  padding: 5px;
  border-radius: 6px;
}
.sidebar-menu li a.active {
  background: #f5f5f5;
}
.sidebar-menu li a.active::before {
  display: none !important;
}
.sidebar-menu li a .icon-holder {
  margin-right: 5px;
  width: 28px;
  height: 28px;
  vertical-align: bottom;
}
.sidebar-menu li a .icon-holder [class^=ti-],
.sidebar-menu li a .icon-holder [class*=" ti-"] {
  line-height: 28px;
}
.sidebar-menu li a:hover {
  background: #f5f5f5;
}
.sidebar-menu li.dropdown .arrow {
  line-height: 28px;
  right: 10px;
}
.sidebar-menu li.dropdown ul.dropdown-menu {
  padding-left: 28px;
}
.sidebar-menu li.dropdown ul.dropdown-menu li a {
  padding: 5px 5px 5px 15px;
}

.sidebar-bottom {
  width: 100%;
  height: 61px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .sidebar-bottom {
    display: none;
  }
}
.sidebar-bottom .sidebar-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.sidebar-bottom .sidebar-copyright p {
  margin-bottom: 0;
  font-size: 12px;
}
.sidebar-bottom .sidebar-copyright img {
  width: 40%;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .is-collapsed .sidebar-inner .sidebar-logo a .logo {
    width: 200px;
  }
}
@media screen and (min-width:1440px) {
  .is-collapsed .sidebar-menu .nav-title {
    height: 1em;
    overflow: hidden;
    text-indent: -10000px;
    position: relative;
  }
  .is-collapsed .sidebar-menu .nav-title::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    background: #eee;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .is-collapsed .sidebar-menu .nav-title {
    height: auto;
    overflow: hidden;
    text-indent: 0px;
    position: relative;
  }
  .is-collapsed .sidebar-menu .nav-title::before {
    display: none;
  }
}
.is-collapsed .sidebar:hover .sidebar-menu .nav-title {
  height: auto;
  overflow: hidden;
  text-indent: 0px;
  position: relative;
}
.is-collapsed .sidebar:hover .sidebar-menu .nav-title::before {
  display: none;
}

.sidebar:hover .sidebar-inner .sidebar-logo a .logo {
  width: 220px;
}

.password_wrap {
  position: relative;
}
.password_wrap .field-icon {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 0 13px 7px 0;
  color: #a0dbf0;
  z-index: 1;
}

.table-wrap {
  overflow-x: scroll;
}

.app-2fa .qr-code {
  width: 120px;
  margin: 10px auto;
}
.app-2fa .app-btn {
  display: block;
  height: 40px;
  width: auto;
  margin: 10px auto auto;
}
.app-2fa .app-btn img {
  height: 100%;
  width: auto;
}

.get-route-url {
  position: relative;
  display: inline-block;
}
.get-route-url i::before {
  color: #fff;
}
.get-route-url .get-route-url-hover {
  position: absolute;
  right: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  z-index: 2;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  width: 180px;
  margin-right: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  display: none;
}
.get-route-url .get-route-url-hover::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: -5px;
  background: #fff;
}
.get-route-url .get-route-url-hover.show {
  display: block;
}
.get-route-url .get-route-url-hover p {
  white-space: pre-wrap !important;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.get-route-url .get-route-url-hover .get-route-url-hover-close {
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 9px;
  background-color: #666;
  position: absolute;
  right: -9px;
  top: -9px;
  opacity: 1;
  font-size: 10px;
  line-height: 18px;
}

.dalete-btn {
  display: inline-block;
}

.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.form-control::-moz-placeholder {
  color: #cccccc;
}

.form-control:-ms-input-placeholder {
  color: #cccccc;
}

.form-control::-ms-input-placeholder {
  color: #cccccc;
}

.form-control::placeholder {
  color: #cccccc;
}

.active-readonly:disabled,
.active-readonly[readonly] {
  background: #fff !important;
}

/* =============================================
Data Suggest Table
============================================= */
.data_suggest_table .data_input_wrap {
  position: relative;
}
.data_suggest_table .clear_btn {
  position: absolute;
  right: 25px;
  font-size: 12px;
  line-height: 12px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}
.data_suggest_table .clear_btn.-target {
  position: static;
  top: auto;
  margin-top: auto;
}
.data_suggest_table .suggest_wrap {
  position: relative;
}
.data_suggest_table .suggest_wrap .spinner_area {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2px 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #fff;
}
.data_suggest_table .suggest_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 5;
  max-height: 30vh;
  overflow-y: scroll;
}
.data_suggest_table .suggest_list li {
  padding: 10px 30px 10px 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  position: relative;
}
.data_suggest_table .suggest_list li:hover {
  background: #f5f5f5;
}
.data_suggest_table .suggest_list li::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-right: 2px solid #bbb;
  border-top: 2px solid #bbb;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1.2em;
}
.data_suggest_table .suggest_list li:last-child {
  border-bottom: none;
}
.data_suggest_table .target_name {
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  margin-right: 15px;
}

/* =============================================
header topbar
============================================= */
.header .header-container .nav-right li .header_btn {
  display: block;
  line-height: 65px;
  min-height: 65px;
  padding: 0 15px;
}
.header .header-container .nav-right li .btn-success {
  color: #fff;
  min-height: auto;
  line-height: 1;
  padding: 10px 15px;
}

/* =============================================
Login
============================================= */
.login-wrapper {
  background: #f4f4f4;
}

.login-form-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.login-logo img {
  width: 70%;
  max-width: 230px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-bottom-box {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 80px;
}
.login-bottom-box .version {
  margin-bottom: 5px;
}
.login-bottom-box .login-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.login-bottom-box .login-copyright p {
  margin-bottom: 0;
}
.login-bottom-box .login-copyright img {
  width: 30%;
  max-width: 80px;
}

/* =============================================
Area sort
============================================= */
[data-sortable=order] .ui-sortable-helper {
  background: #fff;
  border: 2px solid #2196f3 !important;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
[data-sortable=order] .ui-sortable-helper .sort_number {
  color: #2196f3;
  background: #e3f2fd !important;
}
[data-sortable=order] .placefolder_area {
  background: #f2f3f5;
  border-radius: 5px;
  margin-bottom: 1rem;
}
[data-sortable=order] .ui-sortable-handle {
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: background-color 0.2s, border 0.2s;
  transition: background-color 0.2s, border 0.2s;
}
[data-sortable=order] .ui-sortable-handle:hover {
  border: 1px solid #2196f3 !important;
}
[data-sortable=order] .ui-sortable-handle:hover .sort_number {
  color: #2196f3;
  background: #e3f2fd;
}
[data-sortable=order] .ui-sortable-handle .sort_number {
  background: #f2f3f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  padding: 0.75rem 0.75rem;
  margin: -15px -15px 1rem -15px;
  border-radius: 5px 5px 0 0;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}
[data-sortable=order] .ui-sortable-handle .form-group {
  margin-bottom: 0.75rem;
}
[data-sortable=order] .ui-sortable-handle .form-group label {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  color: #b2b2b2;
}/*# sourceMappingURL=admin_style.css.map */