/* 車検証情報用CSS */

#inspection .inspection-tile {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

#inspection .inspection-tile {
    position: relative;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-top: 3px solid #01a6cf;
}

#inspection .header-inspection div {
    text-align: center;
}
#inspection .header-inspection > div {
    padding-left: 0px;
    margin-left: 15px;
}
#inspection .header-inspection > div.col-md-2 {
    min-width: 200px;
    max-width: 200px;
}

#inspection .header-inspection button {
    width: 200px !important;
}

#inspection .header-inspection .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #BCBCBC;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 5px 10px 5px 30px;
}

#inspection .tab-nav {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000014;
    width: 100%;
    margin: 0 auto;
}

#inspection .tab-label {
    width: calc(100%/2);
    height: 54px;
    background-color: #BCBCBC;
    line-height: 54px;
/*    font-size: 2.4rem;*/
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    position: relative;
}

#inspection .tab-label:hover {
    opacity: .8;
}

#inspection .tab-label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #155492;
    bottom: -8px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -9px;
}

#inspection input[name="tabs"] {
    display: none;
}

#inspection .tab_panel {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

#inspection #tab-1:checked ~ #tab-1_content,
#inspection #tab-2:checked ~ #tab-2_content {
    display: block;
}

#inspection .tab-nav input:checked + .tab-label {
    background-color: #155492;
    color: #fff;
}

#inspection .tab-nav input:checked + .tab-label:after {
    content: '';
}

#inspection h2 {
    border-bottom: 2px solid #D6D6D6;
    font-size: 24px;
    margin-bottom: 30px !important;
}
#Inspection_operation_log_errors .modal-header {
    border: 0px;
}
#Inspection_operation_log_target_users .modal-header {
    border: 0px;
}
#inspection_regular_errors .modal-header {
    border: 0px;
}
#inspection_individual_errors .modal-header {
    border: 0px;
}
/* 車検情報取得：操作ログ一覧のテーブルサイズ */
#inspection table.table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
#inspection div.row.col-md-12 {
    padding: 0;
    margin: 0;
}
/* 車検情報取得：操作ログ一覧のヘッダ行・背景色 */
#inspection thead {
    background: #e7f1f0;
}
/* 車検情報取得：操作ログ一覧のヘッダ行・横罫線 */
#inspection thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 車検情報取得：操作ログ一覧のヘッダ行・文字揃え(センタリング) */
#inspection thead th {
    text-align: center;
}
/* 車検情報取得：操作ログ一覧のヘッダ行・折り返しなし */
#inspection thead {
    white-space: nowrap;
}
/* 車検情報取得：操作ログ一覧のデータ行 */
#inspection td {
    padding-left: 1em;
    padding-right: 1em;
}
/* 車検情報取得：操作ログ一覧のデータ行「実行日時」「対象店舗」文字揃え(右寄せ) */
#inspection td:nth-child(1) ,
#inspection td:nth-child(3) ,
#inspection td:nth-child(4) ,
#inspection td:nth-child(5) {
    text-align: right;
    word-break: keep-all;
}
/* 車検情報取得：操作ログ一覧のセンタリングするカラム「経過日数」 */
#inspection td:nth-child(2) {
    text-align: center;
}
/* 車検情報取得：操作ログ一覧のデータ行・折り返ししないカラム「実行日時」「操作」「対象店舗」「有効台数」「料金」 */
#inspection td:nth-child(1) ,
#inspection td:nth-child(2) ,
#inspection td:nth-child(3) ,
#inspection td:nth-child(4) ,
#inspection td:nth-child(5) {
    white-space: nowrap;
}
/* 車検情報取得：操作ログ一覧のデータ行・指定文字数固定カラム「実行日時」 */
#inspection th:nth-child(1) ,
#inspection td:nth-child(1) {
    min-width: 14em;
    max-width: 14em;
}
/* 車検情報取得：操作ログ一覧のデータ行・指定文字数固定カラム「操作」 */
#inspection th:nth-child(2) ,
#inspection td:nth-child(2) {
    min-width: 11em;
    max-width: 11em;
}
/* 車検情報取得：操作ログ一覧のデータ行・指定文字数固定カラム「対象店舗」「有効台数」 */
#inspection th:nth-child(3) ,
#inspection th:nth-child(4) ,
#inspection td:nth-child(3) ,
#inspection td:nth-child(4) {
    min-width: 8em;
    max-width: 8em;
}
/* 車検情報取得：操作ログ一覧のデータ行・指定文字数固定カラム「料金」 */
#inspection th:nth-child(5) ,
#inspection td:nth-child(5) {
    min-width: 10em;
    max-width: 10em;
}
/* 車検情報取得：操作ログ一覧のデータ行・指定文字数で折り返しするカラム「アカウント」 */
#inspection th:nth-child(6) ,
#inspection td:nth-child(6) {
    min-width: 16em;
    max-width: 16em;
    word-break: break-all;
}
/* 車検情報取得：操作ログ一覧データの横罫線 */
#inspection td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 車検情報取得：操作ログ一覧データの最後の下線 */
#inspection tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

