﻿@charset "UTF-8";
html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
}
body {
    font-family: "-apple-system", "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ UI", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0.03rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* padding-bottom: 120px; */
}

/* container幅 */
body > .container {
    padding: 30px 15px 20px;
}

.container + .container  {
    padding: 0px 20px;
}

@media screen and (min-width: 1550px) {
    .container {
        max-width: 1440px;
    }
}

/* ヘッダー */
#facilityUser ul {
    list-style-type: none;
}
#history ul {
    list-style-type: none;
}
#others ul {
    list-style-type: none;
}

#elearningmng ul {
    list-style-type: none;
}

.header-kai {
    background: linear-gradient(to bottom, #198754, #FFFFFF 25%) !important;
}
.header-uke {
    background: linear-gradient(to bottom, #FFC107, #FFFFFF 25%) !important;
}
.header-demo {
    background: linear-gradient(to bottom, #17a2b8, #FFFFFF 25%) !important;
}

/* フッター */
footer {
    background: #81bb42;
    color: #e1e1e1;
    width: 100%;
    padding: 0;
    margin-top: auto;
    /* position: absolute; */
    bottom: 0; /*下に固定*/
    height: 120px;
    text-align: center;
}

.mail-text {
    font-family: 'MS Gothic';
    font-size: 0.9rem;
}

td.is-invalid {
    color: #721c24;
    background-color: #f8d7da;
}

.text-pre-line {
    white-space: pre-line;
}

td.is-invalid .invalid-feedback {
    display: block;
}

.is-invalid ~ .invalid-feedback {
    display: block;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

ul {
    padding-left: 15px;
}

/* bootstrap 見出しタグスタイル追加 *********************************************/
h2{
    border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
}

/* カラーテーマ */

.btn {
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #808080;
    /* white-space: normal; */
}

.text-primary{
    color: #0098e3!important;
}

.boder-primary{
    border-color:#0098e3 !important;
}

.bg-primary{
    background-color: #0098e3 !important;
    color:#fff;
}

.btn-primary, .btn-primary:disabled {
    background-color: #0098e3;
    color:#fff;
    border-color : #0065AB;
}

.btn-primary:hover {
    background-color: #0065AB;
    color: #fff;
    border-color : #0065AB;
}

.btn-outline-primary {
    background-color: #fff;
    border-color: #0098e3 !important;
    color:#0098e3 !important;
}

.btn-outline-primary:hover {
    background-color: #0098e3;
    color: #fff !important;
    border-color: #0065AB !important;
}

.btn-outline-primary:disabled {
    background-color:#fff !important;
    border-color: #0065AB !important;
    color:#0065AB !important;
}

.bg-info{
    background-color: #f0a645 !important;
    color:#fff;
}

.text-info{
    color: #f0a645!important;
}

.border-info{
    border-color:#f0a645 !important;
}

.btn-info {
    background-color:#f0a645;
    border-color: #bb631a;
    color:#fff;
}

.btn-info:hover {
    background-color: #bb631a;
    border-color: #f0a645;
    color: #fff;
}

.btn-info:disabled {
    background-color:#6c757d;
    border-color: #6c757d;
    color:#fff;
}

.btn-outline-info {
    border-color:#f0a645 !important;
    color:#f0a645 !important;
    background-color: #fff !important;
}

.btn-outline-info:hover {
    background-color:#f0a645 !important;
    border-color: #bb631a !important;
    color:#fff !important;
}

.btn-outline-info:disabled {
    background-color:#fff !important;
    border-color: #bb631a !important;
    color:#bb631a !important;
}

.bg-secondary{
    background-color: #5cb531 !important;
    color: #fff;
}

.btn-secondary {
    background-color: #5cb531;
    border: 0px;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #369409;
    color: #fff;
}

.btn-secondary:disabled {
    background-color: #6c757d;
    border: #6c757d;
    color: #fff;
}

.btn-outline-secondary{
    border-color:#5cb531;
    color: #5cb531 !important;
}

.btn-outline-secondary:hover {
    background-color:#5cb531;
    color: #fff !important;
}

.btn-outline-secondary:disabled {
    background-color:#fff !important;
    border-color: #5cb531 !important;
    color:#5cb531 !important;
}

.btn-outline-danger {
    color: #D70145;
    background-color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

/* ブランドカラー */

.navbar{
    background: #fff;
    border-bottom: 3px solid #219624;
    color: #219624;
}

.navbar .navbar-brand {
    color: #0098e3 !important;
}

.navbar-brand {
    font-weight: bold;
}

.navbar .navbar-nav{
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #0098e3;
}


.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus, .navbar .dropdown-item, .navbar span{
    color:#0098e3;
}

.nav-item{
    background:#ffffff;
    text-align: center;
}

.bottomNav{
    display: none !important;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse{
        display:list-item !important;
        list-style: none;
    }
}
@media screen and ( max-width:992px) {
    .nav-item{
        text-align: left;
    }
    .topNav{
        display: none !important;
    }
    .bottomNav{
        display: block !important;
    }
}

.nav-start{
    /*border:solid;*/
    border-radius: 8px 0 0 8px;
    border-color:#fff;
}

.nav-item:not(.nav-start){
    /*border:solid;*/
    border-left:none;
    border-color:#fff;
}

.nav-end{
    border-radius: 0 8px 8px 0;
}

.nav-item:hover{
    /*border-bottom:solid;*/
    border-bottom-color:#ffffff;
}







/* テーブル */
table th {
    background: #eaf0fb !important; 
    color: #000  !important;
}

.table-hover tbody:hover {
    cursor: pointer;
}

/* 入力画面用テーブルクラス */
.table-input th {
    border: solid 1px #ccc;
    padding: 10px;
}

.table-input td {
    border: solid 1px #ccc;
    padding: 10px;
    width: 70%;
}

/*　最終ログイン日時 */
.lastLoginDate {
    position: absolute;
    top: 125px;
    right: 20px;
    z-index: -1;
}

/* サイト（製剤）ロゴ */
.site_logo {
    width:auto;
    height:55px;
}

/*　企業ロゴ */
.campany_logo {
    width:auto;
    height:55px;
}

@media screen and (max-width: 640px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    .table-input th,
    .table-input td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    .lastLoginDate {
        position: absolute; top: 125px; right: 20px
    }
    
    /* サイト（製剤）ロゴ */
    .site_logo {
        width:auto;
        height:30px;
    }
    
    /*　企業ロゴ */
    .campany_logo {
        width:auto;
        height:30px;
    }
}

/* ラジオボタン */

input[type="radio"][readonly] {
    pointer-events: none;
}

.custom-radio{
    padding-bottom: 1em;
}

.custom-control-label::before{
    width:1.5rem;
    height:1.5rem;
    padding-right: 1em;
}

.custom-control-label::after{
    width:1.5rem;
    height:1.5rem;
}

.custom-control-label{
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}

.radio-button-group {
    display: flex;
}
.radio-button-group .item {
    width: 100%;
}
.radio-button-group .radio-button {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.radio-button-group .radio-button + label {
    padding: 8px 5px;
    cursor: pointer;
    border: 1px solid;
    margin: 0px 1px 2px 0px;
    color: #5CB531;
    border-color: #5CB531;
    background-color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #808080;
	transition: 0.2s;
}

.radio-button-group .radio-button + label:hover{
    color: #fff;
    border-color: #369409;
    background-color:#5cb531;
	transition: 0.2s;
}

.radio-button-group .radio-button:checked + label {
    cursor: default;
    margin: 2px 0px 0px 1px;
    color: #fff;
    border-color: #808080;
    background-color: #5CB531;
    box-shadow: inset 2px 2px 2px #808080;
	transition: 0s;
}

/* 2023.01.31 棟方対応中 */
.toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd; /* トグル縁 */
    border-radius: 20px;
}
.toggle + label:before,
.toggle + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
/* トグルoff背景 */
.toggle + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 20px;
    transition: background 0.2s;
}
/* トグルoffつまみ*/
.toggle + label:after {
    width: 19px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.2s;
}
/* トグルon背景 */
.toggle:checked + label:before {
    background-color: #8ce196;
}
/* トグルonつまみ */
.toggle:checked + label:after {
    margin-left: 20px;
}
/* 2023.01.31 棟方対応中 */

/* ページタイトル */
.page-header {
    border-bottom: 1px solid #f0a645;
    font-size: 180%;
    font-weight: 400;
    margin: 0 0 1.25em;
    border-left: 10px solid #f0a645;
    color: #f0a645;
}

/* 必須ラベル */
form .required:before {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-weight: 700;
    line-height: 1;
    padding: 0.1em 0.5em;
    margin-right: 0.7em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #d9534f;
    content: '必須'
}

.form-check-label {
  margin-right : 1em;
}

.form-check-input:not(:disabled) + .form-check-label {
  opacity: 1;
}

/* チェックボックス */

.check-input {
    display: none;
}

input[type="checkbox"]+.check-parts {
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
}

input[type="checkbox"]+.check-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
}

input[type="checkbox"]:disabled.check-input+.check-parts::before,
input[type="checkbox"][readonly].check-input+.check-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: #ccc;
}

input[type="checkbox"]:checked.check-input+.check-parts::before {
    border-color: #0098e3;
}

input[type="checkbox"]:checked.check-input+.check-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 12px;
    width: 12px;
    height: 19px;
    transform: rotate(40deg);
    border-bottom: 3px solid #0098e3;
    border-right: 3px solid #0098e3;
}

/* ハイフン content: "-";*/
.add-hyphen::before {
    content: "-";
    display: block;
    position: absolute;
    left: -0.2em;
    margin-top: 6px;
}

label{
    margin-bottom : 0px;
}

.form-control[readonly]:focus{
    outline: none;
}

.alert-warning{
    border-color:#f0a645;
    font-weight: 200;
}

/* 入力エラー */
.invalid-feedback,
.custom-invalid-feedback {
    border: 1px solid #e4a0a3;
    background-color: #f8d7da;
    padding: .3rem .5rem;
}

/* icon */
.bi::before{
    padding-top: 5px;
    padding-right: 0.5em;
}

::placeholder {
    /* font-size: 0.75em; */
    color: #ccc !important;
 }

/* 医療従事者確認画面 開始 ****************************************************/
.nologin-body {
    padding: 0;
    background-color: #e0e0e0;
}
.nologin-position {
    display: flex;
    align-items: center ;
    justify-content: center ;
}

/* 医療従事者確認画面 終了 ****************************************************/
/* システムTOP画面 開始 ****************************************************/
.card-header {
    padding: .55rem 1.25rem;
    background: #FFF6E6;
    border-radius: 8px 8px 0px 0px;
    font-size: 1.2rem;
    font-weight: bolder;
}

.news-day{
    margin-bottom: 0;
    color: #FF8066;
    font-weight: bold;
}

.top-info {
    overflow: auto;
    height: 20rem;
}

.pdf-color {
    color: #b52226;
}
/* システムTOP画面 終了 ****************************************************/

/* ログイン画面 開始 ****************************************************/

.login-alert {
    border:3px solid #d66121;
    border-radius: 10px;
    background-color: #f9f8cb;
}

.login-alert-inner {
    border:1px solid #d66121;
    border-radius: 10px;
    background-color: #f9f8cb;
}

/* ログイン画面 終了 ****************************************************/

/* eラーニング画面 開始 ****************************************************/
.course-header {
    background: #d1dcf1;
    font-weight: bold;
}

.subcourse-header {
    border-bottom: 1px solid #d1dcf1;
    margin: 0 0 1.25em;
    border-left: 10px solid #d1dcf1;
    font-weight: bold;
}

.complete:before {
    border-radius: 0.25em;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 1.0rem;
    padding: 0.1em 0.4em 0.1em 0.5em;
    margin-right: 0.5em;
    content: '完了'
}

.course-title-required {
    color: #d9534f;
}

.course-title-any {
    color: #0098e3;
}

/* eラーニング画面 終了 ****************************************************/

.dataTables_wrapper .dataTables_processing {
    top:5% !important;
    margin-top:0px !important;
}

.maintenance-container {
    padding: 60px 15px 0;
}

.maintenance-area {
    width: 600px;
    margin:  0 auto;
}

#loading {
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    cursor: wait;
    text-align: center;
}

