
body{
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'メイリオ',serif;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
body *{
    font-weight: 200;
    box-sizing: inherit;
}
a{
    color:inherit;
    text-decoration: none;
}
.container{
    display: flex;
}
button{
    cursor: pointer;
}
input{
    cursor: pointer;
}
dialog{
    top: 5%;
}
textarea{
    font-family: 'メイリオ',serif;
}
/* 無効状態のボタン */
.not-allowed{
    cursor: not-allowed!important;
    opacity: 40%;
}
.not-allowed_status{
    cursor: not-allowed;
    opacity: 40%;
    pointer-events: none;
}
/* 編集ボタン */
.edit_button {
    padding: 3px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #239667;
}
/* 削除ボタン */
.delete_button {
    padding: 3px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #D1343D;
}
/* キャンセルボタン */
.cancel_button {
    padding: 6px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #4C4C4C;
}
.not-allowed_status{
    cursor: not-allowed;
    opacity: 40%;
    pointer-events: none;
}
/* 編集ボタン */
.edit_button {
    padding: 3px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #239667;
}
/* 削除ボタン */
.delete_button {
    padding: 3px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #D1343D;
}
/* キャンセルボタン */
.cancel_button {
    padding: 6px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #4C4C4C;
}
/* トップ部 */
.top_width{
    width: 50%;
    padding-left: 30px;
}
.top_width > img{
    width: 155px;
}
.top_width2{
    width: 50%;
    text-align: right;
    padding-right: 30px;
    position: relative;
    top: 5px;
    color: #fff;
    padding-top: 20px;
}
h1{
    margin: 0;
    font-size: 22px;
}
.user_icon{
    width: 22px;
    position: relative;
    top: 3px;
    left: 7px;
}
.contents_height{
    flex: 1;
}
.bell_icon{
    width: 22px;
    position: relative;
    top: 3px;
}
.bell_anchor{
    display:inline-block;
    height:30px;
    width:30px;
    text-align:center;
    position:relative;
    border-radius: 50%;
}
.bell_anchor:hover{
    background-color:  #036eb7;
}
.bell_badge{
    position:absolute;
    top:-3px;
    left:50%;
    font-size:12px;
    border-radius:100vh;
    min-width:18px;
    height:18px;
    background-color:red;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-left:5px;
    padding-right:5px;
    font-weight:bold;
}
.book_space{
    margin-right: 20px;
}
/* FAQ画面 */
.fa-question:before {
    font-size: 82px;
    color: cornflowerblue;
}
.fa-font:before {
    color: rgba(255,0,0,0.7);
}
.font_a{
    display: flex;
    align-items: baseline;
}

/* メニュー部分 */
.menu_img{
    display: none;
    width: 35px;
    margin-left: 15px;
}
.top_color{
    color:rgb(141, 149, 165);
    background-color: #033c5a;
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 1;
}
ul{
    margin: 0;
    padding: 0;
}
.li_padding{
    padding: 7.8px 0;
    color: #fff;
    /* padding-right: 8px; */
    padding-left: 7px;
    list-style: none;
    cursor: pointer;
    width: 100%;
    /* padding: 10px 0;
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    list-style: none;
    cursor: pointer;
    width: 100%; */
}
.li_padding:hover{
    background-color: #036eb7;
    color: #fff;
}
.li_padding > img{
    /* width: 25px; */
    width: 23px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
.sub_menu:hover{
    background-color: #034a7a;
    cursor: inherit;
}
.menu_height{
    width: 15%;
    position: relative;
    top: 75px;
    background-color: #034a7a;
}
/* ハンバーガー用メニュー */
.menu_height_sp{
    display: none;
}
.main_menu{
    width: 15%;
    position: fixed;
    background-color: #034a7a;
}
/* @media screen and (max-height: 768px){
    .menu_height{
        background-color:#fff;
    }
} */

@media screen and (max-width: 1366px) and (max-height: 1366px){
    .menu_img{
        display: block;
        cursor: pointer;
        position: relative;
        top: 24%;
        width: 36px;
        height: 36px;
    }
    .menu_height{
        display: none;
    }
    .menu_height_sp{
        position: absolute;
        top: 75px;
        left: 0px;
        z-index: 99;
    }
    .main_menu {
        height: 100%;
        width: 260px;
        z-index: 99;
    }
    .main_contents{
        width: 100%!important;
    }
    .registration_main_contents{
        width: 100%!important;
    }
    .registration_contents_area{
        max-width: 90%!important;
    }
}
@media screen and (max-width: 1024px){
    .item4{
        padding: 3px 8px;
    }
    .contents_area {
        font-size: 1.8vh;
    }
    .sub_contents_area{
        width: 84%!important;
    }

}

@media screen and (max-width: 840px){
    .contents_area {
        font-size: 1.0vh;
    }

}

/* ログイン画面部 */
.login_backgroud{
    background-image: url(../img/log-in-haikei.jpg);
    /* background-color: #dddddd2e; */
    justify-content: center;
}
.login_wrapper{ 
    margin: 10% auto; 
    /* max-width: 350px; */
    max-width: 470px; 
    width: 95%; font: 14px/1.5 sans-serif;
    padding:20px;
    text-align: center; 
    color: rgb(112, 112, 112);
    border-radius: 5px;
    box-shadow: 0 0 3px grey;
    background-color: #fff;
}
.login_logo{
    width: 68%;
    margin-bottom: 20px;
}
.login_font{
    text-align: left;
    margin:0;
    position: relative;
    left: 60px;
}
.login_text{
    height: 35px;
    width: 310px;
    border-radius: 4px;
    border-color: #d2d2d2;
    box-shadow: none;
    outline: none;
    border: solid 2px #ccc;
    margin-bottom: 15px;
}
.memory_font{
    user-select: none;
    margin-left: 1em;
}
.login_button{
    display: block;
    height: 35px;
    width: 310px;
    border: none;
    background-color: #036eb7;
    color: #fff;
    outline: none;
    border-radius: 4px;
    box-shadow: 1px;
    margin: 20px 0;
    position: relative;
    left: 60px;
}
.login-error-msg{
    margin-bottom: 10px;
    color: #D1343D;
    font-weight: bold;
}
/* コンテンツ部 */
.main_contents{
    background:#f2f2f2;
    width: 85%;
    padding: 15px;
    position: relative;
    top: 75px;
}
.contents_top{
    display: flex;
}
.contents_top_area1{
    width: 67%;
    display: flex;
}
.contents_top_area2{
    width: 33%;
    text-align: right;
}
.contents_top_area3{
    width: 100%;
    text-align: right;
}
.contents_top_area4{
    width: 50%;
}
.add_button{
    height: 40px;
    font-size: 16px;
    background-color: #036eb7;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 0 10px;
    margin-left: 2%;
}
.search_box{
    height: 28px;
    width: 13em;
    margin-right: 5px;
    border-radius: 3px;
    border-width: 1px;
}
.search_button{
    background-color: #fff;
    border-width: 1px;
    border-radius: 3px;
}
.search_icon{
    width: 17px;
    position: relative;
    top: 3px;
}
.store_right{
    text-align: right;
}
.store_select{
    height: 28px;
    width: 174px;
    border-radius: 3px;
    margin-right: 78px;
}
.selection_button{
    background-color: #fff;
    border-width: 1px;
    border-radius: 3px;
    padding: 2px 13px;
}

.sort_button{
    background-color: #fff;
    text-align: left;
    padding-left: 40px;
    width: 25%;
    border: none;
}

.sort_button2{
    background-color: #fff;
    text-align: left;
    padding-left: 40px;
    width: 25%;
    border: none;
}

.list_news{
    display: flex;
    flex-direction: column;
}
.item{
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 3px #ddd;
}
.display_count{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-end;
    margin: 10px .5em;
}
.count_all{
    text-align: center;
    font-size: 14px;
}
.count_all2{
    position: absolute;
    right: 0;
    font-size: 14px;
}
.check_button{
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.check_button2{
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.contents_area{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 3px #ddd;
    align-items: center;
}
.sub_contents_area{
    display: flex;
    width: 85%;
    align-items: center;
}
/* .checkbox_list{
    margin-right: 5%;
} */
.items{
    padding-left: 10px;
    width: 15%;
    text-align: center;
}
.items2{
    padding-left: 10px;
    width: 20%;
    text-align: center;
}
.items3{
    padding-left: 10px;
    width: 65%;
    text-align: center;
}
.items4{
    padding: 3px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #036eb7;
}
.sub_contents_button_area{
    display: flex;
    justify-content: flex-end;
    width: 20%;
}
.contents_border_none{
    border-top: none;
    border-bottom: none;
}

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 2%;
    bottom: 50px;
    z-index: 1;
}

footer {
    width: 100%;
    /* height: 50px; */
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    bottom: 0;
    font-size: 1vw;
    position: relative;
    top: 75px;
}

/* サイネージ一覧部 */
.signage_license_area{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 3px #ddd;
    width: 300px;
    padding: 23px;
    border-radius: 13px;
    text-align: center;
}
.items_signage{
    text-align: center;
    /* padding-left: 10px; */
    width: 25%;
    background-color: #fff;
    border: none;
}
.items_signage2{
    text-align: center;
    padding-left: 10px;
    width: 25%;
}
.items_signage3{
    text-align: center;
    padding-left: 10px;
    width: 35%;
}
.items_signage4{
    text-align: left;
    padding-left: 30px;
    /* padding-right: 10px; */
    width: 25%;
    background-color: #fff;
    border: none;
}
.items_signage5{
    text-align: center;
    /* padding-left: 10px; */
    /* width: 20%; */
    background-color: #fff;
    border: none;
}
.sort_area{
    background-color: #fff;
    align-items: center;
}
.img_item{
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}
.circle_green{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: chartreuse;
    position: relative;
    top: 2px;
    right: 7px;
}
.circle_gray{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ddd;
    position: relative;
    top: 2px;
    right: 7px;
}
/* ユーザ一覧部 */
.sub_contents_area2 {
    display: flex;
    width: 79%;
}
.items_user{
    padding-left: 10px;
    width: 25%;
    text-align: center;
}
.items_user2{
    padding-left: 10px;
    width: 20%;
    text-align: center;
}
.add_margin{
    margin-right: 20px;
}
@media screen and (max-width: 761px){
    .sp_add_button{
        margin-top: 10px;
    }
}

/* 配信スケジュール一覧 */
.items_stream{
    padding-left: 10px;
    width: 12%;
    text-align: center;
}
.items_stream1{
    padding-left: 10px;
    width: 25%;
    text-align: center;
}
.items_stream2{
    padding-left: 10px;
    width: 25%;
    text-align: center;
}
.items_stream3{
    padding-left: 10px;
    width: 15%;
    text-align: center;
}
.items_stream4{
    padding-left: 10px;
    width: 20%;
    text-align: center;
}
/* 新規登録ページ */
.registration_main_contents{
    background:#f2f2f2;
    width: 90%;
    padding-bottom: 40px;
    position: relative;
    top: 75px;
}
.registration_top_padding{
    padding-left: 50px;
    margin-top: 40px;
}
.registration_top_color{
    background-color: #fff;
    padding-top: 25px;
}
.top_button_color{
    color: blue;
    padding-left: 50px;
}
.top_button_color2 {
    color: blue;
}
.registration_contents_area{
    max-width: 65%;
    margin: 0 auto;
    position: relative;
    padding: 2.75rem 3.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 3px #ddd;
    font-size: 20px; 
}

.stream_form_area {
    max-width: 100%;
}
.registration_input{
    width: 48.5%;
    height: 30px;
    margin-left: 7%;
}
.view_each .registration_input{
    width: 60.5%;
    height: 30px;
    margin-left: 8.5%;
}
.value30{
    width: 48.5%;
    height: 30px;
    margin-left: 7%;
}
.registration_sub_contents_area{
    display: flex;
    width: 100%;
    margin: 35px 0;
}
.registration_sub_bgm_area{
    display: flex;
    width: 100%;
    margin-top: 35px;
}
.registration_sub_contents_button {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 35px 0;
}
.remarks_height{
    height: 100px;
}
.contents_disp_area {
    display:flex;
    flex-direction:row;
}
.contents_wrapper {
    width: 80%;
}
.delete_icon_area {
    align-self:center;
    height: 24px;
}
.delete_icon {
    cursor: pointer;
    width: 24px;
}
.stream_no_display{
    display: none;
}
.contents_wrapper .upload_area{
    width: 60.5%;
    margin-left: 8.5%;
}
/* 新規・編集　登録・キャンセル用 */
.items5 {
    padding: 6px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #036eb7;
}
/* 対象サイネージ 追加・削除 用 */
.items6 {
    padding: 2px 10px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #036eb7;;
}
.list_width_android{
    width: 11em;
}
.list_width{
    width: 8em;
}
.list_width2{
    width: 9em;
}
.list_width3{
    width: 14em;
}
.list_width4{
    width: 8em;
}
.list_width5{
    width: 8em;
    padding-left: 20px;
}

.radio_padding{
    padding-right: 15px;
}
.signage_back{
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:center;
    margin-left: 11%;
}
.signage_back2{
    display:flex;
    flex-direction:column;
    width:35%;
}
.signage_back3{
    font-size:13px;
    text-align:center;
}
.signage_back4{
    margin:0px 20px;
    height:100%;
}
.signage_back5{
    font-size:13px;
    text-align:center;
}
.signage_back6{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    height:calc(100% - 20px);
}
.signage_back7{
    display:flex;
    flex-direction:column;
    width:35%;
}
.signage_back8{
    font-size:13px;
    text-align:center;
}
.group_selector{
    width:100%;
    height:15em;
}
.mailfrom{
    height: 30px;
    margin-left: 7%;
    width: 20%;
}
.mailto{
    height: 30px;
    width: 20%;
}
.from_between_to{
    margin: 0 3%;
}
/* コンテンツ一覧画面 */
.upload_area{
    width: 48.5%;
    margin-left: 7%;
    /* width: 60.5%; */
    /* margin-left: 8.5%; */
}
.contents_upload_area{
    width: 90%;
    margin: 0 5%;
}
.upload_font{
    font-size: 75%;
}
.upload_drop{
    height: 200px;
    border-radius: 3px;
    border-top-color: #0098ff7a;
    border-top-style: dashed;
    border-top-width: 3px;
    border-right-color: #0098ff7a;
    border-right-style: dashed;
    border-right-width: 3px;
    border-bottom-color: #0098ff7a;
    border-bottom-style: dashed;
    border-bottom-width: 3px;
    border-left-color: #0098ff7a;
    border-left-style: dashed;
    border-left-width: 3px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-align: center;
    padding:10px;
    margin-top: 5px;
    background: aliceblue;
}
.upload_area_top{
    margin: 20px 5%;
}
.upload_drop_area{
    position: relative;
    top: 35%;
    font-size: 28px;
}
#file_button_upload{
    display: none;
}
.file_style{
    cursor: pointer;
    background-color: #036eb7;
    padding: 0 12px;
    border-radius: 15px;
    color: #fff;
    margin: 5px;
}
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
  }
   
#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../img/loading.gif") center center no-repeat;
    z-index: 9999;
}
.contents_button_color{
    height: 40px;
    font-size: 16px;
    background-color: #036eb7;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 0 10px;
    margin-left: 10px;
    display: none;
    padding: 10px;
}
.storage_size{
    text-align: right;
    margin-top: 25px;
}
.progress_area{
    display: flex;
    justify-content: flex-end;
}
#progress{
    width: 315px;
    height: 20px;
}
.ui-progressbar-value{
    background-color: #8bff89;
}
.ui-progressbar-value{
    margin: 0!important;
}
.disabled_message{
    color: palevioletred;
    margin-left: 5px;
}
/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    padding: 10px 30px;
}