/* 車検情報取得：操作ログ一覧「全てを表示」ボタン*/
#inspection #view_all_operate_log {
    width: 200px;
    margin-top: 2em;
}


/* -------------------------------------------------- */


/* 車検情報取得：月別店舗明細 */
#inspection-charge .inspection-tile {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

/* 車検情報取得：月別店舗明細 */
#inspection-charge .inspection-tile {
    position: relative;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-top: 3px solid #01a6cf;
}

/* 車検情報取得：月別店舗明細 */
#inspection-charge .header-inspection div {
    text-align: center;
}
#inspection-charge .header-inspection > div {
    padding-left: 0px;
    margin-left: 15px;
}
#inspection-charge .header-inspection > div.col-md-2 {
    min-width: 200px;
    max-width: 200px;
}

#inspection-charge .header-inspection button {
    width: 200px !important;
}

#inspection-charge .header-inspection .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #BCBCBC;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 5px 10px 5px 30px;
}

/* 車検情報取得：月別店舗明細タブ */
#inspection-charge .tab-nav {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000014;
    width: 100%;
    margin: 0 auto;
}
#inspection-charge .tab-label {
    width: calc(100%/2);
    height: 54px;
    background-color: #BCBCBC;
    line-height: 54px;
    /*    font-size: 2.4rem;*/
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    position: relative;
}
#inspection-charge .tab-label:hover {
    opacity: .8;
}
#inspection-charge .tab-label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #155492;
    bottom: -8px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -9px;
}
#inspection-charge input[name="tabs"] {
    display: none;
}
#inspection-charge .tab_panel {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}
#inspection-charge #tab-1:checked ~ #tab-1_content,
#inspection-charge #tab-2:checked ~ #tab-2_content {
    display: block;
}
#inspection-charge .tab-nav input:checked + .tab-label {
    background-color: #155492;
    color: #fff;
}
#inspection-charge .tab-nav input:checked + .tab-label:after {
    content: '';
}
/* 車検情報取得：月別店舗明細 */
#inspection-charge h2 {
    border-bottom: 2px solid #D6D6D6;
    font-size: 24px;
    margin-bottom: 30px !important;
}

