@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
    background-image: url("../img/business/main_img_bg.jpg");
}
.headLine01 {
    margin-bottom: 40px;
}
.comImgBoxL {
    margin-bottom: 0;
    align-items: stretch;
}
.comImgBoxL .photoBox {
    width: 479px;
}
.comImgBoxL .textBox {
    margin-top: 0;
    width: 481px;
    box-sizing: border-box;
    padding: 52px 43px 20px 48px;
    color: white;
    background-color: #003A8D;
}
.comImgBoxL .textBox .ttl {
    margin-bottom: 16px;
    font-size: 2.8rem;
    font-weight: bold;
}
.comImgBoxL .textBox p {
    letter-spacing: 0.3px;
}
.comImgBoxR .photoBox {
    order: 2;
}
.business {
    margin-bottom: 100px;
}
.area {
    margin-bottom: 100px;
    padding: 47px 0 50px;
    background-color: #F4F4F4;
}
.area .headLine01 {
    margin-bottom: 27px;
}
.area p {
    margin-bottom: 22px;
}






@media all and (max-width: 896px) {
    .comImgBoxL {
        margin-bottom: 0 !important;
    }
    .comImgBoxL .photoBox {
        margin-bottom: 0;
    }
    .comImgBoxL .textBox {
        padding: 20px 10px;
    }
    .comImgBoxL .textBox .ttl {
        line-height: 1.6;
    }
    .area .areaImg img {
        width: 100%;
    }
    .area {
        margin-bottom: 50px;
    }
}