@charset "UTF-8";

.inquiry {}

.inquiry_title {}

.inquiry_title > img {}

.inquiry_deco {
	position: absolute;
	z-index: 0;
	top: -5px;
	left: 50px;
}

.gFreppy {
	bottom: 251px;
}

.form {
	margin-bottom: 30px;
}

.form_title {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.form_inner {}

.form_inner > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.form_text {
	margin-bottom: 1em;
	padding-right: 260px;
}

.form_text-last {
	margin-bottom: 0;
}

.form_image {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 10px;
}

.form_image > img {}

.form_textHasImage {
	display: inline-block;
	vertical-align: middle;
}

.form_textHasImage > img {
	float: left;
	margin-right: 20px;
}

.form_textHasImage:after {
	content: "";
	display: block;
	clear: both;
}

.form_link {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -26px;
	right: 20px;
}

.form_link > a {
	display: block;
	width: 247px;
	height: 40px;
	background: url(../inquiry/img/bg-button.png) 0 0 no-repeat;
	color: #6DC000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 13px;
}

.form_link > a:hover {
	background-position: 0 100%;
	padding-top: 18px;
	height: 35px;
}

.form_link > a:before {}

.form_link > a:after {}

.form_link > a > .icon {
	font-size: 12px;
}

.illust {}

.illust_text {
	margin-bottom: 1em;
}

.illust_text > b {}

.illust_text-last {
	margin-bottom: 0;
}

.illust_image {
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 600px;
}

.illust_image > img {}

.illust_list {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
	line-height: 1.4;
}

.illust_list > dt {
	font-weight: bold;
	color: #3F8D00;
}

.illust_list > dd {
	margin-bottom: 0.7em;
	font-size: 13px;
}