/* 車検情報取得：月別店舗明細一覧のテーブルサイズ */
#inspection-charge table.table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
#inspection-charge div.row.col-md-12 {
    padding: 0;
    margin: 0;
}
/* 車検情報取得：月別店舗明細一覧のヘッダ行・背景色 */
#inspection-charge thead {
    background: #e7f1f0;
}
/* 車検情報取得：月別店舗明細一覧のヘッダ行・横罫線 */
#inspection-charge thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 車検情報取得：月別店舗明細一覧のヘッダ行・文字揃え(センタリング) */
#inspection-charge thead th {
    text-align: center;
}
/* 車検情報取得：月別店舗明細一覧のヘッダ行・折り返しなし */
#inspection-charge thead {
    white-space: nowrap;
}
/* 車検情報取得：月別店舗明細一覧のデータ行 */
#inspection-charge td {
    padding-left: 1em;
    padding-right: 1em;
}
/* 車検情報取得：月別店舗明細一覧のデータ行「対象月」「問い合わせ台数」「有効台数」「料金」文字揃え(右寄せ) */
#inspection-charge td:nth-child(1) ,
#inspection-charge td:nth-child(4) ,
#inspection-charge td:nth-child(5) ,
#inspection-charge td:nth-child(6) {
    text-align: right;
    word-break: keep-all;
}
/* 車検情報取得：月別店舗明細一覧のセンタリングするカラム「法人ID」 */
#inspection-charge td:nth-child(2) {
    text-align: center;
}
/* 車検情報取得：月別店舗明細一覧のデータ行・折り返ししないカラム「対象月」「法人ID」「店舗名」「問い合わせ台数」「有効台数」「料金」 */
#inspection-charge td:nth-child(1) ,
#inspection-charge td:nth-child(2) ,
#inspection-charge td:nth-child(4) ,
#inspection-charge td:nth-child(5) ,
#inspection-charge td:nth-child(6) {
    white-space: nowrap;
}
/* 車検情報取得：月別店舗明細一覧のデータ行・指定文字数固定カラム「対象店舗」*/
#inspection-charge th:nth-child(1) ,
#inspection-charge td:nth-child(1) {
    min-width: 8em;
    max-width: 8em;
}
/* 車検情報取得：月別店舗明細一覧のデータ行・指定文字数固定カラム「法人ID」「有効台数」*/
#inspection-charge th:nth-child(2) ,
#inspection-charge td:nth-child(2) ,
#inspection-charge th:nth-child(5) ,
#inspection-charge td:nth-child(5)
{
    min-width: 6em;
    max-width: 6em;
}
/* 車検情報取得：月別店舗明細一覧のデータ行・指定文字数で折り返しするカラム「店舗名」 */
#inspection-charge th:nth-child(3) ,
#inspection-charge td:nth-child(3) {
    min-width: 30em;
    max-width: 30em;
    word-break: break-all;
    white-space: normal;
}
/* 車検情報取得：月別店舗明細一覧のデータ行・指定文字数固定カラム「料金」*/
#inspection-charge th:nth-child(4) ,
#inspection-charge td:nth-child(4) {
    min-width: 9em;
    max-width: 9em;
}
/* 車検情報取得：月別店舗明細一覧のデータ行・指定文字数固定カラム「問い合わせ台数」*/
#inspection-charge th:nth-child(6) ,
#inspection-charge td:nth-child(6) {
    min-width: 8em;
    max-width: 8em;
}
/* 車検情報取得：月別店舗明細一覧のデータ行・指定文字数固定カラム「取得車両一覧ファイル」*/
#inspection-charge th:nth-child(7) ,
#inspection-charge td:nth-child(7) {
    min-width: 12em;
    max-width: 12em;
}
/* 車検情報取得：月別店舗明細一覧データの横罫線 */
#inspection-charge td:not(:last-child) {
    border-right: 1px solid #efefef;
    padding-top: 14px;
}
/* 車検情報取得：月別店舗明細一覧データの最後の下線 */
#inspection-charge tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

/* 車検情報取得：月別店舗明細一覧「全てを表示」ボタン*/
#inspection-charge #view_all_charge_detail {
    width: 200px;
    margin-top: 2em;
}
/* 車検情報取得：月別店舗明細一覧「明細一覧全件をCSVダウンロードボタン」押下をブロック */
#inspection-charge button.download-block {
    pointer-events: none;
    background: #5e5e5e !important
}


/* -------------------------------------------------- */


/* 車検情報取得：車両の抽出・定期運用アカウント */
#inspection-regular .header-inspection div:first-child button {
    border: 2px solid #3C8DBC;
    background: white!important;
    color: #3C8DBC;
}

