@charset "UTF-8";
*{
    margin: 0; padding: 0;
}

/*===========
テーブル
===============*/
table.responsive {
    border-collapse: collapse;
    width: 100%;
    
    
    th ,td {
        padding: 10px;
        box-sizing: border-box;
        line-height: 1.3;
        vertical-align: middle;
        border: solid 1px;
        width: 50%;
    }

    input, select {
        text-align: left;
        padding: 10px;
        color: #6940ff;
        background-color: #fffcfc;
        border: 1px solid #eee;
        border-color: rgb(0, 0, 0);
        box-sizing: border-box;
        width: 100%;
        height: max-content;
        font-size: 16px;
     }
    
     
    .hissu {
        background: rgb(255, 109, 109);
        color : #ffffff;
        font-size: small;
        font-weight: bold;
        border-radius: 2px;
    }
    
}


/*=============
ＨＰの表示のみ
==============*/

