@charset "UTF-8";

/* コンテンツ */
section.contact div.container {
	max-width: 790px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
section.contact div.container h2 {
	margin-bottom: 8px;
}
section.contact div.container p.cap {
	margin-bottom: 55px;
	font-size: 14px;
	line-height: 140%;
}

/* 確認・送信ボタン */
section.contact div.container div.submit-area {
	text-align: center;
}
section.contact div.container div.submit-area p {
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
}

section.contact div.container input.submit-btn {
	background: #009944;
	color: #FFF;
	font-size: 15px;
	border: none;
	padding: 10px 40px;
	cursor: pointer;
}

/* テーブル */
section.contact div.container table {
	width: 100%;
	margin-bottom: 13px
}
section.contact div.container table td,
section.contact div.container table th {
	text-align: left;
	font-weight: normal;
	padding: 7px 7px 7px 0px;
}
section.contact div.container table th {
	white-space: nowrap;
}
section.contact div.container table td span {
	color: #FFF;
	background: #009944;
	padding: 5px 15px;
	white-space: nowrap;
}
section.contact div.container table input {
	width: 100%;
	border: 1px solid #999;
	background: #eeeeee;
	font-size: 15px;
	padding: 3px;
}
section.contact div.container table textarea {
	width: 100%;
	height: 145px;
	border: 1px solid #999;
	background: #eeeeee;
}
section.contact div.container table .textArea {
	padding-top: 23px;
}

/* メールアドレス画像 */
img.add {
	display: block;
	width: 100%;
	max-width: 145px;
	height: auto;
}

/* タブレット */
@media(min-width:768px) {
	/* コンテンツ */
	section.contact div.container {
	padding-top: 65px;
	padding-bottom: 60px;
	}
	/* 確認・送信ボタン */
	section.contact div.container div.submit-area {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	section.contact div.container div.submit-area p {
	margin-bottom: 0px;
	}
}

/* デスクトップ */
@media(min-width:1200px) {
	/* コンテンツ */
	section.contact div.container {
	padding-top: 125px;
	padding-bottom: 120px;
	}
	/* テーブル */
	section.contact div.container table th {
	padding-right: 60px;
	}
}

/* モバイル */
@media (max-width: 500px) {
	/* コンテンツ */
	section.contact div.container h2 img {
	display: block;
	width: 100%;
	height: auto;
	}
}


