/* ---- Body and HTML ---- */
html {
  line-height: 1.5;
  color: #000;
  font-size: 1em;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  box-sizing: border-box;
  font: 14px/24px source-han-sans-japanese, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 200;
  overflow-x: hidden;
}

/* ---- DropDown Menu ---- */
#menu_dropdown span {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 75%;
  height: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #8c8c8c;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.dropdown {
  position: absolute;
  top: 0;
  right: 0;
}

#menu_dropdown {
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 5px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.7;
}

#menu_dropdown span:nth-child(2) {
  top: 17px;
}

#menu_dropdown span:nth-child(3) {
  top: 24px;
}

.menu-mypage.dropdown-menu[data-bs-popper] {
  top: 0px;
}

.menu-mobile.dropdown-menu[data-bs-popper] {
  top: 0px;
  left: 0;
}

/* ---- Header ---- */
.qb-page-header {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  border: none;
}

.qb-page-header h2 {
  font-size: 26px;
  font-weight: 200;
}

.qb-sub-page-header {
  margin: 50px 0 17px;
}

.qb-sub-page-header h1 {
  font-size: 26px;
  font-weight: 200;
}

.title-header {
  padding: 15px 13px;
  font-size: 20px;
  font-weight: 200;
  border-bottom: 1px solid #d6dee5;
}

/* ---- Navbar ---- */
.menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 28px;
}

.dropdown.open .dropdown-toggle {
  display: none;
}

.menu-mobile .menu-close {
  padding: 0 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
}

.menu-mobile li a {
  margin-left: 20px;
  padding: 11px 20px;
  color: #cecece;
  font-size: 16px;
  font-weight: 200;
  border-bottom: #cecece solid 1px;
}

.menu-mobile a span {
  display: inline-block;
  min-width: 33px;
  margin-right: 10px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}

.menu-mobile {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  overflow: scroll;
  margin: -1px;
  border-radius: 0;
  background: black;
  color: white;
  opacity: 0.8;
}

#menu_button span {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 75%;
  height: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #8c8c8c;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu_button {
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 5px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.7;
}

#menu_button span:nth-child(2) {
  top: 17px;
}

#menu_button span:nth-child(3) {
  top: 24px;
}

.menu-mobile li a img {
  width: 25px;
  margin-right: 10px;
}

.menu-mobile li a img.mypage-cancel,
.menu-mypage li a img.mypage-cancel {
  width: 20px;
}

.menu-mypage li a img {
  width: 25px;
  margin-right: 10px;
}

.menu-mypage .menu-close {
  margin-left: 22px;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  border-bottom: #cecece solid 1px;
}

.menu-mypage li a {
  margin-left: 20px;
  padding: 13px 20px;
  color: #cecece;
  font-size: 16px;
  font-weight: 200;
  border-bottom: #cecece solid 1px;
  cursor: pointer;
}

.menu-mypage a span {
  display: inline-block;
  min-width: 33px;
  margin-right: 10px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}

.menu-mypage {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: auto;
  width: 280px;
  margin: -1px;
  border-radius: 0;
  background: black;
  color: white;
  opacity: 0.8;
}

.menu-mypage li a img {
  width: 25px;
  margin-right: 10px;
}

/* ----Container ---- */
.menu-close img {
  margin-bottom: 10px;
}

.qb-container h1 {
  line-height: 28px;
  border: none;
  font-size: 21px;
}

.qb-content-container {
  margin: 0 0 30px;
}

.qb-form-container {
  margin: 0 0 30px;
}

/* ---- Full Screen Banner ---- */
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.banner {
  position: relative;
  width: 100vw;
  margin-bottom: 75px;
  margin-left: calc(-50vw + 50%);
  text-align: center;
  z-index: -1;
}

/* ---- Tooltip ---- */
.tooltip-inner {
  max-width: 100%;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #00a6ff;
}

.qb-tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: -6px;
  left: 50%;
  height: 10px;
  margin-left: -7px;
  border-top-color: #00a6ff;
  border-width: 12px 7px 0;
}

.qb-tooltip-container {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
  z-index: 1;
}

.qb-tooltip-container .qb-tooltip {
  display: inline-block;
  position: relative;
}

.tooltip-color {
  color: black;
  font-size: 110%;
}

/* ---- Modal ---- */
.modal-dialog {
  margin: 100px auto;
}

.modal {
  z-index: 2050;
}

.modal-backdrop {
  z-index: 2040;
}

.qb-modal-body {
  padding: 30px 30px 10px;
}

.qb-modal-option {
  margin: 25px 0 30px;
}

