*{box-sizing:border-box;color:#333;font-size:16px;font-family:Open Sans,Noto Sans JP;line-height:1.75;word-wrap:break-word}::placeholder{color:#999}body{display:flex;margin:0;background:#f8f7f6;height:100vh;overflow-y:auto}a{text-decoration:none;color:#0071c1}.main{flex:1;padding:40px;overflow-x:auto}h2{font-size:24px;margin:0 0 32px}h2,h3{line-height:1.5;font-weight:700}h3{font-size:20px;margin:0 16px 0 0}.h2-back{gap:12px;padding-bottom:32px}.h2-back,.h2-back-button{display:flex;align-items:center}.h2-back-button{width:32px;height:32px;background:white;border-radius:4px;border:1px solid #ddd;justify-content:center}.h2-back-button:hover{background:#f2f2f2;border-color:#ddd;cursor:pointer}.h2-back-icon{width:6px;height:12px;background-image:url(/images/arrow.svg)}.h2-back-title{text-align:center;font-size:24px;font-weight:700;line-height:1.5}.status-label{background:#7a7a7a}.status-label,.status-label--transfer-out{padding:5px 8px;border-radius:4px;color:white;font-size:14px;font-weight:700;line-height:1}.status-label--transfer-out{background:#92400e}.status-label--transfer-in{padding:5px 8px;background:#1d4ed8;border-radius:4px;color:white;font-size:14px;font-weight:700;line-height:1}.about{padding-bottom:20px;justify-content:space-between;align-items:flex-start}.about,.left-section{display:flex;gap:8px}.container{padding:24px;background:white;box-shadow:0 0 8px rgba(214,211,208,.1);border-radius:8px}.search-box{width:240px;height:41px;padding:8px 12px;background:white;border-radius:4px;border:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;margin:0}.search-input{width:100%;border:none;outline:none;font-size:14px}.filter-select{height:41px;padding:8px 32px 8px 12px;background:white;border-radius:4px;border:1px solid #ddd;font-size:14px;appearance:none;background-image:url(/select.svg);background-repeat:no-repeat;background-position:right 11px center}table{width:100%;border-collapse:collapse}td,th{padding:16px 12px;text-align:left}td{border-top:1px solid #ddd;vertical-align:top}th{font-weight:700}.table-btn-box{display:flex;gap:8px;padding:12px;justify-content:flex-end;margin-top:-1px}.secondary{display:flex;justify-content:center;align-items:center;padding:8px 16px;background:white;border-radius:4px;border:1px solid #ddd;font-size:14px;font-weight:700;color:#333;height:41px}.secondary:hover{background:#f2f2f2;border-color:#ddd;cursor:pointer}.secondary:disabled{color:#c1bdb7;background:#f2f2f2;border:1px solid #eee;cursor:not-allowed}.primary{padding:8px 16px;background:#008f38;border-radius:4px;border:1px solid #008f38;display:flex;justify-content:center;align-items:center;color:white;font-size:14px;font-weight:700;height:41px}.primary:hover{background:#016d2b;border-color:#016d2b;cursor:pointer}.primary:disabled{opacity:.2;cursor:not-allowed}.primary:disabled:hover{background:#008f38;border-color:#008f38;cursor:not-allowed}.danger{padding:8px 16px;background:#e60033;border-radius:4px;border:1px solid #e60033;display:flex;justify-content:center;align-items:center;color:white;font-size:14px;font-weight:700;height:41px}.danger:hover{background:#b8002a;border-color:#b8002a;cursor:pointer}.danger:disabled{opacity:.2;cursor:not-allowed}.danger:disabled:hover{background:#e60033;border-color:#e60033;cursor:not-allowed}.icon-button{width:41px;height:41px;background:white;overflow:hidden;border-radius:4px;border:1px solid #ddd;display:inline-flex;justify-content:center;align-items:center}.icon-button:hover{background:#f2f2f2}.form-group{margin-bottom:32px}.form-label,.form-sub-group{margin-bottom:8px}.form-label{display:block;font-size:18px}.form-label,.form-sub-title{font-weight:700}.input-box{width:160px;padding:8px 12px;background:white;border-radius:4px;border:1px solid #ddd;margin-right:8px}.checkbox-group,.radio-group{display:flex;flex-wrap:wrap;gap:0 20px}.checkbox-group label,.radio-group label{cursor:pointer;display:flex;align-items:center;gap:8px}.checkbox-group input,.radio-group input{margin-right:4px;cursor:pointer}.subject-select{width:100%;padding:8px 12px;background:white;border-radius:4px;border:1px solid #ddd}.cursor-pointer{align-items:center;display:inline-flex;cursor:pointer;gap:8px}.primary-button:hover{background:#006f2a}.name-group{display:flex;gap:8px}.name-input{width:160px}.form-input,.name-input{height:41px;padding:8px 12px;background:white;border-radius:4px;border:1px solid #ddd;box-sizing:border-box}select{cursor:pointer}input[type=date],input[type=time]{cursor:text}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer}input[type=checkbox]{appearance:none;width:16px;height:16px;border:1px solid #c1bdb7;border-radius:4px;background-color:white;cursor:pointer;vertical-align:middle;display:inline-block;margin:0}input[type=checkbox]:checked{background-color:#008f38;border-color:#008f38}input[type=checkbox]:checked:after{content:"";display:block;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin:2px 0 0 5px}input[type=checkbox]:disabled{border-color:#eee;cursor:default}input[type=radio]{appearance:none;width:16px;height:16px;border:1px solid #c1bdb7;border-radius:50%;background-color:white;cursor:pointer;vertical-align:middle;display:inline-block;margin:0}input[type=radio]:checked{border:5px solid #008f38}input[type=radio]:disabled{border-color:#eee;cursor:default}.alert{padding:16px 20px;position:fixed;background:white;box-shadow:0 4px 4px rgba(0,0,0,.1);border-radius:4px;outline:2px solid #e60033;outline-offset:-2px;display:inline-flex;justify-content:space-between;align-items:center;z-index:10;width:calc(100% - 330px)}.alert-content{display:flex;align-items:center;gap:12px}.alert-list{padding:0 0 0 28px;list-style-type:disc}.alert-close{cursor:pointer;font-weight:700;width:24px;height:24px;justify-content:center}.alert-close,.flash-message{display:flex;align-items:center}.flash-message{padding:16px 20px;position:fixed;top:40px;right:40px;background:white;box-shadow:0 4px 4px rgba(0,0,0,.1);border-radius:4px;border:2px solid;justify-content:space-between;gap:12px;z-index:50;width:calc(100% - 330px);opacity:1;transition:opacity .3s ease}.flash-message--fading{opacity:0}.flash-message--success{border-color:#008f38}.flash-message--info{border-color:#0077c7}.flash-message--error{border-color:#e60033}.flash-message-content{display:flex;align-items:center;gap:12px}.searchable-select{position:relative;cursor:pointer;box-sizing:border-box;flex-shrink:0}.searchable-select.searchable-select-disabled{border-color:#eee;background-image:url(/select-sm-disabled.svg);cursor:default}.searchable-select-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:inherit;color:inherit;padding:0;cursor:text}.searchable-select-display{flex:1;min-width:0;height:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:inherit;display:flex;align-items:center}.searchable-select-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:100;background:white;border:1px solid #ddd;border-radius:4px;max-height:200px;overflow-y:auto;list-style:none;padding:0;margin:0}.searchable-select-dropdown li{padding:4px 8px;cursor:pointer;font-size:11px;min-height:22px}.searchable-select-dropdown li.searchable-select-active,.searchable-select-dropdown li:hover{background:#f0f0f0}.searchable-select-dropdown li.searchable-select-disabled-option{color:#c1bdb7;cursor:not-allowed;background:none}.bulk-select-btn{font-size:12px;color:#0071c1}.bulk-select-border{display:inline-block;border-left:1px solid #ddd;height:14px;margin:0 6px;vertical-align:middle;align-self:center}