﻿/* ----------------------------------------------------------------------------- */
/* -- FORM PAGE css -- */

h2 {
	font-size: 230%;
	line-height: 140%;
	color: #000;
	text-align: center;
	padding: 0 0 25px;
}

.gg_form_area {
	height: 1300px;
}

/* SMARTPHONE ------------------------------------------------------------------ */
@media screen and (max-width: 768px) {

h2 {
	font-size:160%;
	padding:0 0 20px;
}

}
