@charset "utf-8";
/* CSS Document */

/* --------------------------------
 * TitleArea
 * -------------------------------- */
.titleArea {
	background: url("../img/ama_sx_mx_bg_01.jpg") no-repeat center top;
	background-size: cover;
}

.titleArea .title {
    width: 40vw;
}

.line_gray {
    width: 31vw;
}


@media (max-width: 63.9375em) {
	
	.titleArea .title {
		padding-right: 45%;
		border-bottom: 4px solid #69BD27;
	}
}
