@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.alert-warning {
  color: #856404 !important;
  background-color: #fbbc0b !important;
  border-color: #ffeeba !important;
}
.alert-warning.card .card-header {
  background: none;
}

.sidebar-right {
  margin-top: 62px;
}
.sidebar-right > div {
  height: 100%;
}
.sidebar-right.sidebar {
  background: none;
}
.sidebar-right.sidebar .tab-menu-heading {
  background: rgba(0, 0, 0, 0.8);
}
.sidebar-right.sidebar .card {
  background: rgba(0, 0, 0, 0) !important;
}
.sidebar-right.sidebar .card .card-title {
  font-weight: 700;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}
.sidebar-right.sidebar .list {
  background: rgba(0, 0, 0, 0.8);
}
.sidebar-right.sidebar .list a {
  color: #FFF;
}
.sidebar-right .small,
.sidebar-right small {
  padding-top: 5px;
  font-size: 80%;
  font-weight: 200;
}

.sidebar {
  height: calc(100% - 62px);
}
.sidebar .sidebar-remove {
  color: #FFF;
}

.border-bottom {
  border-bottom: 1px solid #666 !important;
}

html,
body {
  height: 100%;
}

.h1h2 {
  display: flex;
  position: relative;
  width: 400px;
}
.h1h2 h1 {
  font-size: 24px;
  padding: 0px 0px 15px 10px;
  font-weight: 700;
  margin-bottom: 0;
}
.h1h2 h2 {
  font-size: 12px;
  position: absolute;
  top: 33px;
  left: 10px;
}

h2 {
  font-size: 12px;
}

.main-inside {
  min-height: calc(100% - 100px);
}

.app-content {
  min-height: calc(100vh - 0px);
}

.main-footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

body.demo .main-inside {
  background: url(/assets/imgs/bg.png);
  background-size: contain;
}
body.demo .main-inside h1 {
  color: #fff;
}
body.demo .main-inside h2 {
  color: #fff;
}
body.demo .container-fluid.main-inside {
  position: relative;
  padding: 0;
  padding-top: 60px;
  min-height: calc(100% - 64px);
}
body.demo #iFrameIdExample,
body.demo #digital-footprint {
  width: calc(100% - 40px);
  margin: auto;
  border-radius: 12px;
  box-shadow: 0px 40px 40px 0 rgba(0, 0, 0, 0.25);
}
body.demo #iFrameIdExample .card,
body.demo #digital-footprint .card {
  box-shadow: 0px 12px 18px 0 #dadee8;
}
body.demo #iFrameIdExample .accordion .card-body,
body.demo #digital-footprint .accordion .card-body {
  background-color: #FFF;
}
body.demo #iFrameIdExample .result_score_row,
body.demo #digital-footprint .result_score_row {
  border: 1px solid #137272;
  margin: 20px;
  padding: 10px;
}
body.demo #iFrameIdExample .result_score,
body.demo #digital-footprint .result_score {
  font-size: 40px;
}
body.demo #iFrameIdExample h6 span,
body.demo #digital-footprint h6 span {
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: -5px;
}
body.demo #iFrameIdExample h6 span.max_10:after,
body.demo #digital-footprint h6 span.max_10:after {
  content: "/10";
}
body.demo #iFrameIdExample h6 span:after,
body.demo #digital-footprint h6 span:after {
  content: "/4";
  font-size: 14px;
}
body.demo #iFrameIdExample .accordion-dark .card-header a.collapsed,
body.demo #digital-footprint .accordion-dark .card-header a.collapsed {
  background-color: #0d6d6a;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: -0.1px;
}
body.demo #iFrameIdExample .accordion .card-header a,
body.demo #digital-footprint .accordion .card-header a {
  background-color: #FFF;
}
body.demo #iFrameIdExample {
  position: relative;
  height: 600px;
  left: 30px;
}
body.demo .disclaymer {
  display: none;
  z-index: 99;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  top: 210px;
  width: 290px;
  opacity: 0.9;
  box-shadow: 0px 40px 40px 0 rgba(0, 0, 0, 0.25);
}
body.demo .disclaymer h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.25rem;
}
body.demo .disclaymer p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}

#recordingsHeader {
  font-size: 12px;
}
#recordingsHeader #mic-select {
  width: 200px;
}
#recordingsHeader #progress {
  position: absolute;
  right: 30px;
  top: 30px;
}

#target {
  padding: 0 30px;
}
#target .row {
  padding: 20px;
}

#box-upload {
  padding: 1px;
}

img.sign-favicon {
  height: 60px;
  margin-top: 10px;
}