/* 車検情報取得：車両の抽出・定期運用アカウント */
#inspection-regular .inspection-tile {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

/* 車検情報取得：車両の抽出・定期運用アカウント */
#inspection-regular .inspection-tile {
    position: relative;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-top: 3px solid #01a6cf;
}

/* 車検情報取得：車両の抽出・定期運用アカウント */
#inspection-regular .header-inspection div {
    text-align: center;
}
#inspection-regular .header-inspection > div {
    padding-left: 0px;
    margin-left: 15px;
}
#inspection-regular .header-inspection > div.col-md-2 {
    min-width: 200px;
    max-width: 200px;
}

#inspection-regular .header-inspection button {
    width: 200px !important;
}

#inspection-regular .header-inspection .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #BCBCBC;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 5px 10px 5px 30px;
}

/* 車検情報取得：車両の抽出・定期運用アカウントタブ */
#inspection-regular .tab-nav {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000014;
    width: 100%;
    margin: 0 auto;
}
#inspection-regular .tab-label {
    width: calc(100%/2);
    height: 54px;
    background-color: #BCBCBC;
    line-height: 54px;
    /*    font-size: 2.4rem;*/
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    position: relative;
}
#inspection-regular .tab-label:hover {
    opacity: .8;
}
#inspection-regular .tab-label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #155492;
    bottom: -8px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -9px;
}
#inspection-regular input[name="tabs"] {
    display: none;
}
#inspection-regular .tab_panel {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}
#inspection-regular #tab-1:checked ~ #tab-1_content,
#inspection-regular #tab-2:checked ~ #tab-2_content {
    display: block;
}
#inspection-regular .tab-nav input:checked + .tab-label {
    background-color: #155492;
    color: #fff;
}
#inspection-regular .tab-nav input:checked + .tab-label:after {
    content: '';
}
/* 車検情報取得：車両の抽出・定期運用アカウント */
#inspection-regular h2 {
    font-size: 24px;
}

/* 車検情報取得：車両の抽出・定期運用アカウント一覧のテーブルサイズ */
#inspection-regular table.table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
#inspection-regular div.row.col-md-12 {
    padding: 0;
    margin: 0;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のヘッダ行・背景色 */
#inspection-regular thead {
    background: #e7f1f0;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のヘッダ行・横罫線 */
#inspection-regular thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のヘッダ行・文字揃え(センタリング) */
#inspection-regular thead th {
    text-align: center;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のヘッダ行・折り返しなし */
#inspection-regular thead {
    white-space: nowrap;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のデータ行 */
#inspection-regular td {
    padding-left: 1em;
    padding-right: 1em;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のセンタリングするカラム「#」「法人ID」 */
#inspection-regular td:nth-child(1) ,
#inspection-regular td:nth-child(2) {
    text-align: center;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のデータ行・折り返ししないカラム「#」「法人ID」 */
#inspection-regular td:nth-child(1) ,
#inspection-regular td:nth-child(2) {
    white-space: nowrap;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のデータ行・指定文字数固定カラム「#」 */
#inspection-regular th:nth-child(1) ,
#inspection-regular td:nth-child(1) {
    min-width: 4em;
    max-width: 4em;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のデータ行・指定文字数固定カラム「法人ID」 */
#inspection-regular th:nth-child(2) ,
#inspection-regular td:nth-child(2) {
    min-width: 6em;
    max-width: 6em;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧のデータ行・指定文字数で折り返しするカラム「法人名」「LINEアカウント表示名」 */
#inspection-regular th:nth-child(3) ,
#inspection-regular th:nth-child(4) ,
#inspection-regular td:nth-child(3) ,
#inspection-regular td:nth-child(4) {
    min-width: 30em;
    max-width: 30em;
    word-break: break-all;
    white-space: normal;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧データの横罫線 */
#inspection-regular td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 車検情報取得：車両の抽出・定期運用アカウント一覧データの最後の下線 */
#inspection-regular tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}
/* 車検情報取得：車両の抽出・定期運用アカウント「CSVダウンロードボタン」押下をブロック */
#inspection-regular button.download-block {
    pointer-events: none;
    background: #5e5e5e !important
}


