@charset "UTF-8";

div.subBox{
	width: 90%;
}
.info_form_text{
	width: 98.5%;
	margin: auto;
	margin-bottom: 2em;
}
.info_form_text ul{
	margin-left: 1.5em;
}
.info_form_text ul li{
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 0.4em;
}
.info_form_text ul li span.maru{
	color: #a9ce52;
}

.info_form_text ul li.TEL b{
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	margin-right: 0.5em;
}

.info_form_text ul li.TEL b i{margin-right: 0.3em;}

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

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

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

table.formTable th{
	background:#00a13b;
	border-radius: 10px 0 0 10px;
	padding:0.6em 1em;
	font-size: 110%;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:0.1em;
	width:16em;
	position:relative;
}

table.formTable td{
	text-align:left;
	background: #d4e7a9;
	font-size:90%;
	margin-left:0.5em;
}


table.formTable input,
table.formTable textarea{
	font:1.1em sanserif;
	width:41em;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #192f60;
	padding:0.4em;
	margin:0.8em 1em;
    border-color: #9fa0a0;
}

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

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

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

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

    /* ユーザが 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:1.1em;
	padding:0.0em 0.5em;
	height:2.5em;
	margin:1em;
	border-radius:0.3em;
	background-color:#fff;
	color:#7d6224;
	text-decoration:none;
	border:solid 1px #7d6224;
	font-weight:bolder;
}

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

.send_button input:hover,
.send_buttan2 a:hover{
	background:#7d6224;
	color:#fff;
}


/*======================
　確認ページ
=======================*/
#main_containar{
	margin-top: 2em;
}
h4.kakunin{
	font-weight: normal;
	background: none;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-size: 18px;
	text-align: center;

}

.error_messe{
	font-size: 120%;
	line-height: 1.6em;
}

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

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

.kakunin_ttl{
	color: #00a13b;
	font-weight: bold;
	font-size: 0.8em;
	margin:0 auto 0.5em;
	display: none;
	text-align: center;
}