@charset "UTF-8";

/* body { zoom: 75%; }  */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

* {
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form * {
  font-size: 16px;
  font-weight: lighter;
}

form label {
  font-size: 20px;
  color: #323C47;
}

form input.form-control {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #323C47;
}

form p.confirm {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #323C47;
}

form button {
  max-width: 160px;
  width: 100%;
  font-size: 16px;
  height: 42px;
}

form .button-group {
  padding-top: 100px;
  padding-bottom: 100px;
}

form tr {
  text-align: center;
  font-size: 14px;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

td a {
  color: #007bff;
  text-decoration: underline;
}

td a:hover {
  color: #007bff;
}

th {
  line-height: 30px;
}

input:disabled {
  background-color: #eee !important;
}

input[type=checkbox] {
  transform: scale(1.5);
}

/* TODO::テキストボックスの高さ変更ができないため削除 */
.cs-form-group textarea.cs-form-input {
  /* height: auto !important; */
  height: auto
}
input[type=radio].cs-form-input {
  line-height: 40px;
  height: 20px;
  width: 20px;
}
#divider {
  height: 0;
  padding-top: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(223, 224, 235, 0.3);
}

#divider .nav-link {
  height: 0;
  padding: 0;
}

.mt-60 {
  margin-top: 60px;
}

.mw-340 {
  max-width: 340px;
}

.w_10 {
  width: 10%;
}

.w_12 {
  width: 12%;
}

.w_15 {
  width: 15%;
}

.w_20 {
  width: 20%;
}

.w-300 {
  width: 300px !important;
}

.w-150 {
  width: 150px !important;
}

.w-130 {
  width: 130px !important;
}

.w-110 {
  width: 110px !important;
}

.w-80 {
  width: 80px !important;
}

.w-50 {
  width: 50px !important;
}

.fade {
  height: 100%;
  width: 100%;
}

.light-gray-color {
  color: #E0E0E0;
}

.heavy-gray-color {
  color: #F6F6F6;
}

.heavy-gray--bg-color {
  background: #F6F6F6;
}

.gray-bg-color {
  background: #C4C4C4;
}

.btn-bg-gray {
  background: #F2F2F2;
}

.text-heavy-blue {
  color: #199EC8;
}

.border-heavy-blue {
  border-bottom: 1px solid #199EC8 !important;
}

.gray-text {
  color: #9FA2B4;
}

.text-light-black {
  color: #252733;
}

.font-40 {
  font-size: 40px;
}

.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-divider {
  margin: 80px 0;
}

.brand-link {
  background-color: #fff;
}

.line-height-2 {
  line-height: 2;
}

.logo {
  line-height: 0;
}

.page-sub-content {
  margin-top: 120px;
}

.pagination {
  margin-top: 20px;
}

.w-space--p-line {
  white-space: pre-line;
}

.g-recaptcha>div {
  margin: auto;
}

.only-check-box {
  margin-top: -5px;
}

.modal-footer button {
  height: initial;
}

.multi-collapse {
  text-align: center;
}

.add-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 43px;
  height: 43px;
  background: #C4C4C4;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-link--wrapper {
  margin-top: 75px;
}

.user-info {
  font-size: 14px;
}

.page-container {
  padding: 100px 0;
  background-color: #FAFAFA;
}

.page-container .contact-container {
  max-width: 1180px;
  padding: 80px 0;
  margin: auto;
  background-color: #fff;
}

.page-container .contact-container .contact--wrapper {
  width: 90%;
  max-width: 680px;
  margin: auto;
}

.page-container .contact-container .contact--wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
}

.page-container .contact-container .contact--wrapper h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}


.sidebar-customize .sidebar {
  height: calc(100vh - 47px);
  padding: 0;
  overflow: auto;

}

.sidebar-customize .sidebar .nav-link {
  position: relative;
  color: #A4A6B3;
  padding: 16px 15px 16px 50px;
  margin-bottom: 0;
  border-radius: 0;
}

