@charset "utf-8";

/*........../ トップ画像 /..........*/
#page .top_img {
	height: 900px;
	min-width: 900px;
	background-image: url("../images/Top_service (3).png");
}
#page .top_img .align {
	background: rgba(255,255,255,0.6);
	width: 600px;
}
#page .top_img .title {
	width: 100%;
}
#page .top_img .title h2 {
	font-size: 2.6rem;
}

/*........../ メールフォーム /..........*/
button, input, select, textarea, pre, th, td {
    font-family: inherit;
}
form p {
	padding-top: 10px;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
	width: 100%;
	padding: 10px 20px;
	font-size: 1rem;
	background: none;
	border: 1px solid;
	resize: vertical;
}
form .button {
	margin: 20px 0 0 0;
	width: 100%;
	cursor: pointer;
	font-size: 1.1rem;
}