@charset "UTF-8";
	
/* ********************************************
// climb-factory base css
// ***************************************** */


/* ///////////////////////////////////////////////
00. common

01. form
02. table

11. top
12. report
13. evaluation

////////////////////////////////////////////////*/


@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@media print {
a[href]:after {
  content: "" !important;
}
abbr[title]:after {
  content: "" !important;
}
}

body {
    -webkit-print-color-adjust: exact;
    color:#333;
    @extend html;
    box-sizing: border-box;
    font-size: 16px !important;
}
html {
    /*font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;*/
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-feature-settings: "pkna" 1;
}

h1, h2, h3, h4, h5, h6, strong {
    @extend html;
    /*font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;*/
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: 700;
}
img{
    vertical-align: middle;
}

label {
    margin-bottom: 0;
}

.DispNone{display:none !important;}

.mgnT10{margin-top:10px !important;}
.mgnT20{margin-top:20px !important;}
.mgnT30{margin-top:30px !important;}
.mgnT40{margin-top:40px !important;}
.mgnT50{margin-top:50px !important;}

.mgnR10{margin-right:10px !important;}
.mgnR20{margin-right:20px !important;}
.mgnR30{margin-right:30px !important;}
.mgnR40{margin-right:40px !important;}
.mgnR50{margin-right:50px !important;}

.mgnB10{margin-bottom:10px !important;}
.mgnB20{margin-bottom:20px !important;}
.mgnB30{margin-bottom:30px !important;}
.mgnB40{margin-bottom:40px !important;}
.mgnB50{margin-bottom:50px !important;}

.mgnL10{margin-left:10px !important;}
.mgnL20{margin-left:20px !important;}
.mgnL30{margin-left:30px !important;}
.mgnL40{margin-left:40px !important;}
.mgnL50{margin-left:50px !important;}

.pddT10{padding-top:10px !important;}
.pddT20{padding-top:20px !important;}
.pddT30{padding-top:30px !important;}
.pddT40{padding-top:40px !important;}
.pddT50{padding-top:50px !important;}

.pddR10{padding-right:10px !important;}
.pddR20{padding-right:20px !important;}
.pddR30{padding-right:30px !important;}
.pddR40{padding-right:40px !important;}
.pddR50{padding-right:50px !important;}

.pddB10{padding-bottom:10px !important;}
.pddB20{padding-bottom:20px !important;}
.pddB30{padding-bottom:30px !important;}
.pddB40{padding-bottom:40px !important;}
.pddB50{padding-bottom:50px !important;}

.pddL10{padding-left:10px !important;}
.pddL20{padding-left:20px !important;}
.pddL30{padding-left:30px !important;}
.pddL40{padding-left:40px !important;}
.pddL50{padding-left:50px !important;}

.alignC{text-align:center;}
.alignR{text-align:right;}
.alignL{text-align:left;}

.disp_hide{display:none !important;}

