/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url(../img/bg-ttl-column.jpg) center no-repeat;
	background-size: cover;
}

.ttl-detail-area {
	position: relative;
	z-index: 10;
	margin-left:2.0rem;
	background: #FFF;
	width: 70%;
	margin-top: -20rem;
	padding: 4rem;
}



@media screen and (max-width: 800px) {
	
	.ttl-detail-area {
		margin-left:1rem;
		width: 90%;
		margin-top: -8rem;
		padding: 2rem;
	}
	
	
	
}