.qb-modal .modal-title {
  font-size: 26px;
  font-weight: 200;
  text-align: center;
}

.qb-modal .modal-header {
  padding-top: 30px;
  border: none;
}

.qb-modal .modal-footer {
  border: none;
  text-align: center;
}

.qb-modal .modal-footer .btn {
  width: 140px;
  margin: 10px 5px;
  padding: 12px 0px;
  font-size: 14px;
}

.qb-modal .modal-body {
  padding: 15px 30px;
}

/* ---- Table ---- */
.qb-modal .bootbox-close-button {
  position: relative;
  z-index: 9999;
  color: #939caa;
  font-size: 20px;
}

.qb-form-table-container {
  margin: 0 0 30px;
}

.qb-form-table {
  width: 100%;
  margin: 10px 0;
  border: none;
  border-collapse: collapse;
}

.qb-form-table thead tr th {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  background-color: #999;
}

.qb-form-table thead tr th.select {
  width: 280px;
}

.qb-form-table thead tr th:first-child {
  overflow: hidden;
}

.qb-form-table thead tr th:last-child {
  overflow: hidden;
}

.qb-form-table tbody tr:nth-child(even) td {
  background-color: rgba(239, 242, 247, 0.3) !important;
}

.qb-form-table thead tr th {
  padding: 10px 15px;
  border: 1px solid #d6dee5;
  color: #313e51;
  font-size: 14px;
  font-weight: 200;
  background-color: #eff2f7;
}

.qb-form-table tbody tr th,
.qb-form-table tbody tr td {
  padding: 10px 15px;
  border: 1px solid #d6dee5;
  color: #4d4d4d;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
}

.qb-form-table tbody tr th.min {
  padding: 10px 5px;
}

.qb-form-table tbody tr th {
  font-weight: normal;
}

.qb-form-table tbody tr:last-child th {
  overflow: hidden;
}

.qb-form-table tbody tr:last-child td:last-child {
  overflow: hidden;
}

.qb-form-table tbody tr:last-child td:first-child {
  overflow: hidden;
}

.qb-form-table tr th.bold {
  font-weight: bold;
}

.qb-list-table {
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
  border-collapse: collapse;
  word-break: keep-all;
}

.qb-form-table thead tr th.option,
.qb-list-table thead tr th.option {
  width: 0;
}

.qb-form-table thead tr th.btns,
.qb-list-table thead tr th.btns {
  width: 160px;
}

.qb-form-table tr.gr th,
.qb-form-table tr.gr td {
  color: #c7c7c7;
}

/* ---- Mypage List ---- */
.qb-seminar-list {
  width: 60%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.qb-seminar-list li {
  margin: 0;
  padding: 0;
  color: #0090db;
  font-size: 13px;
}

.flash-message-dialog {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: 800px;
  line-height: 26px;
  margin: auto;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  z-index: 1000;
  background-color: #4f5f6f;
  cursor: pointer;
}

/* ---- 必須 ---- */
.required:after {
  color: #f00;
  font-weight: bold;
  content: "　※";
}

/* ---- RX Japan Seminar Customize ---- */
.custom-qb-content-bg {
  padding-bottom: 0;
}

.custom-qb-content-bg .content-wrapper {
  min-height: calc(100vh - 310px);
}

.custom-qb-content-bg .main-footer {
  display: none;
}

.custom-qb-content-bg .wrap-footer .footer-content {
  margin-top: 70px;
  padding: 30px;
  text-align: center;
  background-color: #eff2f7;
}

.custom-qb-content-bg .footer-content .inquiry-container {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}

.custom-qb-content-bg .footer-content .contact-container {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.custom-qb-content-bg .footer-content .contact-container .contact-tel {
  margin-right: 10px;
}

.custom-qb-content-bg .footer-content .contact-container .contact-tel,
.custom-qb-content-bg .footer-content .contact-container .contact-mail {
  min-width: 330px;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.custom-qb-content-bg .footer-content .contact-container .contact-tel .tel-no,
.footer-content .contact-container .contact-mail .mail-name {
  padding-left: 10px;
}

.custom-qb-content-bg .footer-content .contact-container .contact-mail .mail-to {
  color: #fff;
  text-decoration: none;
}

.custom-qb-content-bg .wrap-footer .footer-text {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.custom-qb-content-bg .wrap-footer .inquiry-container .inquiry {
  font-size: 20px;
}

.custom-qb-content-bg .wrap-footer .inquiry-container .inquiry-time {
  font-weight: normal;
}

.header-img-container {
  position: sticky;
  z-index: 997;
  top: 0;
  margin-bottom: 50px;
}

#header {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  text-align: center;
}

#header .h-banner {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 275px;
  object-fit: cover;
}

#header .logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#header .h-logo,
#logo_header .h-logo {
  max-width: 100%;
  max-height: 275px;
}

.custom-qb-content-bg #menu_dropdown,
.custom-qb-content-bg #menu_button {
  z-index: 999;
}

