/* 既存のモーダルスタイル */
#usage-request-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}

#usage-request-modal .modal-container {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
}

#usage-request-modal h3 {
    background-color: #4a90e2;
    color: white;
    margin: 0;
    padding: 15px 20px;
}

#usage-request-modal .content {
    width: 600px !important;
    min-height: 0;
    padding: 0;
}

#usage-request-modal .modal-footer {
    text-align: right;
    padding: 10px 20px;
    border-top: 1px solid #eee;
}

#usage-request-modal .cbtn {
    background-color: #ccc;
    color: #333;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

/* モーダルフォーム内のスタイル */
.form-container {
    padding: 20px;
    line-height: 1.6;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.label-cell {
    width: 80px;
    vertical-align: top;
    padding: 5px 0;
}

.value-cell {
    padding: 5px 0;
}

.section {
    margin: 15px 0;
}

.user-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.user-label {
    width: 80px;
    padding: 5px 0;
}

.user-value {
    padding: 5px 0;
}

.warning-box {
    background-color: #ffe6e6;
    padding: 10px;
    margin: 15px 0;
    border-left: 4px solid #ff6b6b;
}

.warning-title {
    color: #d63031;
}

.warning-text {
    color: #d63031;
}

.comment-section {
    margin: 15px 0;
}

.comment-textarea {
    width: 97%;
    height: 80px;
    padding: 8px;
    border: 1px solid #ccc;
    resize: vertical;
    margin-top: 5px;
}

.submit-section {
    text-align: center;
    margin-top: 20px;
}

.submit-btn {
    background-color: #4a90e2;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.cboxb {
    display: flex;
    align-items: center;
}

.cbox-btn{
    position: relative;
    background-color: #FFE699;
    border: 2px #68391A solid;
    padding: 14px 90px;
    border-radius: 5px;
    margin-left: 30px;
}

.cbox-btn a{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #080705;
    text-decoration: none;
}

.cboxb-info-text{
    color: white;
    font-size: 18px;
    margin-left: 30px;
}

.th-icon-5 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #018e40;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 5.5px;
}