@charset "utf-8";
/* CSS Document */
.sub_header {
	width: 100%;
	height: 8vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	background-image: url(../images/02.png);
}
#main_container {
	width: 80%;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 1024px;	
	min-height: 35vh;
	padding: 5vh 1rem 10vh 1rem;
}
.titlehead {
	text-align: center;
}
/********************/
h3 {
	margin-top: 1.8rem;
	color: #6368c9;
}
p {
	line-height: 1.8rem;
	color: #898989;
	padding-left: 2em;
}
ul {
	list-style-type: square;
	color: #898989;
	padding-left: 2em;
}