﻿/*--bootstrapの書き換えや全ページ共通の色指定など--*/

/*receproを参考にした初期設定*/

.container {
    /*width: 90% !important;*/
    width: 95% !important;
    max-width: none;
}
.js-c-pagelink{
    white-space:nowrap;

}
body {
    font-size: 0.75rem;
}

.navbar {
    /*padding: 0.5rem 1rem;*/
    padding: 0 1rem !important;
}

.css-color-pink {
    background-color: rgba(252, 210, 252, 0.60) !important;
}

.form-control {
    display: block;
    width: 100%;
    /*height: 24px;*/
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.css-form-control-height {
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.75rem;
}

select.form-control {
    padding: 3px;
}

.align-middle {
    vertical-align: middle !important;
}

button:hover {
    color: #fff;
}

a:active, a:hover {
    outline: 0;
    cursor: pointer;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
    font-size: small;
}

p.css-p-b-10 {
    height: 15px;
    white-space: nowrap;
}

.custom-file-input:lang(ja) ~ .custom-file-label::after {
    content: "参照";
}



a:not([href]) {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent;
}

    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
        color: #0056b3;
        text-decoration: underline;
    }


/*ブロック要素を右寄せ*/
.css-margin-rightjustify {
    margin: 0 0 0 auto;
}


/*-- btn 本体 ---*/