#logo_header .logo-wrap {
  margin: 0 auto;
}

#logo_header {
  text-align: center;
}

.l-footer__nav {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}

.l-footer__nav li {
  position: relative;
  list-style: none;
  font-size: 12px;
}

.l-footer__nav li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 12px;
  background: #fff;
  margin: auto;
}

.l-footer__nav a {
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
}

.l-footer__nav a:hover {
  opacity: .7;
}

.footer-img-text {
  display: flex;
  max-width: 1184px;
  padding: 0 12px;
  margin: 0 auto;
}

.footer-img-text .footer-img img {
  position: relative;/** fix footer img link */
  max-height: 30px;
  width: 40.25px;
  height: 23px;
}

.footer-img-text .footer-copy-text {
  flex: 1;
}

/* ---- Form ---- */
.form-horizontal .form-control {
  height: 44px;
}

.form-control::-ms-clear {
  display: none;
}

.radio label,
.checkbox label,
label.radio-inline,
label.checkbox-inline,
.form-horizontal label.control-label {
  margin-top: 15px;
  padding-top: 0;
  color: #313e51;
  font-size: 14px;
  text-align: left;
}

.form-horizontal label.control-label {
  font-weight: 400;
}

.form-horizontal label.control-label.fweight {
  font-weight: 200;
}

.form-horizontal label.control-label.lheight {
  line-height: 30px;
}

.form-horizontal.qb-form-conf .control-label {
  padding-top: 0;
}

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

.form-horizontal .checkbox {
  padding-top: 5px;
}

.radio label,
.checkbox label,
label.radio-inline,
label.checkbox-inline {
  font-weight: 200;
}

.form-group.label-floating label.control-label {
  color: #aaa;
}

.form-group.label-floating label.control-label {
  padding: 0 8px;
}

/* ---- Button ---- */
.btn-primary,
.btn-default {
  font-size: 14px;
  font-weight: 400;
}

.qb-btn {
  display: inline-block;
  min-height: 28px;
  line-height: 26px;
  margin: 0 5px;
  padding: 0 10px;
  border: 1px solid #00a6ff;
  border-radius: 4px;
  color: #00a6ff;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.qb-cancel-btn {
  min-height: 28px;
  line-height: 26px;
  margin: 0 5px;
  padding: 3px 8px;
}

.delete-modal-content-container {
  display: block;
  text-align: center;
}

.btn.btn-primary-reverse,
a.btn.btn-primary-reverse {
  border: 1px solid #00a6ff;
  box-shadow: none;
  color: #00a6ff;
  background-color: #fff;
}

.btn.btn-cancel,
.btn.btn-confirm {
  min-width: 120px;
  font-size: 14px;
}

.btn-double-group {
  text-align: center;
}

.btn.btn-default {
  background-color: #999;
  color: #fff;
}

.btn-double-group .btn.btn-cancel {
  background-color: #939caa;
  color: #fff;
  font-weight: bold;
}

.btn-double-group .btn.btn-confirm {
  margin-left: 10px;
}

.tooltip.show {
  opacity: 1;
  z-index: 9999;
}

/* ---- Custom Select Box ---- */
.qb-custom-select {
  position: relative;
}

.qb-custom-select:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 0px;
  line-height: 1;
  color: #939caa;
  font-family: 'Material Icons';
  font-size: 24px;
  content: "keyboard_arrow_down";
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'liga'1;
  -moz-font-feature-settings: 'liga'1;
  -o-font-feature-settings: 'liga'1;
  font-feature-settings: 'liga'1;
  pointer-events: none;
}

.company-select.row .qb-custom-select.col-md-4:after {
  right: 20px !important;
}

.qb-custom-select select {
  padding-right: 22px !important;
  padding-left: 8px !important;
}