/* -------------------------------------------------- */


/* 車検情報取得：車両の抽出・個別アカウント指定 */
#inspection-individual .header-inspection div:first-child button {
    border: 2px solid #3C8DBC;
    background: white!important;
    color: #3C8DBC;
}

/* 車検情報取得：車両の抽出・個別アカウント指定 */
#inspection-individual .inspection-tile {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

/* 車検情報取得：車両の抽出・個別アカウント指定 */
#inspection-individual .inspection-tile {
    position: relative;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-top: 3px solid #01a6cf;
}

/* 車検情報取得：車両の抽出・個別アカウント指定 */
#inspection-individual .header-inspection div {
    text-align: center;
}
#inspection-individual .header-inspection > div {
    padding-left: 0px;
    margin-left: 15px;
}
#inspection-individual .header-inspection > div.col-md-2 {
    min-width: 200px;
    max-width: 200px;
}

#inspection-individual .header-inspection button {
    width: 200px !important;
}

#inspection-individual .header-inspection .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #BCBCBC;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 5px 10px 5px 30px;
}

/* 車検情報取得：車両の抽出・個別アカウント指定タブ */
#inspection-individual .tab-nav {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000014;
    width: 100%;
    margin: 0 auto;
}
#inspection-individual .tab-label {
    width: calc(100%/2);
    height: 54px;
    background-color: #BCBCBC;
    line-height: 54px;
    /*    font-size: 2.4rem;*/
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    position: relative;
}
#inspection-individual .tab-label:hover {
    opacity: .8;
}
#inspection-individual .tab-label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #155492;
    bottom: -8px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -9px;
}
#inspection-individual input[name="tabs"] {
    display: none;
}
#inspection-individual .tab_panel {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}
#inspection-individual #tab-1:checked ~ #tab-1_content,
#inspection-individual #tab-2:checked ~ #tab-2_content {
    display: block;
}
#inspection-individual .tab-nav input:checked + .tab-label {
    background-color: #155492;
    color: #fff;
}
#inspection-individual .tab-nav input:checked + .tab-label:after {
    content: '';
}
/* 車検情報取得：車両の抽出・個別アカウント指定 */
#inspection-individual h2 {
    font-size: 24px;
}

/* 車検情報取得：車両の抽出・個別アカウント指定一覧のテーブルサイズ */
#inspection-individual table.table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
#inspection-individual div.row.col-md-12 {
    padding: 0;
    margin: 0;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のヘッダ行・背景色 */
#inspection-individual thead {
    background: #e7f1f0;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のヘッダ行・横罫線 */
#inspection-individual thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のヘッダ行・文字揃え(センタリング) */
#inspection-individual thead th {
    text-align: center;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のヘッダ行・折り返しなし */
#inspection-individual thead {
    white-space: nowrap;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のデータ行 */
#inspection-individual td {
    padding-left: 1em;
    padding-right: 1em;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のデータ行 */
#inspection-individual td:not(:last-child) {
    padding-top: 14px;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のセンタリングするカラム「#」「法人ID」 */
#inspection-individual td:nth-child(1) ,
#inspection-individual td:nth-child(2) {
    text-align: center;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のデータ行・折り返ししないカラム「#」「法人ID」 */
#inspection-individual td:nth-child(1) ,
#inspection-individual td:nth-child(2) {
    white-space: nowrap;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のデータ行・指定文字数固定カラム「#」 */
#inspection-individual th:nth-child(1) ,
#inspection-individual td:nth-child(1) {
    min-width: 4em;
    max-width: 4em;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のデータ行・指定文字数固定カラム「法人ID」 */
#inspection-individual th:nth-child(2) ,
#inspection-individual td:nth-child(2) {
    min-width: 6em;
    max-width: 6em;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧のデータ行・指定文字数で折り返しするカラム「法人名」「LINEアカウント表示名」 */