/* ここからサイドバーCSSのデザイン修正 0505 */
a.nav-link.active {
  font-size: 16px;
}

a.nav-link.active i {
  padding-right: 4px;
}

a.nav-link,
a.nav-link span {
  font-size: 14px;
}

a.nav-link i {
  padding-right: 4px;
}

ul.nav .nav-treeview {
  padding-left: 14px;
}

/* ここまで */

.sidebar-customize .sidebar .nav-link>i:first-child {
  position: absolute;
  top: 50%;
  left: 28px;
  font-size: 15px;
  margin-right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-customize .sidebar .nav-link.active,
.sidebar-customize .sidebar .nav-link:hover {
  color: #DDE2FF;
  background-color: rgba(159, 162, 180, 0.08);
}

.sidebar-customize .sidebar .nav-link.active:before,
.sidebar-customize .sidebar .nav-link:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #DDE2FF;
}

.sidebar-customize .sidebar .nav-link .sidebar-icon .inactive {
  display: none;
}

.sidebar-customize .sidebar .nav-link.active .sidebar-icon .inactive {
  display: none;
}

.sidebar-customize .sidebar .nav-link.active .sidebar-icon .active {
  display: inline;
}

.sidebar-customize .sidebar .nav-treeview {
  background-color: rgba(159, 162, 180, 0.08);
}

.sidebar-customize .sidebar .nav-treeview .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-header {
  position: fixed;
  top: 0;
  width: calc(100% - 255px);
  border-bottom: 0;
}

.main-sidebar {
  position: fixed !important;
  width: 255px;
}

.submenu-caret {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-open .submenu-caret {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form-control-navbar.cs-navbar-input {
  position: relative;
  width: calc(100vw - 600px);
  height: 50px;
  font-size: 14px;
  padding: 16px 170px 16px 70px;
  background-color: #fff;
}

.form-control-navbar.cs-navbar-input:active,
.form-control-navbar.cs-navbar-input:focus {
  background-color: #fff;
}

.form-btn--wrapper {
  text-align: center;
  margin-top: 60px;
}

.form-btn--wrapper .cs-btn {
  margin: 0 25px;
}

.form-btn-3 .cs-btn {
  margin: 0 12px;
}

.alert-link--wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 30px;
  margin: .5rem 0;
  border-right: 1px solid #DFE0EB;
}

.alert-link--wrapper .alert-link {
  position: relative;
  color: #C5C7CD;
}

.alert-link--wrapper .alert-link.unread::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #3751FF;
  border: 2px solid #fff;
  border-radius: 50%;
}

.alert--wrapper {
  margin-bottom: -20px;
  margin-top: 50px;
}

.alert--wrapper .alert {
  position: relative;
  padding: 15px 1.25rem;
  font-size: 16px;
}

.alert-content-td h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
}

.alert-content-td p {
  font-size: 14px;
  line-height: 1.3;
}

.alert-content-td a:hover {
  color: #007bff;
}

.navbar {
  padding: 0;
}

.navbar-nav>.user-menu .user-image {
  width: 46px;
  height: 46px;
  padding: 2px;
  margin: 0 24px 0 12px;
  border: 2px solid #DFE0EB;
  border-radius: 50%;
  overflow: hidden;
}

.login-form--wrapper {
  max-width: 930px;
  padding: 0 35px;
}

.login-form--wrapper .cs-form-group {
  padding: 0 35px;
  margin-bottom: 25px;
}

.login-form--wrapper .cs-form-group .cs-form-label {
  font-size: 16px;
  margin-bottom: 20px;
}

.login-form--wrapper .cs-form-input {
  width: 100%;
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid #A0A4A8;
}

.login-btn--wrapper {
  text-align: center;
  padding-top: 50px;
  margin-top: 65px;
  border-top: 1px dotted #888888;
}

.login-btn--wrapper .cs-btn {
  margin: 0 25px;
}

.login_page .content-wrapper {
  margin-top: 0;
  padding-top: 40px;
}

