.short-number {
    width: 10em;
    margin-right: 2px;
    padding-right: 0.2em;
    text-align: right;
}

.short-text {
    width: 10em;
    margin-right: 2px;
    padding-right: 0.2em;
    text-align: right;
}

.kenshin-total-label {
}

.kenshin-label {
    width: 12em;
    display: inline-block;
}

.form-group {
    margin: 4px auto;
}

.form-group.subsidy-total {
    text-align: end;
}

.form-group.checkbox {
    text-align: center;
}

tr.slim td {
    padding: 0;
}

.kenshin-code {
    width: 11rem;
}

.kenshin-code::placeholder {
    font-size: 11px;
}

#kenshin-code81 {
}

.kenshin-code.silver, .display-amount.silver {
    background-color: lightgray;
    border: 1px ridge darkgray;
}

.text-end {
    text-align: end;
}

.kenshin-code {
    border-color: blue !important;
}

.subsidy-amount {
    border-color: green !important;
}

.a-color {
    color: blue;
}

.b-color {
    color: green;
}

.c-color, .text-red {
    color: red;
}

label.kenshin-code {

}

table.kenshin-table {
}

table.kenshin-table td {
    vertical-align: middle;
}

.short-number::placeholder {
    text-align: center;
}

.fieldbox {
    margin-bottom: 10px;
    display: flex;
}

.fieldbox .field {
    margin-left: 5px;
    margin-right: 10px;
}

.fieldbox .field.w100 {
    width: 100px;
}

.fieldbox .field.w110 {
    width: 110px;
}

.short-input {
    width: 50px;
}

.short-input-zip {
    width: 100px;
}

.short-input-bank {
    width: 60px;
}

button {
    display: inline-block;
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.4em 0.8em;
    border: 1px solid #ccc; /* 一般的なボーダー */
    border-radius: 4px; /* ボタンの角丸 */
    background-color: buttonface; /* ブラウザが管理するデフォルト色 */
    color: buttontext; /* ブラウザが管理するデフォルトテキスト色 */
    text-align: center;
    cursor: pointer;
    -webkit-appearance: button; /* ブラウザ特有の外観を有効化 */
    appearance: button;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button:active {
    background-color: #ddd;
}

.form-error-summary {
    margin-top: 50px;
    color: #b71c1c;
    background-color: #ffebee;
    border: 1px solid #f44336;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 1rem;
}

.error-message {
    color: #b71c1c;
    padding: 8px;
    margin-top: 5px;
    font-size: 0.9rem;
}

input:disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    border-color: #d0d0d0;
    cursor: not-allowed;
}

select:disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    border-color: #d0d0d0;
    cursor: not-allowed;
}

.tel-hyphen {
    margin-left: 5px;
    margin-right: 5px;
}

.very-short {
    width: 100px;
    margin-right: 2px;
}

.ui-datepicker-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.ui-datepicker-current {
    display: none !important;
}