.qb-custom-select select,
.qb-custom-select option {
  width: 100%;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* ---- DataTable ---- */
.dataTables_length span:last-child {
  display: inline-block;
  position: relative;
}

.dataTables_length span:last-child:after {
  position: absolute;
  top: 63%;
  right: 0;
  transform: translateY(-50%);
  content: url("../img/ic_keyboard_arrow_down.svg");
  cursor: default;
  pointer-events: none;
}

/*remove cross btn when searching */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.qb-search-option {
  margin: 0;
  padding: 10px 15px;
  border-radius: 6px 6px 0 0;
  color: #4d4d4d;
  font-size: 12px;
  background-color: #e6e6e6;
}

.qb-list-title {
  margin: 25px 0 20px;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

/* ---- Visitor Input Form ---- */
.password-eye {
  position: relative;
}

.password-eye-input {
  position: absolute;
  width: 100%;
}

.password-eye-icon {
  position: inherit;
  float: right;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  cursor: pointer;
}

.under-note {
  font-size: 12px;
  font-weight: 200;
}

.under-note .emphasis {
  color: #00a6ff;
}

.txt-required-notice {
  color: red;
  font-size: 14px;
  font-weight: 200;
  white-space: normal;
}

.txt-required-notice-bold {
  color: red;
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
}

.date-dropdowns select {
  height: 44px;
  margin: 0 5px 0 0;
  padding: 8px 5px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

.corporate-company-text {
  margin-top: 5px;
  font-size: 12px;
}

.mypage-display-name {
  padding: 20px 30px;
}

/* ---- Mypage Personal and Edit Password ---- */
.txt-password-notice {
  margin-top: 15px;
  color: #00a6ff;
  font-size: 14px;
  font-weight: 500;
}

.qb-form .control-label {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: normal;
}

.qb-form-title {
  margin: 15px 0;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.qb-form-conf .form-group {
  margin-bottom: 25px;
  color: #0090db;
}

.qb-error-box {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0) url("/img/qb-error-icon.png") no-repeat scroll 0 center;
  color: #fa301e;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  background-size: 14px 14px;
}

.password-text {
  color: #313e51;
  font-weight: 500;
}

.tooltip-guide {
  color: #00a6ff;
  font-size: 21px;
  vertical-align: top;
}

/* ---- Streaming ---- */
.streaming-code {
  height: 0px;
  visibility: hidden;
}

.icon-streaming {
  padding-top: 5px !important;
}

/*
.icon-streaming span {
vertical-align: baseline !important;
} */


/* When the body has the loading class, we turn
 the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}

/* ---- Invoice/Receipt ---- */
a.icon-invoice {
  margin: 0;
  padding: 5px 10px 5px 35px;
  background-image: url("/img/qb-icon-invoice.png") !important;
  background-position: 10px center;
  background-size: 23px 23px;
  background-repeat: no-repeat;
}

a.icon-receipt {
  margin: 0;
  padding: 5px 10px 5px 35px;
  background-image: url("/img/qb-icon-receipt.png") !important;
  background-position: 10px center;
  background-size: 23px 23px;
  background-repeat: no-repeat;
}

/* ---- Common ---- */
.theme-color {
  color: #00a6ff;
}

.label {
  position: relative;
  padding: 0.25em 0.6em;
  opacity: 1;
}

.text-danger,
.qv-text-danger {
  color: red;
}

.label-success {
  background-color: #6fd638;
}

.mypage-label {
  margin-top: 0;
}

.qv-none {
  border: none !important;
}

.img-width {
  max-width: 100%;
}

.img50 {
  max-width: 50%;
}

.qv-d-none {
  display: none;
}

.qb-form-table tr td.qv-theme-color {
  color: #00a6ff;
}

.qv-alert-col {
  color: #595959;
}

.bold {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

.word-break {
  word-break: break-all;
}

p.word-break {
  white-space: pre-line;
  word-break: break-all;
}

div.word-break {
  white-space: pre-line;
  word-break: break-all;
}

#title {
  font-size: 22px;
}

.page-title {
  padding: 30px 10px;
}

body .tinymce ol li,
body .tinymce ul li {
  line-height: 1.75 !important;
}

.member-over-text {
  padding: 10px 0;
  background: #e0e1e1;
  text-align: center;
}

.login-box-body {
  width: 450px;
  padding: 0px 30px;
}

.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0px auto 10px;
  z-index: -1; /** being able to press button */
}

.qb-form-table tbody tr td.qb-theme-color {
  color: #00a6ff;
}

.nav-img {
  height: auto;
  left: 0px;
  right: 0px;
  margin-left: 0px;
  margin-right: 0px !important;
}

.img-black,
.dropdown-menu>li>a:hover .img-white,
.dropdown-menu>li>a:focus .img-white {
  display: none;
}

.img-white,
.dropdown-menu>li>a:hover .img-black,
.dropdown-menu>li>a:focus .img-black {
  display: block;
}

.word-wrap {
  word-wrap: break-word;
}

/* ---- Translation Language Bar ---- */
.language-bar {
  display: inline-block;
  position: fixed;
  top: 5px;
  right: 20px;
  padding: 5px;
  border-radius: 3px;
  border-color: #bbb;
  z-index: 100;
}

.language-bar-wrap {
  position: sticky;
  top: 5px;
  width: 100vw;
  margin-bottom: 10px;
  margin-left: calc(-50vw + 49%);
  text-align: right;
  z-index: 999;
}

.mypage-language-bar {
  position: relative;
}

.ie-language-bar {
  position: fixed;
  top: 5px;
  right: 35px;
}

.mb-language-bar {
  position: sticky;
  top: 5px;
  margin-bottom: 20px;
  text-align: right;
}

.mb-language-bar .no-banner-language-bar {
  position: relative;
  top: 0;
  right: 0;
}

/* Loading css */
#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
  z-index: 9999;
}

#loading-indicator {
  width: 40px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side, #00a6ff 94%, #0000);
  background:
    var(--_g) 0 0,
    var(--_g) 100% 0,
    var(--_g) 100% 100%,
    var(--_g) 0 100%;
  background-size: 40% 40%;
  animation: l38 .5s infinite;
}

