@charset "UTF-8";
/* Scss Document */

.form-box {
	width:800px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	}

.form-list li{
	float: left;
	}	


.thanks {
  width: 700px;
  margin: 60px auto 60px auto;
  line-height: 1.5;
  }
 
.thanks p{
  margin: 0 auto 20px auto;
  line-height: 1.5;
  } 	


.request-doc {
	height:280px;
	margin: 5px auto 0 auto;
	border: 1px dotted #CBCBCB;
	padding: 0 0 0 15px;
	}	
	
.request-doc li{
	float:left;	
	width:170px;
	text-align:center;
	position: relative;
	margin: 0 10px;
	} 
 
.request-doc li img{
	margin: 40px 0 5px 0;
	background: #F3F3F3;
	padding: 10px;
	}  

.request-doc li input{
	display: block;
	text-align:center;
	margin: 10px 0 5px 0;
	color:#FFFFFF;
	position: absolute;
	top:5px;
	left:74px;
	}

.request-doc li label{
	display: block;
	text-align:center;
	margin: 2px 0 0 0;
	line-height:1.3;
	}		
	


.send-btn {
	background: #464646;
	width: 350px;
	height:54px;
	border: none;
	margin: 10px 0 25px 50px;
	color:#FFFFFF;
	font-weight: bold;
	}

.send-btn{   
   -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  }
  
 
.send-btn:hover {
	background: #808080;
	cursor: pointer;
  } 
 
 
.form_buttons {
	margin: 0 0 0 190px;
	} 
		


/* mfpのwarningを非表示にする */
#mfp_OperationCheck{
	display:none;
}