@charset "UTF-8";

/*-- 7.dl ---------------------------------------*/
dl.dl_form {
	margin: 0;
	/* background: #f3f3f3; */
	width: 740px;
}

@media screen and (max-width: 640px){
	dl.dl_form {
		width: 100%;
		background: #ffffff;
	}
}

dl.dl_form_red {
	background: none 0 0 #FFDCDC;
}
dl.dl_form.last {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
dl.dl_form.last.after_content {
	margin-bottom: 10px;
}
dl.dl_form dt,
dl.dl_form dd {
	min-height: 25px;
	line-height: 25px;
	padding: 20px 0px;
	margin: 0;
	border-top: 1px solid #ddd;
}


/* laxus form */
body#sub dl.dl_form dd {
	margin-left: 0;
	padding-left: 50px;
	color: #666;
}

@media screen and (max-width: 640px){
	body#sub dl.dl_form dd {
		margin-left: 0;
		padding-left: 10px;
	}

	body#sub dl.dl_form dt,
	body#sub dl.dl_form dd {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}


dl.dl_form dt {
	/* text-align: right; */
	color: #222;
}

@media screen and (max-width: 770px) {
	dl.dl_form dt {
		text-align: left;
		padding-left: 10px;
	}
}

dl.dl_form dd {
	background-color: #fff;
	padding-left: 10px;
}

dl.dl_form dd input,
dl.dl_form dd select {
	margin-top: 4px;
	margin-bottom: 4px;
}

dl.dl_form label.note {
	color: #a2a2a2;
	background: #f2f2f2;
	width: 65px;
	text-align: center;
	font-size: 11px;
	float: left;
	margin: 8px 8px 0 0;
}

dl.dl_form dd div.form {
	max-width: auto;
	float: left;
	margin-right: 5px;
}

dl.dl_form dd div.form label.radio,
dl.dl_form dd div.form label.checkbox {
	margin-top: 2px;
}

dl.dl_form dd ul.form {
	margin: -5px 0 0;
}

dl.dl_form dd ul.inline li {
	display: inline;
	margin-right: 15px;
}

dl.dl_form .text-note {
	color: #2eb474;
	margin-top: 0;
	margin-bottom: 0;
}

dl.dl_form.error {
	background-color: #FFDDDD;
}
dl.dl_form.error dd {
	color: #666;
}
dl.dl_form.error input,
dl.dl_form.error select {
	background-color: #fFdddd;
}

.clearfix:AFTER {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media screen and (max-width: 768px){
	dl.dl_form label.note {
		float: none;
	}
}




dl.contact dd {
	margin: 0 0 20px;
}

dl.contact dt:first-letter {
	font-size: 20px;
}

ul.contact_intro {
	list-style-type: none;
}

ul.contact_intro li {
	text-indent: -1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

dl.contactmenu {
	border-bottom: 1px solid #ccc;
}

dl.contactmenu_no_border {
	border-bottom: none;
}

dl.contactmenu dt {
	color: #fff;
	padding: 5px 20px;
	margin: 15px 0;
}

@media screen and (min-width: 769px){
	dl.contactmenu dt {
		padding: 10px 20px;
	}
}

dl.contactmenu dt.title_blue {
	background-color: #7db0d8;
}

dl.contactmenu dt.title_green {
	background-color: #44b986;
}

dl.contactmenu dt.title_red {
	padding: 2px 20px;
	line-height: 1.5em;
	background-color: #fc787d;
}

dl.contactmenu dt.title_orange {
	background-color: #fe912c;
}

div.contactmenu dl.contactmenu {
	float: left;
	width: 48%;
	margin-left: 2%;
}

div.contactmenu dl.contactmenu:first-child {
	margin-left: 0;
}

dd.contact_contact {
	min-height: 5em;
}

@media screen and  (max-width: 768px) {
	div.contactmenu dl.contactmenu {
		width: auto;
		float: none;
		margin: 0;
	}
}

.contact_ps {
	border: 2px solid #FF7E35;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 1.5em;
	margin: 20px 10px 20px 0;
}

.tel_green {
	padding: 0 10px 0 40px;
	background: url(../img/icon/icon_freedial_g.png) left center no-repeat;
	font-weight: bold;
	font-size: 20px;
	color: #645d55 !important;
}

.tel_blue {
	padding: 0 10px 0 30px;
	background: url(../img/icon/icon_freedial_b.png) left center no-repeat;
	font-weight: bold;
	font-size: 20px;
	color: #645d55 !important;
	border-bottom: 1px solid #808080;
}

.tel_green:hover, .tel_blue:hover {
	text-decoration: none;
	cursor: text;
	color: #645d55;
}

.form_note {
	margin-top: 50px !important;
}

.space_top {
	margin-top: 50px !important;
}

.space_bottom {
	margin-bottom: 30px;
}

h4.contact_message {
	font-size: 24px;
	margin: 10px auto 50px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}

@media screen and  (max-width: 480px) {
	h3.contact {
		border-left: 16px solid #7db0d8;
		line-height: 16px;
		height: 16px;
		font-size: 16px;
	}

	h4.contact_message {
		text-align: left;
		line-height: 24px;
	}
}
