/* 最小化できませんでした。最小化されていないコンテンツを返します。
(48,36): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(49,36): run-time error CSS1039: Token not allowed after unary operator: '-header-bg-color'
(206,1): run-time error CSS1019: Unexpected token, found '}'
 */
@media (max-width: 428px) {
}

@media (max-width: 430px) {

    .nav_wrapper {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /*nav�̉��̗v�f(�z���ꗗ)�𒆉�������*/
    .nav_lists {
        display: flex;
        outline: 2px solid transparent; /* �������ɕύX */
        justify-content: center;
    }

    /*�z���ꗗ��width����ɑ傫��*/
    .nav_list {
        width: 80%;
        height: 50px;
        position: relative;
        transition: all .3s;
        border-radius: 15px;
        font-size: 20px;
    }

}

@media (max-width: 430px) {


    /* -----------------
        ���O�C����� 
    -------------------*/
    .login {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 50px 0 0 0;
    }

        .login .login-box {
            border: 3px solid var(--main-color);
            background-color: var(--header-bg-color);
            height: 330px;
            padding: 30px;
            border-radius: 10px;
            width:360px !important;
        }

    /******************
        �w�b�_�[
    ******************/
    /*�w�b�_�[��div*/
    .header_info {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
    }

    /*���O�C���Җ�*/
    .mt45 {
        margin-top: 15px !important;
    }



    /******************
        ���m�点
    *******************/


    /*�^�C�g���@�d�v�A���m�点*/
    .arrow_animation_button {
        display: inline-block;
        position: relative;
        padding: 6px 20px 6px 36px;
        background: #ffa500;
        color: #fff;
        border-radius: 10px;
        cursor: pointer;
    }

    .red {
        background-color: #ef0017;
    }

    /*�A���[*/
    @keyframes slideBlink {
        from {
            opacity: 0;
            left: 4px;
        }

        to {
            opacity: 1;
            left: 15px;
        }
    }

    /*�{��*/
    .info-content {
        margin: 5px 0 5px 0px;
    }



    /******************
    �z���󋵈ꗗ�@�������
    *******************/

    div .condition {
        border: 1px solid #ccc;
        padding: 5px 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }




    /******************
      �z���ڍ�/�z�B��
    *******************/
    .modal-container {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        text-align: center;
        background: rgba(0,0,0,50%);
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        box-sizing: border-box;
        z-index: 200;
    }

    /*�ڍ׉�ʂ�div*/
    #DetailDiv {
        position:absolute;
        top:0;
        left:0;
    }
    /*�I��{�^��*/
    #btnParkingFile, #btnDeliveryFile {
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0;
        min-width: 58px;
    }

    /*�A����*/
    #report {
        resize: none;
        min-height:80px;
    }


    /* -----------------------------
                ���̓e�[�u��
    -------------------------------*/
    .input-table td {
        border: 1px solid #ccc;
        padding: 3px 5px;
        text-align: left;
        line-height: 2em;
        vertical-align: middle;
    }
    .input-table td {
        border: 1px solid #ccc;
        padding: 3px 5px;
        text-align: left;
        line-height: 2em;
    }


    /* -----------------------------
             OK�L�����Z��btn
    -------------------------------*/

    .wButton {
        min-width: 130px;
        width: 130px;
        max-width: 130px;
        height: 37px;
    }

    /* -----------------------------
            �@�@���l��
    -------------------------------*/
    .memo {
        /*�g��͂ݏo�Ă�����ŉ��s����*/
        overflow-wrap: break-word;
        max-width: 200px;
    }
}