.login_page .content-header {
  margin-bottom: 160px;
}

.content-header {
  padding: 15px 28px 0;
  margin-bottom: 40px;
}

.content-header h1 {
  font-size: 24px;
  font-weight: bold;
}

.content-wrapper {
  padding-bottom: 80px;
  margin-top: 50px;
  background-color: #fff;
}

.content-wrapper .content {
  padding: 0 30px;
}

.contact-container .cs-form-input {
  background-color: #fff;
}

.contact-container .cs-form-group--privacy {
  max-width: 460px;
  margin: 35px auto;
}

.contact-container .cs-form-group--privacy a {
  color: #2E67A5;
}

.contact-container .alert--wrapper {
  margin: 30px 0;
}

.cs-container-1000 {
  max-width: 1000px;
}

.cs-container-680 {
  max-width: 680px;
}

.cs-graph--wrapper {
  max-width: 1100px;
}

.cs-form-input-div select:disabled,
.cs-form-input-div textarea:disabled {
  background-color: #eee !important;
  border: 1px solid #A0A4A8 !important;
  color: #323C47 !important;
  opacity: 1;
}

.cs-navbar-form-inline {
  position: relative;
  min-width: 210px;
}

.cs-navbar-form-inline .cs-navbar-prepend {
  position: absolute;
  top: 16px;
  color: #90A0B7;
  z-index: 10;
  left: 35px;
}

.cs-navbar-form-inline .cs-search-modal-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 14px;
  color: #90A0B7;
  padding-right: 38px;
  z-index: 10;
}

.cs-navbar-form-inline .cs-search-modal-btn span.icon {
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 14px;
  background-color: #F0F1F7;
  border-radius: 8px;
}

.cs-navbar-form-inline .cs-search-modal-btn span.icon:before,
.cs-navbar-form-inline .cs-search-modal-btn span.icon:after {
  content: "";
  position: absolute;
  background-color: #9FA2B4;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  border-radius: 1px;
}

.cs-navbar-form-inline .cs-search-modal-btn span.icon:before {
  top: 6px;
  left: 50%;
  width: 2px;
  height: 12px;
  margin-left: -1px;
}

.cs-navbar-form-inline .cs-search-modal-btn span.icon:after {
  top: 50%;
  left: 6px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
}

.cs-navbar-form-inline .cs-search-modal-btn.active span.icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cs-navbar-form-inline .cs-search-modal-btn.active span.icon:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cs-form-group {
  margin-bottom: 20px;
}

.cs-form-group .cs-form-label {
  display: inline-block;
  font-size: 16px;
  font-weight: normal !important;
  margin-bottom: 8px;
}

.cs-form-group .cs-form-label .req {
  color: #E50606;
}

.cs-form-group .cs-form-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 6px 12px;
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #A0A4A8;
}

.cs-form-group .cs-form-select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 6px 12px;
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #A0A4A8;
}

.cs-form-group .cs-form-input.is-invalid {
  border-color: #dc3545;
}

.cs-form-group .cs-form-input-quantity {
  width: 5.5rem !important;
  margin: 5px 0;
}

.cs-form-input-div .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.cs-form-date-input-div .cs-form-input {
  width: 120px;
}

.cs-form-date-input-div span {
  margin: 0 20px;
}

.cs-btn {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background: #109CF1;
  -webkit-box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
}

.cs-btn:disabled {
  background: #ccc !important;
  -webkit-box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
}

.cs-btn-disabled {
  background: #ccc !important;
  -webkit-box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  pointer-events: none;
  border: 1px solid #A0A4A8 !important;
}

.cs-btn_size-xl {
  min-width: 180px;
}

.cs-btn_size-l {
  width: 160px;
}

.cs-btn_size-m {
  width: 100px;
}

.cs-btn-reverse {
  line-height: 40px;
  color: #109CF1 !important;
  border: 1px solid #109CF1;
  background-color: transparent;
}

