/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh; /* bodyの最小高さを100vhに設定 */
    position: relative;
}
.wsusd__dashboard_user a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.flex {
   display: flex; 
}
.pr-10 {
    padding-right: 10px;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.mt-15 {
    margin-top: 15px;
}
.pl-5 {
    padding-left: 5px;
}
.pb-30 {
    padding-bottom: 30px;
}
.darkblue {
    background-color: darkblue;
    border-color: darkblue;
}

/* フッターのスタイル */
.footer {
    position: absolute;
    width: 100%;
    text-align: center;
}

.login-img-area img {
    max-width: 520px;
    width: 100%;
    height: auto;
}
.bold {
    font-weight: bold;
}
footer {
    padding-top: 10px;
}
#footer-menu {
    padding: 20px 10px 10px;
    text-align: center;
}
.footer .copyright {
    margin: 5px 0 0;
    font-size: 13.5px;
    opacity: 0.7;
}
#wsus__login_register {
    margin-bottom: 100px;
}
.wsus__login_input .flexbox {
    width: 100%;
}
.wsus__login_input .reg-i {
    margin: 0 10px auto 0;
}
.wsus__login_input .form-control {
    border: 1px solid #0088CC;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
}
.wsus__login_input .company,
.wsus__login_input .belongs,
.wsus__login_input .subbelongs,
.wsus__login_input .childbelongs {
    margin-bottom: 10px;
}
.wsus__dashboard_menu {
    height: 55px;
}
.dashboard_sidebar {
    width: 14%;
}
.btn-mr {
    margin-right: 5px;
}
.dashboard_link li a {
    font-size: 14px;
}
.card-header-action {
    text-align: right;
    margin-bottom: 10px;
}
.wsus__add_address_single textarea {
    resize: vertical;
}
.wsus__add_address_single .checkbox {
    width: auto;
}
.wsus__add_address_single .checkarea {
    padding-left: 20px;
}
.wsus__add_address_single .checkfield {
    margin: 0 7px 0 10px;
}
.wsus__add_address .submitbox {
    margin: 0 auto;
    text-align: center;
}
.wsus__add_address .mr-s {
    margin-right: 40px;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.underline {
    text-decoration: underline;
}
.docbox {
    margin-bottom: 10px;
}
.dashboard_content .docbox img {
    width: 22px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 0;
}
.importantcheck {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 25px;
}
.importantcheck input {
    margin-right: 10px;
}
.modal-open {
    overflow: visible;
}
/*infoエリアをはじめは非表示*/
#info {
    display: none;
}
#copy-confirm {
    display: none;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 85%;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
.important-table { 
    width: 100%; 
    border-collapse: collapse; 
}
.important-table th,
.important-table td { 
    border: 1px solid #353535; 
    padding: 8px; 
}
.important-table th { 
    text-align: left; 
}
.important-table .title {
    background-color: #6777ef;
}
.important-table .title th {
    text-align: center;
    color: #fff;
}
.important-flag {
    color: red;
    text-align: center;
    margin-top: 10px;
}
.si-flex {
    display: flex;
    justify-content: flex-end;
}
.si-flex .card-header-action {
    padding: 0 10px;
}
.si-flex .mysi a {
    color: #fff;
    background-color: #0b2c3d;
    border-color: #0b2c3d;
    border-radius: .25rem;
}
.si-flex .mysi a:hover {
    color: #fff;
    background-color: #0a2838;
    border-color: #0a2838;
    opacity: 0.9;
}
/* クリック時のスタイル */
.si-flex .mysi a:active {
    color: #fff;
    background-color: #083240; /* クリック時に背景色を少し暗くする例 */
    border-color: #083240;
    opacity: 0.8; /* クリック時の透明度調整 */
}
.wsus__icon_area {
    margin-right: 25px;
}
.wsus__icon_area li p {
    position: relative;
    text-align: center;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: none;
    color: #fff;
    box-shadow: none;
    font-size: 30px;
    border: 1px solid transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}
