/*----------フォーム部分----------*/
#form{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#f4f4f4;
	margin:0 auto 0;
	padding:0 0 80px;
}
#form h3{
	background-color:#000;
	color: #fff;
	padding:20px 5px; 
	font-size: 25px;
	margin:0 auto 0;
	font-weight:normal;
}



.submit_area {
  margin-top: 45px;
  text-align: center;
}

#form .cate dl{
	width:90%;
	margin:30px auto;
	padding-top:30px;
	text-align: center;
}

#form .cate dt{
	font-size:16px;
	margin-top:40px;
	margin-left:0;
	clear: both;
}
#form .cate dd{
	font-size:13px;
	margin-top:40px;
	margin-left:0;
	line-height:1.5;
	clear: both;
}


#form ol{
	list-style: none;
	
	
}

#form .form_att span{
	width: 100%;
	margin: 10px auto;
	padding: 20px;
	font-size: 12px;
	text-align: center;
}

.confirmation_btn{
  font-family: inherit;
  padding: 10px 30px;
  font-size: 16px;
  background: none;
  border-radius: 8px;
  border: none;
  background: #5d3fff;
  color: #fff;
  cursor: pointer;
}

.confirmation_btn:hover {
  opacity: .8;
}

.mailform{
	width:100%;
}

.mailform .must{
	display: block;
	background-color: #b20000;
	border: solid 1px #b20000;
	/*text-shadow: 0px 1px 2px #933;*/
	padding:1px 5px;
	font-size: 11px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	/*box-shadow: 0px 0px 5px #CCC;*/
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}

.mailform dl {
	width: 100%;
	font-size: 14px;
	height: auto;
  padding: 12px;
  margin-bottom: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #f9f9f9;
	text-align: left;
}

.mailform dt{
  width: 250px;
	  padding-right:10px;
  display: table-cell;
  vertical-align: middle;
}

.mailform dd {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}

.mailform dd input[type="text"],
.mailform dd select,
dd textarea {
  width: auto;
  max-width: 100%;
  font-family: inherit;
  padding: 7px 12px;
  font-size: 14px;
  background: #f4f4ff;
  border-radius: 4px;
  border: 1px solid #ddddea;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	
}

.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"]:{
  box-shadow: none;
  border: 5px solid #ccc;
}

.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

.mailform dd textarea {
  width: 350px;
  height: 120px;
  box-sizing: border-box;
  resize: vertical;
}

.confirmation_btn{
  font-family: inherit;
  padding: 10px 30px;
  font-size: 16px;
  background: none;
  border-radius: 8px;
  border: none;
  background: #5d3fff;
  color: #fff;
  cursor: pointer;
}

.confirmation_btn:hover {
  opacity: .8;
}

/*送信ボタン*/
.mailform input#submit_button{
	/*background:url(../../img/submit.jpg) no-repeat center;*/
width: 50%;
	max-width: 200px;
	margin: 50px auto;
	padding: 10px 20px;	
	font-size: 14px;
	background-color: #000;
	color: #fff;
  border:2px solid #ccc;
	text-align:center;
}



@media only screen and (max-width: 768px) {
#form .container {
  width:100%;
}
.mailform{
	width: 100%;

}

.mailform dl {
	width: 100%;

}

.mailform dt {
  width: 100%;
 padding-right:0;
	  display: block;
 

}

.mailform dd {
  width: 100%;
		  display: block;

}

}