.cs-btn-reverse.active {
  color: #fff !important;
  background: #109CF1;
}

.cs-btn-reverse:hover {
  color: #109CF1;
}

.cs-btns--3 button {
  max-width: 30%;
}

.cs-nav-tabs {
  position: relative;
  padding: 0 18px;
}

.cs-nav-tabs:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  z-index: 0;
}

.cs-nav-tabs a {
  position: relative;
  width: 30%;
  max-width: 150px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  color: #000;
  margin: 0 2.5px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}

.cs-nav-tabs a.active {
  background: #C4C4C4;
  border: none;
}

.cs-tab-content .tab-pane {
  padding: 35px 15px;
}

.cs-tab-content ul.agent_tree {
  list-style: none;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cs-tab-content ul.agent_tree li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.cs-tab-content ul.agent_tree li .agent_wrapper {
  background-color: #C4C4C4;
  padding: 10px;
}

.cs-tab-content ul.root_ul>li {
  border-bottom: 1px solid black;
  padding: 20px 0;
}

.cs-tab-content ul.root_ul>li:first-child {
  padding-top: 0;
}

.cs-tab-content ul.root_ul>li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.cs-tab-content ul.root_ul>li>.agent_wrapper:first-child {
  background: none;
}

.cs-count-card {
  position: relative;
  max-width: 395px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  padding: 40px 30px 40px 40px;
  margin-bottom: 40px;
  background: #FFFFFF url("../../public/image/polygon.png") no-repeat center right 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 0px #EDEDF6;
  box-shadow: 0px 3px 0px #EDEDF6;
}

.cs-count-card.no-right {
  background: #FFFFFF;
}

.cs-count-card--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 50%;
  background: rgba(255, 76, 97, 0.05);
}

.cs-count-card--info {
  padding-top: 10px;
}

.cs-count-card--info h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 11px;
  color: #323C47;
}

.cs-count-card--info p {
  font-size: 14px;
  line-height: 18px;
  color: #A6ACBE;
}

.cs-graph--wrapper {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 0px #EDEDF6;
  box-shadow: 0px 3px 0px #EDEDF6;
}

.cs-graph--wrapper .cs-graph--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px 12px 30px;
  border-bottom: 1px solid #EEF0F7;
}

.cs-graph--wrapper .cs-graph--header h3 {
  font-weight: 600;
  font-size: 14px;
}

.cs-graph--wrapper .cs-graph--header h3 img {
  margin-left: 12px;
}

.cs-graph--wrapper .cs-graph--header .cs-graph--btns button {
  font-weight: bold;
  margin: 0 5px;
}

.cs-graph--wrapper .cs-graph--content {
  padding: 30px;
}

.cs-detail-wrapper {
  padding-left: 35px;
}

.cs-detail-row {
  margin-bottom: 20px;
}

.cs-detail-row h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
}

.cs-detail-row p {
  font-size: 20px;
}

.cs-table--wrapper {
  overflow: auto;
}

.cs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.cs-table th,
.cs-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  background-color: #fff;
}

.cs-table th {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #F6F6F6;
  border-top: 1px solid #E0E0E0;
}

.cs-table th:last-child {
  min-width: auto;
  border-right: 1px solid #E0E0E0;
  border-top-right-radius: 5px;
}

.cs-table th:first-child {
  min-width: auto;
  border-top-left-radius: 5px;
}

.cs-table td:last-child {
  border-right: 1px solid #E0E0E0;
}

.cs-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.cs-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

@media screen and (min-width: 1007px) {

}

.cs-total-count-card {
  display: inline-block;
  width: 260px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  background-color: #fff;
  border: 1px solid #DFE0EB;
  border-radius: 8px;
}

.cs-total-count-card h4 {
  font-size: 19px;
  font-weight: bold;
  color: #9FA2B4;
  margin-bottom: 16px;
}

.cs-total-count-card p {
  font-size: 40px;
  font-weight: bold;
  color: #252733;
}

