@charset "UTF-8";
/*******************************
concept Css
*******************************/

/*------------------------
layout-img-illust
------------------------*/
.page-consept-spec {
    .layout-img-illust {
        column-gap: 9%;
        grid-row-gap: 30px;
        align-items: center;
        margin-bottom: 100px;
    }

    .layout-img-illust .ico-illust {
        display: block;
        margin-bottom: 2em;
        text-align: center;
    }

    .layout-img-illust .sec-ttl-02 {
        text-align: center;
    }

    /*==== PCのみ用css ===*/
    @media screen and (min-width: 896px) {
        .layout-img-illust .item-txt {
            width: 40%;
        }

        .layout-img-illust .item-img {
            width: 51%;
        }

        .layout-img-illust:nth-of-type(odd) .item-txt {
            order: 2;
        }

        .layout-img-illust:nth-of-type(odd) .item-img {
            order: 1;
        }
    }
}

/*------------------------
page-consept-spec sec01
------------------------*/
.page-consept-spec .sec01 {
    text-align: center;
    margin-bottom: 150px;
}

.page-consept-spec .bg-gry {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 6%;
    background-color: #F5F5F5;
}

.page-consept-spec .table-style01 {
    width: 100%;
    border: solid 1px var(--GL-green);
    background-color: #fff;
}

.page-consept-spec .table-style01 th,
.page-consept-spec .table-style01 td {
    padding: 12px 20px;
    border: solid 1px var(--GL-green);
    text-align: center;
}

.page-consept-spec .table-style01 .head {
    background-color: var(--GL-green);
    color: #fff;
}

.page-consept-spec .table-style01 .head th,
.page-consept-spec .table-style01 .head td {
    border-right: solid 1px rgba(255, 255, 255, 0.50);
}

.page-consept-spec .table-style01 .head th:nth-last-child(1),
.page-consept-spec .table-style01 .head td:nth-last-child(1) {
    border-right: none;
}

.page-consept-spec .block-comparison {
    column-gap: 5%;
}

.page-consept-spec .block-comparison .ttl,
.page-consept-spec .block-comparison .com {
    width: 100%;
}

.page-consept-spec .block-comparison .sec-ttl-03 {
    margin: 0 0 20px;
    font-size: 3.5vw;
}

/*==== PCのみ用css ===*/
@media screen and (min-width: 896px) {
    .page-consept-spec .bg-gry {
        padding: 6% 10%;
        margin-top: 80px;
    }

    .page-consept-spec .table-style01 {
        font-size: 110%;
    }

    .page-consept-spec .block-comparison .ttl {
        width: 45%;
    }

    .page-consept-spec .block-comparison .com {
        width: 50%;
    }

    .page-consept-spec .block-comparison .sec-ttl-03 {
        font-size: 22px;
    }

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .page-consept-spec .sec01 {
        margin-bottom: 80px;
    }
}
