@charset "utf-8";


.err{
	font-weight:bold;
	color:red;
}

#mf1{
	padding:40px 0;
}




#cbox1{
	margin:40px 0 30px 0;
}
#cbox2{
	margin:0 0 50px 0;
}
#cbox2 dl{
	border:#673822 dashed;
	border-width:1px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cbox2 dl:last-of-type{
	border-width:1px 0;
}
#cbox2 dl dt{
	width:19em;
	font-weight:bold;
	font-size:1.06em;
	padding:20px;
}
#cbox2 dl dt span{
	float:right;
	display:inline-block;
	background:#cc1010;
	border-radius:5px;
	color:#fff;
	font-size:0.9em;
	line-height:0.5;
	padding:10px;
}
#cbox2 dl dd{
	padding:10px 0px;
	width:calc(100% - 21em);
}
#cbox2 dl dd input[type=text],
#cbox2 dl dd textarea{
	width:98%;
	border:#673822 solid 1px;
	border-radius:5px;
	padding:10px;
}

#cbox2 dl dd label{
	padding:5px 30px 5px 0;
	display: inline-block;
}

#cbox2 dl dd label input{
	display: inline-block;
}


#sbtn{
	text-align:center;
	padding:20px 0 0 0;
}
#sbtn input{
	width:348px;
	background:#f49c00 url(../img/cmn/ic1.png) 44px center no-repeat;
	border:none;
	cursor: pointer;
	text-align:center;
	text-decoration:none;
	font-size:1.35em;
	line-height:1.1;
	border-radius:5px;
	font-weight:bold;
	color:#fff;
	padding:20px 0;
	box-shadow:5px 5px 3px -2px rgba(0,0,0,0.4);
}
#sbtn input:hover{
	opacity:0.7;
	border:none;
}

#cbox3{
}
#cbox3 h3{
	font-size:1.12em;
	font-weight:bold;
	margin:0 0 20px 0;
}
#cbox3 p{
	border:1px solid #ddd;
	height:20em;
	overflow:auto;
	padding:10px;
	
}


@media screen and (max-width: 1024px) {

#mf1{
	padding:5vw;
}


#cbox1{
	margin:40px 10px;
}

#cbox2 dl{
	display: block;
	padding: 20px 0;
}

#cbox2 dl dt{
	float:none;
	width:auto;
	padding: 0px 0 20px 0;
}
#cbox2 dl dt span{
	float:left;
	display:inline-block;
	background:#cc1010;
	border-radius:5px;
	color:#fff;
	font-size:0.9em;
	line-height:0.5;
	padding:10px;
	margin: 0 10px 0 0;
}

#cbox2 dl dd{
	overflow:visible;
	padding:0;
	margin:0px;
	width:auto;
	padding: 0;
}
#cbox2 dl dd input,
#cbox2 dl dd textarea{
	width:90%;
	margin:0 auto;
}


#cbox2 dl dd label{
	padding:5px 30px 5px 0;
	display: inline-block;
}

#cbox2 dl dd label input{
	display: inline-block;
	width:auto;
}



#sbtn{
	text-align:center;
	padding:20px 0 0 0;
}
#sbtn input{
	width:auto;
	padding:20px 10px 20px 10px;
}
#sbtn input:hover{
	opacity:0.7;
	border:none;
}

#cbox3{
}
#cbox3 h3{

	background-position: 98% center, left top;
	background-repeat:no-repeat, repeat;
}
#cbox3 h3.open{

}
#cbox3 p{
	height:auto;
	overflow:visible;
	padding:10px;
	
}

}