.closeModal {
    position: absolute;
    top: -4.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 64px;
    color: #fff;
}
.contents_fit{
    max-width: 1200px;
    max-height: 850px;
}
.contents_fit_preview{
    max-width: 100%;
    max-height: 600px;
    background-color: #fff;
}
.Category_area{
    margin-top: 30px;
}
.content_list_category {
    padding-top: 1%;
    list-style: none;
    width: 45%;
    font-size: 16px;
    text-align: left;
    margin-left: 2%;
}
.content_list_table {
    width: 100%;
    border-collapse:  collapse; 
}
.content_list_table tr {
    border-collapse: collapse;
}
.content_list_table td {
    border-top: 1px solid #c4c1c1;
    border-bottom: 1px solid #c4c1c1;
    border-collapse: collapse;
}
.content_list_th1 {
    width: 40%;
    border-bottom: 1px solid #c4c1c1;
}
.content_list_td1 {
    width: 40%;
    word-wrap: break-word;
    word-break: break-word;
}
.stream_content_list {
    border-collapse: collapse;
    margin-top: -1px;
}
.contents_open_modal {
    display: none;
    position: fixed;
    z-index: 10;
    top: 25%;
    left: 15%;
    width: 50%;
    height: 50%;
    background-color: #eeeeee;
}
.contents_close_modal {
    position: absolute;
    top: -4.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 50px;
    color: #000;
}
.modal_view {
    padding: 2%;
    margin-top: 5%;
}
.modal_label {
    margin-top: 2%;
    margin-left: 2%;
}
.screen_layout_tab {
    border: 1px solid #c4c1c1;
    border-radius: 7px;
    padding-bottom: 2%;
}
.tabCategory{
    display: flex;
    list-style: none;
    font-size: 26px;
    cursor: pointer;
}
.tabCategory1{
    display: flex;
    list-style: none;
    font-size: 26px;
    cursor: pointer;
}
.content_tab_category3 {
    list-style: none;
    width: 60%;
    font-size: 16px;
    text-align: center;
    padding: 1% 5% 0% 5%;
}
.contents_name_info {    
    text-align: left;
}
.contents_displaytimeclose_info {
    width: 30%;
    text-align: right;
}
.title_contents {
    border: 1px solid #c4c1c1;
    border-collapse: collapse;
    background-color: #c4c1c1;
}
.Category_list1{
    width: 60%;
    background: #7fc4f3;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.Category_list1:hover{
    background-color:  #aacfe7;
}
#Category_all{
    background-color:  #036eb7;
}
.Category_list{
    width: 20%;
    background: #034a7a;
    color: #fff;
    text-align: center;
    border: solid 1px;
    padding: 10px 0;
}
.Category_list:hover{
    background-color:  #036eb7;
}
.hide_zone{
    display: none;
}
.seach_flex{
    display: flex;
}
.contents_checkbox{
    text-align: left;
}
.contents_area_block{
    display: block;
    padding-top: 60px;
}
.contents_preview{
    width: 100%;
    margin: 40px 0;
}
.preview_area{
    text-align: center;
}
.preview_img{
    /* width: 300px;
    height: 190px; */
    width: 100px;
    height: 80px;
    -webkit-user-drag: none;
    user-select: none;
    object-fit: contain;
}
.preview_img2{
    width: 100%;
    height: 270px;
    -webkit-user-drag: none;
    user-select: none;
    object-fit: contain;
}
.contents_img{
    display: flex;
    /* margin-top: 20px; */
    margin-top: 10px;
    flex-wrap: wrap;
}
.bgm_img{
    background-image: url(../img/kkrn_icon_onpu_6.png);
    background-position: top;
    background-size: 135px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 867px){
    .contents_img{
        justify-content: center;
    }
}
.contents_img_area{
    flex-direction: column;
    /* margin: 0 20px;
    padding: 0 20px;
    padding-top: 60px; */
    margin: 0 0 0 10px;
    padding: 0 10px;
    padding-top: 20px;
    text-align: center;
}
.contents_border_ddd{
    border: solid 3px #ddd;
    margin-bottom: 20px;
    cursor: pointer;
}
.contents_border_000{
    border: solid 3px #000;
    margin-bottom: 20px;
}
.contents_delete{
    height: 40px;
    font-size: 16px;
    background-color: #D1343D;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 0 10px;
}
/* 配信スケジュール登録部 */
.registration_input_cleander{
    width: 30.5%;
    height: 30px;
    margin-left: 7%;
}
.registration_input_cleander2{
    width: 30.5%;
    height: 30px;
}
.registration_input_cleander4{
    width: 25%;
    height: 30px;
}
.fullhour_marge{
    margin-bottom: 20px;
}
.fullhour_marge_none{
    margin: 0;
}
.cleander_speace{
    margin: 0 2%;
}
.registration_input_stream{
    width: 100%;
    height: 30px;
}
.contents_time_select{
    margin-left: 7%;
    width: 13%;
    margin-right: 2px;
}
.contents_time_select2{
    width: 12%;
    margin-right: 2px;
    margin-left: 10px;
}
.stream_levael_area{
    margin-left: 7%;
    display: flex;
    flex-direction: column;
}
.contents_add_button{
    padding: 6px 15px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #036eb7;
}
.upload_drop_stream{
    display: flex;
    align-items: center;
    justify-content: center;
}

