.head_test {
        margin:40px 0 20px;                 /* デフォルトCSS打ち消し */
        font-size:  24px;           /* 文字サイズ指定 */
        border-bottom: solid 3px;   /* 線指定 */
        padding-bottom:  5px;       /* 余白指定 */
        margin-bottom: 15px;        /* 周りの余白指定 */
        position:  relative;        /* 位置調整 */
        font-weight:  normal;       /* 文字の太さ調整 */
    }
    .head_test:before {
        content:  '';                   /* 空白の要素を作る */
        width: 50px;                    /* 幅指定 */
        height: 3px;                    /* 高さ指定 */
        background-color: #42a6ff;      /* 背景色指定 */
        display:  block;                /* ブロック要素にする */
        position:  absolute;            /* 位置調整 */
        left:  0;                       /* 位置調整 */
        bottom: -3px;                   /* 位置調整 */
    }
#fh5co-wrapper{
	padding: 60px 0 0 !important;
}

p.thanks{
	margin: 80px 0;
	display: block;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap p{
	padding: 10px 0 0;
	line-height: 140%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
table.formTable{
	width:100%;
	margin:0 auto 10px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	font-size: 1.2em;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.atn{
	color: crimson;
	font-size: 0.9em;
}
.small{
	opacity: 0.5;
}
textarea{
	border: 1px solid #ccc;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:835px) {
#fh5co-wrapper{
	padding: 0 0 0 !important;
}
	.container .row{
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	
	
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
	#footer .container .row{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}
