nav.sidebar-nav.reha {
    background: #a77d01 !important;
}

nav.sidebar-nav.sand {
    background: #10275a !important;
}

header.navbar.sand {
    background: #10275a !important;
}

.stripe div {
    padding: 5px 5px;
    align-items: center;
}

.stripe form:nth-child(odd) {
    background-color: #f8f8f8;
}

.stripe form:nth-child(even) {
    background-color: #ffffff;
}

img.img-fit {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

form.float {
    position: absolute;
    left: 0;
    border: 1px solid;
    background-color: #fdfdfd;
    z-index: 100;
    padding: 3px;
    border-radius: 2px;
    box-shadow: 2px 2px 4px gray;
    display: none;
}

.float-top {
    position: relative;
}

form.float div.form-group {
    margin-bottom: 0;
}

form.float table {
    margin-bottom: 0;
}

input.on-float {
    position: relative;
}

div.search-form {
    background-color: lightblue;
}

tbody tr.clickable td,
tbody tr.click-link td {
    cursor: pointer;
}

tbody tr.clickable:hover td,
tbody tr.click-link:hover td {
    background: #c8f5ff;
    cursor: pointer;
}

tbody tr.selected td,
tbody tr.selected:hover td {
    background: #61e6fd;
}

td#order-status {
    background: #ffc8d0;
    font-size: 1.3em;
    font-weight: bold;
    color: #864141;
    text-align: center;
    vertical-align: middle;
}

.bg-cancel {
    background: #f8baa7;
}

.pg-prospect {
    background: #9d3f1b !important;
    color: white;
}

.pg-account {
    background: #d39e00 !important;
    color: white;
}

.pg-member {
    background: #23913d !important;
    color: white;
}

.table-striped tbody tr:nth-of-type(odd).bg-cancel {
    background: #ffb199;
}

.is-type {
    border: solid 1px #002788;
    background: #a3c3ff;
    font-weight: bold;
    color: #002788;
    border-radius: 3px;
    padding: 2px 4px;
    margin-right: 6px;
    text-align: center;
}

.is-withdraw {
    background: #ff717d;
    font-weight: bold;
    color: black;
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 5px;
    border: solid 1px red;
    margin-right: 6px;
}

.is-hope {
    background: #fdd8db;
    font-weight: bold;
    color: red;
    border-radius: 3px;
    padding: 2px 4px;
    border: solid 1px red;
    margin-right: 6px;
}

.is-application {
    background: #f8f2b6;
    font-weight: bold;
    color: rgb(189, 138, 0);
    border-radius: 3px;
    padding: 2px 4px;
    border: solid 1px rgb(189, 138, 0);
    margin-right: 6px;
}

.is-adjournment {
    background: #bebebe;
    font-weight: bold;
    color: rgb(43, 43, 43);
    border-radius: 3px;
    padding: 2px 4px;
    border: solid 1px rgb(122, 122, 122);
    margin-right: 6px;
}

.is-withdrawal {
    background: #2e2e2e;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 2px 4px;
    border: solid 1px rgb(0, 0, 0);
    margin-right: 6px;
}

.is-product {
    background: rgb(209 161 106);
    font-weight: bold;
    color: rgb(98 49 25);
    border-radius: 3px;
    padding: 2px 4px;
    border: solid 1px rgb(107, 62, 11);
    margin-right: 6px;
}

.is-facility {
    background: rgb(169 144 217);
    font-weight: bold;
    color: rgb(6, 11, 53);
    border-radius: 3px;
    padding: 2px 4px;
    border: solid 1px rgb(29, 11, 107);
    margin-right: 6px;
}

.dashed {
    border-top: 1px dotted red;
}

label.mem-step {
    color: black !important;
    padding: 0.2rem 0.3rem !important;
}

#adjournment div.row,
#withdrawal div.row {
    border: 1px dashed gray;
    background-color: #f0f0f0;
    padding: 4px 4px 0 4px;
    border-radius: 6px;
}

.sidebar .nav-link {
    padding: 0.4rem 1rem;
}

p.ff_t1 {
    font-family: "Train One", cursive;
}

td.no-border {
    border: none;
}

html {
    font-size: 100%;
}

body {
    font-size: 112.5%;
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
    color: #202225;
}

header {
    background-color: #000000;
}

section.home {
    background-color: #f4f4f4;
}

section.home h3 {
    margin-bottom: 20px;
    padding: 12px 17px 12px 17px;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
}

section.home h3 a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