.delline{
    background:#eee;
}
input[readonly]{
    color:#666 !important;
}
table.dataTable {
    font-size: 1em !important;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle !important;
}
table.dataTable button{
    border:1px solid #999;
}
.w15{
    width:15em;
}
.w20{
    width:20em;
}
.plus{ color:#33f !important;}
.minus{ color:#f33 !important;}
.flat{ color:#000 !important;}

.bold{font-weight:900;}

.login_out_img_col{
    padding:100px 0;
}
.login_out_img_col .titbar{
    background:#fff;
}
.titbar.login{
    margin-top:20px;
    opacity: 0.9;
    border: none;
}
/*----------------------------------------------------*/
/* 00. common */
/*----------------------------------------------------*/
a:link{    color: #055d01;}
a:visited{    color:#055d01;}
a:hover{
    transition: 0.5s;
    opacity:0.5;
 }
#head a:link{
    transition: 0.5s;
    color: #055d01;
}
#head a:visited{
    color:#055d01;
}
#head a:hover{
    color:#999;
    text-decoration:under-line;
}
#head a:active{
    color:#81c37e;
}
p.mes_success{
    display: block;
    border: 1px solid #17a500;
    padding: 5px;
    background: #dffdf9;
    margin: 5px 0;
}
p.mes_warning{
    display: block;
    border: 1px solid #ff4600;
    padding: 5px;
    background: #fbebe5;
    margin: 5px 0;
}
#head{
    max-width:98%;
    width:950px;
    margin:10px auto;
}
#head .logo{
    width:400px;
}
.header-sub{
    font-size:0.8em;
}
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1bbc9c;
    border-color: #dee2e6 #dee2e6 #fff;
}
.container{
    width:950px !important;
    margin:0 auto;
    max-width:98%;
    box-sizing: border-box;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.container98{
    width:98% !important;
    margin:0 auto;
    max-width:98%;
    box-sizing: border-box;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.page_ttl{
    font-size:2.0em;
    font-weight:normal;
}
.head_logout{
    width:950px;
    margin:10px auto -10px;
    max-width:98%;
}
.head_logout .logout{
    float:right;
}
.head_logout img{
    vertical-align: middle
}
.head_logout span{
    line-height:30px;
    vertical-align: middle
}
.header_adm{
    background:#81c37e;
}
.head_info{
    padding:5px 5px 0;
    display:flex;
    align-items:center;
    margin-top:5px;
}
.head_icon{
    width: 6em;
    height: 6em;
}
.head_icon img{
    width: 90px;
    height: 90px;
}
.head_info .head_info_tit{
    color:#055d01;
}
.head_info.header_adm .head_info_tit{
    color:#333;
}
.head_info_tit{
    width: 90px;
    font-size:2.4em;
    line-height: 1.1;
    text-align:center;
    padding: 5px 5px 0 5px;
    font-weight: bold;
}
.head_info_tit.cara5{
    font-size:1.6em;
}
.head_info .user_info{
    width: 740px;
    padding:5px 0;
}
.head_info .user_info div{
    border: 1px solid #999;
    width: 100% ;
    padding: 3px 10px;
    margin: 5px;
    background:#fff;
}
#foo-table_wrapper{
    padding: 0;
}
#foot{
    max-width:98%;
    width:950px;
    margin:10px auto;
}
#foot #copyright{
    text-align:center;
}
#foot #copyright a{
    text-decoration:none;
    color:#333;
}
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    border: 1px solid #bdc3c7;
    color: #34495e;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    border-radius: 6px;
    box-shadow: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
table.dataTable{
    font-size:0.8em;
}
table.dataTable thead th{
    font-weight:normal;
}


div.dataTables_wrapper div.dataTables_length select {
    height: auto !important;
}
.pagination li.active>a, .pagination li.active>span {
    background-color: #1abc9c !important;
}
.titbar{
    display:block;
    border-top: 6px double #999;
    border-bottom: 6px double #999;
    text-align:center;
    font-weight:bold;
    font-size:1.8em;
    padding: 3px 0;
    margin-bottom: 10px;
}
a .btnbar{
    display:block;
}
a .btnbar:hover{
    transition: 0.5s;
    opacity:0.5;
}
.btnbar{
    display:block;
    border:solid 3px #81c37e;
    background:#055d01;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:1.8em;
    padding: 3px 0;
    box-sizing: border-box;
}
.breadcham{
    margin:10px 0;
}
.cp_tooltip {
  position: relative;
}