@keyframes l38 {
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}

/* ---- Responsive ---- */
@media (min-width: 600px) {
  .page-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {

  .btn.btn-cancel,
  .btn.btn-confirm {
    width: 100%;
    font-size: 14px;
  }

  .title-flex_btn .btn.btn-cancel {
    width: 120px;
  }

  .qb-modal .modal-footer .btn {
    width: 25% !important;
    margin: 10px 5px !important;
  }

  .btn-double-group .btn.btn-cancel {
    margin-right: 0;
  }

  .btn-double-group .btn.btn-confirm {
    margin-left: 0;
  }

  .qb-list-table {
    white-space: unset;
    word-break: unset;
  }

  .qb-form-table tbody tr th,
  .qb-form-table tbody tr td,
  .qb-form-table thead tr th {
    padding: 10px;
  }
}

@media (max-width: 700px) {
  .flash-message-dialog {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .custom-qb-content-bg .wrap-footer .footer-content {
    padding: 30px 20px;
  }

  .custom-qb-content-bg .contact-container .contact-tel {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .custom-qb-content-bg .footer-content .contact-container {
    display: block;
  }

  .custom-qb-content-bg .footer-content .contact-container .contact-tel,
  .custom-qb-content-bg .footer-content .contact-container .contact-mail {
    width: 100%;
    min-width: 0;
  }

  .qv-reset-pw .btn.btn-primary.btn-login {
    padding: 13px 20px;
  }

  .qv-login-box-body {
    padding: 0;
  }

  #header .h-banner {
    min-height: 40px;
  }

  .l-footer__nav {
    flex-direction: column;
    text-align: left;
    padding: 0 14px;
  }

  .l-footer__nav li a {
    padding: 0;
  }

  .footer-img-text {
    flex-direction: column;
    text-align: left;
  }

  .footer-img-text .footer-img {
    padding: 10px 0;
  }

  .footer-img-text .footer-copy-text {
    padding: 7px 0 0;
  }

  .l-footer__nav li:not(:last-child):before {
    content: none;
  }
}

@media screen and (max-width: 800px) {
  .company-name {
    margin-top: 0 !important;
  }

  .company-name .qb-error-box {
    margin-top: 0 !important;
  }

  input.company-name {
    margin: 8px 0px !important;
  }

  .has-banner-language-bar {
    position: sticky;
  }
}

@media (max-width: 991px) {
  #header .logo-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1000px;
  }

  .container.tbl-container {
    width: 100%;
  }

  #header .logo-wrap,
  #logo_header .logo-wrap {
    width: 960px;
  }
}

@media screen and (max-width: 859px) and (min-width: 768px) {
  .header .menu {
    padding: 20px 8px;
  }

  .header .menu img {
    width: 20px;
    margin-right: 5px;
  }

  .header .menu img.img-edit {
    width: 24px;
  }

  .header .menu a {
    font-size: 13px;
  }
}

@media screen and (max-width: 960px) and (min-width: 860px) {
  .header .menu {
    padding: 20px 10px;
  }

  .header .menu img {
    width: 20px;
    margin-right: 7px;
  }

  .header .menu img.img-edit {
    width: 24px;
  }

  .header .menu a {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .company-select.row input.company-name {
    margin: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .company-select.row input.company-name {
    margin: 8px 0px !important;
  }
}

body {
  overflow-y: scroll !important;
  padding: 0 !important;
}