.cs-b-label {
  margin-top: 5px;
}

.section-divider {
  margin: 40px 0;
  border-bottom: 1px solid #E0E0E0;
}

.search-container .cs-table--wrapper {
  overflow: hidden;
}

.search-detail--wrapper {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  padding: 10px 30px;
  background-color: #FAFAFA;
  z-index: 50;
  overflow: auto;
}

.search-detail--wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.table-tab {
  background: #C4C4C4;
  font-weight: bold;
}

.table-tab.active {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}

.custom-card-2 {
  margin-right: 35px;
}

.custom-tabs-wrapper {
  background: none;
}

.custom-tabs-wrapper .nav-item {
  margin: 0 5px;
  background: white;
  max-width: 150px;
  width: 100%;
}

.custom-tabs-wrapper .nav-item .nav-link {
  border: 1px solid #E0E0E0;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.custom-tabs-wrapper .nav-item .nav-link.active {
  background: #C4C4C4;
}

.agent-card {
  width: 196px;
  margin-bottom: 0;
  border-radius: 8px;
}

.agent-card .card-title {
  float: initial;
  text-align: left;
  font-size: 19px;
  color: #1A3CEC;
  line-height: 33px;
}

.agent-card .card-title .card-avatar {
  width: 33px;
  height: 33px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}

.agent-card .card-body {
  font-weight: bold;
  padding: 10px 0;
}

.agent-card .card-body .content-th {
  font-size: 14px;
  color: #252733;
  text-align: left;
}

.agent-card .card-body .content-td {
  font-size: 14px;
  color: #9FA2B4;
}

.agent-card .card-footer {
  background: none;
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.agent-card .card-footer a.card-button {
  color: #1A3CEC;
}

.card-table-wrapper {
  width: 100%;
  margin-top: 20px;
  overflow: auto;
}

.card-table-wrapper table {
  border-spacing: 10px 0;
  border-collapse: separate;
}

.card-table-wrapper table tr td {
  background: #C4C4C4;
  border: 1px;
}

.card-table-wrapper table tr td.first-child {
  background: none;
}

.status--header {
  position: relative;
  text-align: center;
  line-height: 24px;
  margin: 0 5px 6px;
  background-color: #E3E3E3;
  border: 2px solid #fff;
}

.status--header span {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-right: 10px;
}

.cases-content .cases-content--header {
  text-align: right;
  margin-bottom: 20px;
}

.cases-content .cases-content--header button {
  margin-left: 12px;
}

.cases-content .case-bodo--wrapper {
  display: none;
}

.cases-drap--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.cases-drap--wrapper>div {
  min-width: 220px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
  vertical-align: top;
}

.cases-drap--wrapper .drap-cols {
  height: calc(100% - 35px);
}

.cases-drap--wrapper .drap-cols>div {
  position: relative;
  padding: 18px 10px 10px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #DBDADA;
}

.cases-drap--wrapper .drap-cols>div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
}

.cases-drap--wrapper .drap-cols>div.case-white {
  background-color: #fff;
}

.cases-drap--wrapper .drap-cols>div.case-white:before {
  background-color: #fff;
}

.cases-drap--wrapper .drap-cols>div.case-blue {
  background-color: #E6F9FF;
}

.cases-drap--wrapper .drap-cols>div.case-blue:before {
  background-color: #4CD2FF;
}

.cases-drap--wrapper .drap-cols>div.case-yellow {
  background-color: #F1EEDB;
}

.cases-drap--wrapper .drap-cols>div.case-yellow:before {
  background-color: #F3D93D;
}

.cases-drap--wrapper .drap-cols>div.case-red {
  background-color: #FFEAE6;
}

.cases-drap--wrapper .drap-cols>div.case-red:before {
  background-color: #FF745D;
}

.cases-drap--wrapper .drap-cols>div .case-card--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cases-drap--wrapper .drap-cols>div .case-card--header h4 {
  color: #6BBEC4;
  margin-right: 10px;
}

