/*@media screen and (max-width: 768px){
  .container {
    margin-top: 50px;
  }
}*/
/* メッセージ */
.alert {
    position: fixed;
    display: none; /* 初期状態は非表示 */
    /* 画面上部中央に表示 */
    top: 55px;
    left: 50%;
    /*transform: translate(-50%, 0);*/
    z-index: 10000;
}
/* 簡便のために全要素のマージンとパディングを0に */
* {
    margin: 0;
    padding: 0;
}
btn-outline-cancel
.btn-outline-cancel {
    color: #198754;
    background-color: transparent;
    background-image: none;
    border-color: #198754 !important;
}

.btn-outline-cancel:hover {
    color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-cancel:focus, .btn-outline-cancel.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-cancel.disabled, .btn-outline-cancel:disabled {
    background-color: transparent;
}

.btn-outline-cancel:not(:disabled):not(.disabled):active, .btn-outline-cancel:not(:disabled):not(.disabled).active,
.show > .btn-outline-cancel.dropdown-toggle {
}

    .btn-outline-cancel:not(:disabled):not(.disabled):active:focus, .btn-outline-cancel:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cancel.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

.btn-check:active + .btn-outline-cancel, .btn-check:checked + .btn-outline-cancel, .btn-outline-cancel.active, .btn-outline-cancel.dropdown-toggle.show, .btn-outline-cancel:active {

}

.btn-outline-index-menu {
    color: #198754;
}
.btn-outline-index-menu:active {
    color: #FFF;
}

.btn-outline-shika {
    border-color: #198754 !important;
}

    .btn-outline-shika:hover {
        color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-shika:focus, .btn-outline-shika.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-shika.disabled, .btn-outline-shika:disabled {
        color: #198754;
        background-color: transparent;
    }

    .btn-outline-shika:not(:disabled):not(.disabled):active, .btn-outline-shika:not(:disabled):not(.disabled).active,
    .show > .btn-outline-shika.dropdown-toggle {
        color: #fff !important;
        background-color: #198754;
        border-color: #198754;
    }

        .btn-outline-shika:not(:disabled):not(.disabled):active:focus, .btn-outline-shika:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-shika.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

    .btn-check:active + .btn-outline-shika, .btn-check:checked + .btn-outline-shika, .btn-outline-shika.active, .btn-outline-shika.dropdown-toggle.show, .btn-outline-shika:active {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }
/*
@media screen and (min-width: 768px){
  .container {
    margin-top: 20px;
  }
}*/

.btn-group-vertical{
  display: flex;
  margin: 10px;
}

.btn-ranking {
  color: #fff !important;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-ranking:hover {
  color: #fff !important;
  background-color: #868e96;
  border-color: #868e96;
  opacity: 0.8;
}

.btn-result {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-result:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  opacity: 0.8;
}

.btn-control {
  color: #fff !important;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-control:hover {
  color: #fff !important;
  background-color: #343a40;
  border-color: #343a40;
  opacity: 0.8;
}

.btn-resend {
  color: #fff !important;
  background-color: #6394c0;
  border-color: #2e6da4;
}
.btn-resend:hover {
  color: #fff !important;
  background-color: #6394c0;
  border-color: #2e6da4;
  opacity: 0.8;
}

.container_card{
    padding-right: 0em !important;
    padding-left: 0em !important;
}
.main-color-shika {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754;
}