@charset "utf-8";

/*---------- フォーム ----------*/

.form{
	font-size: 12px;
	background-color: #f0f0f0;
	padding:0 0 60px;
}
.form #bread , 
.form #bread a{
	color: #333333;
}
.form .contentIn{
	background-color: #fff;
	padding:40px 0;
}

.form .step{
	text-align:center;
	margin:auto;
}

.form h2{
	text-align:center;
	margin:15px auto;
}

.formbox{
	width: 890px;
	color: #4C4C4C;
	margin:auto;
}

.form .prs{
	text-align:center;
	color: #fff;
	background: #666666;
	padding:10px 0;
}



.formbox table {
	width:100%;
	color: #333;
	margin:30px auto;
}
.formbox th , 
.formbox td{
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	padding:15px 30px;
	border-bottom:1px solid #B3B3B3;
}
.formbox tr:first-child th , 
.formbox tr:first-child td{
	border-top:1px solid #B3B3B3;
}
.formbox th{
	line-height: 150%;
	width: 226px;
	background:url(../img/form/form_bg.gif) repeat;
}
.formbox td{
	line-height: 150%;
}
.formbox td input[type="text"],
.formbox td textarea {
	border:1px solid #cccccc;
	padding:3px 8px;
	line-height:20px;
	font-size: 12px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
.formbox td textarea {
	width:90%;
}
.formbox td select {
	border:1px solid #cccccc;
	padding:3px 10px;
}
.formbox th .must {
	display:block;
	color:#fff;
	font-size:11px;
	background:#FF0000;
	padding:1px 6px;
	-webkit-border-radius:4px;
	border-radius:4px;
	float:right;
}
.formbox .mail th .must {
	margin-top:10px;
	float:right;
}
.formbox th .small {
	font-size:11px;
	display:block;
}
.formbox p.att {
	text-align:center;
	color:#fff;
	background:url(../img/inquiry/bg2.jpg) 0 0 repeat;
	font-weight:bold;
	padding:3px;
	line-height:24px;
	margin:15px 0 30px;
}
.formbox .ko{
	width:90px;
	height:24px;
}
.formbox .size{
	border:none;
	padding:10px 0 0 30px; 
	width:280px;
}
.formbox .m{
	border:none; 
	padding:10px 0 0 0;
}
.formbox .l{
	padding:10px 0 10px 0;
}

.form h2.ttl{
	font-size: 40px;
	font-weight: bold;
	margin:40px 0 25px;
}


.form #submit_btn .recet, .form #submit_btn .submit {
    display: none;
}
#submit_btn{
	width: 840px;
	text-align:center;
	margin:auto;
}
#submit_btn .send {
	width: 510px;
	height:77px;
	text-align:center;
	display:block;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	margin:50px auto 10px;
	background:url(../img/form/send.gif) no-repeat;
}
#submit_btn .recet {
	width: 400px;
	height:60px;
	text-align:center;
	display:inline-block;
	border:4px solid #000;
	cursor:pointer;
	color: #000;
	font-weight: bold;
	margin:20px 15px 10px 0;
	background:#fff;
	font-size: 16px;
}
#submit_btn .submit{
	width: 400px;
	height:60px;
	text-align:center;
	display:inline-block;
	border:4px solid #f00;
	cursor:pointer;
	color: #f00;
	font-weight: bold;
	margin:20px auto 10px;
	background:#fff;
	font-size: 16px;
}

.formbox td p {
	margin:5px 0;
}
.mw_wp_form_input .re_check {
	display:none;
}
.mw_wp_form_preview #submit_btn {
	margin:25px auto 10px;
}
.re_check {
	color:#595757;
	text-align:center;
	margin-top:50px;
}

.mw_wp_form_preview .check_hidden {
	display:none;
}
.mw_wp_form .vertical-item {
	margin:5px 0;
}
.mw_wp_form .vertical-item input {
	margin-right:5px;
}

.sp_ttl {
	display:none;
}