.btn_customize {
    border-radius: 50px;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    .confirm {
        background-color: #eee;
        border: none;
        border-radius: 4px;
        padding: 6px 12px;
    }

    .text_area {
        min-height: 300px;
        background-color: #eee;
        border-radius: 4px;
        padding: 6px 12px;
    }

    #preview {
        display: none;
        max-width: 300px; /* プレビュー画像の最大幅を指定 */
        max-height: 300px; /* プレビュー画像の最大高さを指定 */
    }

    .error {
        color: tomato;
        list-style: square;
        margin-top: 5px;
    }
    
    .form-group {
        margin-bottom: 10px;
    }