section.home h3.ka {
    background-image: linear-gradient(120deg, #e50045 0%, #f27529 100%);
}

section.home h3.kb {
    background-image: linear-gradient(120deg, #ff9100 0%, #faca48 100%);
}

section.home h3.kv {
    background-image: linear-gradient(120deg, #00e511 0%, #0f7be0 100%);
}

section.home h3.twa {
    background-image: linear-gradient(120deg, #004de5 0%, #f229c9 100%);
}

section.home h3.twb {
    background-image: linear-gradient(120deg, #fb0bf6 0%, #f2a929 100%);
}

section.home h3.twv {
    background-image: linear-gradient(120deg, #e55700 0%, #ffd176 100%);
}

section.home h3.tea {
    background-image: linear-gradient(120deg, #004de5 0%, #f229c9 100%);
}

section.home h3.tev {
    background-image: linear-gradient(120deg, #e55700 0%, #ffd176 100%);
}

section.title h3 {
    margin-top: 2vw;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 12px 0 12px 0;
    background-color: transparent;
    background-image: linear-gradient(120deg, #e55700 0%, #f2295b 100%);
    border-radius: 10px 10px 10px 10px;
}

h6.policy {
    margin-top: 4vw;
}

.form-group p {
    margin-bottom: 1.6em;
}

.form-group label {
    text-align: right;
}

.form-group label .required {
    font-size: 0.8em;
    color: #fff;
    display: block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
    margin-bottom: 8px;
    float: right;
}

label.col-form-label {
    background: #eaeff9;
    font-weight: normal;
    padding: 1.5em;
}

.bg-black {
    background-color: black;
}

.form-group {
    margin-bottom: 0;
}

.form-group div.col-sm-9 {
    padding: 1.5em;
}

input.form-control {
    background: #ffffff;
    border: 1px #89bdde solid;
    border-radius: 5px;
}

h6 {
    font-weight: bold;
    font-size: 100%;
    color: #000000;
    text-align: center;
    margin: 1em 0;
}

.notes {
    font-weight: bold;
    font-size: 0.8em;
    color: #c90000;
}

input.big {
    transform: scale(2);
}

.app-footer {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #23282c;
    background: rgb(249, 249, 249);
    border-top: 1px solid #c8ced3;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.app-footer-below {
    background-color: #000000;
    background-image: none;
    min-height: 80px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #f2f5f7;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.app-footer-navigation {
    padding: 45px 1em;
}

.app-footer-below p {
    margin-bottom: 0;
}

a {
    color: #000000;
}

h5 {
    color: #000000;
    font-weight: bold;
}

select#persons,
select#event_id {
    background-color: #ffffff;
}

.topterms {
    overflow: auto;
    font-size: 0.7em;
    color: #666666;
    width: 100%;
    height: 200px;
    border: 1px solid #000000;
    padding: 5px;
    margin-bottom: 20pt;
}

.topterms a {
    font-weight: bold;
    text-decoration: underline;
}

div.spacer {
    padding: 33px 0;
}

button.closed {
    background-color: #e6e6e6;
    border-style: double;
    border-width: 5px 5px 5px 5px;
    border-color: #575757;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 152px 0;
    font-weight: bold;
    padding: 20px 40px;
}

p.notice {
    padding-top: 3px;
    line-height: 1.8;
    color: #cc0000;
    font-size: 0.8em;
}

section[accompany] div div.dashed {
    border-style: dashed;
    border-color: red;
    border-width: 2px;
    border-radius: 0.3rem;
    padding: 14px;
}

@media (min-width: 992px) {
    h3 {
        font-size: 1.69rem;
    }
}

/*中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {
    h3 {
        font-size: 1.69rem;
    }
}

/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {
    h3 {
        font-size: 1.1rem;
    }

    h4 {
        font-size: 4.5vw;
    }

    section.closed h5 {
        font-size: 1.8em !important;
    }

    section.title h3 {
        font-size: 0.95em;
        width: 100%;
    }

    .form-group p {
        margin-bottom: 0;
    }
}

/* @include media-breakpoint-up(sm) {
// 極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {
    h6 {
        font-size: 1rem;
    }

    h4 {
        font-size: 4.5vw;
    }

    .form-group p {
        margin-bottom: 0;
    }
}

ol,
ul {
    margin: 0 0 1.5em 1.5em;
}

body.closed {
    background-color: black;
    overflow: hidden;
}

body.closed h1 {
    font-weight: 700;
    font-style: normal;
}

.graphic-logo {
    width: auto;
    max-width: 500px;
    max-height: 300px;
    margin: 0 auto;
}

section.closed h5 {
    font-size: 2.3529411764706em;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
}

.form-group label {
    text-align: left;
}

input:disabled.form-control,
select#event_id:disabled,
select#persons:disabled {
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #e4e7ea;
}

ol.term li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin-left: 1rem;
    text-indent: -1rem;
}

ol.term li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}

ol.term li.font-weight-bold {
    color: black;
}

span.test-mode {
    color: #bb5504;
    background-color: #ffde92;
    padding-left: 8px;
    padding-right: 8px;
    border: solid 1px #bb5504;
    margin-right: 8px;
    font-size: 1rem;
    line-height: 1.69rem;
}

.gold {
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    background-repeat: no-repeat;
    width: 100px;
    overflow: hidden;
    padding: 6px;
}
.gold h4 {
    color: #555555;
}
