main {
    background-color: #ffffff;
}

.site_logo {
    height: 60px;
}

.site_color {
    color: #a70719;
}

.site_bg_color {
    background-color: #a70719;
    color: #fff;
}

.site_border_color {
    border: 1px solid #a70719;
}

.active {
    color: #a70719;
}

.link_text {
    color: #a70719;
    text-decoration: underline;
}

.bg_white {
    background-color: #ffffff;
}

.dataTables_filter {
    display: flex;
    justify-content: end;
    margin: 6px;
}

select:disabled {
    background-color: #e5e4e4 !important;
}


.link_text:hover {
    color: #212121;
}


.header_menu .header_menu_item {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75rem;
    margin-left: 1rem;
    margin-right: 1rem;


    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.c_button {
    border-radius: 24px;
    border: #bdbdbd 1px solid;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    /* min-width: 13rem; */
}

.c_button:hover {
    /* background-color: #8b0716; */
    /* color: #fff; */
    opacity: 0.8;

}

.c_button.disabled,
.c_button:disabled {
    background-color: #c0c0c0;
    color: #fff;

}


.button_site_color {
    background-color: #a70719;
    color: #fff;
    border-radius: 24px;
    border: none;
}

/* .button_site_color:hover {
    background-color: #8b0716;
} */

.button_site_color:not(:disabled):hover {
    background-color: #8b0716;
}

.buttn_gray {
    background-color: #4a4a4a;
    color: #fff;
}


.checkbox_large {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    margin-right: 10px;
    margin-left: 10px;
}

/* .bg_gray {
    background-color: #4a4a4a;
} */

.bg_gray {
    background-color: #efefef;
}

.selected_row {
    background-color: #fff4a5;
}

.selected_row_other {
    background-color: #9d9d9d;
}

.text_red {
    color: #ff0000;
}

.text_gray {
    color: #c1c1c1;
}

.text_pink {
    color: #c817e9;
}

.btn_header {
    height: 60px;
    display: block;
    line-height: 60px;
    overflow: hidden;
}

.btn_logout {
    background-color: #b2b2b2;
    color: #fff;
    overflow: hidden;
}

.btn_item_screen {
    background-color: #4a4a4a;
    color: #fff;
}

.btn_item_screen:hover {
    background-color: #212121;
}


.btn_radius {
    border-radius: 24px;
}

.btn_edit {
    background-color: #8b0716;
    color: #fff;
    font-size: 0.8rem;
    width: 80px;
}

.btn_edit:hover {
    background-color: #5f0610;
}




.on_delete {
    color: darkred;
}

.on_link {
    color: royalblue;
}

.remove_image {
    color: red;
}

.no_display {
    display: none;
}

.page_title {
    min-width: 200px;
}




.status_table {
    width: 100%;
    margin-bottom: 0px;
    font-size: 13px;
}

.status_table tr {
    /* border: #000 1px solid; */
    border: rgb(163, 163, 163) 1px solid;
    padding: 5px 0;
    /* text-align: left; */
    /* border-right: none; */
}


.status_table td {
    word-break: break-all;
    padding: 2px 10px;
    /* border-right: #000 1px solid; */
    /* text-align: center; */
    border: rgb(163, 163, 163) 1px solid;

}

.status_table th {
    background-color: #eeeeee;
    text-align: left;
    padding: 2px 10px;
    /* border-right: #000 1px solid; */
    border: rgb(163, 163, 163) 1px solid;
}

.base_table_nexarea tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: none;
}

.base_table_nexarea th {
    background-color: #296700;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
    border-right: rgb(163, 163, 163) 1px solid;
}

.base_facility_table tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
}


.base_facility_table td {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 50px;
}

.base_facility_table th {

    color: #000;
    text-align: left;
    padding: 5px 20px;
    /* border-right: #000 1px solid; */
    border-right: rgb(163, 163, 163) 1px solid;
}


.base_facility_table th {
    min-width: 160px;
    /* -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
}

.x_scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scrollbar_none {
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}

.cell_month a,
.cell_day a {
    /* display: block; */
    width: 100%;
    height: 100%;
}

.cell_month a:hover,
.cell_day a:hover {
    background-color: #eee;
}