.wsus__icon_area li p span {
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 400;
    background: #d33;
    font-size: 12px;
    line-height: 22px;
    width: 22px;
    height: 22px;
}
.card.card-statistic-1 .card-icon {
    line-height: 80px;
}
.card-icon img {
    width: 38px;
    height: auto;
}
.dashboard_content .topic {
    margin-bottom: 10px;
}
.dashboard_content .maincolor {
    background-color: #6777ef;
}
.dashboard_content img {
    width: 48px;
    height: auto;
    margin-bottom: 10px;
}
.dashboard_content .box-margin {
    margin: 0 15px;
}
.card .bg-mi {
    background-color: #6bcc0a;
}
.wsus__dashboard .micolor {
    background-color: #6bcc0a;
}
.input-flex {
    display: flex;
    align-items: center;
}
.input-flex p {
    width: 100%;
}
label span {
    color: #d33;
}
.estimatebox {
    margin-top: 20px;
    margin-bottom: 20px;
}
.flex-left {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.user-sidebar {
    background: #0b2c3d;
}
    .user-sidebar .sidebar-menu {
        margin-top: 30px;
    }
        .user-sidebar .sidebar-menu li a {
            color: #fff;
        }
        .user-sidebar .sidebar-menu li a:hover {
            background: #0b2c3d;
            opacity: 0.6;
        }
        .user-sidebar .sidebar-menu li a i {
            margin-right: 5px;
        }
        .user-sidebar .sidebar-menu li .dropdown-menu {
            border: none;
        }
            .user-sidebar .sidebar-menu li ul.dropdown-menu li a {
                font-size: 15px;
                height: 40px;
                color: #fff;
            }
            .user-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
                color: #fff;
                opacity: 0.6;
            }
            .main-sidebar .sidebar-menu li a.has-dropdown:after {
                right: 30px;
            }

.main-sidebar {
    width: 220px;
 }
 .main-sidebar .sidebar-menu li a {
    padding: 0 10px;
 }
/* SI概算見積り */
#esform {
    background: -webkit-linear-gradient(left, #213f9b, #03baf3);
    background: linear-gradient(to right, #213f9b, #03baf3); }
    #esform .in {
      padding: 50px 20px; }
        #esform .in h3 {
            display: block;
            text-align: center;
            margin-bottom: 20px;
            color: #fff; }
        #esform .in .box {
            background: #fff;
            padding: 20px;
        }
            #esform .in .box .simulator {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -webkit-justify-content: center;
                -ms-flex-pack: justify;
                justify-content: center;
            }
            #esform .in .box .simulator li {
                width: 20%;
                padding: 0 10px;
            }
            #esform .in .box .simulator li i {
                display: block;
                padding-bottom: 10px;
                font-size: 18px;
            }
            #esform .in .box .simulator select {
                display: inline-block;
                width: 100%;
                cursor: pointer;
                padding: 10px 30px 10px 15px;
                outline: 0;
                border: 0;
                border-radius: 0;
                color: #4a535b;
                -webkit-appearance: none;
                appearance: none;
                background: url(../images/arrow3.png) no-repeat right 5px center #eff3f6;
                background-size: 20px;
                font-family: sans-serif;
            }
            #esform .in .box button {
                display: block;
                margin: 0 auto;
                font-size: 16px;
                padding: 16px 60px;
            }
            #esform .in .pb-30 {
                padding-bottom: 30px;
            }

.gaisan-input p {
    width: 50%;
    padding-left: 5px;
}

/* submitボタン */
.submit_btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 25px;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    max-width: 250px;
    background: #eee;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.submit_btn span {
    position: relative;
    z-index: 3;
    font-weight: 600;
    color: #333;
}

.submit_btn:hover span {
    color: #fff;
}

.bgcenterout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    width: 100%;
    height: 100%;
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 0);
    transform-origin: center;
    color: #fff;
  }
  
  .bgcenterout:hover:before {
    transform: scale(1, 1);
  }

/* SI概算見積り結果 */
#zone1 .in {
    max-width: 70%;
    margin: auto;
}
  #zone1 .in h2 {
    font-size: 36px;
    padding: 40px 0;
    text-align: center;
    color: #fff;
  }
  #zone1 .in h3 {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
  }
  #zone1 .in .text {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
  }
  #zone1 .in .box {
    background-color: transparent;
  }
  #zone1 .in .box .price {
    background: #e1e1e2;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 30px;
  }
  #zone1 .in .box .price span {
    font-size: 24px;
  }
#zone2 .in {
    max-width: 1000px;
    margin: auto;
}
#zone2 .pt-0 {
    padding-top: 0;
}
  #zone2 .in .customborder {
    padding: 40px 0 20px;
    border-top: 1px solid #fff;
  }
  #zone2 .in .productlist {
    padding-bottom: 20px;
  }
  #zone2 .in h3 {
    font-size: 24px;
    text-align: center;
  }
  #zone2 .in h4 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  #zone2 .in li {
    color: #fff;
  }
  #zone2 .in .btnbox {
    text-align: center;
    margin-top: 30px;
  }

.custom-btn {
    display: inline-flex; 
    flex-direction: column; 
    align-items: center; 
    text-decoration: none; 
    padding: 4px 8px 0px 8px;
}
.custom-btn i {
    margin-bottom: 4px;
}
.custom-btn span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
    padding-bottom: 5px;
}