#inspection-individual th:nth-child(3) ,
#inspection-individual th:nth-child(4) ,
#inspection-individual td:nth-child(3) ,
#inspection-individual td:nth-child(4) {
    min-width: 30em;
    max-width: 30em;
    word-break: break-all;
    white-space: normal;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧データの横罫線 */
#inspection-individual td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 車検情報取得：車両の抽出・個別アカウント指定一覧データの最後の下線 */
#inspection-individual tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}
/* 車検情報取得：車両の抽出・個別アカウント指定「CSVダウンロードボタン」押下をブロック */
#inspection-individual button.download-block {
    pointer-events: none;
    background: #5e5e5e !important
}


/* -------------------------------------------------- */


/* 車検情報取得：車検証情報の取り込み */
#inspection-upload .header-inspection div button {
    border: 2px solid #3C8DBC;
    background: white!important;
    color: #3C8DBC;
}

/* 車検情報取得：車検証情報の取り込み */
#inspection-upload .inspection-tile {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

/* 車検情報取得：車検証情報の取り込み */
#inspection-upload .inspection-tile {
    position: relative;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-top: 3px solid #01a6cf;
}

/* 車検情報取得：車検証情報の取り込み */
#inspection-upload .header-inspection div {
    text-align: center;
}
#inspection-upload .header-inspection > div {
    padding-left: 0px;
    margin-left: 15px;
}
#inspection-upload .header-inspection > div.col-md-2 {
    min-width: 200px;
    max-width: 200px;
}

#inspection-upload .header-inspection button {
    width: 200px !important;
}

#inspection-upload .header-inspection .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #BCBCBC;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 5px 10px 5px 30px;
}

/* 車検情報取得：車検証情報の取り込み指定タブ */
#inspection-upload .tab-nav {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000014;
    width: 100%;
    margin: 0 auto;
}
#inspection-upload .tab-label {
    width: calc(100%/2);
    height: 54px;
    background-color: #BCBCBC;
    line-height: 54px;
    /*    font-size: 2.4rem;*/
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    position: relative;
}
#inspection-upload .tab-label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #155492;
    bottom: -8px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -9px;
}
#inspection-upload input[name="tabs"] {
    display: none;
}
#inspection-upload .tab_panel {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}
#inspection-upload #tab-1:checked ~ #tab-1_content,
#inspection-upload #tab-2:checked ~ #tab-2_content {
    display: block;
}
#inspection-upload .tab-nav input:checked + .tab-label {
    background-color: #155492;
    color: #fff;
}
#inspection-upload .tab-nav input:checked + .tab-label:after {
    content: '';
}
#inspection-upload .tab-label3,
#inspection-upload .tab-label3-end {
    width: calc(100% / 3);
}
#inspection-upload .tab-label3:after {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #155492;
    bottom: 8px;
    transform: rotate(45deg);
    left: calc(100% - 18px);
    z-index: 1;
    margin-left: 0;
}
#inspection-upload .tab-label3-end:after {
    background-color: transparent;
}

#inspection-upload .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}
#inspection-upload .btn {
    border: 0;
    color: #fff;
    background-color: #3c8dbc;
    width: 150px;
    height: 40px;
    font-weight: normal;
}
#inspection-upload .upload-btn-wrapper input[type=file] {
    font-size: 22px;
    width: 150px;
    position: absolute;
    left: 70px;
    top: 0;
    opacity: 0;
}
#kts_update_step1 {
    margin-bottom: 200px;
}
#kts_update_step1 div {
    padding-bottom: 20px;
}
#kts_update_step1 button {
    margin-left: 70px;
}

#kts_update_step2 {
    margin-bottom: 200px;
}

/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のテーブルサイズ */
#kts_update_step2_start_success table.table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
#kts_update_step2_start_success div.row.col-md-12 {
    padding: 0;
    margin: 0;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のヘッダ行・背景色 */
#kts_update_step2_start_success thead {
    background: #e7f1f0;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のヘッダ行・横罫線 */
