@charset "UTF-8";

/* page-business-content-dev.php 専用のスタイル */

/* 必要に応じて、このページ専用のスタイルを追加してください */
.business_cont_under > figure:nth-child(3){
	margin-top: 120px;
}
@media only screen and (max-width: 900px) {
	.business_cont_under > figure:nth-child(3){
		margin-top: 120px;
	}
}
.business_cont_under > figure:nth-child(2):before{
	content: "";
    width: 200vw;
    height: 100%;
    background-color: #CB0D0D;
    position: absolute;
    top: 70%;
    left: 20%;
    z-index: -1;
}
@media only screen and (max-width: 900px) {
    .business_cont_under > figure:nth-child(2):before {
        content: "";
        width: 200vw;
        height: 100%;
        background-color: #CB0D0D;
        position: absolute;
        top: 70%;
        left: 20%;
        z-index: -1;
    }
}