/* -----------------------------------------------------------
    bootstrap打消し用ファイル
----------------------------------------------------------- */
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: static;
    -ms-flex: none;
    flex: none;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: auto;
}

