@CHARSET "UTF-8";
/* CSS Document */

/* ------------------------------
ページ全体
------------------------------ */
header{
    background-color: #e0ece4 !important;
}

nav{
    background-color: #e0ece4 !important;
}

body{
    background-color: #f7f2e7 !important;
}

.footer{
    background-color: #797a7e !important;
}

#page-wrapper{
    background-color: #f7f2e7 !important;
}

.container {
    width: auto;
    max-width: 950px;
    padding: 0 15px;
}

.bg-title{
    background-color: #F9F2E9;
}

.fr{
    float: right;
}

.fl{
    float: left;
}

ol, ul, li {
	list-style: none;
}

.fixed-top{
    position:static;
}

#policy{
    overflow-y:scroll;
    height:270px;
    margin-bottom: 30px;
}

#main {
	margin: 0 auto;
    width: 950px;
    min-width: 700px;
	padding: 48px 40px 30px 40px;
    /* background-color: #f8fafc; */
    background-color: #f7f2e7 !important;
}

#main-list {
	margin: 0 auto;
    min-width: 700px;
	padding: 20px 40px 30px 40px;
    /* background-color: #f8fafc; */
}

#head{
    color: #66b340;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #66b340;/*上線*/
    border-bottom: solid 3px #66b340;/*下線*/
}

.footer {
    min-width: 1000px;
}

#form_inner dl{
	width:880px;
	margin:0 0 1px 0;
}

#form_inner dt {
	float:left;
	clear:both;
	width:250px;
	background: #d8d3cd;
	padding:11px 20px;
	border: 1px solid #d8d3cd;
	font-weight: 600;
	min-height: 20px;
	line-height: 1.5;
}

#form_inner dd {
	margin-left:242px;
	padding:10px 20px;
	border: 1px solid #eee;
	min-height: 43px;
    line-height: 1.5;
    margin-bottom:4px;
}

dd > .form-control{
    margin: -8px;
    width:250px;
}

dl#notes {
	font-size:92.9%;
	margin:10px 20px;
	line-height:1.5;
	color:#333;
}

.inline > input{
    display:inline;
}

.inline > span{
    padding-left:8px; 
    color:red;
}

ul{
    padding:0;
}

/* ------------------------------
ナビゲーションバー関連
------------------------------ */
.navbar{
    min-width: 1000px;
}

.bg-var {
    background-color: #e0ece4 !important;
}

.navbar-toggler{
    border-color: #00aa84 !important;
    background-color: #00aa84;
}
  
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

li a.navbar-dp:hover {
	background-color:#e0ece4; 	/*リンクにマウスが乗ったら背景色を変更する*/
}

.navbar-dp
{
    white-space: nowrap;
    padding: 0 10px 0 10px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top:0;
}

.dropdown-menu {
    margin-top:0;
}

nav a{
    color:#212529;
}

nav a:hover{
    color:#008A6B;
}

/* ------------------------------
ログイン関連
------------------------------ */
#div.date-label{
	width:10%;
	float:left;
	text-align: center;
	display:table-cell;
	margin-top: 22px;
}

/* ------------------------------
ボタン関連
------------------------------ */
.btn_area {
    text-align: center;
    margin: 40px auto 0 auto;
    width: 550px;
}

.btn-menu{
    margin: 20px auto 0 auto;
    height: 70px;
    width: 250px;
}

.btn-admin-top-menu{
    margin: 0 auto 0 auto;
    width: 260px;
    text-align:left;
    /* float: left; */
}

dd.btn-block{
	clear: left;
	display:block;
	margin:10px;
	width:260px;
	text-align:left;
	float:left;
}

dd.caption{
	line-height:40px;
	font-size:14px;
	color:#333;
	text-align: left;
	margin:11px;
	width:705px;
}

.admin-top-info{
    margin: 10px;
}

.admin-top-menu-list{
    margin: 20px;
}

div.office-until5 > table{
    margin-bottom: 0px;
  }

  div.office-until5 table th, div.office-until5 table td {
    vertical-align: middle;
    border: 1px solid #bbb;
  }

  div.office-until5 tr.active > th {
    background-color: #d8d3cd;
  }

  div.office-until5 table td.sub-th {
    /*background-color: #ecf0f1;*/
    background-color: #d8d3cd;
    width:70px;
  }

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #d8d3cd;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }

  div.no-scroll {
	overflow:auto;
	margin-bottom: 10px;
	background: #fff;
	padding:10px;
}

.control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
    font-weight: bold;
  }

  .h-label {
    text-align: right;
    margin-bottom: 0;
    font-weight: bold;
  }

  .inline-text{
	margin-top: 8px;
}