div.main-sidemenu .side-menu {
  padding-bottom: 10px;
}
div.main-sidemenu .side-menu li i {
  margin: 0 10px 0 0px;
}
div.main-sidemenu .side-menu li i.angle {
  margin: auto;
  position: absolute;
  right: 0;
}

body.admin-dashboard .card-body span.count {
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 5px;
}

body.company .card-body span.count {
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  bottom: 0;
}

body.demo #digital-footprint h5 {
  padding-top: 10px;
}
body.demo #digital-footprint h4 {
  text-align: center;
  width: 100%;
  padding: 20px;
}
body.demo #digital-footprint .unit {
  padding-top: 0;
}
body.demo #digital-footprint .unit .box .box-body {
  padding-top: 10px;
  height: 50px;
}
body.demo #digital-footprint .unit .box .box-body a {
  height: 12px;
}
body.demo #digital-footprint .unit .br-current-rating {
  display: none;
}
body.demo #digital-footprint .unit h6 span {
  position: absolute;
  right: 30px;
  font-size: 24px;
  top: 20px;
}
body.demo #digital-footprint .unit .br-theme-bars-1to10 .br-widget {
  height: 20px;
  white-space: nowrap;
}
body.demo #digital-footprint .unit2 {
  padding: 0;
}
body.demo #digital-footprint .unit2 .box .box-body {
  padding-top: 1em;
  height: 40px;
  position: relative;
}
body.demo #digital-footprint .unit2 h6 {
  padding-left: 10px;
}

#digital-footprint > div > div > div:nth-child(2) > div > div > div > div.box.border-0.p-0.box-example-movie > div > div > div.br-wrapper.br-theme-bars-1to10 > div > a {
  pointer-events: none;
}
#digital-footprint > div > div > div:nth-child(2) > div > div > div > div.box.border-0.p-0.box-example-movie > div > div > div.br-wrapper.br-theme-bars-1to10 > div > a:nth-child(1) {
  display: none;
}

body.company .card.measurement i.OFF {
  display: none;
}
body.company .card.measurement .card-body.VOICE i.VOICE {
  display: inherit;
}
body.company .card.measurement .card-body.VIDEO i.VIDEO {
  display: inherit;
}
body.company .card.measurement .card-body.DFP i.DFP {
  display: inherit;
}

ul#api_result {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul#api_result li {
  padding: 5px;
}
ul#api_result li:hover {
  background: #EEE;
  cursor: pointer;
}

.card .card-header {
  padding-bottom: 0;
}

.noitem {
  padding: 20px;
  text-align: center;
}

.measurement {
  height: 150px;
  color: #FFF;
  background-color: rgba(1, 1, 1, 0.9) !important;
  background-size: cover !important;
  color: #FFF;
  text-shadow: #000 1px 0 10px;
}

.measurement h5.card-title {
  color: #FFF;
  text-align: center;
}

.measurement .card-body {
  padding: 20px 10px;
  background-color: rgba(0, 79, 108, 0.5) !important;
}

.measurement.sv_dfp {
  background-image: url(/assets/imgs/sv_dfp.png) !important;
}

.measurement i {
  font-size: 50px;
  color: #FFF;
  text-align: center;
  margin: 0 0 10px 25px;
}

.measurement p {
  text-align: center;
}

.measurement p a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 0 0 0;
  line-height: 50px;
}

.measurement p a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.measurement.sv_fraud {
  background-image: url(/assets/imgs/sv_fraud.png) !important;
}

.measurement.sv_health {
  background-image: url(/assets/imgs/sv_health.png) !important;
}

.measurement.sv_mental {
  background-image: url(/assets/imgs/sv_mental.png) !important;
}

.measurement.sv_recruit {
  background-image: url(/assets/imgs/sv_recruit.png) !important;
}

.measurement div.bg {
  background: #FFF;
  border-radius: 30px;
  border: 2px solid #052c65;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  left: calc(50% - 30px);
}
.measurement div.bg i {
  text-shadow: none;
  color: #0385ff;
  margin: 0;
  font-size: 30px;
  height: 60px;
  line-height: 56px;
}

.results .card-body {
  padding: 0;
}

.results .card-body .table td,
.table th {
  padding: 0.5rem;
}

.results .card-header h5 {
  margin-bottom: 0;
}

#myTable tbody tr {
  cursor: pointer;
}
#myTable tbody tr:hover {
  color: #1b3585;
  background-color: #d6e0ff;
  border-color: #c6d4ff;
}
#myTable td {
  padding: 0.75rem;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
#myTable td.myTableID {
  width: 75px;
  position: relative;
}
#myTable td.myTableID span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 25px;
  color: #FFF;
}
#myTable .alert {
  margin: 0;
}

