.main-header {
  margin-left: 0 !important;
  background: #fff;
}

.main-footer {
  margin-left: 0 !important;
  background: rgb(38,62,142);
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
}

.main-header .brand-image {
  /*position: absolute;
  top: 0;
  left: 7.5px;*/
  width: 61px;
  height: 33px;
}

.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  padding-left: 30px;
  margin-left: auto;
}
@media (max-width: 767px) {
  /* 携帯端末全般用クラス */
  .form-group {
    margin-bottom: 0.5rem !important;
  }
  .form-check-label {
    margin: 0;
  }
  .login-box {
    width: 360px !important;
  }
  .max-md-width-50 {
    width: 50px;
    min-width: 50px;
  }
  .max-md-width-80 {
    width: 80px;
    min-width: 80px;
  }
  .max-md-width-100 {
    width: 100px;
    min-width: 100px;
  }
  .max-md-mb-10 {
    margin-bottom: 10px;
  }
  .checkbox-max-md-mr-15 {
    margin-right: 15px;
  }
}
@media (max-width: 884px) {
  .navbar-nav {
    justify-content: end;
  }
}
@media (max-width: 529px) {
  .main-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-nav {
    justify-content: flex-start;
    margin-top: 18px;
    padding-left: 1rem;
  }
  .navbar-expand .navbar-nav .nav-link {
    font-size: 0.8rem;
    padding: 0;
    height: auto;
  }
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 24px;
  padding-left: 0;
  display: flex;
  align-items: center;
  font-size: .875rem;
}

.main-header .nav-link {
  height: 34px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(51,51,51);
}

.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(51,51,51);
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgb(51,51,51);
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
  /*color: #fff;*/
  opacity: 0.8;
}

.dropdown-menu>li>a {
  color: #777;
}
.main-header .navbar-nav .nav-item {
  display: inline-block !important;
}

@media (max-width: 767px) {
  label {
    margin: 0.5rem 0 0;
  }
}

.content-wrapper {
  margin-left: 0 !important;
}

.content-header h1 {
  padding: 0.5rem 1rem;
  border-left: 4px solid #0dcab7;
  font-size: 1.5rem;
}

.btn-primary {
  border-color: #0dcab7;
  background-color: #0dcab7;
}

table th {
  background-color: #0dcab7 !important;
  color: #fff !important;
}

.fc-day-number {
  font-size: 12px;
}

.login-page {
  background: #ccc;
}

/* 繝ｩ繧､繝冶ｨｭ鄂ｮ */
.setup-color-list label {
  margin: 0 0.7em 0.7rem 0;
}

.setup-background-change {
  display: flex;
  justify-content: center;
  margin: -1.25rem;
  padding: 2.25rem 1rem;
}

.setup-background-change > div {
  z-index: 1;
}

.setup-background-change > i {
  z-index: auto !important;
}

.setup-background-change img, .setup-background-change svg {
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}

#toast-container > div {
  margin-top: 65px;
  opacity: 0.95;
}

/* 繝ｩ繧､繝冶ｨｭ鄂ｮ 謚募ｽｱ逕ｻ髱｢ */
html.chroma-key {
  background: #02c102;
}

.chroma-key body {
  background-color: transparent;
}

.projection {
  width: 100%;
  height: 100%;
  font-family: 'Arial', 'Yu Gothic Medium', '貂ｸ繧ｴ繧ｷ繝�け Medium', 'YuGothic', '貂ｸ繧ｴ繧ｷ繝�け菴�', sans-serif;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'i';
  src: url('/assets/fonts/i/i.eot');
  src: url('/assets/fonts/i/i%EF%B9%96.eot#iefix') format('eot'), url('/assets/fonts/i/i.woff2') format('woff2'), url('/assets/fonts/i/i.woff') format('woff'), url('/assets/fonts/i/i.ttf') format('truetype'), url('/assets/fonts/i/i.svg#i') format('svg');
}

[class^=i-]:before, [class*=' i-']:before {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'i';

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-cracker:before {
  content: '\F027';
}

.i-crackero:before {
  content: '\F028';
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar ::-webkit-scrollbar {
  display: none;
}

.projection .chat-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 20px 0 0 0;
  word-break: break-all;
}

.projection .chat-body li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px 0;
  padding: 10px 20px;
  max-width: 600px;
  width: 60%;
  border-radius: 35px;
  background: #fff;
  color: #000;
  list-style: none;
}

.projection .chat-body li:nth-child(2n-1) {
  opacity: 0;
  animation-name: slideinleft;
  animation-duration: 0.1s;
  animation-iteration-count: 1;

  animation-fill-mode: forwards;
}

.projection .chat-body li:nth-child(2n) {
  opacity: 0;
  animation-name: slideinright;
  animation-duration: 0.1s;
  animation-iteration-count: 1;

  animation-fill-mode: forwards;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translate3d(-50px,50px,-50px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px,0px,0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translate3d(50px,50px,50px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px,0px,0px);
  }
}

