@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
  pagetitle
--------------------------------------------------------------------*/
#pagetitle {
	background: url(../img/bg_pagetitle_01.png) no-repeat;
}

/*--------------------------------------------------------------------
  form
--------------------------------------------------------------------*/
#form {
	width: 998px;
	margin: 0 auto 50px;
	padding: 30px 0 50px;
	border-top: 6px solid #837FC8;
	border-left: 1px solid #837FC8;
	border-right: 1px solid #837FC8;
	border-bottom: 5px solid #837FC8;
}
#form dl {
	width: 920px;
	margin: 0 auto 30px;
}
#form dl dt {
	display: block;
	padding: 10px 0 0 70px;
	color: #353069;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
#form dl dt span {
	display: inline-block;
	min-width: 105px;
	margin: 0 0 0 8px;
	padding: 2px 10px 0 10px;
	border: 2px solid #CCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #777;
	font-size: 13px;
	line-height: 14px;
	vertical-align: text-top;
	text-align: center;
}
#form dl dd {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding: 5px 0 20px 70px;
	border-bottom: 1px solid #C4C2E4;
	font-size: 15px;
	line-height: 24px;
}
#form dl dd.noline {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
#form dl dd .hissu {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 50px;
	height: 25px;
	background: #FF4C00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
#form dl dd .ninni {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 50px;
	height: 25px;
	background: #C4C2E4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
#form dl dd p {
	margin: 5px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}
/*privacypolicy*/
#form .privacypolicy {
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
#form .privacypolicy a {
	color: #000;
}
#form .privacypolicy a:hover {
	text-decoration: none;
}
/*submit*/
#form .submit {
	text-align: center;
}
#form .submit input[type="submit"] {
	display: inline-block;
	width: 500px;
	height: 100px;
	background: url(../img/btn_submit.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
#form .submit input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*フォームパーツ*/
#form input[type="text"] {
	box-sizing: border-box;
	width: 200px;
	height: 40px;
	padding: 0 5px;
	border: 1px solid #DDDDDD;
	font-size: 15px;
}
#form textarea {
	box-sizing: border-box;
	width: 850px;
	height: 190px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	font-size: 15px;
}
.w450 {
	width: 450px !important;
}
.w850 {
	width: 850px !important;
}
.email {
	width: 850px !important;
	height: 55px !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

#form .requiredStyle {
    background: #FFFFEA;
}

td input.req, td textarea.req {
    background: #FFFFEA;
}