﻿/*bootstrap.cssを上書き*/
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: 0px;
}
.text-danger {
  color: #FF0000;
}
html {
    font-size: 0.875em;
}
img{
    max-width:100%
}



.gap-x-1 {
    column-gap: 1rem;
}
.gap-x-2 {
    column-gap: 2rem;
}

.gap-y-05 {
    row-gap: 0.5rem;
}
.gap-y-1 {
    row-gap: 1rem;
}
.gap-x-2 {
    row-gap: 2rem;
}


@media screen and (max-width: 768px) {
    html {
        font-size: 0.75em;
    }
}

    label {
        font-weight: normal;
    }

    @media (min-width: 768px) {
        .text-md-wrap {
            white-space: normal !important;
            padding-bottom: .5rem;
        }
    }

    .table-responsive-sm::-webkit-scrollbar,
    .table-responsive-md::-webkit-scrollbar,
    .table-responsive-lg::-webkit-scrollbar {
        height: 4px;
    }

    .table-responsive-sm::-webkit-scrollbar-thumb,
    .table-responsive-md::-webkit-scrollbar-thumb,
    .table-responsive-lg::-webkit-scrollbar-thumb {
        background: var(--bs-gray-500);
        border-radius: 5px;
    }

    .table-responsive-sm::-webkit-scrollbar-track-piece,
    .table-responsive-md::-webkit-scrollbar-track-piece,
    .table-responsive-lg::-webkit-scrollbar-track-piece {
        background: var( --bs-gray-200);
    }

    .table-responsive-sm table {
        margin-bottom: 0.5rem;
    }
    /* disabledの背景をグレーにする */
