@charset "UTF-8";

/* ------------------------------------------------------
  CONTACT PAGE
-------------------------------------------------------- -*/
.subtitle{
	margin-bottom: 40px;
}
.contact_first p{
	text-align: center;
	margin-bottom: 40px;
}
.contact_first .redbox img{
	vertical-align: top;
	padding: 5px 5px 0;
}
.fwb_tel{
	margin-right: 20px;
	font-weight: bold;
}
.contact_first-flow{
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	padding: 10px 30px;
	overflow: hidden;
}
.contact_first-flow li{
	float: left;
	width: 360px;
	font-weight: bold;
	background: url('/img/contact/img03.png') no-repeat center right 20px;
}
.contact_first-flow li.active{
	color: #133f8d;	
}
.contact_first-flow li:last-child{
	background: none;
}

.contact_first-flow li span{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	color: #133f8d;
	padding-top: 5px;
	margin-right: 12px;
}
.formBox{
	margin-top: 40px;
}
.tbls dl{
	display: table;
	width: 100%;
}
.tbls01 dt.req{
	font-weight: bold;
	background: #f9f9f2 url('/img/contact/img02.png') no-repeat center right 30px;
}
.tbls01 dt span{
	font-weight: bold;
}
.tbls01 dd{
	font-weight: bold;
}
.tbls01 input[type=text],
.tbls01 input[type=email],
.tbls01 textarea{
	width: 400px;
	box-sizing: border-box;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 45px;
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.tbls01 .age input[type=number]{
	width: 80px;
	margin-right: 10px;
	box-sizing: border-box;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 45px;
    font-size: 16px;
}
.tbls01 .tel input[type=text]{
	width: 200px;

	box-sizing: border-box;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 45px;
    font-size: 16px;}
.tbls01 textarea{
	width: 700px;
	height: 200px;
	resize: none;
	line-height: 1.7em;
}
.formBox_radio{

}
.formBox_radio li{
	display: inline-block;
	margin-right: 20px;
}
.formBox_radio li label{
	font-weight: bold;
}

.form_agreeBox{
	margin-top: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px 30px;
}
.form_agreeBox h3{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.form_agreeBox p{
	margin-bottom: 20px;
}
#checkbox_agree{
	vertical-align: top;
	margin-top: 7px;
	margin-right: 10px;
}

/* btn */
.btnBox{
	margin-top: 55px;
	text-align: center;
}
.btnBox li{
	display: inline-block;
}
.btnBox input{
	width: 420px;
	height: 80px;
	color: #fff;
	background: #ff6600;
	border: 0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	cursor: pointer ;
	border-radius: 5px;
}
.btnBox input[disabled] {
    background-color: #ccc;
    cursor: default;
}
.btnBox li input.back{
	background: #666;
	margin-left: 60px;
}

.js_agree_error{
	display: none;
	margin-top: 20px;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}

/*complete*/
.thanks_fwb{
	text-align: center;
	margin: 50px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
}
