@charset "utf-8";
@import url("base.css");
@import url("../contact_form/mfp.statics/mailformpro.css");





/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*メイン*/
h1{
	width: 96%;
	padding: 1em 2%;
	font-size: 187.5%;
	text-align: center;
	background-color: #ffd800;
}
#contact{
	margin: 3em auto 0;
}
#c_text{
	margin: 0 0 2em;
}
.inp01{
	width:25%!important;
	}
.inp02{
	width:35%!important;
	}
.inp03{
	width:60%!important;
	}

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {
	
/*メイン*/
#contact{
	width: 1280px;
	}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
#contact{
	width:96%;
	}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/

/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {
	
/*メイン*/

}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

/*メイン*/

.inp01{
	width:25%!important;
	}
.inp02{
	width:65%!important;
	}
.inp03{
	width:80%!important;
	}
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*メイン*/

.inp01{
	width:32%!important;
	}
.inp02{
	width:75%!important;
	}
.inp03{
	width:100%!important;
	}
	}

/* smartPhone1 */
@media only screen and (max-width: 499px) {

/*メイン*/
h1{
	font-size: 160%;
}
}