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



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/

/*メイン*/
h1:after{
	content: 'contact';
}
#main_title{
	background-image: url(../img/contact/top_img.png);
	background-position:top center;
}
#c_top,#contact{
	margin: 3em auto 0;
}
#c_top p{
	margin: 3em 0 0;
	text-align: center;
}
.inp01{
	width:25%;
	}
.inp02{
	width:35%;
	}
.inp03{
	width:60%;
	}


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

/* pc */
@media screen and (min-width: 1300px)  {

/*メイン*/
#main_title{
	background-position:center -8em;
}
#c_top,#contact{
	width: 1280px;
}

}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
#c_top,#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) {
	
/*メイン*/
	
}

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

/*メイン*/
.inp01{
	width:25%;
	}
.inp02{
	width:65%;
	}
.inp03{
	width:80%;
	}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {
	
/*メイン*/
#contact{
	margin: 1em auto 0;
}
.inp01{
	width:32%;
	}
.inp02{
	width:75%;
	}
.inp03{
	width:100%;
	}
}