@charset "UTF-8";
/* デバイス共通 */
.red{
	color: #FF0000 !important;
}
a{
	display: block;
	max-width: 300px;
	margin: 60px auto;
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 12px;
	padding: 1em;
	text-align: center;
}
h1{
	font-size: 24px;
	line-height: 34px;
	margin: 1em 0;
	text-align: center;
}
table, table th, table td{
}
table{
	padding: 1%;
	border-collapse: collapse;
	border: 1px solid #333333;
	margin-bottom: 30px;
	width: 100%;
}
table caption{
	font-size: 20px;
	line-height: 40px;
}
table th{
	text-align: center;
	vertical-align: middle;
	background-color: #B5D9FF;
	padding: 1em 0.5em;
	border: 1px solid #333333;
}
table td{
	vertical-align: middle;
	border: 1px solid #333333;
}
.wpcf7-text, .wpcf7-textarea{
	width: 100%;
	height: auto;
	padding: 0.5em;
}
.wpcf7-file{
	margin-bottom: 10px;
}
.wpcf7-submit{
	cursor: pointer;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	width: 50%;
	margin: 60px auto 10px auto;
	padding: 1.5em 0;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	/* 横幅600px以下の場合(スマートフォン向け) 
	  /* 初期化 */
	* {
		/* 文字関連 */
		font-style: normal;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		vertical-align: baseline;
		text-decoration: none;
		color: #333333;
		text-align: left;
		letter-spacing: normal;
		word-spacing: normal;
		/* 背景 */
		background: none;
		/* 余白 */
		margin: 0;
		padding: 0;
		/* その他 */
		list-style: none;
		border: none;
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	/* ヘッダー */
	/* フッター */
}
@media only screen and (min-width: 601px) {
	/* 横幅601px以上の場合(PC・タブレット向け) */
	/* 初期化 */
	* {
		/* 文字関連 */
		font-style: normal;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
		font-size: 18px;
		line-height: 30px;
		font-weight: normal;
		vertical-align: baseline;
		text-decoration: none;
		color: #333333;
		text-align: left;
		letter-spacing: normal;
		word-spacing: normal;
		/* 背景 */
		background: none;
		/* 余白 */
		margin: 0;
		padding: 0;
		/* その他 */
		list-style: none;
		border: none;
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	/* body */
	body{
		width: 1000px;
		margin: 0 auto;
	}
	/* ヘッダー */
	/* フッター */
}