
/* ボタン関連 */

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #6c757d;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .1rem rgba(114, 124, 245, .25);
    box-shadow: 0 0 0 .1rem rgba(114, 124, 245, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4e5bf2;
        border-color: #4250f2
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #4e5bf2;
        border-color: #4250f2;
        -webkit-box-shadow: 0 0 0 .2rem rgba(135, 144, 247, .5);
        box-shadow: 0 0 0 .2rem rgba(135, 144, 247, .5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #727cf5;
        border-color: #727cf5
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #4250f2;
        border-color: #3645f1
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(135, 144, 247, .5);
            box-shadow: 0 0 0 .2rem rgba(135, 144, 247, .5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
        box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
            box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
        }

.btn-success {
    color: #fff;
    background-color: #0acf97;
    border-color: #0acf97
}

    .btn-success:hover {
        color: #fff;
        background-color: #08ab7c;
        border-color: #089e74
    }

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #08ab7c;
        border-color: #089e74;
        -webkit-box-shadow: 0 0 0 .2rem rgba(47, 214, 167, .5);
        box-shadow: 0 0 0 .2rem rgba(47, 214, 167, .5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #0acf97;
        border-color: #0acf97
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #089e74;
        border-color: #07926b
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(47, 214, 167, .5);
            box-shadow: 0 0 0 .2rem rgba(47, 214, 167, .5)
        }

.btn-info {
    color: #fff;
    background-color: #39afd1;
    border-color: #39afd1
}

    .btn-info:hover {
        color: #fff;
        background-color: #2b99b9;
        border-color: #2991ae
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #2b99b9;
        border-color: #2991ae;
        -webkit-box-shadow: 0 0 0 .2rem rgba(87, 187, 216, .5);
        box-shadow: 0 0 0 .2rem rgba(87, 187, 216, .5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #39afd1;
        border-color: #39afd1
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #2991ae;
        border-color: #2688a4
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(87, 187, 216, .5);
            box-shadow: 0 0 0 .2rem rgba(87, 187, 216, .5)
        }

.btn-warning {
    color: #313a46;
    background-color: #ffbc00;
    border-color: #ffbc00
}

    .btn-warning:hover {
        color: #313a46;
        background-color: #d9a000;
        border-color: #cc9600
    }

    .btn-warning.focus, .btn-warning:focus {
        color: #313a46;
        background-color: #d9a000;
        border-color: #cc9600;
        -webkit-box-shadow: 0 0 0 .2rem rgba(224, 169, 11, .5);
        box-shadow: 0 0 0 .2rem rgba(224, 169, 11, .5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #313a46;
        background-color: #ffbc00;
        border-color: #ffbc00
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #cc9600;
        border-color: #bf8d00
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(224, 169, 11, .5);
            box-shadow: 0 0 0 .2rem rgba(224, 169, 11, .5)
        }

.btn-danger {
    color: #fff;
    background-color: #fa5c7c;
    border-color: #fa5c7c
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f9375e;
        border-color: #f82b54
    }

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #f9375e;
        border-color: #f82b54;
        -webkit-box-shadow: 0 0 0 .2rem rgba(251, 116, 144, .5);
        box-shadow: 0 0 0 .2rem rgba(251, 116, 144, .5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #fa5c7c;
        border-color: #fa5c7c
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #f82b54;
        border-color: #f81e4a
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(251, 116, 144, .5);
            box-shadow: 0 0 0 .2rem rgba(251, 116, 144, .5)
        }

.btn-light {
    color: #313a46;
    background-color: #eef2f7;
    border-color: #eef2f7
}

    .btn-light:hover {
        color: #313a46;
        background-color: #d4deeb;
        border-color: #cbd7e7
    }

    .btn-light.focus, .btn-light:focus {
        color: #313a46;
        background-color: #d4deeb;
        border-color: #cbd7e7;
        -webkit-box-shadow: 0 0 0 .2rem rgba(210, 214, 220, .5);
        box-shadow: 0 0 0 .2rem rgba(210, 214, 220, .5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #313a46;
        background-color: #eef2f7;
        border-color: #eef2f7
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #313a46;
        background-color: #cbd7e7;
        border-color: #c3d1e3
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(210, 214, 220, .5);
            box-shadow: 0 0 0 .2rem rgba(210, 214, 220, .5)
        }

.btn-dark {
    color: #fff;
    background-color: #313a46;
    border-color: #313a46
}

    .btn-dark:hover {
        color: #fff;
        background-color: #212730;
        border-color: #1c2128
    }

    .btn-dark.focus, .btn-dark:focus {
        color: #fff;
        background-color: #212730;
        border-color: #1c2128;
        -webkit-box-shadow: 0 0 0 .2rem rgba(80, 88, 98, .5);
        box-shadow: 0 0 0 .2rem rgba(80, 88, 98, .5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #313a46;
        border-color: #313a46
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1c2128;
        border-color: #171b21
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(80, 88, 98, .5);
            box-shadow: 0 0 0 .2rem rgba(80, 88, 98, .5)
        }

.btn-outline-primary {
    color: #727cf5;
    border-color: #727cf5
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #727cf5;
        border-color: #727cf5
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(114, 124, 245, .5);
        box-shadow: 0 0 0 .2rem rgba(114, 124, 245, .5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #727cf5;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #727cf5;
        border-color: #727cf5
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(114, 124, 245, .5);
            box-shadow: 0 0 0 .2rem rgba(114, 124, 245, .5)
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
        box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
            box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
        }

.btn-outline-success {
    color: #0acf97;
    border-color: #0acf97
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #0acf97;
        border-color: #0acf97
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(10, 207, 151, .5);
        box-shadow: 0 0 0 .2rem rgba(10, 207, 151, .5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #0acf97;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #0acf97;
        border-color: #0acf97
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(10, 207, 151, .5);
            box-shadow: 0 0 0 .2rem rgba(10, 207, 151, .5)
        }

.btn-outline-info {
    color: #39afd1;
    border-color: #39afd1
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #39afd1;
        border-color: #39afd1
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(57, 175, 209, .5);
        box-shadow: 0 0 0 .2rem rgba(57, 175, 209, .5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #39afd1;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #39afd1;
        border-color: #39afd1
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(57, 175, 209, .5);
            box-shadow: 0 0 0 .2rem rgba(57, 175, 209, .5)
        }

.btn-outline-warning {
    color: #ffbc00;
    border-color: #ffbc00
}

    .btn-outline-warning:hover {
        color: #313a46;
        background-color: #ffbc00;
        border-color: #ffbc00
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255, 188, 0, .5);
        box-shadow: 0 0 0 .2rem rgba(255, 188, 0, .5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffbc00;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #313a46;
        background-color: #ffbc00;
        border-color: #ffbc00
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255, 188, 0, .5);
            box-shadow: 0 0 0 .2rem rgba(255, 188, 0, .5)
        }

.btn-outline-danger {
    color: #fa5c7c;
    border-color: #fa5c7c
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #fa5c7c;
        border-color: #fa5c7c
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(250, 92, 124, .5);
        box-shadow: 0 0 0 .2rem rgba(250, 92, 124, .5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #fa5c7c;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #fa5c7c;
        border-color: #fa5c7c
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(250, 92, 124, .5);
            box-shadow: 0 0 0 .2rem rgba(250, 92, 124, .5)
        }

.btn-outline-light {
    color: #eef2f7;
    border-color: #eef2f7
}

    .btn-outline-light:hover {
        color: #313a46;
        background-color: #eef2f7;
        border-color: #eef2f7
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(238, 242, 247, .5);
        box-shadow: 0 0 0 .2rem rgba(238, 242, 247, .5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #eef2f7;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #313a46;
        background-color: #eef2f7;
        border-color: #eef2f7
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(238, 242, 247, .5);
            box-shadow: 0 0 0 .2rem rgba(238, 242, 247, .5)
        }

.btn-outline-dark {
    color: #313a46;
    border-color: #313a46
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #313a46;
        border-color: #313a46
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(49, 58, 70, .5);
        box-shadow: 0 0 0 .2rem rgba(49, 58, 70, .5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #313a46;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #313a46;
        border-color: #313a46
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(49, 58, 70, .5);
            box-shadow: 0 0 0 .2rem rgba(49, 58, 70, .5)
        }

.btn-link {
    font-weight: 400;
    color: #727cf5;
    text-decoration: none
}

    .btn-link:hover {
        color: #2b3af0;
        text-decoration: none
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #adb5bd;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .15rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .28rem .8rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .15rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

/* フォームコントロール定義 */

.form-control {
    display: block;
    width: 80%;
    height: calc(2.25rem + 2px);
    padding: .45rem .9rem;
    /*font-size: .9rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6c757d
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c1c9d0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control::placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #6c757d;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.45rem + 1px);
    padding-bottom: calc(.45rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.28rem + 1px);
    padding-bottom: calc(.28rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .45rem 0;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8725rem + 2px);
    padding: .28rem .8rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem;
    font-size: 0.9rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        color: #98a6ad
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

/* 汎用定義 */

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.m-0 {
  margin: 0 !important
}
.mt-0, .my-0 {
  margin-top: 0 !important
}
.mr-0, .mx-0 {
  margin-right: 0 !important
}
.mb-0, .my-0 {
  margin-bottom: 0 !important
}
.ml-0, .mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: .375rem !important
}
.mt-1, .my-1 {
  margin-top: .375rem !important
}
.mr-1, .mx-1 {
  margin-right: .375rem !important
}
.mb-1, .my-1 {
  margin-bottom: .375rem !important
}
.ml-1, .mx-1 {
  margin-left: .375rem !important
}
.m-2 {
  margin: .75rem !important
}
.mt-2, .my-2 {
  margin-top: .75rem !important
}
.mr-2, .mx-2 {
  margin-right: .75rem !important
}
.mb-2, .my-2 {
  margin-bottom: .75rem !important
}
.ml-2, .mx-2 {
  margin-left: .75rem !important
}
.m-3 {
  margin: 1.5rem !important
}
.mt-3, .my-3 {
  margin-top: 1.5rem !important
}
.mr-3, .mx-3 {
  margin-right: 1.5rem !important
}
.mb-3, .my-3 {
  margin-bottom: 1.5rem !important
}
.ml-3, .mx-3 {
  margin-left: 1.5rem !important
}
.m-4 {
  margin: 2.25rem !important
}
.mt-4, .my-4 {
  margin-top: 2.25rem !important
}
.mr-4, .mx-4 {
  margin-right: 2.25rem !important
}
.mb-4, .my-4 {
  margin-bottom: 2.25rem !important
}
.ml-4, .mx-4 {
  margin-left: 2.25rem !important
}
.m-5 {
  margin: 4.5rem !important
}
.mt-5, .my-5 {
  margin-top: 4.5rem !important
}
.mr-5, .mx-5 {
  margin-right: 4.5rem !important
}
.mb-5, .my-5 {
  margin-bottom: 4.5rem !important
}
.ml-5, .mx-5 {
  margin-left: 4.5rem !important
}
.p-0 {
  padding: 0 !important
}
.pt-0, .py-0 {
  padding-top: 0 !important
}
.pr-0, .px-0 {
  padding-right: 0 !important
}
.pb-0, .py-0 {
  padding-bottom: 0 !important
}
.pl-0, .px-0 {
  padding-left: 0 !important
}
.p-1 {
  padding: .375rem !important
}
.pt-1, .py-1 {
  padding-top: .375rem !important
}
.pr-1, .px-1 {
  padding-right: .375rem !important
}
.pb-1, .py-1 {
  padding-bottom: .375rem !important
}
.pl-1, .px-1 {
  padding-left: .375rem !important
}
.p-2 {
  padding: .75rem !important
}
.pt-2, .py-2 {
  padding-top: .75rem !important
}
.pr-2, .px-2 {
  padding-right: .75rem !important
}
.pb-2, .py-2 {
  padding-bottom: .75rem !important
}
.pl-2, .px-2 {
  padding-left: .75rem !important
}
.p-3 {
  padding: 1.5rem !important
}
.pt-3, .py-3 {
  padding-top: 1.5rem !important
}
.pr-3, .px-3 {
  padding-right: 1.5rem !important
}
.pb-3, .py-3 {
  padding-bottom: 1.5rem !important
}
.pl-3, .px-3 {
  padding-left: 1.5rem !important
}
.p-4 {
  padding: 2.25rem !important
}
.pt-4, .py-4 {
  padding-top: 2.25rem !important
}
.pr-4, .px-4 {
  padding-right: 2.25rem !important
}
.pb-4, .py-4 {
  padding-bottom: 2.25rem !important
}
.pl-4, .px-4 {
  padding-left: 2.25rem !important
}
.p-5 {
  padding: 4.5rem !important
}
.pt-5, .py-5 {
  padding-top: 4.5rem !important
}
.pr-5, .px-5 {
  padding-right: 4.5rem !important
}
.pb-5, .py-5 {
  padding-bottom: 4.5rem !important
}
.pl-5, .px-5 {
  padding-left: 4.5rem !important
}

.m-n1 {
    margin: -.375rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.375rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.375rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.375rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.375rem !important
}

.m-n2 {
    margin: -.75rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.75rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.75rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.75rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.75rem !important
}

.m-n3 {
    margin: -1.5rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1.5rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1.5rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1.5rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1.5rem !important
}

.m-n4 {
    margin: -2.25rem !important
}

.mt-n4, .my-n4 {
    margin-top: -2.25rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -2.25rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -2.25rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -2.25rem !important
}

.m-n5 {
    margin: -4.5rem !important
}

.mt-n5, .my-n5 {
    margin-top: -4.5rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -4.5rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -4.5rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -4.5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

/* 砂時計用 */

.popwait-border {
    display: none;
    z-index: auto;
}

.popwait-panel {
    display: inline-block;
    position: fixed;
    width: 200px;
    max-width: 200px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 4px gray;
    background: white;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
}

.popwait-a {
    padding: 4px 0 8px 0;
    text-align: right;
}

    .popwait-a a {
        font-size: 0.9em;
        border-radius: 4px;
        color: silver;
        border: 1px solid silver;
        padding: 2px 4px;
        margin-right: 4px;
    }

.popwait-icon {
    width: 100%;
    font-size: 1.2em;
    color: mediumblue;
    margin: 16px 0 20px 0;
}

    .popwait-icon img {
        width: 100px;
        height: 100px;
    }


/* イベントカレンダー用 */

.calendar-info-content {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    overflow-x: auto;
}

.calendar-info-box {
    color: saddlebrown;
    border: 0;
    /*width: 90%;*/
    /*min-width: 340px;*/
    max-width: 600px;
    padding: 0.5rem;
    display: inline-block;
    background-color: transparent;
}

.calendar-comment {
    font-size: 0.75rem;
    color: darkcyan;
}

.calendar-btn {
    padding: 6px 4px 0 0;
}

.today-btn {
    border: 0;
}


/* ログインフレーム用 */

.login-border {
    display: none;
    z-index: 999;
}

.login-panel {
    display: inline-block;
    position: fixed;
    width: 80%;
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 4px gray;
    background: white;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
}

.login-a {
    padding: 4px 0 8px 0;
}

    .login-a a {
        font-size: 0.9em;
        color: dodgerblue;
        border-radius: 4px;
        border: 1px solid dodgerblue;
        padding: 2px 4px;
    }

.login-message {
    width: 100%;
    font-size: 1.2em;
    color: mediumblue;
    margin: 16px 0 8px 0;
}


/* ポップアップメッセージ用 */

.popmessage-border {
    display: none;
    z-index: auto;
}

.popmessage-panel {
    display: inline-block;
    position: fixed;
    width: 80%;
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 4px gray;
    background: white;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
}

.popmessage-a {
    padding: 4px 0 8px 0;
}

    .popmessage-a a {
        font-size: 0.9em;
        color: dodgerblue;
        border-radius: 4px;
        border: 1px solid dodgerblue;
        padding: 2px 4px;
    }

.popmessage-message {
    width: 100%;
    font-size: 1.2em;
    color: mediumblue;
    margin: 16px 0 20px 0;
}

/* テキスト関連 */
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1367px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #727cf5 !important /* 紫 */
}

a.text-primary:focus, a.text-primary:hover {
    color: #2b3af0 !important
}

.text-secondary {
    color: #6c757d !important /* グレー */
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #0acf97 !important /* 濃いめのグレー */
}

a.text-success:focus, a.text-success:hover {
    color: #068662 !important /* 深緑 */
}

.text-info {
    color: #39afd1 !important /* 少し薄めの青 */
}

a.text-info:focus, a.text-info:hover {
    color: #247f9a !important /* 濃い青緑 */
}

.text-warning {
    color: #ffbc00 !important /* オレンジ */
}

a.text-warning:focus, a.text-warning:hover {
    color: #b38400 !important /* 暗いオレンジ */
}

.text-danger {
    color: #fa5c7c !important /* ピンク */
}

a.text-danger:focus, a.text-danger:hover {
    color: #f81240 !important /* 朱色 */
}

.text-light {
    color: #eef2f7 !important /* うす〜い水色 */
}

a.text-light:focus, a.text-light:hover {
    color: #bacadf !important /* 暗い水色 */
}

.text-dark {
    color: #313a46 !important /* ほぼ黒 */
}

a.text-dark:focus, a.text-dark:hover {
    color: #121519 !important /* ほぼ黒(濃い) */
}

.text-body {
    color: #6c757d !important /* グレー */
}

.text-muted {
    color: #98a6ad !important /* シルバー */
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

/* カード定義 */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eef2f7;
    border-radius: .25rem;
    /* bodyから流用 */
    /*font-family: Nunito, sans-serif;*/
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card a {
        text-decoration: none;
        color: mediumblue;
        background-color: transparent;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    /*padding: .75rem 1.5rem;*/
    padding: .15rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eef2f7
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.5rem;
    background-color: #fff;
    border-top: 1px solid #eef2f7
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -.75rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px
    }

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    margin-right: -12px;
    margin-left: -12px
    */
}

/* ショッピング関連定義 */


.product-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.product-item {
    position: relative;
    width: calc((100% - 2rem)/3);
    margin-bottom: 1rem;
    transition: .3s all ease-in-out
}

    .product-item:hover {
        opacity: .8
    }

    .product-item:not(:nth-of-type(3n)) {
        margin-right: 1rem
    }

@media screen and (max-width: 992px) {
    .product-item {
        width: calc((100% - 1rem)/2)
    }

        .product-item:not(:nth-of-type(3n)) {
            margin-right: 0rem
        }

        .product-item:nth-of-type(2n-1) {
            margin-right: 1rem
        }
}

@media screen and (max-width: 768px) {
    .product-item {
        width: calc((100% - 2rem)/3)
    }

        .product-item:nth-of-type(2n-1) {
            margin-right: 0rem
        }

        .product-item:not(:nth-of-type(3n)) {
            margin-right: 1rem
        }
}

@media screen and (max-width: 576px) {
    .product-item {
        width: calc((100% - .5rem)/2)
    }

        .product-item:not(:nth-of-type(3n)) {
            margin-right: 0rem
        }

        .product-item:nth-of-type(2n-1) {
            margin-right: .5rem
        }
}

.product-item-image {
    position: relative;
    margin-bottom: .5rem
}

    .product-item-image .cover-image {
        padding-top: 100%
    }

.product-item-title, .product-item-price, .product-item-comment {
    padding: 0rem .5rem;
    line-height: 1.2
}

.product-item-title, .product-item-price {
    margin-bottom: .5rem
}

.product-item-price {
    font-size: 1.1rem
}

.product-item-price__append {
    font-size: 80%;
    color: #6c757d
}

.product-item-band {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: .25rem;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    font-size: .875rem
}

@media screen and (max-width: 576px) {
    .product-item-band {
        font-size: .75rem
    }
}

.product-item-comment {
    color: #6c757d;
    font-size: .75rem
}

.product-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pagination {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1rem;
    max-width: 480px;
    list-style: none
}

.pagination-item {
    display: block;
    padding: .6em 1.2em calc(.6em - 2px);
    margin: .5rem;
    border-bottom: 2px solid transparent;
    background-color: #f8f9fa
}

    .pagination-item.pagination-now {
        border-color: #00a1ff
    }

.product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.product-images .slick-arrow {
    width: 24px;
    height: 24px;
    z-index: 100
}

    .product-images .slick-arrow::before {
        font-size: 24px
    }

.product-images .slick-prev {
    left: .5rem
}

.product-images .slick-next {
    right: .5rem
}

.product-image {
    width: 50%;
    margin-right: 2rem
}

@media screen and (max-width: 768px) {
    .product-image {
        margin-right: 0rem;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 480px
    }
}

.product-image-item {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 400px
}

    .product-image-item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.product-images-thumbnail {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

    .product-images-thumbnail li {
        width: 60px;
        height: 60px;
        padding: .125rem;
        margin: .25rem;
        border: 1px solid #e9ecef;
        cursor: pointer;
        transition: .3s all ease-in-out
    }

        .product-images-thumbnail li:hover {
            opacity: .8
        }

        .product-images-thumbnail li img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

.product-info {
    width: calc(50% - 2rem)
}

@media screen and (max-width: 768px) {
    .product-info {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 540px
    }
}

.product-title {
    margin-top: 2rem;
    margin-bottom: .5em;
    font-weight: normal;
    font-size: 1.75rem
}

@media screen and (max-width: 768px) {
    .product-title {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 576px) {
    .product-title {
        font-size: 1.375rem
    }
}

.product-price {
    margin-bottom: 2rem
}

.product-price__normal {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 1rem
}

.product-price__sales {
    font-size: 1.5rem
}

.product-price__sales-append {
    color: #6c757d;
    font-size: 80%
}

.product-quantity {
    margin-bottom: 2rem
}

.product-quantity-ctrl {
    display: flex
}

    .product-quantity-ctrl .form-control {
        display: inline-block;
        width: auto;
        max-width: 4rem;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0rem
    }

.product-quantity-ctrl__btn {
    height: calc(2.25rem + 2px)
}

    .product-quantity-ctrl__btn button {
        display: block;
        padding: 0rem .5rem;
        height: 50%;
        font-size: .75rem;
        line-height: 1;
        color: #6c757d;
        transition: .3s all ease-in-out
    }

        .product-quantity-ctrl__btn button:nth-of-type(1) {
            border-top: 1px solid #dee2e6;
            border-right: 1px solid #dee2e6;
            border-bottom: 1px solid #dee2e6;
            border-top-right-radius: .125rem
        }

        .product-quantity-ctrl__btn button:nth-of-type(2) {
            border-right: 1px solid #dee2e6;
            border-bottom: 1px solid #dee2e6;
            border-bottom-right-radius: .125rem
        }

        .product-quantity-ctrl__btn button:hover {
            color: #212529;
            background-color: #f8f9fa
        }

.product-addToCart {
    margin-bottom: 4rem
}

    .product-addToCart button {
        display: block;
        width: 100%;
        padding: .75rem 1rem;
        text-align: center;
        letter-spacing: .1em
    }

.product-description {
    margin-bottom: 3rem
}

    .product-description p {
        margin-bottom: .5rem
    }

.product-recommend-title {
    margin-bottom: 1em;
    text-align: center;
    font-weight: normal;
    font-size: 1.8rem
}

/* タイトル表示関連 (IvyMallWEBより) */

a {
    color: #00a1ff;
    text-decoration: none;
    background-color: transparent;
    transition: .3s all
}

    a:hover {
        color: #0081cc
    }

/*
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.2rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1
}

.h1, h1 {
    font-size: 2.25rem
}

.h2, h2 {
    font-size: 1.875rem
}

.h3, h3 {
    font-size: 1.5rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: .9375rem
}

.h6, h6 {
    font-size: .75rem
}
*/

/* 諸々流用 (IvyMallWEBより) */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eef2f7;
    border-radius: .25rem;
    max-width: 600px;
    width: 90%;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    /*padding: .75rem 1.5rem;*/
    padding: .15rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eef2f7
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.5rem;
    background-color: #fff;
    border-top: 1px solid #eef2f7
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -.75rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #00a1ff
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-warning {
    color: #fff;
    background-color: #ffc107
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-dark {
    color: #f8f9fa;
    background-color: #212529
}

.bg-primary {
    background-color: #00a1ff !important /* ほぼ黒 */
}

.bg-secondary {
    background-color: #6c757d !important /* グレー */
}

.bg-success {
    background-color: #28a745 !important /* 緑 */
}

.bg-info {
    background-color: #17a2b8 !important /* うす青 */
}

.bg-warning {
    background-color: #ffc107 !important /* オレンジ */
}

.bg-danger {
    background-color: #dc3545 !important /* 赤 */
}

.bg-white {
    background-color: #fff !important /* 白 */
}

.bg-dark {
    background-color: #212529 /* ほぼ黒 */
}

.bg-light {
    background-color: #f8f9fa /* ほぼ白(青っぽい) */
}

.textbreak {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}
