@charset "UTF-8";
/* フォーム */

/*全体*/
.form_box { padding: 70px 0; font-size: 1.4rem; line-height: 160%; }
@media screen and (max-width: 1200px) { .form_box { padding: 120px 0; } }
.form_inner { width: 540px; margin: 0 auto; display: block; }

input, select, textarea { outline: none;  border: none; }
textarea { outline: none;  border: none; }

.form_title {
	margin: 0 0 50px 0; font-size: 1.8rem; text-align: center; line-height: 160%;
}
@media screen and (max-width: 600px) { .form_title { margin: 0 0 20px 0; } }

.form_copy span { color:#ff97a9; }
.form_copy a { color: #009fc9; }
.form_copy a:hover { text-decoration: underline; }

/*分類タイトル*/
.form_group {
	margin: 20px 0; padding: 10px 0; color: #999; border-top: solid 1px #CCC;
	}
.form_tr { display: table; }
.form_tr div { display: table-cell; text-align: left; vertical-align: middle; line-height: 160%; }
.form_th {
	padding: 5px 10px 5px 0;
	text-align: right;
	width: 170px;
}
.form_th a { color: #55cde0; }
.form_th a:hover { color: #CCC; }
.form_td {
	padding: 5px 0;
	width: 400px;
}
/*＊*/
.form_th span {	font-size: 1rem; color:#ff97a9; }
/*入力スペース*/
.form_td input, .form_td textarea {
	padding: 5px 8px; font-size: 1.4rem; line-height: 160%;
	font-family: Shuei Mincho L !important; background: #f0f0f0;
}
.wpcf7-list-item {
	padding: 0 10px 0 0;
	vertical-align: middle;
	line-height: 2em;
	height: 2em;
	display: inline-block;
}
.wpcf7-list-item input { margin: 6px 0 0 0; }

/*チェックボックスのズレを調整*/
.form_checkbox input { position: relative;  top: -4px; left: 0; }

.form_w100 { width: 100%; }
.form_w50 { width: 50%; }
.form_w20 { width: 20%; }

/*セレクト*/
select {
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
	font-size: 1.4rem; padding: 7px; width: 50%;
	color: #294f66; background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	white-space: normal; 
}

/*送信ボタン*/

.form_button {
	font-size: 1.4rem !important; line-height: 60px; height: 60px; text-align: center;
	color: #FFF !important; width: 100px;
	transition: all 0.3s ease;
	background: #e50038 !important;
}
@media screen and (min-width: 900px) {
.form_button:hover { cursor: pointer; }
}


@media screen and (max-width: 600px) {
	.form_box { padding: 100px 20px; }
	.form_inner { width: 100%; display: block; }
	.form_tr, .form_tr div { width: 100%; display: block; clear: both; }
	.form_group { font-size: 1.4rem; margin: 20px 0 10px 0; }
	.form_th { padding: 10px 0 0 0; text-align: left; }
	.form_td { padding: 5px 0; }
	.form_w100, .form_w50 { width: 100%; }
	.form_button { margin: -30px 0 0 0; }
}

/*エラーメッセージ*/
.wpcf7 span.wpcf7-not-valid-tip {
	margin: 5px 0;
	color:#e50038;
	display: block;
	clear: both;
}
.wpcf7 .wpcf7-not-valid { background: #FFDADB; }
.wpcf7 .wpcf7-response-output {
	/*display: none !important;*/
}
.wpcf7-validation-errors {
	padding: 5px 10px;
	color: #fff; background: #e50038;
	font-size: 1em;
	border: solid 5px #e50038 !important;
}
.wpcf7-response-output.wpcf7-display-none { border: none; }

/*送信完了メッセージ*/
.thanks {
	width: 120px; height: 93px;
	position: fixed; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

.form_attention { color:#e50038;}

/*プライバシーポリシー*/
.privacy {
	background: #fff; padding: 10px;
	color: #294f66; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.privacy_title { font-size: 1.2rem; font-weight: bold; padding: 0 0 10px 0; }
.privacy_copy { font-size: 1rem; line-height: 150%; text-align: justify; }
.privacy_copy a { color: #e50038; } .privacy_copy a:hover { color: #ccc; }