@charset "utf-8";

.tbl_gray {
    width: 100%;
    background-color: #F7F8F9;
}

.tbl_gray table {
    width: 100%;
    font-size: 20px;
}

.tbl_gray table th {
    width: 228px;
}

.tbl_gray table th,
.tbl_gray table td {
    padding: 15px 20px;
}

.tbl_gray table tr {
    border-bottom: 1px solid #DEDFDF;
}

.tbl_gray table tr:last-child {
    border-bottom: none;
}

.tbl_gray table a {
    text-decoration: underline;
}

.ttl_lower::after {
    content: 'COMPANY';
}

.img_list {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.img_list img {
    width: 100%;
}

.ttl_ja_green.mt {
    margin-top: 54px;
}

@media (hover: hover) and (pointer: fine) {
    .tbl_gray table a:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 1200px) {

    .tbl_gray table th,
    .tbl_gray table td {
        font-size: 14px;
        padding: 15px;
    }
}

@media screen and (max-width: 700px) {

    .tbl_gray table th,
    .tbl_gray table td {
        font-size: 13px;
        display: block;
        padding: 10px;
    }

    .tbl_gray table th {
        width: 100%;
        padding-bottom: 2px;
        font-weight: bold;
    }

    .tbl_gray table td {
        padding-top: 0;
    }

    .ttl_ja_green.mt {
        margin-top: 38px;
    }

    .img_list {
        margin-top: 12px;
        grid-template-columns: repeat(2, 1fr);
    }

    .content_block {
        margin-bottom: 24px;
    }
}