@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
.hair figure,
.group_news_content figure { margin: 0; line-height: 22px;}

.group_news_content figure img {
		width: 100%;
		max-height: 180px;
}

.group_news_content .news_box p,
.group_news_content figure figcaption { width: 220px; margin: 0 auto; }

.group_news_content .news_box p { color: #4ed5c8; margin-top: 10px; }

.group_news_content figure figcaption { margin-top: 20px; }

#main {
	width: 890px;
}

.new_titile {
	width: 100%;
	text-align: center; 
}

.contact_form { width: 600px; margin: 0 auto; }

.contact_form h2 { 
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fe4e66;
	margin: 40px 0;
}


.contact_form form .group_input { margin-bottom: 30px; }

.contact_form form .group_input label,
.contact_form form .group_input input {
	display: block; 
	font-size: 15px;
	color: #4d4d4d;
}

.contact_form form .group_input label { margin-bottom: 15px; }

.contact_form form .group_input label.request:after {
	display: inline-block;
	content: "";
	clear: both;
	width: 13px;
	height: 13px;
	background: url(../img/icon_request.png) no-repeat;
	margin-left: 5px;
}

.contact_form form .group_input textarea,
.contact_form form .group_input input {
	width: 100%;
	height: 58px;
	background-color: #f7f7f7;
	border: none;
	padding: 0 20px;
}

.contact_form form .group_input textarea {
	border: none;
	background-color: #f7f7f7;
	width: 100%;
	height: 300px;
	padding: 20px;
}

.contact_form form input[type="submit"] {
	display: block;
	border: 0;
	width: 158px;
	height: 38px;
	background: url(../img/button_contact.png) no-repeat; 
	text-indent: -999999px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
	transition: all ease .4s;
	opacity: 1;
}

.contact_form form input[type="submit"]:hover {
	transition: all ease .4s;
	opacity: .6;
}
.blockForm .error{
	color:red!important;
}
.contact_form	.group_input p {
	font-size: 13px;
	line-height: 30px;
	margin: 20px 0 20px 20px; 
}
.button_form { text-align: center;margin: 0 10px;	}
#ConfirmForm .button_form input { display: inline-block; vertical-align: middle; margin: 0 20px;	}

.button_form input.check_02[type="submit"],
.button_form input.check_01[type="button"] {
	border: 0;
	padding:0;
	width: 158px;
	height: 34px;
	background: url(../img/button_check_01.png) no-repeat; 
	text-indent: -999999px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
	transition: all ease .4s;
	opacity: 1;
}

.button_form input.check_02[type="submit"] {	background: url(../img/button_check_02.png) no-repeat;	}


.button_form input.check_02[type="submit"]:hover,
.button_form input.check_01[type="button"]:hover {
	transition: all ease .4s;
	opacity: .6;
}
.contact_finsh { text-align: center; line-height: 32px; }

.contact_finsh h2 { 
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
	margin: 40px 0;
	font-weight: 100;
}

.contact_finsh .button {
	margin-top: 50px;
	transition: all ease .4s;
	opacity: 1;
}

.contact_finsh .button:hover {
	transition: all ease .4s;
	opacity: .6;
}

@media only screen and (max-width: 768px) {
	
	#main {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact_form h2 { 
	font-size: 12px;
	margin: 20px 0;
	}
	.contact_form form .group_input {
			margin-bottom: 20px;
	}
	.contact_form form .group_input label {
			margin-bottom: 5px;
			font-size: 12px;
	}
	.contact_form form .group_input textarea, .contact_form form .group_input input {
			width: 100%;
			height: auto;
			padding: 10px 15px;
			font-size: 12px;
	}
	.contact_form {
		width: 100%;
		margin: 0 auto;
	}
	.contact_form .group_input p {
			font-size: 12px;
			line-height: 1.6em;
			margin: 10px 0;
			border: 2px solid #eee;
			padding: 10px 15px;
			font-weight: bold;
	}
	.button_form {
			text-align: center;
	}
	.button_form a { margin: 0; }
	.contact_form input.check_02[type="submit"], .contact_form input.check_01[type="submit"] {
			margin-bottom: 20px;
	}
.contact_finsh .button {
		margin-top: 20px;
}

}
