@charset "UTF-8";

.gray,.gray .summary,.gray #summary{background-color: #f6f6f6;}

.tech-tag {
    padding: 10px 0;
}
.tech-tag span {
    font-size: 12px;
    padding: 2px 4px;
    color: #ffffff;
    background-color: #303030;
    border-radius: 2px;
    line-height: 24px;
    text-wrap: nowrap;
}

/*//////////////////////////
PC-TAB
//////////////////////////*/
@media only screen and (min-width:768px) {
    /* =========================================================
    detail
    ========================================================= */
    #details .details li .li-in{ 
        min-width: 1125px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .box-area{
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .box-area .box{
        width: 46.4%;
    }
    .box-area .box .text-set .title{
        text-align: left;
        padding: 30px 0 16px;
        line-height: 1;
    }
    .box-area .box .tech-use {
        display: table-row;
    }
    .box-area .box .tech-label {
        padding-right: 4px;
        min-width: 60px;
    }
    .box-area .box .tech-label, 
    .box-area .box .tech-tag {
        display: table-cell;
    }

    .after-text span{
        font-size: 11px;
    }
    
    .tech-table-row{
        display: table-row;
    }
    .tech-table .tech-table-label, 
    .tech-table .tech-table-data {
        display: table-cell;
    }
    .tech-table .tech-table-label{
        width: 130px;
        text-align: center;
        vertical-align: middle;
    }
}

/*//////////////////////////
SP
//////////////////////////*/
@media only screen and (max-width:767px) {
    /* =========================================================
    detail
    ========================================================= */

    .box-area .box{
        padding-bottom: 8%;
    }
    .box-area .box:nth-of-type(2){
        padding-bottom: 13%;
    }
    .box-area .box .text-set .title{
        padding-top: 1.8em;
        padding-bottom: 1.1em;
        text-align: left;
    }
    .box-area .box .text-set .text{
        line-height: 1.5;
    }
    .box-area .box .tech-use {
        display: table-row;
    }
    .box-area .box .tech-label {
        padding-right: 4px;
        min-width: 50px;
    }
    .box-area .box .tech-label, 
    .box-area .box .tech-tag {
        display: table-cell;
    }

    .after-text{
        font-size: 10px;
        line-height: 16px;
    }

    .tech-table-row{
        display: table-row;
    }
    .tech-table .tech-table-label, 
    .tech-table .tech-table-data {
        display: table-cell;
    }
    .tech-table .tech-table-label{
        font-size: 12px;
        width: 130px;
        text-align: center;
        vertical-align: middle;
    }
}