@charset "utf-8";
/* CSS Document */

main.company {
    padding-top: 150px;
    text-align: center;
}
.ttl-pic {
    height: 580px;
    background: top center no-repeat url(../img/ttl-company.jpg);
}
main.company .wrap.sans {
    padding-top: 100px;
}
main.company table {
    width: 100%;
    margin-top: 5px;
}
main.company table th,
main.company table td {
    padding: 1em;
    text-align: left;
    border: solid 1px #ccc;
}

main.company table th {
    width: 310px;
    vertical-align: top;
    padding: 1em 1.5em;
    background: #f7f7f7;
}
main.company table:last-of-type {
    margin-bottom: 100px;
}
main.company h3:last-of-type {
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    main.company {
        padding-top: 40px;
    }
    .ttl-pic {
        height: 38vw;
        background: center center / cover no-repeat url(../img/ttl-company-sp.jpg);
    }

    main.company p {
        text-align: left;
        padding-bottom: 3em;
    }
    main.company .wrap.sans {
        padding: 0 15px;
    }
    main.company table th {
        width: 7.5em;
    }

    main.company table th,
    main.company table td {
        font-size: 16px;
        padding: 0.5em;
    }
    main.company table:last-of-type {
        margin-bottom: 30px;
    }
    main.company h3:last-of-type {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    
    main.company table th,
    main.company table td {
        font-size: 12px;
    }
    
}