@charset "UTF-8";

h4{text-align: center;
	padding-bottom: 1em;
}

.form_text,
.thankstext{
	margin: 1.5em 2em;
}

#formWrap{
	background:#;
	margin:auto;
	margin-top:10px;
	border-radius:10px;
	text-align:center;
	font-size:13px;
	width:100%;
}

table.formTable{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

table.formTable th, table.formTable td{
	text-align:left;
}

table.formTable th{
	background:rgba(145,72,151,0.8);
	padding:0.6em 1em;
	font-size: 110%;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:0.1em;
	width:12em;
	position:relative;
}

table.formTable td{
	text-align:left;
	font-size:90%;
	border:solid 1px rgba(145,72,151,0.8);
	margin-left:0.5em;
}


table.formTable input,
table.formTable textarea{
	font:1em sanserif;
	width:38em;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #192f60;
	padding:0.5em;
	margin:0.8em 1em;
    border-color: #ccc;
}

table.formTable input.ip_radio{
	width:1em;
}

table.formTable input:focus,
table.formTable textarea:focus {
    /* アクティブな要素を少し強調する */
    border-color: #ccc;
}

table.formTable textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;

    /* テキスト入力に十分な領域を与える */
    height: 12em;
	margin:0.6em;

    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
}

table.formTable .key{/*必須*/
	margin:0;
	font-weight:normal;
	font-size:80%;
	color: red;/*rgba(215,56,59,1.00)*/
	display: inline-block;
	padding:0.4em 0.2em;
	background-color:#fff;
	text-align: center;
	line-height:100%;
	width:44px;
	border-radius:3px;
	position:absolute;
	top:33%;
	right:0.5em;
}


.send_button input,
.send_buttan2 a{
	margin-top:1em;
	font-size:100%;
	padding:0.0em 0.5em;
	height:2.5em;
	margin:1em;
	border-radius:0.3em;
	background-color:#fff;
	color:rgba(41,168,224,1.00);
	text-decoration:none;
	border:solid 1px;
	font-weight:bolder;
}

.send_buttan2 a{
	padding:0.5em;
	margin-top:2em;
}

.send_button input:hover,
.send_buttan2 a:hover{
	background:rgba(41,168,224,1.00);
	color:#fff;
}


/*======================
thanksページ
======================*/
.thankstext{
	text-align: center;
	font-size: 115%;
	margin: 2em auto;
	line-height: 2em;
}
.textindent{
	background: rgba(247,147,30,0.2);
	padding: 1em 1em 1em 2em;
	margin-left: 1em;
	margin:1em 2em;
	border-radius: 1em;
	font-size: 95%;
}

.textindent p{
	margin-bottom: 0.5em;
}