.user_active,
.company_active,
.agent_active {
  position: absolute;
}
.user_active.profile,
.company_active.profile,
.agent_active.profile {
  top: 22px;
  right: 80px;
}
.user_active .dot-label,
.company_active .dot-label,
.agent_active .dot-label {
  background-color: #7987a1;
  position: absolute;
  left: 0;
  top: -3px;
}
.user_active:before,
.company_active:before,
.agent_active:before {
  content: "Inactive";
  color: #7987a1;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: -15px;
  left: 5px;
}
.user_active.active_1 .dot-label,
.company_active.active_1 .dot-label,
.agent_active.active_1 .dot-label {
  background-color: #22c03c;
}
.user_active.active_1:before,
.company_active.active_1:before,
.agent_active.active_1:before {
  content: "Active";
  color: #22c03c;
}

.video_active {
  position: absolute;
}
.video_active.profile {
  top: 20px;
  right: 40px;
}
.video_active .dot-label {
  background-color: #7987a1;
  position: absolute;
  left: 0;
  top: -3px;
}
.video_active:before {
  content: "NG";
  color: #7987a1;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: -15px;
  left: 5px;
}
.video_active.active_1 .dot-label {
  background-color: #22c03c;
}
.video_active.active_1:before {
  content: "YES";
  color: #22c03c;
}

.payment_active {
  position: relative;
}
.payment_active .dot-label {
  background-color: #7987a1;
  position: absolute;
  left: 0;
  top: -3px;
}
.payment_active:before {
  content: "未発行";
  color: #7987a1;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: -15px;
  left: 5px;
  width: 100px;
}
.payment_active.active_1 .dot-label {
  background-color: #22c03c;
}
.payment_active.active_1:before {
  content: "発行済み";
  color: #22c03c;
  width: 100px;
}

#paymentActionMenu {
  position: relative;
  top: -5px;
  right: 0px;
}

.sub-side-item {
  padding: 8px 20px 8px 40px;
}

.app-sidebar .side-item.side-item-category:first-child {
  height: 45px;
  line-height: 30px;
  color: #000;
  font-size: 16px;
}

.app-sidebar .side-item.side-item-category:not(:first-child) i {
  color: #3e9c80;
}
.app-sidebar .side-item.side-item-category:not(:first-child).myMeasurement {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #19817d;
  margin: 0;
  height: 35px;
  line-height: 30px;
  border-bottom: 1px solid #222;
}
.app-sidebar .side-item.side-item-category:not(:first-child).myMeasurement a .side-menu__label {
  color: #FFF;
}
.app-sidebar .side-item.side-item-category:not(:first-child).myMeasurement i {
  color: #FFF;
}
.app-sidebar .side-item.side-item-category:not(:first-child).myMeasurement.is-expanded, .app-sidebar .side-item.side-item-category:not(:first-child).myMeasurement:hover {
  background-color: #333;
}

.app-sidebar .side-item.side-item-category:nth-child(even) i {
  color: #3e9c80;
}
.app-sidebar .side-item.side-item-category:nth-child(even).myMeasurement {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #0d6d6a;
  margin: 0;
  height: 35px;
  line-height: 30px;
  border-bottom: 1px solid #222;
}
.app-sidebar .side-item.side-item-category:nth-child(even).myMeasurement a .side-menu__label {
  color: #FFF;
}
.app-sidebar .side-item.side-item-category:nth-child(even).myMeasurement i {
  color: #FFF;
}
.app-sidebar .side-item.side-item-category:nth-child(even).myMeasurement.is-expanded, .app-sidebar .side-item.side-item-category:nth-child(even).myMeasurement:hover {
  background-color: #333;
}

.app-sidebar .sub-side-item i {
  color: #3e9c80;
}
.app-sidebar .sub-side-item.myMeasurement {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #127370;
  margin: 0;
  height: 35px;
  line-height: 30px;
  border-bottom: 1px solid #222;
}
.app-sidebar .sub-side-item.myMeasurement a .side-menu__label {
  color: #FFF;
}
.app-sidebar .sub-side-item.myMeasurement i {
  color: #FFF;
}
.app-sidebar .sub-side-item.myMeasurement.is-expanded, .app-sidebar .sub-side-item.myMeasurement:hover {
  background-color: #333;
}

.app-sidebar .sub-side-item.myMeasurement:nth-child(even) {
  background: #166563;
}

body.company.profile .profile-card a {
  display: block;
  width: 100%;
  height: 100%;
}
body.company.profile .profile-card .card-body {
  padding: 1rem;
}

