@charset "UTF-8";
/**
 * 変数定義用
 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }

@media all and (-ms-high-contrast: active) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }

.page-container .logo {
  background: url(/img/logo.png) left top no-repeat; }

.formError {
  margin-top: -32px; }

.formErrorContent {
  line-height: 20px; }

.custom-password-feedback {
  right: 20px; }

.dropdown-search-group {
  padding: 14px 10px; }

.dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px; }

.input-group-btn .btn-group {
  display: flex !important; }

.btn-group .btn {
  border-radius: 0;
  margin-left: -1px; }

.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.select2-container.select2.form-control {
  border: none !important;
  padding-top: 0 !important;
  padding-left: 0 !important; }

@media screen and (min-width: 768px) {
  .dropdown-search-group {
    width: 600px; }
  .dropdown.dropdown-lg {
    position: static !important; }
  .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px; } }

.data-list-action {
  width: 150px; }

.pagination-info {
  float: left;
  font-size: 12px;
  padding: 18px 2em 18px; }

.pagination-pager {
  text-align: right;
  padding-right: 2em; }

.switch-radio-wrap .checkbox-inline:first-child {
  padding-left: 0px; }

.list-icon-enable {
  font-size: 18px !important;
  color: #428bca; }

.list-icon-disable {
  font-size: 18px !important;
  color: #999; }

.alert {
  position: fixed;
  top: 50px;
  right: 10px;
  width: 30%;
  z-index: 4;
  text-align: center;
  font-size: 16px; }

.ip-row:not(:first-child) {
  margin-top: 10px; }

.ip-address-block {
  padding-left: 0px; }

.add-button {
  margin-left: 15px; }

.input-notification {
  margin-top: -20px; }

.limited-3-line {
  height: 3.6em !important;
  overflow: hidden !important; }

.spinner {
  margin: 6px auto;
  width: 50px;
  height: 46px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #FFFFFF;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  margin-left: 1.5px; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

#model-loader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center; }

#model-loader .innner {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

#model-loader .msg-area {
  font-weight: bold;
  font-size: 14px;
  color: #fff; }

#common-search-modal-tbody .spinner > div {
  background-color: #428bca; }

#bank-search-modal-bg {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center; }

#bank-search-modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

#bank-search-modal {
  width: 80%;
  max-width: 620px;
  display: inline-block;
  height: 420px;
  border-radius: 4px;
  background-color: #fff;
  position: relative; }

#bank-search-modal-footer {
  position: absolute;
  border-top: 1px solid #ccc;
  height: 50px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  bottom: 0;
  border-radius: 0 0 4px 4px;
  text-align: right;
  padding: 10px 10px 0; }

#bank-search-modal-main {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  color: #333; }

.bank-search-modal-main-left {
  float: left;
  width: 420px;
  height: 100%;
  border-right: 1px solid #ccc; }

.bank-search-modal-main-right {
  float: left;
  width: 200px;
  height: 100%; }

.bank-search-modal-main-scroller {
  width: 100%;
  height: 100%;
  overflow: auto; }

.char-table {
  width: 100%; }

.char-table ul {
  list-style: none;
  padding: 0;
  width: 9%;
  margin: 0 0 0 0.5%;
  float: left; }

.char-table ul:first-child {
  margin: 0 0 0 2.5%; }

.char-table ul li {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  cursor: pointer;
  transition: 0.5s; }

.char-table ul li:hover {
  background-color: #1a73e8;
  color: #fff; }

.char-table ul li.disabled {
  background-color: #e0e0e0;
  cursor: default !important;
  color: #999; }

h2.modal-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  background: #efefef;
  border-bottom: 1px solid #ccc; }

h4.modal-sub-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 20px; }

#bank-search-modal-main-bank {
  list-style: none;
  padding: 0 2.5%; }

#bank-search-modal-main-bank li {
  margin: 0;
  font-size: 12px;
  float: left;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  margin-left: 3px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s; }

#bank-search-modal-main-bank li:hover {
  background-color: #1a73e8;
  color: #fff; }

#bank-result {
  padding: 0;
  list-style: none; }

#bank-result li {
  list-style: none;
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  transition: 0.5s; }

#bank-result li:hover {
  background-color: #1a73e8;
  color: #fff; }

.bank-name-arrow {
  font-size: 12px;
  padding: 6px 4px;
  background: #eee;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }

.tran-detail .block-title {
  color: #0088bf; }

.table-trans tbody td {
  vertical-align: top !important; }

.tbl-detail {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

.tbl-detail tr {
  border-bottom: 1px solid #ccc; }

.tbl-detail tr:last-child {
  border: none; }

.tbl-detail th {
  width: 15%;
  background-color: #efefef;
  padding: 4px 10px;
  font-size: 12px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.tbl-detail th:first-child {
  border-left: none; }

.tbl-detail td {
  padding: 4px 10px;
  width: 35%; }

.dummy-checkbox {
  border: 2px solid #ccc;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  position: relative; }

.dummy-checkbox.checked {
  border: 2px solid #428bca; }

.dummy-checkbox.checked:after {
  content: '✔';
  position: absolute;
  color: #428bca;
  left: 2px;
  line-height: 14px;
  font-size: 12px;
  top: 1px; }

.payment-link {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.payment-link li {
  float: left;
  list-style: none;
  width: 100%; }

.payment-link li.w50 {
  width: 50%;
  padding: 10px 10px 10px 5px; }

.payment-link li.w50:first-child {
  padding-left: 10px; }

.payment-link li.w100 {
  width: 100%;
  padding: 0 10px 0; }

.payment-link li a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 6px 5px; }

.payment-link li a.success {
  background: #8cc152;
  border: 1px solid #85bd47; }

.payment-link li a:hover,
.payment-link li a:active {
  text-decoration: none; }