/* あああ */
.css-btn-cal {
    display: inline-block;
    padding: 3px 25px;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.css-btn-cal-12 {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.css-btn-cal-50 {
    display: inline-block;
    padding: 3px 50px;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*ボタン色設定*/



.css-margin-bottom {
    margin-bottom: 3px;
}

.css-no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    font-size: 0.75rem;
}

/*
|| ボタンとボタンの間隔をあけるdiv
|| <div class="css-my-c-buttons">
||   <button>ボタン１</button>    
||   <button>ボタン２</button>
|| </div>   
*/
div.css-my-c-buttons button {
    margin: 0px 1px;
}



/*要素のサイズ指定用*/
.css-width-0 {
    width: 0px !important;
}

.css-width-50 {
    width: 50px !important;
}

.css-width-60 {
    width: 60px !important;
}

.css-width-65 {
    width: 65px !important;
}

.css-width-70 {
    width: 70px !important;
}

.css-width-75 {
    width: 75px !important;
}

.css-width-80 {
    width: 80px !important;
}

.css-width-90 {
    width: 90px !important;
}

.css-width-100 {
    width: 100px !important;
}

.css-width-110 {
    width: 110px !important;
}

.css-width-120 {
    width: 120px !important;
}

.css-width-125 {
    width: 125px !important;
}

.css-width-130 {
    width: 130px !important;
}

.css-width-140 {
    width: 140px !important;
}

.css-width-150 {
    width: 150px !important;
}

.css-width-160 {
    width: 160px !important;
}

.css-width-170 {
    width: 170px !important;
}

.css-width-175 {
    width: 175px !important;
}

.css-width-180 {
    width: 180px !important;
}

.css-width-190 {
    width: 190px !important;
}

.css-width-200 {
    width: 200px !important;
}

.css-width-210 {
    width: 210px !important;
}

.css-width-220 {
    width: 220px !important;
}

.css-width-225 {
    width: 225px !important;
}

.css-width-230 {
    width: 230px !important;
}

.css-width-250 {
    width: 250px !important;
}

.css-width-260 {
    width: 260px !important;
}

.css-width-285 {
    width: 285px !important;
}

.css-width-300 {
    width: 300px !important;
}

.css-width-320 {
    width: 320px !important;
}

.css-width-325 {
    width: 325px !important;
}

.css-width-345 {
    width: 345px !important;
}

.css-width-350 {
    width: 350px !important;
}

.css-width-400 {
    width: 400px !important;
}

.css-width-420 {
    width: 420px !important;
}

.css-width-500 {
    width: 500px !important;
}

.css-width-580 {
    width: 580px !important;
}

.css-width-600 {
    width: 600px !important;
}

.css-width-700 {
    width: 700px !important;
}

.css-width-800 {
    width: 800px !important;
}

.css-width-900 {
    width: 900px !important;
}

.css-width-1000 {
    width: 1000px !important;
}

.css-width-10per {
    width: 10% !important;
}

.css-width-20per {
    width: 20% !important;
}

.css-width-30per {
    width: 30% !important;
}

.css-width-40per {
    width: 40% !important;
}


.css-width-60per {
    width: 60% !important;
}

.css-width-70per {
    width: 70% !important;
}

.css-width-80per {
    width: 80% !important;
}

.css-width-90per {
    width: 90% !important;
}

.css-height-5 {
    height: 5px !important;
}

.css-height-10 {
    height: 10px !important;
}

.css-height-15 {
    height: 15px !important;
}

.css-height-20 {
    height: 20px !important;
}

.css-height-25 {
    height: 25px !important;
}

.css-height-50 {
    height: 50px !important;
}

.css-height-100 {
    height: 100px !important;
}

.css-height-200 {
    height: 200px !important;
}

.css-height-600 {
    height: 600px;
}

.css-height-450 {
    height: 450px;
}

.css-height-550 {
    height: 550px;
}

.css-height-68vh {
    height: 68vh !important;
}

.css-p-t-0 {
    padding-top: 0px;
}

.css-p-t-1 {
    padding-top: 1px;
}

.css-p-t-2 {
    padding-top: 2px;
}

.css-p-t-3 {
    padding-top: 3px;
}

.css-p-t-4 {
    padding-top: 4px;
}

.css-p-t-5 {
    padding-top: 5px;
}

.css-p-t-6 {
    padding-top: 6px;
}

.css-p-t-7 {
    padding-top: 7px;
}

.css-p-t-8 {
    padding-top: 8px;
}


.css-p-b-0 {
    padding-bottom: 0px;
}

.css-p-b-1 {
    padding-bottom: 1px;
}

.css-p-b-2 {
    padding-bottom: 2px;
}

.css-p-b-3 {
    padding-bottom: 3px;
}

.css-p-b-4 {
    padding-bottom: 4px;
}

.css-p-b-5 {
    padding-bottom: 5px;
}

.css-p-b-6 {
    padding-bottom: 6px;
}

.css-p-b-7 {
    padding-bottom: 7px;
}

.css-p-b-8 {
    padding-bottom: 8px;
}


.css-p-r-0 {
    padding-right: 0px;
}



.css-p-r-1 {
    padding-right: 1px;
}

.css-p-r-2 {
    padding-right: 2px;
}

.css-p-r-3 {
    padding-right: 3px;
}

.css-p-r-4 {
    padding-right: 4px;
}

.css-p-r-5 {
    padding-right: 5px;
}

.css-p-r-6 {
    padding-right: 6px;
}

.css-p-r-7 {
    padding-right: 7px;
}

.css-p-r-8 {
    padding-right: 8px;
}


.css-p-l-0 {
    padding-left: 0px;
}

.css-p-l-1 {
    padding-left: 1px;
}

.css-p-l-2 {
    padding-left: 2px;
}

.css-p-l-3 {
    padding-left: 3px;
}

.css-p-l-4 {
    padding-left: 4px;
}

.css-p-l-5 {
    padding-left: 5px;
}

.css-p-l-6 {
    padding-left: 6px;
}

.css-p-l-7 {
    padding-left: 7px;
}

.css-p-l-8 {
    padding-left: 8px;
}


.css-m-t-0 {
    margin-top: 0px;
}

.css-m-t-1 {
    margin-top: 1px;
}

.css-m-t-2 {
    margin-top: 2px;
}

.css-m-t-2-important {
    margin-top: 2px !important;
}

.css-m-t-3 {
    margin-top: 3px;
}

.css-m-t-4 {
    margin-top: 4px;
}

.css-m-t-5 {
    margin-top: 5px;
}

.css-m-t-6 {
    margin-top: 6px;
}

.css-m-t-7 {
    margin-top: 7px;
}

.css-m-t-8 {
    margin-top: 8px;
}


.css-m-r-0 {
    margin-right: 0px;
}

.css-m-r-1 {
    margin-right: 1px;
}

.css-m-r-2 {
    margin-right: 2px;
}

.css-m-r-3 {
    margin-right: 3px;
}

.css-m-r-4 {
    margin-right: 4px;
}

.css-m-r-5 {
    margin-right: 5px;
}

.css-m-r-6 {
    margin-right: 6px;
}

.css-m-r-7 {
    margin-right: 7px;
}

.css-m-r-8 {
    margin-right: 8px;
}


.css-m-l-0 {
    margin-left: 0px;
}

.css-m-l-1 {
    margin-left: 1px;
}

.css-m-l-2 {
    margin-left: 2px;
}

.css-m-l-3 {
    margin-left: 3px;
}

.css-m-l-4 {
    margin-left: 4px;
}

.css-m-l-5 {
    margin-left: 5px;
}

.css-m-l-6 {
    margin-left: 6px;
}

.css-m-l-7 {
    margin-left: 7px;
}

.css-m-l-8 {
    margin-left: 8px;
}



.css-m-b-0 {
    margin-bottom: 0px;
}

.css-m-b-1 {
    margin-bottom: 1px;
}

.css-m-b-2 {
    margin-bottom: 2px;
}

.css-m-b-3 {
    margin-bottom: 3px;
}

.css-m-b-4 {
    margin-bottom: 4px;
}

.css-m-b-5 {
    margin-bottom: 5px;
}

.css-m-b-6 {
    margin-bottom: 6px;
}

.css-m-b-7 {
    margin-bottom: 7px;
}

.css-m-b-8 {
    margin-bottom: 8px;
}

.css-margin-0 {
    margin: 0 0 0 0;
}

.css-padding-0 {
    padding: 0 0 0 0;
}


.css-min-width-40 {
    width: 40px;
    min-width: 40px;
}

.css-min-width-60 {
    width: 60px;
    min-width: 60px;
}

.css-min-width-80 {
    width: 80px;
    min-width: 80px;
}

.css-min-width-100 {
    width: 100px;
    min-width: 100px;
}

.css-min-width-100-tr th, .css-min-width-100-tr td {
    width: 100px ;
    min-width: 100px ;
}

/*
.css-min-width-120 {
    width: 120px;
    min-width: 120px;
}
*/

.css-min-width-140 {
    width: 140px;
    min-width: 140px;
}

/*
.css-min-width-160 {
    width: 160px;
    min-width: 160px;
}
*/

.css-min-width-180 {
    width: 180px;
    min-width: 180px;
}

.css-min-width-200 {
    width: 200px !important;
    min-width: 200px !important;
}

.css-p-r-0-imp {
    padding-right: 0px !important;
}


.css-p-l-0-imp {
    padding-left: 0px !important;
}

/* FontAwesomeの色定義 */
.css-fa-mycolor-blue {
    color: #0000ff;
}

.css-fa-mycolor-red {
    color: #ff0000;
}

/* 文字が入力欄からはみ出さないようにする */
.css-clipframe {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

/* 必須項目のラベルの後ろに表示する「*」マーク */
.css-my-required {
    color: #ff0000;
    font-size: 20px;
}

/* 必須項目のテキストボックス */
input[data-val-required$="必須項目です。"] {
    border-color: #c00;
}

    input[data-val-required$="必須項目です。"]:focus {
        border-color: #ff0000;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 175, 233, .6);
    }



/* datatablesのスタイル統一 */

.dataTables_wrapper .dataTables_filter input {
    height: 24px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
*/
.dataTables_wrapper .dataTables_paginate .page-item.active a.page-link,
.dataTables_wrapper .dataTables_paginate .page-item.active a.page-link:hover {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: black !important;
    color: white !important;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button {*/
.dataTables_wrapper .dataTables_paginate .page-item a.page-link {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-left: 2px;
}


    /*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {*/
    .dataTables_wrapper .dataTables_paginate .page-item a.page-link:hover {
        color: #333 !important;
        background: #e6e6e6 !important;
        background-color: #e6e6e6 !important;
        border-color: #adadad;
    }

/*
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #333;
    background-color: #e6e6e6;
    background: #e6e6e6;
    border-color: #adadad;
}

*/
.btn-default, a.btn-default {
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default, a.btn-default:hover {
        color: #333; /*!important;*/
        background: #e6e6e6; /*!important;*/
        background-color: #e6e6e6; /*!important;*/
        text-decoration: none !important;
        border-color: #adadad;
    }

/*
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}*/

select[name^=DataTables_], select[name^=SearchString],
select[name^=OperationLogs_], select[name^=DrInterview_],
select[name^=HknInterview_], select[name^=FilteredResults_],
select[name^=FilteredTargets_], select[name^=FilterConditions_length], SearchString
input[type=search] {
    /*    height: 24px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.dataTables_scrollHeadInner, .dataTables_scrollHeadInner table, .dataTables_scrollBody, .dataTables_scrollBody table {
    width: 100% !important;
}


.css-name-disp {
    border: 0;
    pointer-events: none;
}

.form-control-plaintext {
    border: none !important;
}

dl.row dt, dl.row dt {
    height: 1.5rem !important;
}

.js-table-datatables-default th {
    white-space: nowrap;
}

.js-table-datatables-default td {
    vertical-align: middle;
}

.js-table-datatables-default-search-off th {
    white-space: nowrap;
}

.js-table-datatables-default-search-off td {
    vertical-align: middle;
}

/*DataTablesにおいて横スクロールを設定したときに、ヘッダーがずれないようにするため*/
table .js-table-datatables-default {
    margin-left: 0px;
}

/*DataTablesにおいて横スクロールを設定したときに、ヘッダーがずれないようにするため*/
table .js-table-datatables-default-search-off {
    margin-left: 0px;
}

/*DataTablesにおいて、件数セレクトボックスに勝手に入るクラスの条件を無効に*/
.custom-select {
    -webkit-appearance: listbox;
}

/*詳細ダイアログ*/
#css-DetailDialog {
    max-width: 550px;
}




/* コンテントの非表示→bootstrapのinvisibleを使用*/
/*.css-content-hidden {
    visibility: hidden;
}*/
/* コンテントの表示→bootstrapのvisibleを使用 */
/*.css-content-visible {
    visibility: visible;
}*/
/*イベント登録のモーダルのボディ*/
.css-mymodalbody {
    white-space: nowrap;
    overflow: scroll;
    height: 500px;
}

/*イベント登録の画像の枠線 */
.css-mypicborder {
    border: 1px solid #333333;
}


.css-peoplesearch-group {
    width:400px;
}


/*リンクスタイル*/
.link-container {
    display: flex; /* フレックスボックスを使用して横に並べる */
    gap: 5px; /* リンクの間隔を調整 */
}


/*縦スクロール*/
.table-scrollable {
    max-height: 300px; /* 最大の高さを設定 */
    overflow-y: scroll; /* 縦スクロールを有効にする */
}

/*ボーダー*/
.border-element {
    border-style: solid;
    color: #00D084;
    border-width: 2.6px;
    width: 220px;
    z-index: 1;
}

.border-element-confirm {
    border-style: solid;
    color: #00D084;
    border-width: 2.6px;
    width: 225px;
    z-index: 1;
}

.border-element-confirm-edit {
    border-style: solid;
    color: #00D084;
    border-width: 2.6px;
    width: 275px;
    z-index: 1;
}


/*影がある四角い枠*/
.box {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}


/** カスタムエラーメッセージスタイル(Reserve.cshtml) **/

.custom-error-message-NoOptionFlg {
    color: red;
    padding: 0px 90px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
}

.custom-error-message-ReserveDate {
    color: red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /*display: inline-block;*/
}

.custom-error-message-JusinshaDiv {
    /*color: red;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 296px 0px 0px;
    /*display: inline-block;*/
    /*text-align: left !important;*/
}

.custom-error-message-InsuranceNo {
    /*color: red;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 296px 0px 0px;
    /*display: inline-block;*/
    /*text-align: left !important;*/
}

.custom-error-message-InsuranceMark {
    /*color: red;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 296px 0px 0px;
    /*display: inline-block;*/
    /*text-align: left !important;*/
}

.custom-error-message-KenpoName {
    /*color: red;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 296px 0px 0px;
    /*display: inline-block;*/
    /*text-align: left !important;*/
}


/** カスタムcss **/
.WordCodeEdit-element {
    width: 133%;
    margin: 0px 0px 0px 0px;
}

.Change-element {
    float: right;
    margin: -34px 90px 0px 0px;
    border: 1px solid #757575; /* 枠線の設定 */
    padding: 1px; /* 要素内の余白 */
    display: inline-block; /* ブロック要素をインライン要素として扱う */
    background: #f0ff00;
    width: 132px;
    height: 30px;
    border-radius: 3px; /* 角を10ピクセルの円形にカーブ */
}

.changeCheckbox-element {
    padding: 0px 0px 0px 0px;
    margin: 6px 6px 0px 4px;
}

.EMailAddress-element {
    max-width: 400px;
}

.ReserveDateProvisional-element {
    padding: 0px 0px 0px 0px;
    margin: -24px 15px 0px 20px;
    /*float: left;*/
    float: right;
}

.custom-form-check-input {
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px -16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.custom-form-check-input-transform {
    /*padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px -16px;
    position: absolute;
    top: 50%;*/
    transform: translate(0, 20%);
}

.position {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.custom-form-wrapper {
    /*max-width: 800px;*/
    width: 100%;
    min-width: 600px;
    padding: 2px;
}

.custom-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.hidden {
    display: none !important;
}

.custom-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*position: absolute;
    top: 50%;*/
}

.custom-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.custom-form-control {
    display: block;
    width: 100%;
    /* height: 24px; */
    /*padding: 0.375rem 0.75rem;*/
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;
    border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.custom-form-control-filter {
    /*display: block;
    width: 100%;*/
     height: 24px; 
    padding: 0.375rem 0.75rem;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-form-control-title {
    display: block;
    width: 100%;
    /* height: 24px; */
    padding: 0.375rem 0.75rem;
    font-size: 1.0rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;
    border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.custom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -15px;
}


/** テーブルカスタムcss **/
.grayed-out {
    /*background-color: #ccc;*/ /* グレーアウトの背景色 */
    background-color: lightgray;
}


/** ボタンcss **/
.custom-btn {
    /* display: inline-block; */
    /* font-weight: 400; */
    color: #212529;
    text-align: center;
    /*vertical-align: middle;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/** Reserve.cshtml_css **/
.title-padding-center {
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.border-margin {
    margin: 0 auto;
}

.bk-color-text-canter {
    text-align: center;
    max-width: 100% !important;
    width: 100% !important;
    /*background-color: #70ddc91f;*/
    /*opacity: 0.1;*/
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
/* スマートフォン表示時のスタイル */
@media screen and (max-width: 767px) {
    .bk-color-text-canter {
        text-align: left;
        max-width: 100% !important;
        width: 100% !important;
        /*background-color: #70ddc91f;*/
        /*opacity: 0.1;*/
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
}

.margin-padding-center {
    /*margin-left: 5%;*/
    padding: 0px 0px 0px 0px;
}

.css-form-center {
    display: inline-block;
}

.text-align-left {
    text-align: left;
}

.custom-form-check-label {
    padding: 0px 15px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.custom-col-md-10 {
    position: relative;
    width: 100%;
}

.custom-col-md-2 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 0px;
}

.padding-right-left {
    padding-right: 0px !important;
    padding-left: 10px !important;
}



/** _LayoutUserForm.cshtml **/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: arial;
}

body {
    background: #ecf0f1;
    font-family: arial;
    margin: 0;
    color: #888
}

.banner {
    position: relative; /* 相対位置を設定 */
    /*background: #00DAFC;*/
    /* background: #47e9ff; */
    background-color: #ddfff1;
    /*background-color: #fff;*/
    /*opacity: 0.1;*/
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    /*text-align: center;*/
    color: #19A78E;
    font-size: 50px;
    height: 200px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 0px 0px;
    font-family: "ＭＳ 明朝", Sans-serif;
}
.banner-text {
    position: absolute; /* 絶対位置を設定 */
    bottom: 10%; /* 下寄せにする */
    left: 5%; /* 左寄せにする */
    font-family: "ＭＳ 明朝", Sans-serif;
}



.header {
    height: 60px;
    /*background: #00DAFC;*/
    /*background: #A2E7DB;*/
    background-color: #fff;
    color: #5e0826;
    width: 100%;
    border-bottom: 2px solid #5e0826;
}
/* スマートフォン表示時のスタイル */
@media screen and (max-width: 660px) {
    .header {
        height: 75px;
        /*background: #00DAFC;*/
        background: #fff;
        /*color: #fff;*/
        color: #5e0826;
        width: 100%;
        border-bottom: 2px solid #5e0826;
    }
}

.logo {
    margin: 0;
    line-height: 50px;
    float: left;
}

.nav {
    list-style: none;
    float: left;
}

    .nav li {
        display: inline-block;
    }

        .nav li a {
            display: inline-block;
            padding: 3px 15px;
            /* color: inherit; */
            text-decoration: none;
        }

.containerReserve {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
}

    .containerReserve:after {
        clear: both;
        content: "";
        display: table;
    }

/* .footer {
        background: #0A95AA;
        color: #fff;
        height: 100px
    } */

.copy {
    font-size: 10px;
    text-align: center
}

.bottom-nav {
    text-align: center;
    background: #02BDD6;
    width: 100%;
    color: #fff;
    height: 35px
}

    .bottom-nav .nav {
        float: none;
        margin: 0
    }

        .bottom-nav .nav a {
            padding: 0 25px;
            line-height: 35px
        }

.fixed-top, .fixed-bottom {
    /* background: #02BDD6; */
    /*background: #47e9ff;*/
    /*background: #A2E7DB;*/
    background-color: #fff;
    position: fixed;
    top: 0;
}

.fixed-bottom {
    top: auto;
    bottom: 0;
}

.footer-element {
    margin: 0px 0px 55px 0px;
}
/* スマートフォン表示時のスタイル */
@media screen and (max-width: 660px) {
    .footer-element {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 50px 0px;
    }
}


/** Confirm.cshtml  **/
.css-form-border-outside {
    border: 1px solid #ccc; /* ボーダーのスタイルと色を指定 */
    padding: 20px; /* 適切なパディングを追加（任意） */
    margin: 0 auto; /* 水平方向に中央揃え */
    max-width: 90%; /* フォームの最大幅を設定（任意） */
}

/*.css-form-border-inside {
    border: 1px solid #ddd;*/ /* 各入力フィールドの内側のボーダー */
    /*padding: 10px;*/ /* 適切なパディングを追加 */
    /*margin-bottom: 10px;*/ /* 各入力フィールドの下に余白を追加 */
/*}*/

    .css-form-border-outside dt,
    .css-form-border-outside dd {
        border-bottom: 1px solid #ddd; /* 各項目の下にボーダーを追加 */
        padding: 10px; /* 必要に応じてパディングを調整 */
    }

.bk-color-text-start {
    text-align: left;
    max-width: 100% !important;
    width: 100% !important;
    /*background-color: #70ddc91f;*/
    /*opacity: 0.1;*/
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
/* スマートフォン表示時のスタイル */
@media screen and (max-width: 767px) {
    .bk-color-text-start {
        text-align: left;
        max-width: 100% !important;
        width: 100% !important;
        /*background-color: #70ddc91f;*/
        /*opacity: 0.1;*/
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
}


/*C:\Projects\Keihin\src\01_Main\KeihinKenshinWeb\Pages\MyReserveConfirm\Index.cshtml*/
.css-min-width-160 {
    min-width: 160px !important;
}

.css-min-width-120 {
    min-width: 120px !important;
}


/* 男性のみオプションカラー */
.css-sex-color-man {
    color: MediumBlue;
}

/* 女性のみオプションカラー */
.css-sex-color-woman {
    color: DeepPink;
}

/* 婦人科オプションカラー */
.css-sex-color-fujinka {
    color: crimson;
}
