@charset "utf-8";
/******************** request ********************/
p.request {
	font-size: 14px;
	margin: 8px;
	text-align: left;
	border: 3px solid #aeb55c;
	color: #3f4408;
	font-weight: bold;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.request {
	margin: 20px 8px 30px;
	font-size: 14px;
	text-align: left;
}
ul.request li {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(/wp-content/uploads/2025/08/icon_arrow.png) no-repeat left 2px;
}

div#form_area {
	background: #fff;
	color: #000;
}
#form_area dt .red {
	font-size: 12px;
	font-weight: normal;
	color: #f00;
	margin-left: 5px;
}
div#form_area dt {
	font-size: 120%;
	font-weight: bold;
	background: url(/wp-content/uploads/2025/08/icon_square.png) no-repeat left;
	padding-left: 20px;
	line-height: 140%;
	margin-bottom: 5px;
}
div#form_area dd {
	margin-bottom: 15px;
}
.comment {
	color: #666;
}
.orange {
	text-align: center;
	margin: 0 8px 30px;
	line-height: 130%;
}
.button {
	text-align: center;
	padding: 5px 80px;
	font-size: 20px;
}
.request_btn {
	text-align: center;
	margin: 20px 0 0;
}

/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/