.custom-container {
    max-width: 1400px;
    margin: 0 auto; /* 中央揃えのための設定 */
}

.wider-input,
.select2-enable {
    height: 27px !important;
    width: 400px !important;
    border-radius: 5px;
    border: 1px solid gray;
    margin-right: 10px;
}

.file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.file-info p {
    margin: 0;
}

.up-btn {
    display: flex; 
    align-items: center;
}

.up-btn p {
    display: none; 
    margin-left: 10px;
}

.form-control {
    width: 90%;
    margin: auto; /* 中央寄せ */
}

.custom-select {
    width: 90%;
    margin: 10px auto; /* 上下のマージンを設定し、中央寄せ */
}

.custom-label {
    background-color: #6c757d; /* 背景色をグレーに設定 */
    margin-left: 5%;
    font-weight: bold; /* ラベルのフォントを太字に */
    padding: 5px; /* パディングを追加 */
    border-radius: 5px; /* 角を丸くする */
}

.form-check-input {
    margin-top: 0.3rem;
    margin-left: 0.3rem;
}

.form-check-label {
    margin-left: 1rem;
}

.container {
    margin-top: 20px;
}

.form-container {
    padding: 5% !important;
    max-width: 1024px !important;
    margin: auto !important;
}

.table-container {
    padding: 5% !important;
    max-width: 90% !important;
    margin: auto !important;
}
