@charset "UTF-8";

.container {
    margin: 50px auto 30px;
    max-width: 720px;
}
.title {
    background: #f0faf2;
}
.company-name {
    font-size: 14px;
    line-height: 20px;
    color: #3a3f3c;
}
.system-name {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #3a9c38;
}
