.pageTitle {
    width: 100%;
    height: 300px;
    background-color: #cddfe8;
    background-image: url(../img/company_img.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company table {
    width: 100%;
    margin: 0 auto 3em;
    font-size: 0.95em;
    color: #766e65
}

.company tr {
    border-bottom: 1px solid #ccc;
}

.company th {
    width: 34%;
    padding: 1.5em 0;
    text-align: left;
    font-weight: normal;
}

.company td {
    width: 66%;
    padding: 1.5em 0;
    text-align: left;
    font-weight: normal;
}

@media screen and (max-width:736px) {
    .pageTitle {
        width: 100%;
        background-image: url(../img/company_img_sp.svg);
        background-size:100% auto;
    }
    .company table {
        font-size: 0.85em;
    }

    .company th {
        display: block;
        width: 100%;
        padding: 1em 0 0;
        text-align: left;
        font-weight: bold;
    }

    .company td {
        display: block;
        width: 100%;
        padding: 1em 0;
        text-align: left;
        font-weight: normal;
    }
}
