@charset "utf-8";
/* CSS Document */


/*　contents
-----------------------*/
#contents{
	margin-bottom: 100px;
	width: 100%;
}
#contents h3{
	font-size: 1.4rem;
	margin-bottom: 4px;
}
#contents p{
	font-size: 2rem;
	margin-bottom: 40px;
}#contents p i{
	padding-right: 10px;
}

.form_wrap dl{
	width: 100%;
}
.form_wrap dl dt{
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.form_wrap dl dd{
	width: 100%;
	margin: 10px 0px 16px;
}
.form_wrap dl dd input{
	width: 100%;
	background-color: #F5F2EA;
		padding: 10px 0;
}
.form_wrap dl dd textarea{
	width: 100%;
	background-color: #F5F2EA;
	padding: 10px 0px;
}



/*　送信リセットボタン
-----------------------*/
.submit{
	text-align: center;
	margin-top: 20px;
}
.submit input{
	font-size:1.4rem;
	font-family:  "Noto Sans Japanese","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
	background-color: #E53D0A;
	border-radius: 10px;
	width: 140px;
	margin:  0 auto;
	padding: 8px 0;
	transition:0.6s;
	color: #FFF;
}
.submit input.submit:hover{
	background-color: #FEC108;
}



/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 800px ){


}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 600px ){

}

