@charset "UTF-8";
/*================================================
お問い合わせ専用CSS
================================================*/
#contents.contact {
	width: 1080px;
}
.l_contents {
	width: 100%;
	min-width: 1080px;
	margin-bottom: 110px;
}
.b_contents {
	width: 1080px;
	margin: 0 auto;
	padding-top: 15px;
}
.contact_section {
	margin-bottom: 45px;
}
.contact_section:last-child {
	margin-bottom: 0;
}
.contact_section_title {
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
.l_bread {
	width: 100%;
	min-width: 1080px;
}
.b_bread {
	width: 1080px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}
.bread_list:before, .bread_list:after {
	content: "";
	display: block;
}
.bread_list:after {
	clear: both;
}
.bread_list li {
	float: left;
}
.bread_list li:before {
	margin: 0 4px;
	content: ">";
}
.bread_list li:first-of-type:before {
	margin: 0;
	content: " ";
}
.column {
	margin-bottom: 100px;
}
.section {
	margin-bottom: 44px;
}
.form-box {

}
.form-box dl {
	padding: 10px 0 20px 10px;
	position: relative;
}
.form-box dl.first {
	/* padding: 10px 0 20px 10px; */
	/* margin-top: 10px; */
}
.form-box dl dt {
	float: left;
	width: 250px;
	line-height: 38px;
}
.form-box dl dt:after {
	background: url(/static/full/images/common/ico_caution.gif) no-repeat center;
}
.form-box dl dt img {
	vertical-align: middle;
	margin-left: 5px;
}
.form-box dl dt.needless {
	background: none;
}
.form-box dl dd {
	float:left;
	line-height: 1.6;
	width:660px;
}
.form-box dl dd.input_form textarea {
	width: 500px;
}
.form-box dl dd.error_text {
	position: absolute;
	left: 260px;
	top: -1em;
	line-height: 1em;
}
.form-box dd li {
	float: left;
	margin-right: 30px;
}
.form-box dd li span {
	display: inline-block;
	width: 30px;
}
.input_long input[type="email"] {
	width: 440px;
}
.input_long input[type="tel"] {
	width: 300px;
}
#text pre {
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.btn_area {
	text-align:center;
	margin-top:44px;
}
.btn_area li {
	display: inline-block;
	padding: 0 20px;
}
.column.complete p {
	text-align: center;
	margin: 100px 0;
	line-height: 20px;
}

.globalErrorSlot {
	margin:10px 10px 20px;
}
.info-text{
	font-size: 1.4rem;
	line-height: 1.4;
}
.form_group_link {
	font-size:14px;
}
.contact_complete_box {
	padding: 100px 0;
}
.contact_complete_text {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
}
