/* Contact Form 7カスタマイズ */
/* テーブル セル2つ */
@media screen and (max-width: 480px) { /* ▼480：iPhone6+縦 */
.respStyle th, .respStyle td { display:block; }
.respStyle th {
    border-bottom: none;
    padding: 10px 0px 4px 8px;
}
}

@media screen and (max-width: 480px) { /* ▼480：iPhone6+縦 */
/* テーブル 複数セル リスト化 */
.listStyle tr,
.listStyle th { display:block;  }
.listStyle td {
display:list-item; }
}
}

@media screen and (max-width: 667px) { /* ▼667：iPhone6s横 */
/* テーブル入れ子 */
.respStyle td .respStyle th, .respStyle td .respStyle td { display:block; }
} 

.respStyle th {
	text-align: left;
	vertical-align: middle;
    font-size: 14px;
	color: #333;
}

.respStyle td {
    font-size: 12px;
}

/* 必須ピンク */
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

/* 必須グレー */
.unrequired-srt {
	font-size: 8pt;
	padding: 5px;
	background: #BDBDBD;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

/* Contact Form 7のラジオボタンを縦並びに　class:list-blockをclass指定する */
.list-block .wpcf7-list-item {
	display: block;
}

.recaptcha { /* recaptchaに余白 */
	margin: -10px 0 20px 0;
}

.soushin { /* 送信ボタンを中央にする */
	text-align: center;
}