@charset "utf-8";
/*=========================================

	/datadenter/contact.htmlのCSS

=========================================*/


/*----------------------------------------------------------------------------------------------------
  共通設定
-----------------------------------------------------------------------------------------------------*/

.content {
	max-width: 1040px;
}
.formContent {
	margin: 50px 0;
}

.icn_required {
	background: #4A4C75 !important;
}
.formArea .submit_btn {
	background: #4A4C75 !important;
	padding: 8px 0 !important;
	border: 3px solid #4A4C75 !important;
	border-radius: 5px !important;
}
.formArea .submit_btn:hover {
	background: #FFF !important;
	color: #4A4C75 !important;
}
.c_button {
	min-width: inherit;
	line-height: 1.5;
}




/*----------------------------------------------------------------------------------------------------
   for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
	.formContent {
		margin: 15px 0;
	}
	.formArea {
		margin-bottom: 60px !important;
	}
	.content h4 {
		font-size: 28px;
		font-size: 3.64583vw;
	}
}
