body {
    /* zoom: 0.75; */
    /* -moz-transform: scale(0.75); */
}
.modal-backdrop {
    width: 100%;
    height: 100%;
}
/*--------------width-----------------*/
.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40{
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

@media (min-width: 1600px) {
    .row-cols-xxl-5 > .col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.border--dashed {
    border-style: dashed !important;
}

.bg-cyan {
    background-color: #e0ffff !important;
}

.bg-grey {
    background-color: #D3D3D3 !important;
}

.text-orange {
    color: #ff8c00 !important;
}

.bg-orange {
    background-color: #ff8c00 !important;
}

.w-navbar-brand {
    width: 15.9% !important;
}

@media screen and (max-width:700px) {
    .w-navbar-brand {
        width: 25% !important;
    }
}

.badge-pink, .bg-pink, .btn-pink {
    background: #ffe4e1;
}

.btn-gold {
    background: #ffd700;
}
.btn-outline-gold {
    color: #ffd700;
    border-color: #ffd700;
}
.btn-outline-gold:hover {
  color: #fff;
  background-color: #ffd700;
  border-color: #ffd700;
}
.btn-outline-gold:focus, .btn-outline-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.5);
}
.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #ffd700;
  background-color: transparent;
}
.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #fff;
  background-color: #ffd700;
  border-color: #ffd700;
}
.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.5);
}

.text-gold{
    color: #ffd700 !important;
}

.sidebar__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3490dc;
    color: #fff;
    border-radius: 0.2rem;
    margin-bottom: 16px;
    font-size: 1.1rem;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.caption__box{
    position: relative;
    margin-top: 1em;
    padding: 1.5em 2em .8em;
    border: 1px solid #ced4da;
}

.caption__box .caption__text{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    padding: 0 1em;
    margin: 0;
    background-color: white;
    transform: translateY(-50%) translateX(1em);
}

.modal-xxl {
    max-width: 1360px;
}

.input-td {
    position: relative;
}

.input-td input, .input-td select {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    border-color: #6c757d;
    border-radius: 0;
}

input-td input,select:focus {
    outline: 0;
}

.btn-anchor {
    border: 0;
    background-color: #f8fafc;
    color: #3490dc;
    padding: 0 1px;
}



.btn-anchor--success {
      color: #38c172;
  }

.btn-anchor--edit {
    color: #000000;
}

.btn-anchor--delete {
    color: red;
}

.btn-anchor:hover {
    text-decoration: underline;
}

/*パンクズリストの仕切りを '/' から '>' に*/
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/*ドロップダウンをクリックではなくホバーにする*/
.dropdown--hover:hover .dropdown-menu {
    display: block !important;
}

.carousel-control:hover {
    text-decoration: none;
    opacity: 1;
}

.carousel-control {
    opacity: .7;
}

.list-group-item.active--success {
    background-color: #38c172 !important;
    border-color: #38c172 !important;
}

.sidebar__item__white {
    display: flex;
    align-items: center;
    border-radius: 0.2rem;
    font-size: 1.1rem;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.subheading {
    border-bottom: 2px solid;
    margin-bottom: 1rem;
    font-weight: 700;
}

.custom-select-lg {
    height: 50px; /* セレクトボックスの高さ */
    font-size: 20px; /* 文字の大きさ */
    border: 1px solid #ced4da;
}

/* vue 読み込み時のフラッシュを防ぐ */
[v-cloak] {
    display: none;
}

.color-black {
  color: #333;
}
.color-black a{
  color: #333;
}
.c-pageTable__table tbody .td-width200 {
    width: 200px;
}
