@charset "utf-8";
/*------------------------------------------------------------
	service06
------------------------------------------------------------*/
.pho_x {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 30%;
}
.comImgBox.flexB{
	    position: relative;
}
.comImgBox.flexB img{
	   border-radius: 10px;
}
.info01{
    margin-bottom: 18rem;
}

@media all and (max-width: 896px) {
	    .comBgBox .mainImg {
        margin: 0 -1rem 4rem;
    }
	    .comBgBox .imgBox {
        margin-bottom: 2rem;
    }
.pho_x {
    position: static;
    bottom: -20%;
    right: 0;
    width: 50%;
    margin-top: 20px;
}
	.info01 {
    margin-bottom: 7rem;
}
}

