/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2026 | 09:15:10 */
/*******************************
/* 会社概要
*******************************/
.cp_table,
.my-parts {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.cp_table *,
.cp_table *:before,
.cp_table *:after {
    box-sizing: border-box;
}

.cp_table th,
.cp_table td,
.my-parts th,
.my-parts td {
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 2;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.cp_table th {
    width: 30%;
    text-align: left;
    background: #f4f4f4;
}

.my-parts th {
    background: #f4f4f4;
    color: #333;
    font-weight: bold;
}

div.company_title {
    margin: 50px 0 20px;
    font-size: 20px;
    font-weight: bold;
    border-left: 8px solid #CE2143;
    padding-left: 10px;
}

/* スマホ */
@media screen and (max-width: 480px) {

    .cp_table,
    .my-parts {
        table-layout: auto;
    }

    .cp_table th,
    .cp_table td,
    .my-parts th,
    .my-parts td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .cp_table th,
    .my-parts th {
        border-bottom: none;
    }

    .cp_table td,
    .my-parts td {
        border-top: none;
    }

    .cp_table tr,
    .my-parts tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }
}