@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('') 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; }

form#md-form {
  width: 100%;
  display: block; }

form#md-form .md-editor, form#md-form .md-preview {
  float: left;
  width: 50%;
  height: 100%;
  position: relative; }

form#md-form .md-editor .md-editor-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  padding: 5px 10px;
  width: 100%;
  z-index: 1; }

form#md-form .md-editor .md-editor-body {
  height: 100%;
  padding: 75px 10px 45px;
  position: relative; }

form#md-form .md-editor .md-editor-body textarea {
  height: 100%;
  resize: none; }

form#md-form .md-editor .md-editor-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  padding: 5px 10px;
  width: 100%;
  text-align: right;
  z-index: 1; }

form#md-form .md-scroller {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5px 10px 5px 0; }

form#md-form .md-preview-content {
  background-color: #fff;
  width: 100%;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px; }

form#md-form #md-select-app-wrap {
  position: relative;
  overflow: hidden;
  padding: 0; }

form#md-form #md-select-app-wrap::before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  pointer-events: none; }

form#md-form #ddl-select-app {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 6px;
  border: none !important;
  border-radius: 2px;
  height: 28px;
  font-size: 10px; }

form#md-form #ddl-select-app::-ms-expand {
  display: none; }

form#md-form .md-editor #attachment-helper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  padding: 20px; }

form#md-form .md-editor #attachment-helper .attachment-helper-inner {
  width: 100%;
  height: 100%;
  border: 4px dotted #fff;
  text-align: center;
  padding-top: 20%;
  color: #fff;
  font-size: 18px; }

.textcomplete-dropdown {
  max-width: 140px; }

.textcomplete-header {
  background: #eee;
  padding: 4px;
  text-align: center;
  font-weight: bold; }

.textcomplete-footer {
  display: none; }

.dropdown-menu.textcomplete-dropdown:before {
  left: 7px; }

.dropdown-menu.textcomplete-dropdown:after {
  left: 8px; }

#modal-fileprog {
  z-index: 1100 !important;
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 80%;
  max-width: 360px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px 0 0 0; }

#modal-fileprog-head {
  text-align: center;
  font-size: 14px;
  padding: 4px;
  color: #333;
  font-weight: bold;
  width: 100%;
  background-color: #AA9;
  color: #444;
  border-radius: 4px 0 0 0; }

#modal-fileprog-files {
  list-style: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0; }

#modal-fileprog-files li {
  position: relative;
  font-size: 12px; }

#modal-fileprog-files li .info {
  text-align: center;
  border-top: 1px solid #bbb;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 0; }

#modal-fileprog-files li .info .name {
  font-size: 12px;
  margin: 2px 0 0; }

#modal-fileprog-files li .info .prog {
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0 0; }

#modal-fileprog-files li .bg {
  background-color: #7eeca5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  width: 0; }

#modal-fileprog-files li.done .bg {
  background-color: #afcef1; }

#modal-fileprog-files li.error .bg {
  background-color: #f1afc2; }

.ajax-result {
  font-size: 14px; }

.col-md-6 {
  width: 50%;
  float: left; }

.select2-selection {
  margin-bottom: 0px; }

.select2-selection__rendered {
  margin-left: 5px;
  padding: 0px !important; }

.select2-selection__rendered span {
  margin-left: 5px !important; }

.select2-selection__choice {
  width: 100% !important;
  margin: 0px !important;
  border: none !important;
  border-bottom: 1px solid #1790bb !important;
  border-radius: 0px !important;
  padding: 2px 12px !important;
  color: #444 !important;
  background-color: #aae1f4 !important; }

.select2-selection__rendered li:first-child {
  border-radius: 4px 4px 0 0 !important; }

.select2-search-choice-close {
  top: 6px !important; }

.select2-search-choice-close::before {
  color: black !important; }

.select2-container--default .select2-selection--single {
  border: 1px solid #D5D5D5 !important; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-left: 45%;
  margin-top: 170px;
  margin-bottom: 169px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cef;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.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; }

.settle-confirm {
  border-top: 1px solid #ececec; }

.settle-confirm h2 {
  padding: 0.5em 1em;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  color: #8a8a8a; }

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

.tbl-settle-confirm .th-merchant {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #fff;
  padding: 0.6em 1em; }

.tbl-settle-confirm .th-shop {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  background: #F0F0F0;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 0.4em 2em; }

.tbl-settle-confirm .td-shop-validate {
  width: 100%;
  font-size: 12px;
  background: #fff;
  padding: 0.4em 2em; }

.settle-title {
  margin: 1em 0 0;
  font-size: 16px;
  padding: 0.5em;
  background: #dc3b3b;
  font-weight: bold;
  color: #fff; }

.ex-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 40px;
  padding: 0;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
  background-repeat: no-repeat;
  background-color: #efefef;
  vertical-align: middle;
  height: 28px; }

.ex-select.error {
  border: 2px solid red; }

.ex-select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  line-height: 20px;
  display: block;
  width: 130%;
  padding: 0;
  text-indent: 8px;
  height: 24px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none; }

.ex-select > select:focus,
.ex-select > select:select {
  outline: 0;
  border-color: orange; }

.ex-select > select:disabled {
  color: #999; }

.ex-select > select:focus {
  outline: none; }

.ex-select:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 6px solid #aaa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.ex-select .ex-select-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #eee;
  text-align: center;
  padding: 4px; }

.ex-select .ex-select-loader img {
  width: 26px;
  height: 26px; }

.widget-pie .knob {
  border: none !important; }

.widget-pie .widget-pie-info .widget-pie-info-num {
  font-size: 16px !important; }

.tbl-chart-tooltip {
  border-collapse: collapse;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }

.tbl-chart-tooltip .tbl-chart-tooltip-header {
  color: #fff;
  padding: 4px 5px;
  border-bottom: 2px solid #666; }

.tbl-chart-tooltip .tbl-chart-tooltip-sub-header {
  padding: 4px 5px;
  font-size: 12px; }

.tbl-chart-tooltip td {
  padding: 4px 5px;
  font-size: 12px; }

.custom-editable {
  text-decoration: underline dashed;
  color: red;
  cursor: pointer; }
