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

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

.titleArea .title {
    width: 23vw;
}

.line_gray {
    width: 14vw;
}



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