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

/* -----------------------------
Logo BLOCK 
----------------------------- */
#title_area{
	width:100%;
	position:relative;
	margin:0 auto;
	padding-top:90px;
}
#title_area h2{
	font-size:3.0rem;
	text-align:center;
	margin: 2.143vw auto;
}

@media screen and (max-width:767px) {
	#title_area h2{
		font-size:2.6rem;
		margin-bottom:2.857vw;
	}
}
/* -----------------------------
COPY BLOCK
----------------------------- */
#about{
	width:55%;
	margin:0 auto;
}
#about h3{
	font-size:1.8rem;
}
#about table {
	width:100%;
	margin:0 auto 3.571vw;
}
#about td, 
#about th {
	padding:1.071vw 0;
	vertical-align: top!important;
}
#about th {
	width:35%;
	font-size:1.4rem;
	font-weight:300;
	text-align:left;
	border-bottom:1px solid #efefef;
}

#about td {
	width:65%;
	font-weight:300;
	text-align:left;
	padding-right:0;
	border-bottom:1px solid #efefef;
}
#about .cols{
	width:100%;
}

@media screen and (max-width:767px) {
	#about{
		width:90%!important;
		margin:0 auto;
	}
	#about h3{
		font-size:1.7rem;
	}
	#about td, 
	#about th {
		padding:1.071vw 0;
		vertical-align: top!important;
	}
	#about th {
		font-size:1.35rem;
	}

	#about td {
		font-size:1.5rem;
	}
}