@charset "utf-8";
/* CSS Document */
#page_title{
	background-image: url(../img/news_title_bg.jpg);
}
#contact{
}
#contact #contact_wrap{
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 0;
}
#contact #contact_wrap #top_txt{
	text-align: center;
	color: #fcee21;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}
#contact #contact_wrap #top_txt span{
	border-bottom: 2px solid #fcee21;
}
#contact #contact_wrap #top_txt2{
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
form{
	width: 80%;
	padding: 2% 5%;
	margin: 0 auto;
}
form div{
	width: 100%;
	margin: 0 auto 30px;
}
form div:last-child{
	margin-bottom: 0;
}
form div input[type="text"],form div textarea{
	width: 100%;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #c49a6d;
}
form div .inline_b{
	margin: 10px;
	font-size: 16px;
	letter-spacing: 2px;
}
form div p{
	width: 80%;
	margin: 0 auto;
}
form div .inline_b input{
	margin: 5px;
}
form div h3{
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #fcee21;
}
form div h3 span{
	padding: 0 10px;
}
form #form_bt{
	display: block;
	text-align: center;
}
form #form_bt input{
	display: inline-block;
	width: 30%;
	margin: 0 5%;
	padding: 15px 0;
	color:#fcee21;
	font-size: 16px;
	letter-spacing: 5px;
	cursor: pointer;
	background-color: #000b2b;
	border: 1px solid #fcee21;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
form #form_bt input:hover{
	background-color: #fcee21;
	color: #000b2b;
}
.red,form div h5 .red{
	color: red;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
#contact #contact_wrap{
	width: 90%;
	padding: 50px 0;
}
form{
	width: 90%;
	padding: 2% 5%;
	margin: 0 auto;
}
form #form_bt input{
	display: inline-block;
	width: 40%;
	margin: 0 2%;
	font-size: 14px;
	letter-spacing: 0px;
}
#contact #contact_wrap #top_txt span{
	margin-bottom: 10px;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#contact #contact_wrap{
	width: 90%;
	padding: 30px 0 50px;
}
#contact #contact_wrap #top_txt{
	text-align: center;
	color: #fcee21;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0;
}
#contact #contact_wrap #top_txt2{
	color: #fff;
	text-align: center;
	font-size: 16px;
}
}
@media  screen and (max-width: 321px){
}