table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}

/*通常ボタン*/
.btn-normal {
    color: #fff;
    background-color: #00aa84;
    border-color: #00aa84;
}
  
.btn-normal:hover {
    color: #fff;
    background-color: #008A6B;
    border-color: #008A6B;
}
  
.btn-normal:focus,
.btn-normal.focus {
    color: #fff;
    background-color: #008A6B;
    border-color: #008A6B;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}
  
.btn-normal.disabled,
.btn-normal:disabled {
    color: #fff;
    background-color: #00aa84;
    border-color: #00aa84;
}

.btn-normal:not(:disabled):not(.disabled):active,
.btn-normal:not(:disabled):not(.disabled).active,
.show > .btn-normal.dropdown-toggle {
    color: #fff;
    background-color: #008A6B;
    border-color: #008A6B;
}
  
.btn-normal:not(:disabled):not(.disabled):active:focus,
.btn-normal:not(:disabled):not(.disabled).active:focus,
.show > .btn-normal.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-font-style
{
    font-family: "Nunito", sans-serif;
}

/* -------------------------------------
 #footer_fixed /go_top.js
---------------------------------------*/
div.tothetopfixed{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: #ef3f98;
    opacity: 0.6;
    border-radius: 50%;
  }
  div.tothetopfixed a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  div.tothetopfixed a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  div.tothetopfixed a:hover {
    background: #ef3f98;
    opacity: 0.6;
    border-radius: 50%;
} 

.stressChekTitleImgSP {
	display: none;
}

.stressChekTitleImgSP {
    display: none;
}
.stressChekTitleImg {
   display: block;
    margin-bottom: 15px;
}
.stressChekTitleImg img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

table.stressChekTable {
	width: 100%;
	border-collapse: collapse;
}

.toggle-button input[type=radio] {
    display: none;
  
  }
  
  .toggle-button input[type=radio]:hover{
    display: none;
  }
  
  .toggle-button .label {
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #808080;
    border-radius: .3em;
    cursor:pointer;
    font-size:100%;
    width:180px;
  }
  
  .toggle-button .label:hover{
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
    font-size:100%;
    width:180px;
  
  }
  
  .toggle-button .checked + .label {
    background-color: #398439;
    color: #fff;
    cursor:pointer;
    font-size:100%;
    width:180px;
  }

  .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    /* line-height: 1; */
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  .label[href]:hover,
  .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

.stressChekTable th {
	/*white-space: nowrap;*/
	padding: 10px;
	background-color: #f0f8e6;
	vertical-align: middle;
	border-bottom: 2px solid #060;
}
.stressChekTable th img {
	max-width: 100%;
	height: auto;
}
.stressChekTable td {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	border-left: none;
}


.checkNext {
	background: #DFF0D8;
	padding: 5px 0;
}

#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    /* background-color:#fff!important; */
    padding:10px;
    /*min-height:800px;*/
}

