@charset "utf-8";
/* CSS Document */


.contact{
	padding: 60px 60px 60px;/*余白追加*/
	color: #5a5c5f;/*文字色指定*/
}


.contact-title{
	margin-bottom: 15px;/*余白追加*/
}


.contact-form h3{
	margin-top: 20px;/*余白追加*/
	margin-bottom: 5px;/*余白追加*/
	color: #4c4e52;/*文字色指定*/
}

.input{
	font-size:15px;
	width: 400px;/*横幅指定*/
	padding: 2px 4px;/*入力文字と枠線の間の隙間を追加*/
}

.textarea{
	font-size: 15px;/*文字サイズ指定*/
	width: 700px;/*横幅指定*/
	padding: 2px 4px;/*入力文字と枠線の間の隙間を追加*/
}

/*送信ボタン*/
.submit-button{
	margin-top: 20px;
	font-size: 18px;
	width: 80px;
}


.contact-1{
	margin-top: 50px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 60px;
	float: left;
}

.contact-2{
	margin-top: 70px;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 22px;
	letter-spacing: 0.2em;
}