@charset "UTF-8";

.st-Btn11-disabled {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    padding: .8rem 0;
    /*border-radius: 0.25rem;*/
    margin: 48px 0 0;
    text-decoration: none;
    background-color: #cacaca;
    color: #ffffff;
    border-radius: .75rem;
}
.st-Btn11-disabled:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
}
.kokuchi-content {
    line-height: 1.5rem;
}
.img-kokuchi {
    display: block;
    margin: 25px auto;
    width: 55%;
}
.badge-number {
    margin: 0 10px;
    background-color: blue;
    display: block;
    width: 16px;
    height: 16px;
    color: white;
    text-align: center;
    border-radius: 1rem;
    font-style: normal;
    border: 1px solid blue;
    font-size: 13px;
    line-height: 16px;
    margin-top: calc(1.5rem - 22px);
}
.blue-str {
    color: blue;
}

.kokuchi-modal-header {
    border-bottom: none;
}

.kokuchi-table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.kokuchi-table tr {
    border: 1px solid #000000;
}

.kokuchi-table td {
    border: 1px solid #000000;
}

@media screen and (max-width: 767px) {
    .img-kokuchi {
        width: 100%;
    }

    .sp_pdl0 {
        padding-left: 0 !important;
    }
}