.card-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }

  td > .toggle-button{
      margin-bottom: 0;
  }

  p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
    }

    .width150btn {
        width: 150px;
        margin: 5px;
    }
    .width200btn {
        width: 200px;
        margin: 5px;
    }
    .width400btn {
        width: 400px;
    }
    .widthmaxbtn {
        width: 100%;
    }

    .question_td{
        width: 100%;
    }

    .question_td_tac{
        width: 100%;
    }

    .bgc_tran{
        background-color:transparent !important;
    }

    .header_coler{
        background-color:#dff0d8;
    }

    .title-h{
        margin-bottom: 0;
    }

    td.ryoiki{
        width: 50px;
        text-align: center;
        font-size: 30px;
    }

    td.comment{
        font-size: 16px;
    }

    .score{
        padding: 0px 40px;
    }

    .bg-danger{
        background: #ef857d  !important;
    }

    .select_control th{
        background-color: #dddddd;
        text-align: center;
    }

    .select_control th, .select_control td{
        padding: 10px;
    }

    #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;
    }

    /* ------------------------------
    テーブル項目関連
    ------------------------------ */
    table.dataTable tbody td{
        vertical-align: middle !important;
    }

    .col-no{
        width: 50px !important;
    }

    .col-code{
        width: 140px !important;
    }

    .col-stts{
        width: 80px !important;
    }

    .max_w600{
        max-width: 600px !important;
    }

    /* 一覧　幅 */
    .datatable-width {
        max-width: 1500px; 
        min-width: 1500px;
    }

    /* ------------------------------
    テキストボックス関連
    ------------------------------ */
    .text-lg{
        width: 400px !important;
    }

    /* textarea（大きめ） */
    textarea.large{
        width: 790px;
        height: 90px;
    }

    /* ------------------------------
    padding関連
    ------------------------------ */
    .p-2{
        padding: 2px;
    }

    .p-10{
        padding: 10px;
    }

    /* ------------------------------
    margin関連
    ------------------------------ */
    .m-10 {
        margin: 10px;
    }    

    .mt-8{
        margin-top: 8px;
    }

    .mt-20{
        margin-top: 20px !important;
    }

    .mr-10{
        margin-right: 10px !important;
    }

    .ml-10{
        margin-left: 10px !important;
    }

    .ml-20{
        margin-left: 20px !important;
    }

    .ml-25{
        margin-left: 25px !important;
    }

    .ml-30{
        margin-left: 30px !important;
    }

    .mb-50{
        margin-bottom: 50px !important;
    }

    /* ------------------------------
    幅関連
    ------------------------------ */
    .w-60{
        width: 60px !important;
    }

    /* 部署 入力欄（小さめ） */
    .w-100{
        width: 100px !important;
    }

    /* 部署 入力欄（大きめ） */
    .w-200{
        width: 200px !important;
    }

    .w-350{
        width: 350px !important;
    }

    .w-900 {
        width: 900px; 
    }

    .w-1300{
        width: 1300px !important;
    }

    /* 検索条件　幅 */
    .search-width {
        max-width: 1200px;
        min-width: 1200px;
    }

    /* 契約画面 編集ボタン */
    a.contract-edit {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
    }

    h2.toggle-switch {
        margin-top: 0.5rem;
    }

    /* フォームの表示、非表示の▼▲ */
    h2.toggle-switch:after {
        /* content: "　▲詳細を非表示"; */
        /* 文字化け防止　Unicode変換 */
        content: "\3000\25B2\8A73\7D30\3092\975E\8868\793A";
        
        font-size:15px;
    }
    .form-hide h2.toggle-switch:after {
        /* content: "　▼詳細を表示"; */
        /* 文字化け防止　Unicode変換 */
        content: "\3000\25BC\8A73\7D30\3092\8868\793A";
        font-size:15px;
    }

    label.search-toggle-switch {
        margin-top: 0.5rem;
    }

    /* フォームの表示、非表示の▼▲ */
    label.search-toggle-switch:after {
        content: "　▲非表示";
        font-size:12px;
    }
    .form-hide label.search-toggle-switch:after {
        content: "　▼表示";
        font-size:12px;
    }

    /* N.H 追加 */

    /* パスワード注意メッセージ */
    .password-note {
        color: red;
        font-size: 11px;
    }

    /* dd:パスワード入力 */
    dd.password{
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        width: 800px;
    }

    /* 指差しの手型のカーソル */
    .pointer{
        cursor: pointer;
    }

    /* パスワード生成ボタン */
    .password_randamu{
        margin-left: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    /* 備考入力 */
    .remarks{
        width: 680px !important;
        height: 110px !important;
    }

    /* 医師面接：未確認の受検者 検索 */
    .interview_guidance{
        margin: 0 0 20px 310px;
        display: none;
    }

    /* モーダル　幅 */
    .mw-600 {
        max-width: 600px;
    }

    /* モーダル　背景色 */
    .modal-content {
        background-color: #f7f2e7 !important;
    }

    /* dt（大きめ） */
    dt.large {
        height: 98px;
    }

    /* 部署 追加ボタン */
    .department-append{
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 80px;
    }

    /* 企業契約一覧:ボタンエリア（企業一覧へ戻るの所） */
    .cc-btn_area{
        width: 100%;
        margin: 33px 0 75px;
        position: relative;
    }

    /*企業ロゴ*/
    img.c_logo{
        width:300px;
    }

    /*タイトルロゴ*/
    img.logo{
        width:300px;
    }

    /*ストレスチェックロゴ*/
    img.s_logo{
        width:220px;
    }

    .xs{
        display: none;
    }

    .careful_zone{
        background: #909090  !important;
    }

    #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;
    }

    .fixed01{
        position: sticky;
        top: 0;
    }

    .bs-wizard {margin-top: 40px;}

    /*Form Wizard*/
    .bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
    .bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
    .bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
    .bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
    .bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
    .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
    .bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
    .bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
    .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
    /*END Form Wizard*/

    .stressChekTable {
        width: 100%;
    }
    
    .stressChekTable th,.stressChekTable td {
    display: block;
    text-align: left;
    width: 100%;
    }

    .stressChekTable > td{
        border-bottom: none;
    }

    .stressChekTable > td.text-left {
        border-top: 1px solid #cccccc;
    }

    .footer > span{
        color: white;
    }

    .pr-pc{
        padding-right: 16px !important;
    }