@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.login-box-img {
  text-align: center;
}

.login-box-img img {
  height: 54px;
}

.login_card,
.login-card-body {
  /*background-color: #ffffff47;*/
  background-color: #fff;
  padding: 40px;
}

/*トースト*/
.toast-suc {
  position: fixed;
  top: 50%;
  display: inline-block;
  background: rgba(60, 245, 53, 0.6);
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 30px;
  border: none;
  z-index: 2000000;
  box-shadow: 1px 1px 5px rgba(206, 206, 206, 0.2);
  font-size: 18px;
  font-weight: bold;
}

.toast-fail {
  position: fixed;
  top: 50%;
  display: inline-block;
  background: rgba(240, 88, 176, 0.6);
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  border: none;
  z-index: 20000000;
  box-shadow: 1px 1px 5px rgba(221, 221, 221, 0.2);
  font-size: 18px;
  font-weight: bold;
}

.context {
  /*width: 100%;*/
  position: absolute;
  /*top:50vh;*/
  z-index: 1;

}

.area {
  background: #ccc;
  background: linear-gradient(#fff, #ccc);
  width: 100%;
  width: 100%;
  height: 100vh;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

/*ページバックグラウンド*/
.content-wrapper {
  background: url(/img/main_bg.png);
}

/*========================
　smartphone　bottom menu
　========================*/
/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 768px) {
  .bottom-menu {
    display: none;
  }
}

.mini-text {
  font-size: 10px;
}

/*文字大きさ*/

ul.bottom-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  /*高さ*/
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  /*背景色*/
  border-top: 2px solid #808080;
  /*バーの上の線*/
  border-bottom: 2px solid #808080;
  /*バーの下の線*/
  z-index: 30;
}

ul.bottom-menu li {
  float: left;
  width: 25%;
  background-color: #f5f5f5;
  /*背景色*/
  list-style-type: none;
  text-align: center;
  font-size: 13px;
  /*アイコンのサイズ*/
}

.bottom-menu li a {
  display: block;
  color: #808080;
  /*アイコン＆文字の色*/
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 10px;
  text-decoration: none;
}

.bottom-menu li a:hover {
  color: #a9a9a9;
  /*マウスオーバー時の色*/
}

/* === 展開メニュー === */

ul.menu-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu-second-level li a {
  border-top: 1px dashed #a9a9a9;
  /*展開の枠点線*/
  font-size: 15px;
  /*展開メニューの文字サイズ*/
  line-height: 30px;
  /*文字の縦幅*/
}

.menu-second-level li a:hover {
  height: 100%;
  background: lightgrey;
  /*マウスオーバーの色*/
}

li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 47px;
  /*高さ*/
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

li.menu-width-max:hover ul.menu-second-level {
  bottom: 47px;
  /*高さ*/
  visibility: visible;
  opacity: 1;
}

li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}

@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

ul {
  list-style-type: none;
}

.login-logo a {
  width: 100%;
  display: block;
}

.login-logo a img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

input.inputname {
  background-color: #ffffff00;
  border: white;
  color: #007bff;
}

@media screen and (max-width: 768px) {

  .main-header .logo {
    height: 23px;
    font-size: 15px;
    line-height: 25px;
  }

  /*スマホの時、非表示*/
  .hidden-xs {
    display: none;
  }


  .font13 {
    font-size: 13px;
  }

  .font13 tr {
    font-size: 13px;
  }
}


/*トースト装飾変更*/
.toast.bg-ori .toast-header {
  background-color: #00d1aa;
  color: #fff;
}

.toast.bg-ori {
  background-color: rgb(255 255 255 / 81%) !important;
}

.bg-ori,
.bg-ori>a {
  color: #000 !important;
}

@media screen and (max-width: 650px) {
/*テンプレート*/
  .p-sp5 {
    padding: 5px;
  }

  .p-sp5-10 {
    padding: 12px 9px;
  }

  /*カスタマーテーブル*/
  .w40 {
    width: 40px;
  }

  .none {
    display: none;
  }

}

