/* 全体 */

.table td, .table th {
    vertical-align: middle !important;
}

.original_nav{
    background-color: #eeeeee;
}

.alert_original{
    width: 95%;
    margin: 20px auto 0px;
}

.alert_original ul{
    margin-bottom: 0rem !important;
}

.alert_original p{
    margin-bottom: 0px;
}

.original_title{
    background:#32469B;
}

.original_header_bar{
    background:#32469B;
}

.delete_check{
    font-weight: bold;
}

.badge-danger{
    margin-left: 5px;
}

.back_button{
    margin-bottom: 10px;
}

.back_button2{
    float: right;
    position: relative;
    bottom: 5px;
}

.logout_area{
    margin:0 0 0 auto;
}

.close_original {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: -10px;
    cursor: pointer;
}

@media print {
	.print {
	  display: none;
	}
	@page { margin: 0; }
}

/* ログインページ */

.login .login_area{
    max-width: 500px;
    margin:0 auto;
}



/* 組合・アカウント */
@media screen and (min-width: 1200px){
    .agent_responsible_person_kana{
        font-size: 13px;
    }    
}



/* 組合・代理店・トップページ */

.new_arrivals .new_arrivals_area{
    height:520px;
}



/* 組合・ユーザー登録・編集ページ */

.user_register_edit .user_belong .hide{
    display: none;
}


/* 学校一覧 */
.sc_list {
    font-size : 0.95rem;
    overflow-y: scroll;
    height: 700px;
    display: block;
}
.sc_list th{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    border-top: none;
}
.sc_list th::before {
    content: '';
    position : absolute ;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    border-bottom: 1px solid #dee2e6;
}
.sc_list tr th,
.sc_list tr td{
    border-left: 0;
}
.table-bordered td{
    border-top: 0;
}
.sc_list tr th{
    border-bottom: 0;
}

/* 組合・代理店・登録学校一覧ページ */

.school_notice .notice_area{
    margin-bottom: 40px;
}

.school_notice #school_boxes #school_all{
    cursor: pointer;
    width:15px;
    height:15px;
    position: relative;
    top: -3px;
}

.school_notice #school_boxes .all_check{
    font-family: selif;
    font-weight: bold;
    font-size: 13.5px;
}

.school_notice #school_boxes .td_check_box input{
    cursor: pointer;
    width:15px;
    height:15px;
}



/* 組合・代理店・通達内容詳細ページ */
.notice_detail .notice_detail_area td{
    padding-bottom: 25px;
}

.notice_detail .notice_detail_area .td_notice_detail{
    padding-left: 30px;
}



/* 組合・代理店・学校・責任開始 */

.invoice .table_permission{
    width: 300px;
}



/* 学校・トップページ */

.school_top .notice_area{
    height: 300px;
}

.school_top #download span{
    color: red;
}

.school_top .template_download_button{
    font-size: 15px;
}



@media screen and (min-width: 1000px){
/*
    .school_top .student_register_explanation{
        width: 100%;
        float: left;
        margin-bottom: -10px;
    }
    
    .school_top .student_register_template_download{
        float: right;
        position: relative;
        bottom: 15px;
    }
    
    .school_top .float_clear{
        clear: both;
    }
*/
}



@media screen and (max-width: 1200px){

    .school_top .template_download_button{
        font-size: 1vw;
    }

}



@media screen and (max-width: 999px){

    .school_top .student_register_template_download{
        margin-bottom: 5px;
    }

}



/* 学校・csvアップロード */

.csv_upload .csv_file_content{
    height: 300px;
}

.csv_upload .plan_type span{
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 30px;
    padding: 0 10px;
}

@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

.upload_overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.upload_overlay .cv_spinner{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.upload_overlay .spinner{
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

/* 登録学校一覧 */
.agent_approval {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745;
}
.agent_approval:hover {
    color: #008843;
    background-color: #fff;
    border-color: #008843;
}