/* メール認証 */
.mailauth h4 {
    text-align: center;
    margin-bottom: 20px;
}

.mailauth form {
    text-align: center;
    margin-top: 50px;
}
.mailauth form button {
    padding: 15px 20px;
}
.mailauth .authreturn {
    margin-top: 50px;
    text-align: center;
}
.mailauth .authreturn a {
    max-width: 100%;
    padding: 20px 90px;
}
.mailauth .tfa h5 {
    margin-bottom: 20px;
}
.mailauth .tfa label {
    font-size: 14px;
    line-height: 2;
}
.mailauth .tfa button {
    margin-top: 30px;
    padding: 15px 40px;
    margin-bottom: 10px;
}
.mailauth .tfa a {
    font-size: 16px;
}

/* 取り下げ */
.withdraw button {
    height: 38px;
}

/* Modaalカスタム */
.modaal-container.modaal-half {
    max-width: 50%;
}

/* 見積結果 */
.align-end {
    display: flex;
    align-items: end;
}

/* ボードの全体修正（Bootstrapオーバーライド） */
@media (min-width: 1400px) {
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 86.333333%;
    }
}
@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 auto;
        width: 82%;
    }
}
@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 auto;
        width: 80%;
    }
}

/* データテーブルの左寄せ（デフォでセンターに寄るので画面サイズでラベルとズレる） */
table.dataTable {
    margin-left: 0;
}

/* データテーブルのセル内改行を防ぐ（全デバイス対応） */
table.dataTable thead th,
table.dataTable tbody td {
    white-space: nowrap;
}

/* データテーブル全体の横スクロール対応 */
.dataTables_wrapper {
    overflow-x: auto;
}

table.dataTable tbody tr,
table.dataTable tbody td,
table.dataTable tbody th {
    border: none !important;
    border-style: none !important;
}

/* エイリアス組織周り */
.profilebox i {
    width: 80px;
}
.profilebox i:before {
    padding-right: 5px;
}
.profilebox .form-group {
    width: 100%;
    margin-bottom: 0;
}

/* パスワード忘れ */
.forgetpw_container {
    text-align: center;
    margin-top: 10px;
    display: block;
}
.forget_pw {
    text-align: center;
}
.forget_pw:hover {
    text-decoration: underline;
}

/* パスワード忘れフッター */
.footer-forgot {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* パスワード忘れフォーム */
.wsus__login_input.block {
    display: block;
}

/* パスワード忘れボタン */
.reset-btn {
    text-align: center;
    margin-top: 30px;
}

/* ================================
   レスポンシブ対応 - サイドバー・ナビバー
   ================================ */

/* デスクトップ用サイドバー */
.desktop-sidebar {
    display: block;
}

/* モバイル用メニュー */
.mobile-menu {
    display: none;
}

/* ハンバーガーメニューボタン */
.mobile-menu-toggle {
    display: flex;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1001;
    width: 30px;
    height: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    background: #0b2c3d;
    padding: 5px;
    border-radius: 3px;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* モバイルメニューコンテンツ */
.mobile-menu-content {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0b2c3d;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-content.active {
    left: 0;
}

/* モバイルメニューヘッダー */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #0b2c3d;
}

.mobile-menu-header h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

/* モバイルメニューアイテム */
.mobile-menu-items {
    padding: 20px 0;
}

.mobile-menu-item {
    margin-bottom: 5px;
}

.mobile-menu-item a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.mobile-menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.8;
}

.mobile-menu-item a i {
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.mobile-menu-item a span {
    font-size: 16px;
    color: #fff;
}

/* モバイルメニューセクション */
.mobile-menu-section {
    padding: 20px 20px 10px 20px;
}

.mobile-menu-section span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.8;
}

/* デスクトップ時のサイドバー */
@media (min-width: 992px) {
    .desktop-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 220px;
        z-index: 1000;
    }
    
    .mobile-menu {
        display: none;
    }
    
    /* デスクトップ時のメインコンテンツマージン */
    .main-content {
        margin-left: 220px;
    }
}