.cases-drap--wrapper .drap-cols>div .case-card--header h5 {
  margin-bottom: 8px;
}

.cases-drap--wrapper .drap-cols>div .case-card--header .case-card--user-avatar {
  border-radius: 50%;
  margin-bottom: 5px;
  overflow: hidden;
  width: 45px;
  height: 45px;
}

.cases-drap--wrapper .drap-cols>div .case-card--header .case-card--user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cases-drap--wrapper .drap-cols>div .case-card--header .case-card--user-edit {
  text-align: center;
}

.cases-drap--wrapper .drap-cols>div .case-card--body .case-info-table {
  width: 100%;
}

.cases-drap--wrapper .drap-cols>div .case-card--body .case-info-table td,
.cases-drap--wrapper .drap-cols>div .case-card--body .case-info-table th {
  font-size: 11px;
  line-height: 1.5;
  padding: 3px 3px;
}

.cases-drap--wrapper .drap-cols>div .case-card--body .case-info-table th {
  width: 80px;
}

.cases-drap--wrapper>div:nth-child(2) .drap-cols>div {
  background-color: #F1EEDB;
}

.cases-drap--wrapper>div:nth-child(2) .drap-cols>div:before {
  background-color: #F3D93D;
}

.cases-drap--wrapper>div:nth-child(3) .drap-cols>div {
  background-color: #E6F9FF;
}

.cases-drap--wrapper>div:nth-child(3) .drap-cols>div:before {
  background-color: #4CD2FF;
}

.cases-drap--wrapper>div:nth-child(4) .drap-cols>div {
  background-color: #FFEAE6;
}

.cases-drap--wrapper>div:nth-child(4) .drap-cols>div:before {
  background-color: #FF745D;
}

.cases-drap--wrapper>div:nth-child(5) .drap-cols>div {
  background-color: #d4f7e3;
}

.cases-drap--wrapper>div:nth-child(5) .drap-cols>div:before {
  background-color: #01ff70;
}

.subsection-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
}

.sub-label {
  display: block;
  font-size: 15px;
  font-weight: normal !important;
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar::before {
  margin-left: -255px;
}

.sidebar-collapse-btn {
  display: none;
}

.sidebar-open-btn {
  position: fixed;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007bff;
  top: 0;
  z-index: 1034;
}

.sidebar-open-btn:hover {
  color: #007bff;
}

.sidebar-collapse .navbar-nav>.user-menu .user-image,
.sidebar-open .navbar-nav>.user-menu .user-image {
  margin: 0 5px;
}

.sidebar-collapse .navbar-nav,
.sidebar-open .navbar-nav {
  margin-left: 50px;
}

.btns-th {
  width: 115px;
}

.btns-td button~button,
.btns-td a~a {
  margin-top: 3px;
}

.agent-map-title {
  font-size: 16px;
}

.agent-map-title:hover {
  color: #1A3CEC;
}

.agent_wrapper+.agent_wrapper {
  margin-left: 15px;
}

.fee-modal-btn {
  float: left;
}

.agent-fee-info td,
.agent-fee-info th {
  background-color: #fff !important;
}

.file-upload-component {
  display: inline-block;
  width: 160px;
  height: 160px;
}

.file-upload-component .dropzone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.file-upload-component .dropzone .dz-preview {
  width: 100%;
  height: 100%;
  margin: 0;
}

.file-upload-component .dropzone .dz-preview .dz-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.file-upload-component .dropzone .dz-preview .dz-progress {
  display: none;
}

.file-upload-component .dropzone .dz-preview .dz-details {
  display: none;
}

/* ネットワーク図 */
.agency_mapping_canvas {
  min-width: 45vw;
  height: 50vh;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 255px;
  }
}

@media screen and (max-width: 1007px) {
  .main-header {
    width: 100%;
  }

  .form-control-navbar.cs-navbar-input {
    width: calc(100vw - 280px);
  }
}

