
.contact_header{
	width:816px;
	margin:0 auto;
}
.contact_header .step{
	text-align:center;
}
.contact_header .lead{
	margin:20px 0;
}
.contact_header .lead p{
	margin-bottom:15px;
	line-height:1.7;
}
#hpb-wrapper{
	width:100%;
	float:none;
	padding:20px;
	box-sizing:border-box;
}
/*
.err{
	background:#f00;
	color:#fff;
}
*/

.formTbl{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.formTbl th{
	width:30%;
	border:solid 1px #eee;
	padding:10px;
	vertical-align:middle;
	background:#f5f5f5;
	text-align:left;
}
.formTbl td{
	width:70%;
	border:solid 1px #eee;
	padding:10px;
}
.hissu {
	background: #de0000;
	color: #fff;
	float: right;
	font-size: 10px;
	border-radius: 5px;
	padding: 5px 10px;
}
.nini {
	background: #888;
	color: #fff;
	float: right;
	font-size: 10px;
	border-radius: 5px;
	padding: 5px 10px;
}
td .ex {
	color: #666;
	font-size: 12px;
}

.formTbl input[type=text] , 
.formTbl input[type=mail] , 
.formTbl input[type=tel] , 
.formTbl textarea  , 
.formTbl select {
	border : solid 1px #ccc ;
}
.formTbl input[type=text] , 
.formTbl input[type=mail] , 
.formTbl input[type=tel] , 
.formTbl textarea  {
	background : #ffd ;
}


.formTbl .radiobox label{
	display:block;
	background:#f5f5f5;
	padding:10px;
	margin-bottom:5px;
	border-radius:4px;
}
.formTbl .radiobox label:hover{
	background:#eee;
}
.formTbl .radiobox label input{
	margin-right:10px;
}

.formTbl input[type=text],
.formTbl textarea {
	padding: 10px;
	width: 98%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.formTbl textarea{
	min-height:100px;
}
.formTbl input[type=submit]{
	border-radius:5px;
	padding:5px 20px;
	font-family:"メイリオ";
	border:solid 1px #ccc;
	background:#eee;
}

.bt_wide {
	text-align: center;
}
.formTbl input[type=submit].submit{
	padding:20px 50px;
	margin-top:30px;
	margin-bottom:20px;
	font-weight:bold;
	font-family:"メイリオ";
}
@media only screen and (min-width: 768px) {
	.formTbl input[type=submit].submit{
    	padding:20px 100px;
	} 
}
.formTbl select{
	width:100%;
	padding:10px;
	background:#ffd;
}
.formTbl select option{
	background:#fff;
}

#hpb-title {
	width:100%;
	box-sizing:border-box;
}
.hpb-layoutset-02 #hpb-title h2{
	height:auto;
	margin-top:0;
	text-align:center;
	width:100%;
	font-size:25px;
	margin-bottom:30px;
	background:none;
	background:#fff;
	padding:10px;
	color:#333;
	box-sizing:border-box;
}
.parentFormform_1 {
	/*background:#f00;*/
	padding:3px 10px;
	border-radius:4px;
}
.formErrorContent{
	color:#fff;
}
.contactbtn{
	text-align:center;
}


.table_company td {
	width: 100%;
	box-sizing: border-box;
	display: block;
}
@media only screen and (min-width: 768px) {
	.table_company td {
    	width: 70%; 
		display: table-cell;
	} 
}
.table_company th {
	width: 100%;
	box-sizing: border-box;
	display: block;
}
@media only screen and (min-width: 768px) {
	.table_company th {
    	width: 30%; 
		display: table-cell;
	} 
}

.table_company .radiobox label{
	display:block;
	background:#f5f5f5;
	padding:10px;
	margin-bottom:5px;
	border-radius:4px;
}
.table_company .radiobox label:hover{
	background:#eee;
}
.table_company .radiobox label input{
	margin-right:10px;
}
.table_company caption {
	background: #0867a6;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	caption-side: top;
}

.confirmBox{
	width:50%;
	margin:80px auto 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.confirmBox form{
	flex-basis:50%;
	text-align:center;
}
.confirmBox form input[type=submit]{
	padding:20px 0;
	border-radius:100px;
	box-sizing:border-box;
	border:solid 1px #ccc;
	display:inline-block;
	width:90%;
}

.confirmBox__form-send{
	order:2;
}
.confirmBox__form-confirm{
	order:1;
}
.confirmBox__form-send input[type=submit]{
	background:#fff68d;
}
input.formSubmit{
	padding:20px 30px;
	border-radius:100px;
	box-sizing:border-box;
	border:solid 1px #ccc;
}