.projection .chat-body li:nth-child(1n) {
  left: -15%;
}

.projection .chat-body li:nth-child(2n) {
  left: 0;
}

.projection .chat-body li:nth-child(3n) {
  left: -20%;
}

.projection .chat-body li:nth-child(4n) {
  left: 5%;
}

.projection .chat-body li:nth-child(5n) {
  left: -5%;
}

.projection .chat-body li:nth-child(6n) {
  left: 20%;
}

.projection .chat-body li:nth-child(7n) {
  left: 10%;
}

.projection .chat-body li .angle {
  position: absolute;
  right: -15px;
  bottom: 6px;
  display: block;
  border: 40px solid transparent;
  border-left: 40px solid #fff;
  content: '';
  transform: rotate(-80deg);
}

.projection .chat-body .link {
  z-index: 1;
}

.projection .chat-body a {
  text-decoration: none !important;
}

.projection .chat-body .name {
  display: block;
  padding: 0 8px 0 0;
  color: #777;
  font-size: 20px;
  line-height: 1.6;
}

.projection .chat-body .message {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.6;
}

.projection .chat-body .text-block {
  position: relative;
  margin: 0;
  width: 100%;
}

.projection .chat-body .ultracheer .text-block span {
  display: block;
}

.projection .chat-body .ultracheer .name {
  color: #dcdcdc;
}

.projection .chat-body .ultracheer .message {
  color: #fff;
}

.projection .chat-body .i-crackero {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -20px;
  width: auto;
  height: 40px;
  background: none;
  font-size: 40px;
  line-height: 1;
  transform: scale(0.7, 0.7);
  animation-name: anime--ultracheer-bounce-in;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes anime--ultracheer-bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* .picture-icon_middle {
  display: flex;
  overflow: hidden;
  min-width: 23px;
  min-height: 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
} */

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.table th {
  font-size: 13px;
}

.table td {
  font-size: 13px;
}

.error {
  color: #f00;
  font-size: 12px;
}

.modal {
  display: block !important;
}

.modal-dialog {
  z-index: 10000;
}

select {
  -moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
  appearance: menulist !important;
}

@media (min-width: 790px) {
  .main-header ul li.nav-item:last-child {
    display: none;
  }
}

@media (max-width: 789px) {
  .main-header ul li.nav-item {
    border: none;
    height: auto;
    position: relative;
  }

  .main-header ul li.nav-item.no-SP {
    display: none !important;
  }

  .main-header ul li.nav-item:last-child .nav-open {
    top: -42px;
    left: -42px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: none;
    box-sizing: border-box;
    padding: 0;
    border: none;
    z-index: 3;
    display: block;
  }

  .main-header ul li.nav-item:last-child .nav-open .btn-close {
    background: url(/assets/img/btn-spmenu.svg) no-repeat 0 0 / contain;
    width: 32px;
    display: block;
    height: 32px;
    top: auto;
    right: auto;
  }

  .main-header ul li.nav-item:last-child .nav-open .btn-open {
    background: url(/assets/img/icon-close.svg) no-repeat 0 0 / contain;
    width: 15px;
    display: block;
    height: 15px;
    position: relative;
    z-index: 10;
    top: -5px;
    right: -8px;
  }

  .sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #EDEEF0;
    padding: 28px;
  }

  .sidebar .btn-open {
    background: url(/assets/img/icon-close.svg) no-repeat 0 0 / contain;
    width: 15px;
    display: block;
    height: 15px;
    position: relative;
    z-index: 10;
    top: -5px;
    right: -8px;
  }

  .sidebar .sp-nav {
    justify-content: space-evenly;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
  }

  .sidebar .sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

.order::after {
  content: "⇅";
}
.asc::after {
  content: "↓";
}
.desc::after {
  content: "↑";
}

@media (max-width: 789px) {
  .no-SP {
    display: none !important;
  }
}
@media (min-width: 789px) {
  .no-PC {
    display: none !important;
  }
}

.w50 {
  width: 50px;
  min-width: 50px;
}

.w60 {
  width: 60px;
  min-width: 60px;
}

.w80 {
  width: 80px;
  min-width: 80px;
}

.w100 {
  width: 100px;
  min-width: 100px;
}

.w110 {
  width: 110px;
  min-width: 110px;
}

.w140 {
  width: 140px;
  min-width: 140px;
}

.w150 {
  width: 150px;
  min-width: 150px;
}

.w200 {
  width: 200px;
  min-width: 200px;
}

.w300 {
  width: 300px;
  min-width: 300px;
}

.modal {
  overflow-y: scroll;
}

.page-link.notlink {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}

.yellow {
  background-color: yellow !important;
}
