@charset "utf-8";
/*------------------------------------------------------------
	bussiness
------------------------------------------------------------*/
#gNavi > ul > li.navi02 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 90px;
    background: url("../img/business/business_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
.comVisual h2 .jp {
    color: #000;
}
#main .title {
    margin-bottom: 45px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.05em;
}
#main .comUl {
    width: 811px;
    margin: 0 auto -80px;
}
#main .comUl li {
    width: 33.333333%;
}
.comUl li:nth-child(3n) a {
    border-right: none;
}
#main .content01 {
    width: 1080px;
}
#main .txtP01 {
    margin-bottom: 33px;
}
.mgb_01{
    margin-bottom:60px;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/business/business_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    #main .title {
        margin-bottom: 19px;
        font-size: 1.2rem;
        line-height: 1.65;
        text-align: left;
    }
    #main .comUl {
    width: inherit;
    margin: 0 auto -80px;
    }
    #main .comUl li {
    width: inherit;
    }
    .comUl li:nth-child(3n) a {
    border-right: inherit;
    }
    #main .content01 {
        width: auto;
    }
    #main .txtP01 {
        margin-bottom: 33px;
    }
    .mgb_01{
        margin-bottom:33px;
    }
}