body.result .main-inside h2 {
  font-size: 40px;
  width: 100%;
  text-align: right;
  color: #FFF;
  padding-right: 20px;
  padding-top: 14px;
}
.container-fluid.main-inside {
  position: relative;
  padding: 10px 10px 10px 10px !important;
}

.result-head {
  /*
  position:absolute;
  left: 20px;
  width: calc(100% - 20px);
  height: 80px;
  */
}
.result-head .card-body {
  padding: 5px;
}

.company_action,
.agent_action,
.user_action {
  position: absolute;
  right: 20px;
  top: 30px;
}
.company_action a,
.agent_action a,
.user_action a {
  border-radius: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  height: 40px;
  padding: 2px 0;
  font-size: 20px;
}

.sticky-sidebar {
  position: sticky;
  top: 82px;
  z-index: 10;
  /* 必要に応じて調整 */
  right: 20px;
}

body.user_profile .card-body ul,
body.company .card-body ul {
  list-style: none;
  padding: 0;
}
body.user_profile .card-body ul li,
body.company .card-body ul li {
  padding: 10px;
  border-bottom: 1px solid #CCC;
}

.custom-switch input[type=checkbox] {
  display: none;
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper a {
  color: #FFF;
}

.service_times::after {
  content: "回";
  position: absolute;
  right: 10px;
  font-size: 80%;
  line-height: 30px;
}

body.contact nav.main-nav-line-chat {
  padding: 5px;
}
body.contact .main-nav-line .nav-link.active::before {
  top: 32px;
  bottom: -20px;
  left: 10px;
  right: 10px;
  height: 2px;
  width: auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .main-nav-line .nav-link.active::before {
    top: 62px;
    bottom: -20px;
    left: 10px;
    right: 10px;
    height: 2px;
    width: auto;
  }
}
.menu-tabs li {
  width: 50%;
}

#playFile {
  display: none;
  float: right;
}
#playFile.active {
  display: inherit;
}

#mic {
  height: 150px;
}
#mic .scroll {
  display: none;
}

.canvases {
  display: none;
}

#waveform {
  display: none;
  width: 100%;
  height: 128px;
}
#waveform.active {
  display: inherit;
}

#recordings {
  margin: 1rem 0;
  display: none;
  width: 100%;
  height: 128px;
}
#recordings.active {
  display: inherit;
}

#progress {
  float: left;
  margin-right: 20px;
  font-size: 40px;
  font-weight: bold;
}

#record {
  margin-left: 10px;
  border-radius: 70px;
  height: 70px;
  width: 70px;
  margin-right: 10px;
}

#playFile {
  margin-top: 20px;
}

#mic-select {
  margin-bottom: 20px;
  position: absolute;
  right: 40px;
  top: 80px;
}

.rating .graph {
  display: none;
}
.rating .graph.graph_4_4 {
  display: inherit;
}
.rating .graph.graph_5_5 {
  display: inherit;
}
.rating .graph.graph_5_5 a {
  width: 19%;
}
.rating .graph.graph_10_10 {
  display: inherit;
}
.rating .graph.graph_10_10 a {
  width: 9%;
}
.rating .graph .pos_1_1,
.rating .graph .pos_1_2,
.rating .graph .pos_1_3,
.rating .graph .pos_1_4,
.rating .graph .pos_1_5,
.rating .graph .pos_1_6,
.rating .graph .pos_1_7,
.rating .graph .pos_1_8,
.rating .graph .pos_1_9,
.rating .graph .pos_1_10 {
  background: #0d6efd;
}
.rating .graph .pos_2_2,
.rating .graph .pos_2_3,
.rating .graph .pos_2_4,
.rating .graph .pos_2_5,
.rating .graph .pos_2_6,
.rating .graph .pos_2_7,
.rating .graph .pos_2_8,
.rating .graph .pos_2_9,
.rating .graph .pos_2_10 {
  background: #0d6efd;
}
.rating .graph .pos_3_3,
.rating .graph .pos_3_4,
.rating .graph .pos_3_5,
.rating .graph .pos_3_6,
.rating .graph .pos_3_7,
.rating .graph .pos_3_8,
.rating .graph .pos_3_9,
.rating .graph .pos_3_10 {
  background: #0d6efd;
}
.rating .graph .pos_4_4,
.rating .graph .pos_4_5,
.rating .graph .pos_4_6,
.rating .graph .pos_4_7,
.rating .graph .pos_4_8,
.rating .graph .pos_4_9,
.rating .graph .pos_4_10 {
  background: #0d6efd;
}
.rating .graph .pos_5_5,
.rating .graph .pos_5_6,
.rating .graph .pos_5_7,
.rating .graph .pos_5_8,
.rating .graph .pos_5_9,
.rating .graph .pos_5_10 {
  background: #0d6efd;
}
.rating .graph .pos_6_6,
.rating .graph .pos_6_7,
.rating .graph .pos_6_8,
.rating .graph .pos_6_9,
.rating .graph .pos_6_10 {
  background: #0d6efd;
}
.rating .graph .pos_7_7,
.rating .graph .pos_7_8,
.rating .graph .pos_7_9,
.rating .graph .pos_7_10 {
  background: #0d6efd;
}
.rating .graph .pos_8_8,
.rating .graph .pos_8_9,
.rating .graph .pos_8_10 {
  background: #0d6efd;
}
.rating .graph .pos_9_9,
.rating .graph .pos_9_10 {
  background: #0d6efd;
}
.rating .graph .pos_10_10 {
  background: #0d6efd;
}