@media screen and (max-width: 750px) {
  form * {
    font-size: 14px;
  }

  .form-btn--wrapper .cs-btn,
  .login-btn--wrapper .cs-btn {
    margin: 0 15px;
  }

  .form-control-navbar.cs-navbar-input {
    padding: 16px 40px 16px 43px;
  }

  .page-container {
    padding: 70px 0;
  }

  .login_page .content-header {
    margin-bottom: 100px;
  }

  .login-form--wrapper {
    padding: 0;
  }

  .login-form--wrapper .cs-form-group {
    padding: 0 15px;
  }

  .container-fluid {
    padding: 0;
  }

  .content-wrapper .content {
    width: 90%;
    margin: auto;
    padding: 0;
  }

  .content-header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 0;
  }

  .main-sidebar,
  .main-sidebar::before {
    margin-left: -255px;
  }

  .main-header {
    width: 100%;
  }

  .alert-link--wrapper {
    padding: 3px 15px;
  }

  .cs-btn_size-xl {
    min-width: 130px;
  }

  .cs-btn_size-l {
    width: 120px;
  }

  .cs-tab-content .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-count-card {
    padding: 30px 25px 30px 25px;
  }

  .cs-navbar-form-inline .cs-search-modal-btn {
    top: 24px;
  }

  .cs-navbar-form-inline .cs-navbar-prepend {
    left: 16px;
  }

  .cs-navbar-form-inline .cs-search-modal-btn span.icon {
    right: -11px;
  }

  .cs-navbar-form-inline .cs-navbar-prepend {
    left: 16px;
  }

  .cs-graph--wrapper .cs-graph--header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 15px;
  }

  .cs-btn {
    line-height: 38px;
  }

  .cs-btn-reverse {
    line-height: 36px;
  }

  .cs-btns--3 button {
    margin: 0 2px !important;
  }

  .cs-graph--wrapper .cs-graph--content {
    padding: 20px 0;
  }

  .cs-detail-row h4 {
    font-size: 15px;
  }

  .cs-detail-row p {
    font-size: 14px;
  }

  .cs-detail-wrapper {
    padding-left: 0;
  }

  .cs-form-date-input-div .cs-form-input {
    width: 85px;
  }

  .cs-form-date-input-div span {
    margin: 0;
  }

  .cs-form-group .cs-form-input {
    font-size: 15px;
    padding: 6px 8px;
  }

  .cs-table {
    min-width: 1000px;
  }

  .cs-table--wrapper {
    overflow: scroll;
    padding-bottom: 10px;
  }

  .cs-table td,
  .cs-table th {
    padding: 10px 6px;
  }

  .cs-nav--2 a {
    width: 48%;
  }

  .search-container .cs-table--wrapper {
    overflow: auto;
  }

  .search-detail--wrapper {
    padding: 10px 15px 40px;
  }

  .search-detail--wrapper .form-btn--wrapper {
    margin-top: 30px;
  }

  .sidebar-collapse-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .detail-link--wrapper {
    text-align: center;
    margin-top: 50px;
  }

  .detail-link--wrapper a {
    margin: 0 8px;
  }

  .custom-tabs-wrapper .nav-item {
    margin-top: 5px;
  }

  .btns-3 button,
  .btns-3 input[type=submit] {
    width: 95px !important;
  }

  .btns-3 button:not(:first-child) {
    margin-left: 10px !important;
  }

  .btns-3 input[type=submit] {
    margin-left: 10px !important;
  }
}
.form-basic {
  height: 40px;
  font-size: 16px;
  padding: 6px 12px;
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #A0A4A8;
}
.not-active { 
  background-color: gray;
  pointer-events: none;
}

.tab-all .tab-head{
  display: flex;
}
.tab-all .tab-head p{
  border: 1px solid lightgray;
  color: gray;
  padding: 5px 10px;
  cursor: pointer;
}
.tab-all .tab-head .active{
  background-color: #479AEA;
  border: 1px solid #479AEA;
  color: white;
  font-weight: bold;
}