@charset "UTF-8";
/********************
 * ユーティリティ
 ********************/
/********************
 * 全体
 ********************/
.page {
  height: 100%; }

/********************
 * ヘッダ・フッタ
 ********************/
header img.header-brand-img {
  height: 1.3em;
  line-height: 1.3em;
  margin-right: 10px; }

header .divider {
  position: relative;
  margin: 0 10px; }

header .nav-item {
  font-size: 90%; }

header .divider:not(:last-child):after {
  content: '';
  position: absolute;
  right: -2px;
  width: 1px;
  height: 80%;
  top: 10%;
  background: #9A9A9A; }

header .user-button {
  display: flex;
  color: #EEE;
  padding: 5px;
  margin: 5px 5px 5px 0;
  line-height: 30px; }
  header .user-button .avatar {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
  header .user-button .text {
    margin-right: 8px; }
  header .user-button .username {
    margin-top: 3px;
    max-width: 100px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  header .user-button .company {
    margin-top: 3px;
    max-width: 100px;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  header .user-button .settings {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 30px; }

.alert-header {
  display: inline-block;
  margin: 10px 15px;
  opacity: 0.85; }
  .alert-header.alert-single {
    position: fixed;
    top: 0;
    left: 0; }

main > .container {
  padding: 100px 0 60px 0; }

.footer {
  background-color: #f5f5f5;
  min-height: 100px; }
  .footer .container {
    padding-right: 15px;
    padding-left: 15px; }

.form-required {
  color: #cd201f; }

/********************
 * アップローダ
 ********************/
.file-content {
  position: relative; }
  .file-content .file-delete-button {
    position: absolute;
    right: 8px;
    top: 8px; }

.image-crop img {
  max-width: 100%;
  max-height: 400px; }

.hidden-canvas {
  display: none;
  width: 200px;
  height: 200px; }

/********************
 * ページネーション
 ********************/
.pagination .page-link {
  font-size: 16px !important; }

.pagination .paging-element {
  display: none; }

.paging-element .card h3, .paging-element .card h4 {
  text-shadow: 0 0 5px #000; }
  .paging-element .card h3.no-shadow, .paging-element .card h4.no-shadow {
    text-shadow: none; }

/********************
 * ファイルアップローダ
 ********************/
.file-uploader {
  width: 100%;
  cursor: pointer; }
  .file-uploader .sub-text {
    margin-top: 3px;
    font-size: 8px; }

.hidden-input {
  display: none; }

/********************
 * ディスクページ
 ********************/
.disc-header {
  position: relative; }
  .disc-header .disc-title {
    position: absolute;
    bottom: 0;
    margin: 1.0rem 1.5rem;
    color: #EEE; }

.disc-body-hr {
  margin: 15px 0; }

.disc-body-description {
  line-height: 1.4;
  height: 39.2px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  color: #9aa0ac; }
  .disc-body-description:before, .disc-body-description:after {
    position: absolute; }
  .disc-body-description:before {
    content: '...';
    background: #fff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 19.6px; }
  .disc-body-description:after {
    content: '';
    height: 100%;
    width: 100%;
    background: 0px;
    z-index: 2;
    background: #fff; }

.disc-header-image {
  margin-bottom: 8px; }

.disc-content-thumb {
  width: 4rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background: #ced4da no-repeat center/cover;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 600;
  vertical-align: bottom;
  font-size: .875rem; }

table.disc-contents tr td {
  padding: 10px 15px !important; }

@media screen and (max-width: 768px) {
  table.disc-contents tr td {
    padding: 10px 10px !important; } }

/********************
 * コンテンツページ
 ********************/
.content-header {
  position: relative; }
  .content-header .content-title {
    position: absolute;
    bottom: 0;
    margin: 1.0rem 1.5rem;
    color: #EEE; }

.content-body-hr {
  margin: 15px 0; }

.content-body-description {
  line-height: 1.4;
  height: 39.2px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  color: #9aa0ac; }
  .content-body-description:before, .content-body-description:after {
    position: absolute; }
  .content-body-description:before {
    content: '...';
    background: #fff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 19.6px; }
  .content-body-description:after {
    content: '';
    height: 100%;
    width: 100%;
    background: 0px;
    z-index: 2;
    background: #fff; }

.content-header-image {
  margin-bottom: 8px; }

/********************
 * サインイン
 ********************/
.signin {
  width: 100%;
  min-height: 100%;
  background-color: #212121; }
  .signin .logo {
    height: 50px;
    margin: 50px 0; }
  .signin .row {
    padding-bottom: 50px !important; }

/********************
 * team
 ********************/
.team-body-description {
  line-height: 1.4;
  height: 98px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  color: #9aa0ac; }
  .team-body-description:before, .team-body-description:after {
    position: absolute; }
  .team-body-description:before {
    content: '...';
    background: #fff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 78.4px; }
  .team-body-description:after {
    content: '';
    height: 100%;
    width: 100%;
    background: 0px;
    z-index: 2;
    background: #fff; }

.team-header {
  position: relative; }
  .team-header .team-title {
    position: absolute;
    bottom: 0;
    margin: 1.0rem 1.5rem;
    color: #EEE; }

/********************
 * lot
 ********************/
.lot-header {
  position: relative;
  background: #555555;
  overflow: hidden;
  height: 200px;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .lot-header .lot-title {
    position: absolute;
    bottom: 0;
    margin: 1.0rem 1.5rem;
    color: #EEE; }

.lot-body-hr {
  margin: 15px 0; }

.lot-body-description {
  line-height: 1.4;
  height: 39.2px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  color: #9aa0ac; }
  .lot-body-description:before, .lot-body-description:after {
    position: absolute; }
  .lot-body-description:before {
    content: '...';
    background: #fff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 19.6px; }
  .lot-body-description:after {
    content: '';
    height: 100%;
    width: 100%;
    background: 0px;
    z-index: 2;
    background: #fff; }

/********************
 * Admin 管理者向け
 ********************/
.admin-team-switch {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  padding: 5px 10px;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8); }
  .admin-team-switch .admin-small-text {
    font-size: 10px; }

.admin-alert {
  font-size: 10px;
  color: red; }

/********************
 * その他
 ********************/
.dataTables_wrapper {
  width: 100%; }
  .dataTables_wrapper div.row:nth-child(2) {
    overflow-x: scroll; }
  .dataTables_wrapper .dataTables_length {
    display: none; }
  .dataTables_wrapper .dataTables_filter {
    text-align: right !important; }
  .dataTables_wrapper .dataTables_paginate {
    text-align: left !important; }
  .dataTables_wrapper .pagination {
    justify-content: flex-start !important; }
  .dataTables_wrapper .dataTables_info {
    display: none; }

.date-string {
  visibility: hidden; }

.container > .row {
  padding-bottom: 20px; }

.container.back-top {
  margin-bottom: 10px; }

.container.back-bottom {
  margin-top: 30px; }