#kts_update_step2_start_success thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のヘッダ行・文字揃え(センタリング) */
#kts_update_step2_start_success thead th {
    text-align: center;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のヘッダ行・折り返しなし */
#kts_update_step2_start_success thead {
    white-space: nowrap;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のデータ行 */
#kts_update_step2_start_success td {
    padding-left: 1em;
    padding-right: 1em;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のセンタリングするカラム「#」「法人ID」 */
#kts_update_step2_start_success td:nth-child(1) ,
#kts_update_step2_start_success td:nth-child(2) {
    text-align: center;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のデータ行・折り返ししないカラム「#」「法人ID」 */
#kts_update_step2_start_success td:nth-child(1) ,
#kts_update_step2_start_success td:nth-child(2) {
    white-space: nowrap;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のデータ行・指定文字数固定カラム「#」 */
#kts_update_step2_start_success th:nth-child(1) ,
#kts_update_step2_start_success td:nth-child(1) {
    min-width: 4em;
    max-width: 4em;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のデータ行・指定文字数固定カラム「法人ID」 */
#kts_update_step2_start_success th:nth-child(2) ,
#kts_update_step2_start_success td:nth-child(2) {
    min-width: 6em;
    max-width: 6em;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧のデータ行・指定文字数で折り返しするカラム「法人名」「LINEアカウント表示名」 */
#kts_update_step2_start_success th:nth-child(3) ,
#kts_update_step2_start_success th:nth-child(4) ,
#kts_update_step2_start_success td:nth-child(3) ,
#kts_update_step2_start_success td:nth-child(4) {
    min-width: 30em;
    max-width: 30em;
    word-break: break-all;
    white-space: normal;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧データの横罫線 */
#kts_update_step2_start_success td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 車検情報取得：車検証情報の取り込み・取り込み対象アカウント一覧データの最後の下線 */
#kts_update_step2_start_success tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

#kts_update_step3 {
    margin-bottom: 200px;
}


