@charset "utf-8";

/* -----------------------------------------------------------

会社概要

----------------------------------------------------------- */
/*テーブルの調整*/
.company_page .tbl_simple tr {
    border-bottom: 1px solid #ccc;
}

.company_page .tbl_simple tr:last-child {
    border: none;
}

.company_page table.tbl_simple th,
.company_page table.tbl_simple td {
    padding: 24px 10px;
    vertical-align: baseline;
}

.company_page table.tbl_simple th {
    width: 120px;
}

.company_page table.tbl_simple th::after {
    content: '';
}

/*役員*/
.company_page table .yakuin span {
    width: 120px;
    display: inline-block;
}

/*許認可*/
.company_page table .ninka td {
    display: flex;
    align-items: center;
}

.company_page table .ninka img {
    width: 80px;
    margin-left: 20px;
}

/*----------------------------------------------------
	768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    /*テーブルの調整*/

    .company_page table.tbl_simple th,
    .company_page table.tbl_simple td {
        display: block;
        width: 96%;
        padding: 4px 0;
    }

    /*役員*/
    .company_page table .yakuin span {
        width: auto;
        display: block;
        font-weight: bold;
    }
}