.stream_contents_area {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 3px #ddd;
    width: 100%;
    padding: 23px;
    border-radius: 13px;
    text-align: center;
    height: 100%;
}


/* グループ一覧 */
.page_select_area{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.page_select{
    background-color:  #fff;
    border-width: 1px;
    border-radius: 3px;
    padding: 2px 13px;
    margin: 0px 2px;
}
.page_selected{
    background-color: #036eb7;
    color: #fff;
    border-width: 1px;
    border-radius: 3px;
    padding: 2px 13px;
    margin: 0px 2px;
}
.disp_results_num{
    cursor: pointer;
}
.selected_results_num{
    color:  #fff;
    background-color: #036eb7;
    border-radius: 3px;
    padding: 1px 5px;
}
.items_group2{
    text-align: center;
    padding-left: 10px;
    width: 15%;
}
.items_group3{
    text-align: center;
    padding-left: 10px;
    width: 40%;
}
/* グループ追加用css部 */
.registration_sub_group_add_area{
    display: flex;
    width: 100%;
    margin-top: 35px;
}
.registration_sub_group_add_area2{
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}
.registration_sub_group_add_area3{
    display: flex;
    width: 100%;
    margin-top: 15px;
}
.group_add_messege{
    font-size: 75%;
}
.registration_level_select_stream_area{
    width: 47%;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.registration_input2{
    width: 160px;
    margin-left: 7%;
}
.registration_input3{
    width: 160px;
}
.group_add_area{
    display: flex;
}
.button_add_cencel_area{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 5%;
}
#file-upload-button{
    padding: 6px 15px;
    margin-left: 5px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #036eb7;
}
/* 会社情報 */
.word_break{
    word-break: break-all;
}
.company_overflow{
    word-break: break-all;
    width: 80%;
}
/* 店舗新規登録部 */
.registration_level_select{
    display: flex;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 5px;
}
.registration_group_select{
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}
.registration_level_select_area{
    width: 15%;
    height: 30px;
    margin-left: 7%;
}

.content_name_div {
    position:relative;
}
.content_abridgement {
    /* padding:10px; */
    padding: 5px;
    text-overflow: ellipsis;
    /* width: 300px; */
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    
}
.content_full {
    position:absolute;
    top:0;
    display:none;
    color:#fff;
}
.content_hidden {
    display:inline-block;
    margin:40px 0 0;
    background:#333;
    color:#fff;
    padding:5px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
     word-break: break-all;
}

.template_img {
    width:14%;
    padding: 3px;
    cursor: pointer;
}

.template_img5{
    width: 9%;
}

.template_selection input[type="radio"] {
    display: none;
}

.template_selection input[type="radio"]:checked + label img {
  background: black;
}

/* リアルタイム配信部分 */
.realtime_area{
  display: flex;
  align-items: center;
}
.realtime_marge1{
    margin-left: 64px;
    margin-bottom: 10px;
  }
.realtime_marge2{
  margin-left: 16px;
  margin-bottom: 10px;
}
.realtime_contents_area{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 3px #ddd;
    width: 400px;
    padding: 23px;
    border-radius: 13px;
    text-align: center;
}
.realtime_contents{
    margin-bottom: 15px;
}
.realtime_delete{
    margin: 0 auto;
}

/* URL一覧部分 */
.url_contents_area{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 3px #ddd;
    width: 100%;
    padding: 23px;
    border-radius: 13px;
    text-align: center;
}
.url_name{
    text-align: left;
}
.url_marge{
    margin-left: 1em;
    margin-bottom: 10px;
    width: 85%;
}
.url_marge2{
    margin-left: 2.2em;
    margin-bottom: 10px;
    width: 85%;
}
.items_url{
    padding-left: 10px;
    width: 30%;
    text-align: center;
}
.items_url2{
    padding-left: 10px;
    width: 50%;
    text-align: center;
}
.a_deco{
    text-decoration: underline;
    color: blueviolet;
}
@media screen and (max-width: 1108px){
    .url_marge{
        width: 75%;
    }
    .url_marge2{
        width: 75%;
    }
}

/* アプリインストーラ用css */
.installer{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.install_marge{
    width: 150px;
    margin-right: 30px;
}

.installer_img{
    width: 150px;
    margin: 0 5px;
}

/* 画面分割用CSS */
.split_screen_img {
    width:18%;
    padding: 3px;
    cursor: pointer;
}
/*
.split_screen5{
    width: 9%;
}
*/
.split_screen_selection input[type="radio"] {
    display: none;
}

.split_screen_selection input[type="radio"]:checked + label img {
  background: black;
}

/* ビデオボックス表示位置用CSS */
.videobox_position_img {
    width:18%;
    padding: 3px;
    cursor: pointer;
}
/*
.videobox_position5{
    width: 9%;
}
*/
.videobox_position_selection input[type="radio"] {
    display: none;
}

.videobox_position_selection input[type="radio"]:checked + label img {
  background: black;
}

.signage_img{
    width: 7%;
    margin-right: 10px;
}

.Category_list_all{
    width: 100%;
    background: #034a7a;
    color: #fff;
    text-align: center;
    border: solid 1px;
    padding: 10px 0;
}
.Category_list_all:hover{
    background-color:  #036eb7;
}

.textarea_input{
	min-height: 100px;
	padding: 10px;
}

/* 情報設定 */
.upload_drop_area{
    position: relative;
    top: 29%;
    font-size: 26px;
}

.registration_contents_area3 {
    max-width: 65%;
    margin: 0 auto;
    position: relative;
    padding: 0.75rem 3.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 3px #ddd;
    font-size: 20px;
}
/* 情報設定 */

/* 配信スケジュール一覧 */
/* 複製ボタン */
.schedule_duplicate_button {
    padding: 3px 10px;
    margin-left: 7px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #036eb7;
}

.red_color {
    color: red;
}

#contents_add_area {
    margin-top: -5px;
    margin-left: 28%;
}

/* 2025.11.27 URLコンテンツのモーダル表示用スタイル */
.url_modal_container {
    padding: 20px;
    background: white;
    border-radius: 8px;
}

.url_modal_title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.url_modal_link {
    color: #036eb7;
    text-decoration: underline;
    word-break: break-all;
    font-size: 16px;
}

.url_modal_link:hover {
    color: #024d7a;
    text-decoration: underline;
}

.url_modal_description {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}