.cp_tooltip:hover .cp_tooltiptext_re,
.cp_tooltip:hover .cp_tooltiptext{
  display: inline;
}
.cp_tooltiptext {
  display: none;
  position: absolute;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
    border:solid 1px #999;
    background: #fff;
    color: #333;
    left : -1%;     
    top: 100%;
    max-width:600px;
    box-shadow: 0 0 8px gray;
    font-size:0.8em;
    white-space: normal;
    z-index: 100;
}
.cp_tooltiptext_re {
  display: none;
  position: absolute;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
    border:solid 1px #999;
    background: #fff;
    color: #333;
    left: -100%;     
    top: 100%;
    max-width:600px;
    box-shadow: 0 0 8px gray;
    font-size:0.8em;
    white-space: normal;
    z-index: 100;
}
.cp_tooltiptext:after {
  position: absolute;
  bottom: 100%;
  /*left: 100%;*/
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";

  right: -12px;
}
.box2{
    display:flex;
}
h4 {
    margin:  0;
    font-size:  24px;
    border-bottom:  1px solid;
    padding-bottom:  5px;
    margin: 15px 0 ;
}
/*.cp_tooltip:hover + .cp_tooltiptext {
  display: block;
}*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.textbox01{
    border:1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
    border-radius: 3px;
    padding:8px;
}
/*----------------------------------------------------*/
/* 01. form */
/*----------------------------------------------------*/
.form01 {
}
.form01 input,
.form01 select{
    display:block;
    width:100%;
    border:2px solid #055d01;
    padding: 8px;
    /*margin:5px 0;*/
    /*font-size:1.2em;*/
}
.form01 input:focus,
.form01 select:focus{
    border:2px solid #81c37e;
    outline: 0;
}
.form01 textarea{
    display:block;
    width:100%;
    border:2px solid #055d01;
    padding: 8px;
    /*margin:5px 0;*/
    /*font-size:1.2em;*/
    height:6em;
}
.form01 textarea:focus{
    border:2px solid #81c37e;
    outline: 0;
}

.form01 input:read-only,
.form01 textarea:read-only{
    border:2px solid #999;
    color:#666;
}





/* evaluation */
.form02 {
    
}
.form02 select{
    display:block;
    width:80%;
    border:2px solid #055d01;
    padding: 8px;
    /*margin:5px 0;*/
    /*font-size:1.2em;*/
}
.form02 select:focus{
    border:2px solid #81c37e;
    outline: 0;
}
.form02 textarea{
    display:block;
    width:100%;
    border:2px solid #055d01;
    padding: 8px;
    /*margin:5px 0;*/
    /*font-size:1.2em;*/
    height:6em;
}
.form02 textarea:focus{
    border:2px solid #81c37e;
    outline: 0;
}
.btn_submit{
    display:block;
    width:100%;
    padding: 8px;
    font-size:1.2em;
    /*border:2px solid #008aff;
    background:#52a0e2;*/
    border:solid 3px #81c37e;
    background:#055d01;
    color:#fff;
}
.btn_submit:hover{
    transition: 0.5s;
    opacity:0.5;
    cursor:pointer;
}
.btn_submit:focus{
    transition: 0.5s;
    opacity:0.8;
    backlground:#008aff;
    border:2px solid #81c37e;
    outline: 0;
}
.btn_submit:disabled{
    border:2px solid #aaa;
    background:#ddd;
    color:#999;
    cursor:default;
}
.btn_download{
    display:block;
    width:80%;
    padding: 8px;
    font-size:1.2em;
    /*border:2px solid #008aff;
    background:#52a0e2;*/
    border:solid 3px #999;
    background:#999;
    color:#fff;
    line-height:35px;
    margin:0 auto;
}
.btn_download:hover{
    transition: 0.5s;
    opacity:0.5;
    cursor:pointer;
}
.btn_download img{
    width:30px;
    height:16px;
    margin-right: 5px;
}
a.download_link{
    text-decoration:none;
}
.target_date_user select{
    display:inline-block;
    width:30%;
    border:2px solid #055d01;
    padding: 8px;
    margin:5px auto;
    font-size:1.2em;
}
.target_date_user select:focus{
    border:2px solid #81c37e;
    outline: 0;
}
.target_date_user button{
    display:inline-block;
    width:30%;
    padding: 8px;
    font-size:1.2em;
    /*border:2px solid #008aff;
    background:#52a0e2;*/
    border:solid 3px #81c37e;
    background:#055d01;
    color:#fff;
}
.target_date_user button:hover{
    transition: 0.5s;
    opacity:0.5;
    cursor:pointer;
}
.target_date_user button:focus{
    transition: 0.5s;
    opacity:0.8;
    backlground:#055d01;
    border:2px solid #52a0e2;
    outline: 0;
}
/*----------------------------------------------------*/
/* 02. table */
/*----------------------------------------------------*/
table.tbl01,
table.tbl01 th,
table.tbl01 td{
    border:1px #999 solid;
    border-collapse: collapse;
    padding:5px;
}
table.tbl01 th{
    font-weight:normal;
    background:#eee;
}
table.tbl02{
    width:100%;
    font-size:0.8em;
}
table.tbl02,
table.tbl02 th,
table.tbl02 td{
    border:1px #999 solid;
    border-collapse: collapse;
    padding:5px;
}
table.tbl02 th{
    font-weight:normal;
    background:#eee;
}
table.tbl02 tr.total{
    border-top:2px solid #999;
}
/*----------------------------------------------------*/
/* 11. top */
/*----------------------------------------------------*/
.top_menu,
.top_menu_admin{
    display:flex;
    text-align: center;
    margin: 10px;
    padding: 10px;
    flex-wrap: wrap;
}
.top_menu .menu_icon,
.top_menu_admin .menu_icon{
    width: 25% ;
    margin: 0 auto;
}
.top_menu_admin{
    background:#055d01;
}
.top_menu_admin a:link,
.top_menu_admin a:visited,
.top_menu_admin a:hover,
.top_menu_admin a:active{
    color:#fff;
}

