@charset "UTF-8";

/*******************************

法人組織体制Css

*******************************/

.system{
    /*max-width: 859px;*/
    margin-bottom: 80px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.system{
        margin-bottom: 40px;
    }
}
