@charset "utf-8";
/* CSS Document */

.h1-title {
	height: 120px;
	font-size: 2.25em;
	width: 100%;
	color: #004280;
	text-align: center;
	font-weight: 600;
	line-height: 3em;
}
.title-none {
	display: none;
}
@media (max-width: 768px) {
	.h1-title {
		display: none;
}
	.title-none {
	display: block;
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: 600;
	color: #004280;
	margin-bottom: 2%;
	text-align: center;
}
}