:not(.pager-item):not(.normal-bgcolor):disabled {
    background-color: #e9ecef !important;
}

    ul {
        /*エラー表示時の左端の点を消すための処置。不要なら消す*/
        list-style: none;
    }

    .list-comma {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
    }

        .list-comma > .comma:not(:last-of-type)::after,
        .list-comma > li:not(:last-of-type)::after {
            content: '、';
        }

    .navbar-default {
        background-color: #ffffff;
        border-bottom-color: #53BCCA;
        border-bottom-width: 5.0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body {
        background-color: #f3f3f3;
        /*font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif !important;*/
    }

    input.check-box {
        width: 18px;
        height: 18px;
        vertical-align: central;
        margin: 5px 0px 5px 0px;
    }

    td.word-wrap {
        word-wrap: break-word;
    }

    button.sort {
        border: none;
        background-color: transparent;
    }

    .buttons {
        font-size: 13px;
        margin: 8px 5px 8px 5px;
        border-color: #ccc;
    }

    .text-align-center {
        text-align: center;
    }

    .text-align-left {
        text-align: left;
    }

    .text-align-right {
        text-align: right;
    }

    .required01:before {
        content: "◎";
        color: red;
    }

    .required02:before {
        content: "*";
        color: red;
    }

    .required::after {
        content: "必須";
        background-color: orangered;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        min-width: 10px;
        padding: 3px 7px;
        margin: 0px 5px 2px;
        line-height: 1;
        vertical-align: middle;
        white-space: nowrap;
        text-align: center;
        border-radius: 10px;
        display: inline-block;
    }

    button.listdata-edit {
        background-color: transparent;
        border-style: none;
    }

    .inner-label {
        font-weight: normal;
        display: inline;
    }

    .backcolor-white {
        background-color: white;
        color: black;
    }

    .backcolor-pink {
        background-color: pink !important;
        color: black;
    }

    .backcolor-gray {
        background-color: gray!important;
        color: black;
    }

    .backcolor-dimgreen {
        background-color: darkturquoise;
        color: white;
    }

    .backcolor-darkgreen {
        background-color: darkgreen;
        color: white;
    }

    .backcolor-aliceblue {
        background-color: aliceblue !important;
        color: black;
    }

    .backcolor-lightblue {
        background-color: lightblue !important;
        color: black;
    }

    .backcolor-aqua {
        background-color: lightskyblue;
        color: white;
    }

    .backcolor-blue {
        background-color: royalblue!important;
        color: white;
    }

    .backcolor-dimblue {
        background-color: steelblue;
        color: white;
    }

    .backcolor-darkblue {
        background-color: darkslateblue;
        color: white;
    }

    .backcolor-green {
        background-color: mediumseagreen;
        color: white;
    }

    .backcolor-orange {
        background-color: orange;
        color: white;
    }

    .backcolor-red {
        background-color: red!important;
        color: white;
    }

    .border-gray {
        border-color: gray;
    }

    .color-white {
        color: white;
    }

    .color-gray {
        color: gray;
    }

    .color-dimgreen {
        color: darkturquoise;
    }

    color-darkgreen {
        background-color: darkgreen;
        color: white;
    }

    .color-aqua {
        color: lightskyblue;
    }

    .color-blue {
        color: royalblue;
    }

    .color-black {
        color: black;
    }

    .color-dimblue {
        color: steelblue;
    }

    .color-orange {
        color: orange;
    }

    .color-red {
        color: red;
    }

    .color-yellow {
        color: yellow;
    }

    .max-width-none {
        max-width: none;
    }

    .width-300 {
        width: 300%;
    }

    .width-150 {
        width: 150%;
    }

    .width-100 {
        width: 100%;
    }

    .width-90 {
        width: 90%;
    }

    .width-80 {
        width: 80%;
    }

    .width-75 {
        width: 75%;
    }

    .width-70 {
        width: 70%;
    }

    .width-60 {
        width: 60%;
    }

    .width-50 {
        width: 50%;
    }

    .width-40 {
        width: 40%;
    }

    .width-33 {
        width: 33.3%;
    }

    .width-30 {
        width: 30%;
    }

    .width-25 {
        width: 25%;
    }

    .width-20 {
        width: 20%;
    }

    .width-15 {
        width: 15%;
    }

    .width-10 {
        width: 10%;
    }

    .width-8 {
        width: 8%;
    }

    .width-6 {
        width: 6%;
    }

    .width-4 {
        width: 4%;
    }

    .width-2 {
        width: 2%;
    }

    .br-sp {
        display: inline;
    }

    .font-sp {
        font-size: 100%;
    }

    .non-mobile-display {
        display: inline;
    }

    .mobile-display {
        display: none;
    }

    .w30 {
        width: 30px;
        max-width: 30px;
    }

    .w40 {
        width: 40px;
        max-width: 40px;
    }

    .w50 {
        width: 50px;
        max-width: 50px;
    }

    .w60 {
        width: 60px;
        max-width: 60px;
    }

    .w70 {
        width: 70px;
        max-width: 70px;
    }

    .w80 {
        width: 80px;
        max-width: 80px;
    }

    .w90 {
        width: 90px;
        max-width: 90px;
    }

    .w100 {
        width: 100px;
        max-width: 100px;
    }

    .w110 {
        width: 110px;
        max-width: 110px;
    }

    .w120 {
        width: 120px;
        max-width: 120px;
    }

    .w130 {
        width: 130px;
        max-width: 130px;
    }

    .w140 {
        width: 140px;
        max-width: 140px;
    }

    .w150 {
        width: 150px;
        max-width: 150px;
    }

    .w160 {
        width: 160px;
        max-width: 160px;
    }

    .w170 {
        width: 170px;
        max-width: 170px;
    }

    .w180 {
        width: 180px;
        max-width: 180px;
    }

    .w190 {
        width: 190px;
        max-width: 190px;
    }

    .w200 {
        width: 200px;
        max-width: 200px;
    }

    .w210 {
        width: 210px;
        max-width: 210px;
    }

    .w220 {
        width: 220px;
        max-width: 220px;
    }

    .w230 {
        width: 230px;
        max-width: 230px;
    }

    .w240 {
        width: 240px;
        max-width: 240px;
    }

    .w250 {
        width: 250px;
        max-width: 250px;
    }

    .w260 {
        width: 260px;
        max-width: 260px;
    }

    .w270 {
        width: 270px;
        max-width: 270px;
    }

    .w280 {
        width: 280px;
        max-width: 280px;
    }

    .w290 {
        width: 290px;
        max-width: 290px;
    }

    .w300 {
        width: 300px;
        max-width: 300px;
    }
    .w400 {
        width: 400px;
        max-width: 400px;
    }

    .w430 {
        width: 430px;
        max-width: 430px;
    }

    .w500 {
        width: 500px;
        max-width: 500px;
    }

    .w550 {
        width: 550px;
        max-width: 550px;
    }

    .w800 {
        width: 800px;
        max-width: 800px;
    }

    .w900 {
        width: 900px;
        max-width: 900px;
    }

    .max-w150 {
        max-width: 150px;
    }

    .font-red {
        color: red;
    }

    .font-bold {
        font-weight: bold;
    }

    .font-smaller {
        font-size: smaller;
    }

    .header-title {
        padding: 10px 10px 10px 10px;
        margin: -15px -15px -15px -15px;
    }

    .input-base-style {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        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;
    }

    .input-base-style-nw {
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        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;
    }

    .dropdown-base-style {
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        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;
    }

    .padding-left {
        padding-left: 1rem;
    }

    .padding-right {
        padding-right: 1rem;
    }

    .indent-left {
        text-indent: -1rem;
        padding-left: 1rem;
        /*margin-left:*/
    }

    .indent-right {
        margin-right: 1rem;
    }

    .font-bold {
        font-weight: bold;
    }

    .border-none {
        border-style: none;
    }

    .border-single {
        border-style: solid;
        border-width: 1px;
    }

    .base-style {
        padding: 1rem 1.5rem 3rem;
        background-color: var(--bs-white);
    }

    .surround-space-innner-middle {
        padding: 10px 25px 10px 25px;
    }

    .surround-space-outer-middle {
        margin: 10px 25px 10px 25px;
    }

    .surround-space-innner-small {
        padding: 5px 10px 5px 10px;
    }

    .surround-space-outer-small {
        margin: 5px 10px 5px 10px;
    }

    .surround-space-outer-none {
        margin: 0px 0px 0px 0px;
    }

    @media (max-width: 600px) {
        .base-style {
            padding: 0.5rem 0.5rem 2rem;
            background-color: var(--bs-white);
        }

        .surround-space-innner-middle {
            padding: 10px 10px 10px 10px;
        }

        .surround-space-outer-middle {
            margin: 10px 10px 10px 10px;
        }

        .surround-space-innner-small {
            padding: 5px 5px 5px 5px;
        }

        .surround-space-outer-small {
            margin: 5px 5px 5px 5px;
        }

        .surround-space-outer-none {
            margin: 0px 0px 0px 0px;
        }
    }


    /*◆ カレンダー ◆*/
    img.ui-datepicker-trigger {
        margin-left: 2px !important;
    }

    /*◆ ページング用CSS ◆*/
    td.paging {
        width: 20px;
        padding: 0 0 0 0;
        text-align: center;
        white-space: nowrap;
    }

    button.paging-num {
        /*width: 18px;*/
        width: auto;
        color: blue;
        margin: 0 2px 0 2px;
        padding: 0 0 0 0;
        background-color: transparent;
        border-style: none;
        cursor: pointer;
    }

    button.paging-text {
        width: 40px;
        color: blue;
        padding: 0 0 0 0;
        background-color: transparent;
        border-style: none;
        cursor: pointer;
    }

    button.paging-num-disabled {
        /*width: 18px;*/
        width: auto;
        color: black;
        margin: 0 2px 0 2px;
        padding: 0 0 0 0;
        background-color: transparent;
        border-style: none;
    }

    button.paging-text-disabled {
        width: 40px;
        color: black;
        padding: 0 0 0 0;
        background-color: transparent;
        border-style: none;
    }
    /*◆ ページング用CSS ◆*/

    /*◆ レスポンシブ対応CSS ◆*/
    /*レスポンシブコンテナ*/
    div.flex-containar {
        display: flex;
        flex-direction: row;
    }
    /*コンテナ内ボタン数対応コンテナ*/
    div.flex-1block {
        width: 100.0%;
        text-align: center;
        order: 1;
    }

    div.flex-2blocks-back {
        width: 50.0%;
        text-align: right;
        order: 1;
    }

    div.flex-2blocks-next {
        width: 50.0%;
        text-align: left;
        order: 2;
    }

    div.flex-3blocks-clear {
        width: 45.0%;
        text-align: right;
        order: 1;
    }

    div.flex-3blocks-back {
        width: 10.0%;
        text-align: center;
        order: 2;
    }

    div.flex-3blocks-next {
        width: 45.0%;
        text-align: left;
        order: 3;
    }

    @media (min-width: 1200px) {
        .container {
            width: 1190px;
        }
    }

    @media (max-width: 600px) {
        div.flex-2blocks-back {
            width: 50.0%;
            text-align: left;
            order: 1;
        }

        div.flex-2blocks-next {
            width: 50.0%;
            text-align: right;
            order: 2;
        }

        div.flex-3blocks-clear {
            width: 33.3%;
            text-align: center;
            order: 2;
        }

        div.flex-3blocks-back {
            width: 33.3%;
            text-align: left;
            order: 1;
        }

        div.flex-3blocks-next {
            width: 33.3%;
            text-align: right;
            order: 3;
        }

        .width-100 {
            width: 100%;
        }

        .width-50 {
            width: 80%;
        }

        .width-33 {
            width: 66.6%;
        }

        .width-25 {
            width: 50%;
        }

        .width-20 {
            width: 40%;
        }

        .width-10 {
            width: 30%;
        }

        .width-10 {
            width: 20%;
        }

        .width-8 {
            width: 16%;
        }

        .width-6 {
            width: 12%;
        }

        .width-4 {
            width: 8%;
        }

        .width-2 {
            width: 4%;
        }

        .br-sp {
            display: none;
        }


        .non-mobile-display {
            display: none !important;
        }

        .mobile-display {
            display: inline !important;
        }
    }



    .base-style-min {
        padding: 0.5rem 0.5rem 0.75rem;
        background-color: var(--bs-white);
    }

    /* アコーディオンの注釈*/
    .alret-assist {
        line-height: 1.25rem;
        color: var(--bs-gray-700);
    }


    .line-clamp-2 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

