@charset "utf-8";
/*------------------------------------------------------------
	business3
------------------------------------------------------------*/
.pageTitle {
    background-image: url("../img/business/business3/page_title_bg.jpg");
}
.business3 {
    padding-bottom: 119px;
}
.comNoteBox {
    margin-bottom: 79px;
}
#main .imgBox {
    margin: 0 auto 151px;
    max-width: 863px;
    display: flex;
}
#main .imgBox .textBox {
    margin: -15px 80px 0 0;
    flex: 1;
}
#main .imgBox .title {
    margin-bottom: 16px;
    color: #004098;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 2.142;
    font-family: var(--noto-serif);
}
#main .imgBox .textBox p {
    margin-bottom: 35px;
    line-height: 1.75;
    text-align: justify;
}
#main .headLine01.lightBlue {
    margin-bottom: 80px;
}
#main .figure {
    text-align: center;
}
@media all and (max-width: 896px) {
    #main .imgBox .textBox {
        margin: 0;
    }
    #main .imgBox {
        margin-bottom: 71px;
        display: block;
    }
    #main .imgBox .textBox .photo {
        margin-bottom: 30px;
    }
    .comNoteBox {
        margin-bottom: 49px;
    }
    .business3 {
        padding-bottom: 69px;
    }
    #main .imgBox .photoBox img {
        width: 100%;
    }
    #main .imgBox .title {
        line-height: 1.6;
    }
}