/*
html {
    font-size: 62.5%;
  }

  .report-header {
    display: flex;
    justify-content: space-between;
    max-width: 1168px;
    margin: 25px auto 30px;
  }

  body {
    color: #262626;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }

  h1, h2, h3 {
    font-weight: normal;
  }
  h2, h3, p {
    margin: 0 0 8px;
  }

  .container {
    max-width: 1168px;
    margin: 0 auto;
  }

  .container.sub {
    margin-top: 90px;
  }

  h1 {
    font-size: 3.2rem;
    height: 23px;
  }

  h1 span {
    font-size: 1.5rem;
    margin-left: 2.4rem;
    vertical-align: middle;
  }

  h3 {
    font-size: 2.0rem;
    border-bottom: 2px solid #D6D6D6;
    padding-bottom: 4px;
    font-weight: bold;
  }

  .charge-row h3 {
    font-size: 2.0rem;
    border-bottom: 0px solid #D6D6D6;
  }

  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  .tab-nav {
    margin-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000014;
    width: 100%;
    margin: 0 auto;
  }

  .tab-label {
    width: calc(100%/2);
    height: 54px;
    background-color: #BCBCBC;
    line-height: 54px;
    font-size: 2.0rem;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    position: relative;
    font-weight: bold;
  }

  .tab-label:hover {
    opacity: .8;
  }

  .tab-label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #155492;
    bottom: -8px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -9px;
  }



input[name="tabs"] {
    display: none;
  }

  .tab_panel {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }

  #tab-1:checked ~ #tab-1_content,
  #tab-2:checked ~ #tab-2_content {
    display: block;
  }

  .tab-nav input:checked + .tab-label {
    background-color: #155492;
    color: #fff;
  }

  .tab-nav input:checked + .tab-label:after {
    content: '';
  }

  .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 0;
  }

  .flex.col3 section, .flex.col2 section {
    background-color: #E9E9E9;
    width: calc((100% - 80px)/3);
    text-align: center;
    min-height: 200px;
    margin-bottom: 85px;
    padding-top: 16px;
    position: relative;
  }

  .flex.col3 section:after, .flex.col2 section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #B7B7B7;
    top: 5px;
    left: 5px;
    z-index: -1;
  }

  .flex.col3 section > div, .flex.col2 section > div {
    background-color: #FFFFFF;
    margin: 10px 15px;
    border-radius: 8px;
  }

  .flex.col3 section > div p, .flex.col2 section > div p {
    font-size: 1.2rem;
  }

  .flex.col3 section .flex, .flex.col2 section .flex {
    justify-content: space-around;
    padding-top: 10px;
  }

  .flex.col2 {
    justify-content: flex-start;
  }

  .flex.col2 section {
    margin-right: 40px;
  }

  .flex.col3 section {
    padding-bottom: 15px;
  }

  .btn-report {
    background-color: #66ACBE;
    width: 212px;
    height: 40px;
  }

  .btn-report a {
    color: #FFFFFF;
    font-size: 1.5rem;
    display: inline-block;
    margin: 9px auto;
    padding-left: 45px;
    cursor: pointer;
    width: 100%;
  }

  .red {
    color: #F36666;
  }

  .gray {
    color: #AAAAAA;
  }

  .date {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }

  .date span {
    font-size: 1.5rem;
    margin-left: 14px;
  }

  b {
    font-family: "Arial Narrow", Arial, sans-serif;
    line-height: 7.3rem;
  }

  b.big {
    font-size: 6.4rem;
  }

  b.small {
    font-size: 3.2rem;
  }

  .table {
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: 40px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    overflow: scroll;
  }

  table td {
    padding: 9px;
  }

  table thead {
    background-color: #E7F1F0;
    text-align: center;
    border-bottom: 1px solid #9B9B9B;
    font-weight: bold;
  }

  table thead td {
    border-left: 1px solid #FFFFFF;
  }

  table thead td .sort {
    position: relative;
    margin-right: 10px;
  }

  table thead td .sort:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 7px;
    right: -14px;
    border: 7px solid transparent;
    border-top: 10px solid #606060;
  }

  table tbody td:not(:first-child) {
    text-align: right;
  }

  table tbody tr {
    border-bottom: 1px solid #9B9B9B;
  }

  table.col3 {
    max-width: 481px;
  }

  table.col3 td {
    width: 33%;
  }

  table.col6 td:first-child {
    width: 38%;
  }

  table.col6 td:nth-type-of(2) {
    width: 14%;
  }

  table.col6 td:nth-type-of(3) {
    width: 16%;
  }

  table.col4 td:first-child {
    text-align: center;
    width: 10%;
  }

  table.col4 td:last-child {
    width: 67%;
    text-align: left;
    padding-left: 50px;
  }

  .allTable tbody tr:last-child {
    border-top: 1px solid #202020;
  }

  table.col4 tbody tr:last-child td:not(:first-child) {
    font-weight: bold;
  }

  .border_table tbody tr:nth-of-type(odd) {
    background-color: none !important;
  }

  @media (max-width: 1024px) {
    .pc_none {
      display: block;
    }
    .sp_none {
      display: none;
    }
    header, .container {
      padding: 0 10px;
    }
    .flex:not(.fix) {
      display: block;
    }
    .flex:not(.fix).col3 section, .flex:not(.fix).col2 section {
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    header {
      display: block;
      text-align: center;
    }
    h1 {
      font-size: 2.4rem;
      height: 3rem;
    }
    header > div {
      text-align: center;
    }
    .btn {
      width: 80%;
      margin: 0 auto;
    }
    .flex.fix {
      display: block;
    }
    .flex.fix > div {
      margin-bottom: 10px;
    }
  }

  .shop-name {
    height: 5rem !important;
    font-size:2rem;
    width: 90%;
    display:inline-block
  }

  .inspection-tile {

  }


  .header-inspection {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
  }

  .charge-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
  }
  */



  /*# sourceMappingURL=style.css.map */