.top_news h4 {
  position: relative;
  padding: 0.5em;
  background: #999;
  color: white;
}

.top_news h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.top_news ul{
    margin-left:50px;
}
.top_news li{
    list-style-type:none;
    background:url('../img/news.svg') no-repeat;
    line-height:40px;
    vertical-align:middle;
    padding-left:40px;
}

.menu_icon .icon:hover,
.menu_icon p:hover{
    transition: 0.5s;
    opacity:0.5;
}
/*----------------------------------------------------*/
/* 12. report */
/*----------------------------------------------------*/
.report_objective_value{
    font-size:2em;
    color:#055d01;
}
.report_objective_str{
    padding:20px 0;
    border:2px dotted #aaa;
}
.report_today_target_str{
    padding:20px 0;
    border:0;
    background:#d5f1f1;
}
/*.report_objective_value .target_sales,
.report_objective_value .target_profit{*/
.report_objective_value span{
    display:block;
}

/*----------------------------------------------------*/
/* 13. evaluation */
/*----------------------------------------------------*/
.box2 .eva_target_btn_personal,
.box2 .eva_target_btn_group{
    text-align:center;
    width:45%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin:0 auto;
    padding:20px;
    font-size:2.5em;
    font-weight:bold;
}
.box2 .eva_target_btn_personal a,
.box2 .eva_target_btn_group a{
    display:block;
    text-decoration:none;
}
.box2 .eva_target_btn_personal{
    border:double 5px #81c37e;
    background:#055d01;
    color:#fff;
}
.box2 .eva_target_btn_personal a{
    color:#fff;
}
.box2 .eva_target_btn_group{
    border:double 5px #81c37e;
}
.box2 .eva_target_btn_personal img,
.box2 .eva_target_btn_group img{
    width:50%;
}
.box2 .eva_target_btn_personal span,
.box2 .eva_target_btn_group span{
    display:block;
    line-height:1;
}
.evacol1{
    width:100%;
    border:double 5px #055d01;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align:center;
    margin:20px auto;
    padding: 10px, 0, 20px;
}
.evacol1 h4{
    color:#055d01;
    font-weight:bold;
    font-size:1.4em;
    border: none;
}
.evacol1 .buttun4{
    width:22%;
    display:inline-block;
    text-align:center;
    border:1px solid #999;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 0 5px 20px;
}
.evacol1 .buttun4 img{
    width:80%;

}
.evacol1 .buttun4 span{
    display:block;
}
.evacol1 label img {
/*  margin: 3px;
  padding: 8px;*/
}
.selection-group input[type="radio"] {
  display: none;
}

