@charset "utf-8";
/*------------------------------------------------------------
	business5
------------------------------------------------------------*/
#main .pageTitle {
    background-image: url("../img/business/business5/page_title_bg.jpg");
}
#main .comNoteBox {
    padding-bottom: 61px;
    margin-bottom: 95px;
}
#main .caseBox {
    margin-bottom: 98px;
}
#main .caseBox .headLine01.lightBlue {
    margin-bottom: 90px;
}
#main .caseBox .textBox {
    margin: 0 auto;
    width: 740px;
}
#main .caseBox .textBox .comTab {
    margin-bottom: 10px;
}
#main .caseBox .textBox .comTab th, 
#main .caseBox .textBox .comTab td {
    padding: 0 30px;
    vertical-align: middle;
    width: calc(75.5% / 2);
    box-sizing: border-box;
    line-height: 2.3;
}
#main .caseBox .textBox .comTab th {
    background-color: #f5f3f2;
}
#main .caseBox .textBox .comTab tr th:first-child, 
#main .caseBox .textBox .comTab tr td:first-child {
    padding: 0 20px;
    width: 24.5%;
    box-sizing: border-box;
    background-color: #DBE7ED;
}
#main .caseBox .textBox .comTab th:last-child {
    border-right: none;
}
#main .caseBox .textBox .text {
    margin-bottom: 53px;
}
#main .caseBox .textBox .imgBox {
    font-size: 1.15rem;
    line-height: 1.4;
}
#main .caseBox .textBox .imgBox .photoBox {
    margin-bottom: 7px;
    width: 335px;
    box-sizing: border-box;
}
@media all and (max-width: 896px) {
    #main #pagePath{
        padding-right: 10px;
    }
    #main .comNoteBox {
        padding-bottom: 30px;
        margin-bottom: 60px;
    }
    #main .caseBox .headLine01.lightBlue {
        margin-bottom: 30px;
    }
    #main .caseBox .textBox {
        width: auto;
    }
    #main .caseBox .textBox .tabBox {
        width: 100%;
        overflow: auto;
    }
    #main .caseBox .textBox .comTab {
        min-width: 400px;
    }
    #main .caseBox .textBox .comTab th,
    #main .caseBox .textBox .comTab td {
        padding: 8px 5px !important;
        display: table-cell;
        border-bottom: 1px solid #898989;
    }
    #main .caseBox .textBox .comTab tr th:first-child,
    #main .caseBox .textBox .comTab tr td:first-child {
        padding: 8px 5px !important;
        border-left: none;
    }
    #main .caseBox .textBox .comTab td:last-of-type {
        border-right: none;
    }
    #main .caseBox .textBox .text {
        margin-bottom: 30px;
    }
    #main .caseBox .textBox .imgBox .photoBox,
    #main .caseBox .textBox .imgBox .photoBox img {
        width: 100%;
    }
    #main .caseBox {
        margin-bottom: 58px;
    }
}
@media all and (max-width: 374px) {
    #main .caseBox .textBox .comTab th,
    #main .caseBox .textBox .comTab td {
        padding: 4px !important;
    }
}