#form_purchase .col-span-2 {
    font-weight: bold;
    width: 120px;
}

#form_purchase .col-span-6 {
    width: 300px;
}









/* スケジュール表ここから */
.schedule_container {
    display: block;
    /* overflow-x: auto; */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


.schedule_grid_header {
    display: flex;
    font-weight: bold;
    border-top: rgb(163, 163, 163) 1px solid;
    border-left: rgb(163, 163, 163) 1px solid;
    width: fit-content;
    background-color: #efefef;
}

.schedule_container_inner {
    border-left: rgb(163, 163, 163) 1px solid;
    font-size: 12px;
}


.schedule_grid_header .col_media {

    width: 200px;
    display: flex;
    align-items: center;
}

.schedule_grid_header .col_item_num,
.schedule_grid_header .col_media_type,
.schedule_grid_header .col_media_location,
.schedule_grid_header .col_sales_office,
.schedule_grid_header .col_route,
.schedule_grid_header .col_media_name,
.schedule_grid_header .col_bus_name,
.schedule_grid_header .col_status
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.schedule_grid_header .col_status {
    border-right: 1px solid rgb(163, 163, 163);
    border-bottom: 1px solid rgb(163, 163, 163);
}

.schedule_grid_header .col_publishing,
.schedule_grid_header .col_publish_schecdule {
    background-color: #efefef;
}

.schedule_grid_header .col_publishing .col_detail .cell {
    justify-content: center;
}

.schedule_grid_header .col_publish_schecdule {
    display: flex;
    align-items: center;
}

.schedule_grid_header .col_date {
    font-size: 14px;
    background-color: #efefef;
}

.schedule_grid_header .col_date .col_title,
.schedule_grid_header .col_date .col_month {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

}


.schedule_grid_header .col_date .col_day,
.schedule_grid_header .col_date .col_day_of_week {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.schedule_grid_header .col_publishing .col_title {
    display: flex;
    justify-content: center;
}

.schedule_grid_header .col_publishing .col_detail {
    display: flex;
}




/* コンテンツ */
.schedule_grid_row {
    display: flex;
}




.schedule_grid_row .col_date .col_day,
.schedule_grid_row .col_publishing .col_detail,
.schedule_grid_row .col_date .col_month {
    display: flex;
}

.col_media,
/* .col_media_type, */
.col_media_location {
    position: sticky;
    /* background-color: #fff; */
    z-index: 500;

    display: flex;
    align-items: center;
}

.col_date {
    background-color: #fff;
}

.col_item_num {
    width: 60px;
}

.col_media {
    font-weight: bold;
    width: 200px;
    /* font-size: 12px; */

}

.col_media_type {
    min-width: 120px;
    /* font-size: 12px; */
}

.col_media_location {
    min-width: 125px;
    /* min-width: 215px; */
    /* font-size: 12px; */
}

.col_publish_span {
    width: 256px;
}

.col_sales_office {
    width: 150px;
}

.col_route {
    width: 150px;
    overflow: auto;
}

.col_route div {
    /* white-space: nowrap; */
    overflow: hidden;
}


.col_bus_name {
    width: 200px;
}




/* セル毎 */
.col_media,
.col_media_type,
.col_media_location,
.col_publish_schecdule,
.col_detail div,
.col_sales_office,
.col_route,
.col_bus,
.col_bus_name,
.col_media_name,
.col_advertise_name {
    padding-left: 4px;
    padding-right: 4px;
}

.col_item_num,
.col_detail div,
.col_title,
.col_media,
.col_media_type,
.col_media_location,
.col_publish_schecdule,
.cell_month,
.cell_day,
.col_sales_office,
.col_route,
.col_bus,
.col_bus_name,
.col_media_name {
    border-bottom: 1px solid rgb(163, 163, 163);
    border-right: 1px solid rgb(163, 163, 163);
    box-sizing: border-box;
}

/* 縦中央 */
/* .col_sales_office, */
.col_bus_name,
.col_sales_office,
.col_route,
.col_media,
.col_title,
.col_media_type,
.col_detail div,
.owner_purchased_cell a,
.col_bus_name a,
.owner_not_buy_cell a,
.col_media_name,
.col_media_name,
.col_bus_name {
    display: flex;
    align-items: center;
    height: 100%;
}



.space_label:hover {
    z-index: 1000 !important;
    background-color: #9d9d9d !important;
}

.cell {
    display: flex;
    align-items: center;
    height: 100%;
}


.col_advertiser_name,
/* .col_bank_account_number, */
.col_note,
.col_user_name {
    width: 140px;
}

.col_advertiser_name {
    text-align: center;
}


.col_publish_schecdule {
    min-width: 60px;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_publishing .col_title {
    font-size: 14px;
}

.col_publishing .col_detail {
    font-size: 13px;
    height: 24px;
}

.col_title {
    height: 24px;
}


.col_title,
.col_detail
.cell {
    /* height: 30px; */
    overflow: hidden;
}

.cell_month {
    width: 37px;
    height: 24px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cell_day {
    width: 20px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 14px; */
}

.p_cell {
    display: flex;
    align-items: center;
    justify-content: center;
}


.owner_purchased_cell {
    z-index: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    border-bottom: #aeaeae 1px solid;
    border-right: #aeaeae 1px solid;
    font-size: 14px;
}



.owner_purchased_cell a {
    height: 100%;
    width: 100%;
    /* display: block; */
    position: absolute;
    top: 0;
    left: 0;
}

.owner_not_buy_cell {
    z-index: 300;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    border-bottom: #aeaeae 1px solid;
    border-right: #aeaeae 1px solid;
    white-space: nowrap;
    overflow: hidden;
    color: #4a4a4a;
    font-size: 14px;
    background-color: #d7d7d7;
}

.not_buy {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


.cant_buy {
    background-color: #858585;
    height: 100%;
    width: 100%;

    /* position: absolute;
    top: 0;
    left: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.crop-text-1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.crop-text-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.flash_message {
    background-color: #f86a6ad0;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}




.tooltip_schedule {
    position: relative;
    display: block;
}

.tooltip_schedule_container {
    display: none;
    position: absolute;
    line-height: 1.6em;
    background-color: #fff;
    right: 0;
    z-index: 50000;

    top: -10px;
    right: 0px;
}

.tooltip_row {
    display: flex;
    margin: 10px 0;
}

.tooltip_row .tooltip_col_1 {
    width: 200px;
    text-align: left;
}

.tooltip_row .tooltip_col_2 {
    width: 300px;
    text-align: left;
}

.tooltip_description_container {
    border: #eee 1px solid;
    padding: 12px;
    background-color: #fff;
}

.tooltip_description_container:hover {
    background-color: #eee;
}

.tooltip_schedule:hover .tooltip_schedule_container {
    display: inline-block;
    /* z-index: 500; */
}


.disabled {
    pointer-events: none;
    background-color: #eee;
}

.sticky-top {
    position: sticky;
    top: 0;
}

.sticky-left {
    position: sticky;
    left: 0;
}



/* 空き枠管理画面(entry) */
.schedule_grid_row_2 {
    display: grid;
}

.schedule_grid_row_2 .col_sales_office {
    grid-row: 1 / 99;
    grid-column: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule_grid_row_2 .col_item_num {
    grid-row: 1 / 99;
    grid-column: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



.schedule_grid_row_2 .col_routes {
    grid-column: 2;
    display: grid;
}


.schedule_grid_row_2 .col_routes .col_route {
    grid-column: 1;
    grid-row: 1 / 99;
}

.schedule_grid_row_2 .col_routes .col_buses {
    grid-column: 2;
}

.schedule_grid_row_2 .col_routes .col_buses .col_bus_info {
    display: grid;
}

.schedule_grid_row_2 .col_routes .col_buses .col_bus_info .col_bus_name {
    grid-column: 1;
    grid-row: 1 / 999;
    border-bottom: 1px solid rgb(163, 163, 163);
}

.schedule_grid_row_2 .col_routes .col_buses .col_bus_info .col_media_info {
    grid-column: 2;
    display: flex;

}

.schedule_grid_row_2 .col_routes .col_buses .col_bus_info .col_date {
    display: flex;
}





.col_day,
.col_month {
    display: flex;
}


.col_media_name {
    width: 200px;
}


.filter_option {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 30px;

    border-color: #6b7280;
    border-top-color: rgb(107, 114, 128);
    border-right-color: rgb(107, 114, 128);
    border-bottom-color: rgb(107, 114, 128);
    border-left-color: rgb(107, 114, 128);
    border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

.filter_option option {
    color: #000;
    background-color: #fff;
}







.schedule_grid_row_2 .col_buses {
    grid-column: 2;
    /* display: flex; */
}

.schedule_grid_row_2 .col_buses .col_bus_info {
    display: grid;
}

.schedule_grid_row_2 .col_buses .col_bus_info .col_bus_name {
    grid-column: 1;
    grid-row: 1 / 999;
    border-bottom: 1px solid rgb(163, 163, 163);
}

.schedule_grid_row_2 .col_buses .col_bus_info .col_route {
    grid-column: 2;
    grid-row: 1 / 999;
    border-bottom: 1px solid rgb(163, 163, 163);
    display: flex;
    /* flex-wrap: wrap; */

}


.schedule_grid_row_2 .col_buses .col_bus_info .col_media_info {
    grid-column: 3;
    display: flex;

}

.schedule_grid_row_2 .col_buses .col_bus_info .col_date {
    display: flex;
}

.schedule_grid_row_2 .col_buses .col_bus_info .col_date .col_day {
    display: flex;
}

.schedule_grid_row_2 .col_buses .col_bus_info .col_publishing {
    display: flex;
}

.schedule_grid_row_2 .col_buses .col_bus_info .col_publishing .col_detail {
    display: flex;
}

.col_bus_info {
    display: grid;
}

.published_span {
    background-color: #f5bac2;
}

.select_date {
    color: #d40d0d;
    font-weight: bold;
}

.btn_select_date {
    /* display: block; */
    width: 100%;
    height: 100%;
}

.btn_select_date:hover {
    background-color: #adacac;
    cursor: pointer;
}



button:disabled {
    background-color: #c0c0c0;
    color: #fff;
}

button:disabled:hover {
    background-color: #c0c0c0;
    color: #fff;
    cursor: auto;
}

.btn_active {
    background-color: #000 !important;
    color: #fff;
}

.purchased_list {
    font-size: 12px;
    padding-bottom:100px;
}


option:disabled {
    background-color: #eee;
}



/* ジャオダック連携ページここから */
.collaborate_container {
    /* background-color: #f2f2f2; */
    font-size: 12px;
}

.collaborate_row_header {
    border-top: #212121 1px solid;
    background-color: #d5d5d5;
    font-weight: bold;
}


.collaborate_row {
    display: grid;
    border-left: #212121 1px solid;
}

.collaborate_row .col_1 {
    grid-row: 1 / 99;
    grid-column: 1;
    width: 200px;
    display: flex;
    align-items: center;

    border-right: #212121 1px solid;
    border-bottom: #212121 1px solid;
    padding: 6px;

    overflow: auto;
}

.collaborate_row .col_2 {
    /* grid-row: 1 / 99; */
    grid-column: 2;
    width: 150px;
    display: flex;
    align-items: center;

    border-right: #212121 1px solid;
    border-bottom: #212121 1px solid;
    padding: 6px;
}

.collaborate_row .col_3 {
    /* grid-row: 1 / 99; */
    grid-column: 3;
    /* display: flex; */

    /* border-right: #212121 1px solid; */
}

.collaborate_row .col_3 .col_sub {
    border-right: #212121 1px solid;
    border-bottom: #212121 1px solid;
    padding: 6px;
    /* border-bottom: #212121 1px solid;  */
}

.collaborate_row .col_3 .col_target {
    text-align: left;
    width: 140px;
}

.collaborate_row .col_3 .col_possible {
    text-align: center;
    width: 100px;
}

.collaborate_row .col_3 .col_status {
    text-align: center;
    width: 100px;

}

.collaborate_row .col_3 .col_collaborate {
    text-align: center;
    width: 100px;
}

.collaborate_row .col_3 .col_debug {
    text-align: center;
    width: 130px;
}

/* ジャオダック連携ページここまで */



/* textarea:read-only,
select:read-only,
input:read-only {
    background-color: #e5e4e4;
} */

.read_only {
    background-color: #e5e4e4;
}


.ui-datepicker-year,
.ui-datepicker-month {
    padding: 4px;
}



/* ダッシュボード */
.media_container_wrapper {
    /* display: block; */
    overflow-x: auto;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
}

.media_container {
    border-bottom: 1px solid #000;
    font-size: 0.8rem;
}

.media_container_header {
    background-color: #f0f0f0;
}



.media_container_row .media_row {
    border-right: 1px solid #000;
    text-align: center;
}

.media_container_row {
    display: grid;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}




.media_container_row .col_media_type_name {
    grid-row: 1 / 99;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 6px;
    /* width: 120px; */
    width: 180px;

}

.media_container_row .col_advertise_name {
    grid-column: 2;
    grid-row: 1 / 99;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 6px;

    width: 200px;
    /* width: 180px; */


}

.media_container_row .col_sales_office_info {
    grid-row: 1;
    grid-template-columns: repeat(auto-fill);
    width: 100px;
}







.media_container_row .col_sales_office_info {
    display: grid;
    /* width: 180px; */
}

.media_container_row .col_sales_office_info .col_name {
    grid-row: 1;
    grid-column: 1 / 3;
    border-bottom: #000 1px solid;


}

.media_container_row .col_sales_office_info .col_free_space {
    grid-row: 2;
    grid-column: 1;
    border-right: #000 1px solid;
    width: 50px;
}

.media_container_row .col_sales_office_info .col_frame {
    grid-row: 2;
    grid-column: 2;
    width: 50px;
}


.input_box,
.input_box input,
.input_box select,
.input_box textarea {
    width: 100%;
}


.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}


.check_row:hover {
    cursor: pointer;
}

.result_container {
    /* background-color: #ffeded; */
    padding: 10px;
    max-height: 400px;
    overflow: auto;
    /* width: 300px; */
}

/* .result_date,
.result_content {
    color: #5f0610;
} */

.debug_container {
    background-color: #f2f2f2;
    position: fixed;
    bottom: 0;
    /* left: 50%; */
    width: 100%;
    /* text-align: center; */
}


.container_input_add_child {
    border-top: #4a4a4a 3px solid;
    /* border-bottom: #4a4a4a 3px solid; */
    padding: 20px 0px;
    margin: 20px 0px;
}



.btn_add_child {
    cursor: pointer;
}

/* .btn_add_child:hover {
    opacity: 0.9;
} */

.btn_add_child:not(:disabled):hover {
    opacity: 0.9;
}

.align-items-center {
    align-items: center;
}


.input_form_edit:disabled {
    background-color: #efefef;
}

.disabled {
    background-color: #e2e2e2;
}


.nodata_container {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    /* font-size: 0.8em; */
    font-size: 1.0em;
    padding: 30px 0;

    border: #b4b4b4 1px solid;
}




.grid_row {
    display: grid;
    border-top: #212121 1px solid;
    border-left: #212121 1px solid;
}

.grid_row.header {
    background-color: #d5d5d5;
    font-weight: 700;
}


.grid_row .c_col_sales_office {
    grid-row: 1 / 99;
    grid-column: 1;
    border-bottom: #212121 1px solid;
    /* padding: 6px; */
    width: 160px;
    padding: 6px;
}

.grid_row .c_col_areas {
    /* grid-row: 1; */
    grid-column: 2;
    /* border-bottom: #212121 1px solid; */
    /* padding: 6px; */


}


.grid_row .c_col_area {
    /* background-color: #296700; */
    display: grid;
}

.grid_row .c_col_area_name {

    grid-row: 1/99;
    grid-column: 1;
    width: 160px;
    border-left: #212121 1px solid;
    border-bottom: #212121 1px solid;
    /* border-left: #212121 1px solid; */
    height: 100%;
    padding: 6px;

}

.grid_row .c_col_item {
    grid-column: 2;
    border-left: #212121 1px solid;
    /* padding: 6px; */
}

.c_col_item .c_col_sub {
    border-right: #212121 1px solid;
    border-bottom: #212121 1px solid;
    /* grid-template-columns: repeat(auto-fill);
    grid-gap: 6px; */
    padding: 6px;
}

.grid_row .c_col_item .col_target {
    width: 140px;
}

.grid_row .c_col_item .col_possible,
.grid_row .c_col_item .col_status,
.grid_row .c_col_item .col_collaborate {
    text-align: center;
    width: 100px;

}


.grid_row .c_col_item .col_debug {
    width: 140px;
}







.multi_check:hover {
    cursor: pointer;
}

.multi_check {
    margin:12px 2px;
    display: inline-block;
}
.multi_check input {
    display: none;
}
.multi_check span {
    color: #333;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 20px;
    /* padding:  6px 10px; */
    padding:  8px 10px;
}
.multi_check input:checked + span {
    color: #FFF;
    background: #a70719;
    border: 1px solid #a70719;
}

.multi_check input:disabled:checked + span {
    color: #FFF;
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}



.other_container {
    /* text-align: center; */
}

.multi_check_text::before {
    width: 10px;
    content: "□";
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.multi_check_text.checked::before {
    content: "✔";
}


.btn_set_other_container {
    font-size: 16px;
    padding:20px 0px;
}

.c_container_recommend {
    border:#212121 1px solid;
    padding: 10px;
    width: 300px;
    margin: 10px;

    display: flex;
    flex-wrap:wrap;
    /* align-items: space-between; */
    justify-content:center;
    align-content: space-between;

}





textarea[readonly] {
    /* background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); */
    background-color: #e5e4e4;

}

.c_image {
    /* width: 100%;
    height: 100%; */
    width: 360px;
    height: 240px;
    max-width: none;
    /* height: auto; */
    /* object-fit: cover; */
}

.topic_container {
    /* margin: 15px; */
    margin-right: 20px;
}


.content_container {
    padding: 2.0rem;
}


.title_container {
    padding-left:2rem;
    padding-right:2rem;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    background-color: #f3f4f6;
    display: flex;
    justify-content:space-between;
    margin-left:auto;
    margin-right:auto;
}


.filter_option {
    max-width: 180px;
}

.cell_route_name {
    overflow: hidden;
    max-width: 200px;
    position: relative;
}


.truncate {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.highlight {
    background-color: #ff0;
}




.red-container, .blue-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    overflow-y: auto;
    overflow-x: auto;
    height: 80vh;
}

/*
.red-top, .red-bottom, .blue-top, .blue-bottom {
    overflow-y: auto;
    height: 50%;
}
.red-containerm,
.blue-container {
}
*/

.red-container {
    width: 50%;
    border: 2px solid red;
}

.blue-container {
    width: 50%;
    border: 2px solid lightblue;
}

.red-top, .blue-top {
    /* 必要に応じてスタイルを追加 */
    background-color: #f8d7da;
}

.red-bottom, .blue-bottom {
    /* 必要に応じてスタイルを追加 */
    background-color: #d1ecf1;
}











/* プール用 */
.col_status {
    width: 150px;
}
/* .grid_container {
    display: grid;
}

.grid_content {
    display: contents;
} */

.schedule_grid_row_pool {
    display: grid;
    /* display: contents; */
}

/* .schedule_grid_row_pool div {
    width: 150px;
} */


.schedule_grid_row_pool .col_status {
    grid-row: 1 / 999;
    grid-column: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 150px;
    border-right: 1px solid rgb(163, 163, 163);
    border-bottom: 1px solid rgb(163, 163, 163);

    /* grid-row: span 10; */

}

.col_pool_purchase {
    grid-column: 2;
    display: grid;
}


.col_pool_purchase .col_publish_span {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(163, 163, 163);
    border-bottom: 1px solid rgb(163, 163, 163);


}

.col_pool_purchase .col_due_span {
    grid-column: 2;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(163, 163, 163);
    border-bottom: 1px solid rgb(163, 163, 163);

}

.col_pool_purchase .col_advertise_name {
    grid-column: 3;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(163, 163, 163);
    border-bottom: 1px solid rgb(163, 163, 163);

}

.col_pool_purchase .col_date {
    grid-column: 4;
}

.schedule_grid_row_pool .col_date {
    display: flex;
}

.btn_toggle_pool {
    background-color: #07a78b;
    color: #fff;
}
.btn_related_purchase {
    background-color: #07a78b;
    color: #fff;
}

.btn_related_purchase.active {
    background-color: #b6b6b6;
    color: #fff;
}

.collapse {
    border-collapse: collapse;
}
