@charset "utf-8";

html{
	width:100%;
	height:100%;
	overflow:hidden;
}

body{
	width:100%;
	height:100%;
	font-family: "Arial", "メイリオ";
	background:#FFFFFF;
	padding-top:200px;
}

header{
	width:100%;
	height:50px;
	background:#54aec2;
	position:fixed;
	top:0;
	left:0;
	border-bottom:4px solid #4877b5;
}

h1{
	width:346px;
	margin:15px auto;
}

.input{
	background-color:#F1F1F1;
	width:490px;
	margin:15px auto;
	padding:20px;
	text-align:right;
	border-radius:5px;
	font-weight:bold;
}

input{
	width:70%;
	margin:0 0 20px 10px;
	outline:none;
	padding:10px;
	font-size:18px;
	color:#000;
	border:1px solid rgba(0,0,0,0.3);
	border-radius:4px;
}

input:focus{
	background:#E8E8E8;
}

.button{
	border:0;
	padding:4px 8px;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	background-color:#54aec2;
	border-radius:4px;
	color:#FFFFFF;
	width:200px;
	margin:0 auto;
	display:block;
}

.button:hover{
	background-color:#4877b5;
	transition-duration:1s;
}

.button_inquiry{
	box-sizing:border-box;
	padding:10px 16px;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	white-space:nowrap;
	background-color:#fff2e6;
	border:2px solid #f5a76c;
	border-radius:24px;
	color:#d97b3f;
	width:520px;
	max-width:90%;
	margin:20px auto 0;
	display:block;
	text-align:center;
	text-decoration:none;
	box-shadow:0 2px 4px rgba(217,123,63,0.25);
}

.button_inquiry:hover{
	background-color:#ffe4c9;
	transition-duration:0.3s;
}

.dl_btn{
	width:172px;
	margin:50px auto;
}

footer{
	width:100%;
	height:23px;
	background:#54aec2;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}
