@charset "utf-8";

/* ========================================
   事業案内ページ
======================================== */

.business_content .sec_ttl_h3 {
	margin: 0 0 50px;
}

.business_content h4 {
	padding-bottom: 10px;
}

.business_content .section_wrap {
    padding: 0;
}

.business_content .center {
    text-align: center;
}

.business_content .center p {
    max-width: 900px;
    margin: 30px auto 0;
    line-height: 2;
}

.business_image {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    border-radius: 10px;
    display: block;
}

.business_image--export {
    max-width: 624px;
    width: 100%;
    height: auto;
}

.business_content h4 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 60px 0 15px;
}

.business_content h4 + p {
    line-height: 2;
}

.business_content .center + h4 {
    margin-top: 70px;
}

/* 2つ目以降の大見出しブロック */
.business_content h4 + p + .center {
    margin-top: 100px;
}


/* ========================================
   SP
======================================== */
@media screen and (max-width: 767px) {

    .business_content .section_wrap {
        padding: 50px 0;
    }
	
	.business_content .sec_ttl_h3 {
		margin: 0 0 30px;
	}

    .business_content .center p {
        margin-top: 20px;
        text-align: left;
        line-height: 1.9;
    }

    .business_image {
        margin-top: 30px;
        border-radius: 10px;
    }

    .business_content h4 {
        font-size: 1.6rem;
        margin: 40px 0 10px;
		padding-bottom: 5px;
    }

    .business_content h4 + p {
        line-height: 1.9;
    }

    .business_content .center + h4 {
        margin-top: 30px;
    }

    .business_content h4 + p + .center {
        margin-top: 70px;
    }

}