/**************************************************************************************

    Contact

***************************************************************************************/
/*フォーム･･････････････････････････････････････････････････*/
form{
}
	form>h2{/*タイトル（固定型）*/
		margin:13.5rem auto 2.5rem auto;
	}
		form>h2>span,
		form>h2>span br{/*お問い合わせ*/
			line-height:1.4em;
		}
		form>h2>p,
		form>h2>p br{/*わからないことはこちらからお気軽にどうぞ！*/
			margin-top:0.4em;
			line-height:1.7em;
			color:#444;
		}
	form tr{/*項目ごとの余白*/
		padding-top:3.4rem;
	}

	/*ボタンエリア（リセット、確認画面へ）*/
	#textButtonArea{
		margin-top:3.5rem;
	}

    /*contact･･･････････････････････････････････････････････*/
	#contact form{
	}

    /*send1･････････････････････････････････････････････････*/
	#send1 form{
	}
		#send1 form tr{
			border-bottom:solid 1px lightgray;
		}

    /*日付入力用カレンダー･･････････････････････････････････*/
	input.input_calendarArea{
		background:url("../images/icon_calendar.png") right top /contain no-repeat;
	}





/*･･････････････････････････････････････････････････････････*/
/*･･････････････････････････････････････････････････････････*/
    /*･･････････････････････････････････････････････････････*/
    /*･･････････････････････････････････････････････････････*/


/**************************************************************************************

    メディアクエリ

***************************************************************************************/
/*画面幅1201px以上*/
@media(min-width:1201px){
}

/*641以上 ～ 1200px以下*/
@media(min-width:641px) and (max-width:1200px){
}

/*640px以下（モバイル対応）*/
@media(max-width:640px){
}