#loading .spinner-border {
    width: 5em;
    height: 5em;
    top: 50%;
    left: 50%;
    position: absolute;
}

#sortable:hover {
    cursor: grab;
}

#sortable:active {
    cursor: grabbing;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #EAF0FB;
    transition: height 1.35s ease;
}

/* 関連資材（共通設定）開始 ****************************************************/
.pa-20 {
    padding: 20px
}

.btn-dec {
    color: #fff;
}

.btn-dec:hover {
    text-decoration: none;
    color: #fff;
}

.w-20 {
    width: 440px;
}
.mg-0{
    margin:0;
}
/* 関連資材（共通設定）開始 ****************************************************/


/**/

/* .top-info {
} */

.infoModal {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
}

.modalBox {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 10px;
    width: 80%;
    height: auto;
    margin: 0 auto;
    z-index: 1000;
    display: block;
    border: 1px solid black;
}

.showModal {
    display: block;
    animation: fadeIn 0.2s ease 0.3s 1 normal;
}

.hideModal {
    display: none;
    animation: fadeIn 0.2s ease 0.3s 1 normal;
}


/*パスワード入力フォーム*/
.form-control-icon {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

/**/

/*試験_設問調整*/
ol {
	margin-left: 0.4em; /* サイトに合せて調整 */
}
 
ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
 
ol li:before {
	content: attr(value);
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

p.check-parts {
    margin-bottom: 0px;
    margin-right: 0px;
}


/* Readonly */
.form-control[readonly] {
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    background-color:#e9ecef;
}

.modal-header{
    justify-content:space-between;
}

.close {
    border: 0;
}

.table-info, .table-info>th, .table-info>td{
    background-color:#bcdddb;
}

.btn-block {
    width:100%;
    display:block;
}

.row > .radio-inline{
    width: auto;
}

/**/

.infoDetail:hover {
    text-decoration: underline;
}

/**/

table.dataTable{
    table-layout: auto;
    width: 100%;
}

table.dataTable thead th.dt-type-numeric {
    text-align: left;
}