@charset "utf-8";

/**********************************************
PC
***********************************************/
html {
}
body{
    min-width:575px;
}
.container{
    /*min-width:576px;*/ 
}

.styleSheetIncludeTest{
    color:seagreen;
}

#gridLineText{
    color:seagreen;
}

#gridLineText #xl{
    display: none;
}
#gridLineText #lg{
    display: none;
}
#gridLineText #md{
    display: none;
}
#gridLineText #sm{
    display: none;
}
#gridLineText #xs{
    display: block;
}

#enterprise .card-img img{
    height:230px;
}