@charset "UTF-8";
/* CSS Document */
.ttlArea {
	background-image: url(../img/about/sub_ttl.jpg);
}
.conceptBox {
	margin-bottom: 130px;
}
.conceptBox .imgArea {
	text-align: center;
	position: relative;
}
.conceptBox .imgArea:after {
    content: "";
    position: absolute;
    z-index: -50;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 350px;
    background-color: #ededec;
}




@media screen and (max-width: 736px) {
	.conceptBox {
		margin-bottom: 90px;
	}
	.conceptBox .imgArea:after {
		height: 100px;
	}
}