/* タブレット・モバイル時のサイドバー */
@media (max-width: 991.98px) {
    .desktop-sidebar {
        display: none;
    }
    
    .mobile-menu {
        display: block;
    }
    
    /* メインコンテンツの調整 */
    .dashboard_content {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* モバイル時のメインコンテンツマージン */
    .main-content {
        margin-left: 0;
    }
    
    /* ナビバーの調整 */
    .wsus__dashboard_menu {
        padding-left: 60px; /* ハンバーガーメニューのスペース確保 */
    }
    
    .menu-left {
        display: none; /* モバイル時は非表示 */
    }
}

/* モバイル時の追加調整 */
@media (max-width: 767.98px) {
    .wsus__dashboard_menu {
        padding-left: 50px;
        height: 50px;
    }
    
    .wsusd__dashboard_user {
        font-size: 14px;
    }
    
    .wsusd__dashboard_user img {
        width: 30px;
        height: 30px;
    }
}

/* スマートフォン時の調整 */
@media (max-width: 575.98px) {
    .mobile-menu-toggle {
        top: 10px;
        left: 10px;
        width: 25px;
        height: 25px;
    }
    
    .wsus__dashboard_menu {
        padding-left: 45px;
        height: 45px;
    }
    
    .wsusd__dashboard_user a {
        font-size: 12px;
    }
    
    .mobile-menu-header {
        padding: 15px;
    }
    
    .mobile-menu-header h3 {
        font-size: 16px;
    }
}

/* ================================
   ダッシュボードボタンのレスポンシブ対応
   ================================ */

/* デスクトップ時のボタンスタイル */
.dashboard-btn {
    padding: 12px 40px !important;
    font-size: 18px !important;
    white-space: nowrap;
}

.dashboard-buttons {
    width: 100%;
}

/* タブレット時の調整 */
@media (max-width: 991.98px) {
    .dashboard-btn {
        padding: 10px 30px !important;
        font-size: 16px !important;
    }
}

/* タブレット・スマートフォン時の調整 */
@media (max-width: 767.98px) {
    .dashboard-buttons-wrapper {
        flex-direction: column;
    }
    
    .dashboard-buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px !important;
    }
    
    .dashboard-btn {
        width: 100%;
        padding: 15px 20px !important;
        font-size: 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .dashboard-btn i {
        margin-right: 8px;
    }
}

/* スマートフォン時の調整 */
@media (max-width: 575.98px) {
    .dashboard-btn {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
    
    .dashboard-btn .btn-text {
        font-size: 14px;
    }
    
    /* カードのパディング調整 */
    .card-body {
        padding: 2rem 1rem !important;
    }
}

/* ================================
   一覧ページボタンのレスポンシブ対応
   ================================ */

/* カードヘッダーアクションボタン */
.card-header-action {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.card-header-action .btn {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* DataTableのボタンアクション */
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.action-buttons .btn {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
}

/* デスクトップ時の調整 */
@media (min-width: 992px) {
    .card-header-action {
        flex-direction: row;
    }
    
    .action-buttons {
        flex-direction: row;
    }
}

/* タブレット時の調整 */
@media (max-width: 991.98px) {
    .card-header-action {
        flex-direction: row;
        gap: 8px;
    }
    
    .card-header-action .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .action-buttons {
        gap: 3px;
    }
    
    .action-buttons .btn {
        padding: 5px 10px;
        font-size: 13px;
    }
}

/* モバイル・スマートフォン時の調整 */
@media (max-width: 767.98px) {
    .card-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }
    
    .card-header h4 {
        margin-bottom: 0;
    }
    
    .card-header-action {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    
    .card-header-action .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 16px;
    }
    
    .action-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    
    .action-buttons .btn {
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
        justify-content: center;
    }
}

/* スマートフォン時の調整 */
@media (max-width: 575.98px) {
    .card-header-action .btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .action-buttons .btn {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    /* カードヘッダーのパディング調整 */
    .card-header {
        padding: 1rem 1rem !important;
    }
}

/* DataTableのレスポンシブ対応 */
@media (max-width: 767.98px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 10px;
    }
    
    .dataTables_wrapper .dataTables_length select,
    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 10px;
        text-align: center;
    }
}

/* DataTableのボタンアクション */
.table td .btn {
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 5px;
}

.table td .btn:last-child {
    margin-right: 0;
}

/* テーブルのレスポンシブ対応 */
@media (max-width: 767.98px) {
    .table-responsive {
        border: none;
    }
    
    .table {
        font-size: 14px;
    }
    
    .table td,
    .table th {
        padding: 8px 4px;
        vertical-align: middle;
    }
    
    .table td .btn {
        padding: 3px 6px;
        font-size: 11px;
        margin-right: 3px;
    }
    
    /* 操作列の幅を狭くする */
    .table th:first-child,
    .table td:first-child {
        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
    }
    
    /* テキストの折り返しを防ぐ */
    .table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* 操作列以外のセルは折り返しを許可 */
    .table td:not(:first-child) {
        white-space: nowrap;
    }
}

/* 加盟店用アポ・商談一覧 */
.main-sidebar .sidebar-menu li ul.dropdown-menu li .long-link {
    height: 55px;
}