.br-current-rating {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  font-weight: bold;
}

.voice.card-title {
  font-size: 20px;
}

#mic-select {
  width: 200px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.side-footer {
  color: #999;
  padding: 20px 0 10px 0;
  text-align: center;
  line-height: 24px;
  border-top: 1px solid #EEE;
  margin: 0 20px;
}

.invoice-header {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50%;
}

.bill-to-from {
  margin-top: 100px;
}

.yen {
  position: relative;
  padding-right: 30px !important;
}
.yen::after {
  content: "円";
  position: absolute;
  right: 20px;
  font-size: 60%;
  line-height: 25px;
}

body.payment_pdf div {
  display: none;
}

body.sidenav-toggled .side-footer {
  display: none;
}
body.sidenav-toggled .myMeasurement {
  display: none;
}

body.sidenav-toggled-open .side-footer {
  display: inherit;
}
body.sidenav-toggled-open .myMeasurement {
  display: inherit;
}
body.sidenav-toggled-open ul.side-menu li {
  text-align: left;
}
body.sidenav-toggled-open ul.side-menu li a {
  text-align: left;
}
body.sidenav-toggled-open ul.side-menu li span {
  text-align: left;
}

.sidebar .tabs-menu-body {
  margin-top: 52px;
}

.main-content .container,
.main-content .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.jumps-prevent {
  height: 64px;
}

.breadcrumb-header {
  display: none;
}

span.side-menu__label span {
  position: absolute;
  right: 20px;
}
span.side-menu__label span::before {
  content: "(";
}
span.side-menu__label span::after {
  content: ")";
}

@media screen and (max-width: 1024px) {
  body > div.page.is-expanded > div.main-content.app-content div.main-header-left h2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .app.sidebar-mini .main-sidebar-header .logo-icon {
    position: relative;
    top: 3px;
    left: 5px;
  }
  .app.sidenav-toggled .side-menu__item {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .h1h2 {
    width: 400px;
  }
}
@media (max-width: 480px) {
  body.payment.detail .pdf {
    display: none;
  }
  body div > div.main-header-right > div:nth-child(3) > div.dropdown.main-header-message.right-toggle {
    display: none;
  }
  ul.panel-tabs {
    display: none;
  }
  ul.panel-tabs li.mic {
    width: 100%;
  }
  ul.panel-tabs li.file {
    display: none;
  }
  body.demo.voice .container-fluid.main-inside {
    padding-top: 50px;
  }
  body.demo.voice .container {
    padding: 0;
  }
  body.demo.voice .card-body {
    padding: 0;
  }
  body.demo.video .video-scan li {
    width: 25%;
  }
  body.demo.video .video-scan li p {
    display: none;
  }
  body.demo.video .video-scan li .video_active.profile {
    position: absolute;
    top: 40px;
    left: 20px;
    right: inherit;
  }
  body.demo.video .timer {
    position: fixed;
    top: 0px;
    right: 60px;
    z-index: 2222;
    box-shadow: none;
    background: none !important;
    border: none;
  }
  body.demo.video .timer .card-body {
    padding: 5px;
  }
  body.demo.video .timer .card-body .icon1 i {
    font-size: 20px;
    position: relative;
    top: 16px;
    left: 19px;
  }
  h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .main-content .container,
  .main-content .container-fluid {
    padding-left: 6px;
    padding-right: 6px;
  }
  .h1h2 h1 {
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    left: 9px;
    top: -3px;
  }
  .h1h2 h2 {
    font-size: 12px;
    position: absolute;
    top: 40px;
    left: 97px;
  }
  body.sidenav-toggled .main-sidemenu.is-expanded .side-footer {
    display: inherit;
  }
  body.sidenav-toggled .myMeasurement {
    display: inherit;
  }
}/*# sourceMappingURL=custom.css.map */