@charset "utf-8";


/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width:768px) {

	body {
		min-width: 1280px;
		margin: 0 auto;
	}

	#wrapper {}

	br.pc_none {
		display: none;
	}


	/*==================================================
    h1  for PC
==================================================*/


	.fv_top {
		width: 100%;
		height: 300px;
		padding: 30px;
		margin-bottom: 60px;
		background-image: url(../../contact/img/fv_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.fv_top p {
		font-size: 50px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 90px;
		line-height: 0.8;
	}

	.fv_top p span {
		font-size: 30px;
		color: #8CB93A;
		font-weight: bold;
		text-align: center;
	}


}




/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/


@media only screen and (max-width:767px) {
	body {
		width: 100%;
		font-size: 13px;
	}

	/*==================================================
    h1  for sp
==================================================*/


	.fv_top {
		width: 100%;
		height: 300px;
		padding: 30px;
		margin-bottom:5%;
		background-image: url(../../contact/img/fv_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.fv_top p {
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 90px;
		line-height: 0.8;
	}

	.fv_top p span {
		font-size: 20px;
		color: #8CB93A;
		font-weight: bold;
		text-align: center;
	}


	

}
