@charset "UTF-8";
.message-text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
}

.section-company_overview {
    background-color: var(--bgcolor-quaternary);
}

.table-main div dt {
    width: 15%;
}

.table-main div dd {
    width: 85%;
}

@media screen and (max-width: 768px) {
    .message-text {
        text-align: left;
        font-size: 1.4rem;
        line-height: 2.28571;
    }
}