/* Scss Document */html body {
  background-color: #40385f;
  color: #fff;
}
body {
  position: relative;
  padding-bottom: 172px;
  min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
}
.navbar-brand > a {
  display: inline-block;
}
.navbar-brand img {
  width: 180px;
}
.navbar-brand .logo {
  padding-top: 5px;
  max-height: 40px;
}
.navbar-brand .logo-alt {
  padding-top: 5px;
  max-height: 40px;
}
#nav.nav-transparent {
  background: #271e3f;
  background: -moz-linear-gradient(left, #271e3f 0%, #373073 100%);
  background: -webkit-linear-gradient(left, #271e3f 0%, #373073 100%);
  background: linear-gradient(to right, #271e3f 0%, #373073 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#271e3f', endColorstr='#373073',GradientType=1);
  border: none;
}
html {
  /* =====================
 newsArea
 ===================== */
}
html .panel {
  background-color: #514d7c;
}
html .panel-default {
  border-color: #767294;
}
html .walletFaq .panel section {
  border-color: #767294;
}
html .panel-footer {
  background-color: #534e7a;
  border-color: #767294;
}
html .walletFaq .text-muted {
  color: #ff7f87;
}
html .title:after {
  background-color: #7f87ff;
}
html .walletFaq .list-group {
  background-color: #514d7c;
  border-color: #767294;
}
html .list-group-item {
  border-color: #767294;
  color: #fff !important;
}
html .list-group-item:hover {
  background-color: #5d5a7d;
}
html .panel section {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
html .panel section:first-child .acdHead {
  padding-top: 0 !important;
}
html .panel section .acdHead {
  position: relative;
  font-size: 18px;
  padding: 15px 24px 15px 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  display: block;
}
html .panel section .acdHead:after {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/arrow_botttom_white.svg") 0 0 no-repeat !important;
  transition: all 300ms 0s ease;
}
html .panel section .acdHead[aria-expanded="false"]:after {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/arrow_botttom_white.svg") 0 0 no-repeat !important;
  transition: all 300ms 0s ease;
}
html .panel section .acdHead[aria-expanded="true"]:after {
  transform: rotate(-180deg);
}
html .panel section:last-child {
  border-bottom: none;
}
html .panel section p {
  margin-bottom: 15px;
}
html .table > thead > tr.active > th {
  color: #ff7f87;
}
html .table-bordered > tbody > tr > td, html .table-bordered > tbody > tr > th, html .table-bordered > tfoot > tr > td, html .table-bordered > tfoot > tr > th, html .table-bordered > thead > tr > td, html .table-bordered > thead > tr > th {
  border-color: #767294;
}
html #back-to-top {
  background-color: #7c8af7;
}
html #back-to-top:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
}
html .footer-logo img {
  height: 50px;
}
html footer {
  width: 100%;
  position: absolute !important;
  bottom: 0 !important;
}
html footer.bg-dark {
  background: #271e3f;
  background: -moz-linear-gradient(left, #271e3f 0%, #373073 100%);
  background: -webkit-linear-gradient(left, #271e3f 0%, #373073 100%);
  background: linear-gradient(to right, #271e3f 0%, #373073 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#271e3f', endColorstr='#373073',GradientType=1);
}
html .newsArea__title {
  margin-bottom: 8px;
}
html .newsArea .newsList li {
  margin-bottom: 5px;
}
html .newsArea .newsList a {
  position: relative;
  color: #fff;
  padding-left: 10px;
}
html .newsArea .newsList a:after {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}
html .newsArea .newsList i {
  padding-right: 5px;
}
html .tableType01 tr:last-child th, html .tableType01 tr:last-child td {
  border-bottom: 1px solid;
}
html .tableType01 th, html .tableType01 td {
  border-color: #7365ab !important;
}
html .tableType01 th {
  width: 25%;
}
.kasegeLogin {
  background: url("../images/kasege_login_bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 60px 0;
  box-sizing: border-box;
}
.kasegeLogin__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5;
}
.kasegeLogin__ico {
  margin-bottom: 40px;
}
.kasegeLogin__ico img {
  width: 165px;
  margin: 0 auto;
}
.kasegeLogin__text {
  font-size: 23px;
}
.kasegeLogin__notes {
  font-size: 18px;
  color: #ff6060;
  margin-bottom: 40px;
}
.kasegeLogin .btnList li {
  width: 80%;
  margin: 0 auto 20px;
}
.kasegeLogin .btnList li a {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #ff6060;
  color: #fff;
  padding: 8px;
  border-radius: 100rem;
}
.kasegeLogin .btnList--create a {
  background-color: #fff !important;
  color: #ff6060 !important;
}
