@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.comTitle {
	background: url(../images/page_contact.jpg) no-repeat center center;
	background-size: cover;
}

.fromBox {
	padding: 30px 0 0;
}

.fromBox .headLine01 {
	margin-bottom: 20px;
}

.fromBox .section {
	margin: 0 auto;
	width: 1200px;
	padding: 50px;
	background: #006FD1;
	background-size: cover;
}

.fromBox .textBox {
	margin-bottom: 40px;
}

.fromBox .textBox p {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.fromBox .textBox p span {
	display: block;
	color: #FF9900;
}

.fromBox .textBox .tel {
	width: 45%;
	float: right;
	padding: 20px;
	color: #0076DE;
	font-size: 20px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}

.fromBox .textBox .tel img {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.fromBox .textBox .tel span {
	display: block;
	font-size: 40px;
	font-weight: bold;
}

.fromBox .form {
	text-align: center;
}

.fromBox .form input[type=text]{
	margin: 0 20px 15px 0;
	width: 30%;
	height: 50px;
	padding: 10px;
	font-size: 17px;
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: top;
}

.fromBox .form textarea{
	margin-bottom: 15px;
	padding: 10px;
	height: 48px;
	width: 30%;
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: top;
}

.fromBox .form button {
	margin: 20px auto 20px;
	width: 150px;
	height: 50px;
	display: block;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	text-align: center;
	background: #FF9900;
	border: 1px solid #FF9900;
	border-radius: 5px;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.fromBox {
		padding: 30px 0 0;
	}
	
	.fromBox .section {
		margin: 0 auto;
		width: auto;
		padding: 20px;
	}
	
	.fromBox .textBox {
		margin-bottom: 20px;
	}
	
	.fromBox .textBox p {
		margin-bottom: 20px;
		width: auto;
		float: none;
		font-size: 25px;
	}
	
	.fromBox .textBox p span {
		display: block;
		color: #FF9900;
	}
	
	.fromBox .textBox .tel {
		padding: 10px;
		width: auto;
		float: none;
		font-size: 20px;
	}
	
	.fromBox .textBox .tel span {
		display: block;
		font-size: 30px;
		font-weight: bold;
	}
	
	.fromBox .form {
		text-align: center;
	}
	
	.fromBox .form input[type=text]{
		margin: 0 0 15px 0;
		width: 100%;
		height: 50px;
	}
	
	.fromBox .form textarea{
		margin-bottom: 15px;
		padding: 10px;
		height: 100px;
		width: 100%;
		background: #fff;
		border: 1px solid #fff;
		box-sizing: border-box;
		vertical-align: top;
	}
	
	.fromBox .form button {
		margin: 20px auto 20px;
		width: 150px;
		height: 50px;
		display: block;
		color: #fff;
		font-size: 17px;
		cursor: pointer;
		text-align: center;
		background: #FF9900;
		border: 1px solid #FF9900;
		border-radius: 5px;
	}

}