.selection-group input[type="radio"]:checked + label .buttun4 {
  background: #81c37e;
}
.evaluation_point input[type="radio"] {
  display: none;
}
.evaluation_point input[type="radio"]:checked + label .buttun3 {
  border: 10px solid #055d01;
}
.evaluation_point{
    margin:20px auto;
    text-align:center;
}
.evaluation_point .buttun3{
    width:30%;
    display:inline-block;
    text-align:center;
    border: 10px solid #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    /*margin: 5px 10px;*/
    color:#fff;
    box-sizing: border-box;
}
.evaluation_point .buttun3 img{
    width:100%;
}
.evaluation_point .buttun3.heart{
    background:#8C3790;
}
.evaluation_point .buttun3.knowledge{
    background:#242a77;
}
.evaluation_point .buttun3.action{
    background:#18611b;
}
.evaluation_no_wait{
    text-align: center;
}
.evaluation_no_wait btn6{
    width:30%;
}
.evaluation_no_wait input[type="radio"] {
  display: none;
}
.evaluation_no_wait input[type="radio"]:checked + label .btn6 {
  border: 5px solid #055d01;
}
.evaluation_no_wait .btn6{
    width: 30%;
    display: inline-block;
    border: 5px solid #999;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 5px 10px;
    color:#666;
}
.evaluation_no_wait .btn6 img{
    width:100%;
}
#mordal_eva_disp{
    text-align:center;
    font-size:3em;
    background:#fcc;
}
/*.modal-backdrop.fade {
    opacity: 0 !important;
}
.fade:not(.show) {
    opacity: 1 !important;
}
.modal {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}*/
@media screen and (min-device-width: 769px) {
    .PChide{display:none;}
    .modal-dialog {max-width: 750px;}

    @media screen and (min-width: 0px) and (max-device-width: 768px) {
        .SPhide{display:none;}
        .modal-dialog { margin: .5rem 0 !important;}
        .modal-body {padding: 1rem 0 !important;}
    }
}

@media screen and (min-width: 0px) and (max-device-width: 768px) {
    .top_menu .menu_icon,
    .top_menu_admin .menu_icon{
        width: 50% ;
    }
}

@media screen and (min-device-width: 769px) {
    /*.PChide{display:none;}*/
    .login_out_img_col{height:305px;}

}

@media screen and (min-width: 0px) and (max-device-width: 768px) {
    /*.SPhide{display:none;}*/
    #head .logo{width:100%;}
    .head_icon{width:60px;height:60px;}
    .head_icon img{width:60px;height:60px;}
    .head_info_tit {font-size: 1.6em;line-height: 1.1;}
    .head_info .user_info {padding:0;max-width: calc( 100% - 135px );}
    .head_info .user_info div {padding: 2px 10px; margin: 0 0 5px 0;}
    .box2 .eva_target_btn_personal,
    .box2 .eva_target_btn_group{
        padding:10px;
        font-size:1.4em;
    }
    .box2 .eva_target_btn_personal img,
    .box2 .eva_target_btn_group img{
        width:100%;
    }
    .box2 .eva_target_btn_personal span,
    .box2 .eva_target_btn_group span{
        line-height:1.5;
    }
    .evacol1 .buttun4{width:45%;}
    .modal__content{width:96%;top:50%;}
    .evaluation_point{/*display:inline;*/}
    .evaluation_point input[type="radio"]:checked + label .buttun3 {border:5px solid #055d01; }
    .evaluation_point .buttun3{
        border:5px solid #fff;margin:0 0;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }
    .evaluation_no_wait input[type="radio"]:checked + label .btn6 {border: 3px solid #055d01;}
    .evaluation_no_wait .btn6{
        border: 3px solid #999;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        margin: 5px 0px;
    }
    .login_out_img_col{
        background-size: cover !important;
    }
}
@media screen{

}


@media print {


}
