@charset "UTF-8";
/* CSS Document */

/*============================================================================================
↓コンテンツ==================================================================================
============================================================================================*/
.contact {
	position: relative;
	overflow: hidden;
}

/*============================================================================================
↓お問い合わせ先一覧==========================================================================
============================================================================================*/
.address-list {
	text-align: center;
}
.address-list p {
	font-size: 1.2em;
	text-align: center;
	color: #0d2a13;
}
.address-list .mail-add {
	font-size: 1.8em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
}

/*============================================================================================
↓フォーム====================================================================================
============================================================================================*/
.formtable {
	width: 100%;
	border-collapse:collapse;
	border:0px;
	padding: 0px;
	border-spacing : 0px;
	border-top: dotted 1px #ccc;
}
.formtable tr {
	border-bottom: dotted 1px #ccc;
	text-align: left;
}
.formtable th {
	width: 25%;
	min-width: 100px;
	vertical-align: middle;
	padding: 1em 0em;
}
.formtable td {
	padding: 1em 0em;
}
.formtable label {
	vertical-align: middle;
	display: block;
}
.submit-btn-area {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
.submit-btn-area p {
	text-align: left;
}
.txt-field {/*テキストエフィールド*/
	padding: 0.5em;
	background-color: #f5f5f5;
	width: 50%;
	border: none;
	box-sizing: border-box;
}
.txt-field-l {/*テキストエフィールドLサイズ*/
	padding: 0.5em;
	background-color: #f5f5f5;
	width: 100%;
	border: none;
	box-sizing: border-box;
}
.txt-field-s {/*テキストエフィールドSサイズ*/
	padding: 0.5em;
	background-color: #f5f5f5;
	width: 25%;
	box-sizing: border-box;
}
.txt-area {/*テキストエリア*/
	padding: 0.5em;
	background-color: #f5f5f5;
	height: 10em;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.sb { /*サブミットボタン*/
	padding: 1em 3em;
	background-color: #0d2a13;
	font-size: 1.2em;
	margin: 1em;
	color: #FFF;
}
.rs { /*リセットボタン*/
	padding: 1em 3em;
	background-color:#666;
	font-size: 1.2em;
	margin: 1em;
	color: #fff;
}
.require {/*必須*/
	color: #0d2a13;
	width: 100%;
}
.mail-form h3 {
	font-size: 1.4em;
	color: #0d2a13;
	text-align: center;
}
.notice { /*アナウンス*/
	color: #0d2a13;
	text-align: center;
}
.error_messe { /*エラーメッセージ*/
	color: #0d2a13;
	text-align: center;
}
.thanks p {
	text-align: center;
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
.txt-field,
.txt-field-l,
.txt-field-s {
	width: 100%;
}
}
