/* mainte */

.mainte,
body {
    background-color: #333333;
}

.mainte article {
    background-color: #333333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 50%;
    margin: auto;
    text-align: center;
    color: #CFCFCF;
}


/** common  **/

main {
    width: 1100px;
    max-width: 90%;
    margin: auto;
}

.navbar {
    background-color: #333333;
}

.navbar-item,
.navbar-link {
    color: #CFCFCF;
}

section {
    max-width: 1028px;
    margin-bottom: 50px;
}

section>h1 {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 1em;
    color: #CFCFCF;
}


/** business **/

.business {
    width: 100%;
}

.business .dept {
    width: 100%;
    display: flex;
}

.business .dept li {
    display: block;
    border: solid 1px #000;
    width: 100%;
    text-align: center;
    height: 200px;
}


/** company **/

.company-body {
    padding-left: 40%;
    background-image: url(../img/top/main.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 35%;
}

li {
    box-sizing: border-box;
    margin-bottom: 0.5em;
}

.business-list {
    font-weight: normal;
    list-style: decimal;
    list-style-position: outside;
    padding-left: 1em;
    margin: 1em;
}

.partner-list {
    font-weight: normal;
    list-style: none;
    list-style-position: outside;
    padding-left: 1em;
    margin: 1em;
}

.company-body .table {
    background-color: #333333;
    color: #CFCFCF;
}

.company-body .table th {
    color: #CFCFCF;
}