@charset "utf-8";

#contact_form {
	margin-top: -20px;
}

.tel-box {
	margin-bottom: 20px;
	text-align: center;
}
.tel-box .c-logo {
	margin-bottom: 18px;
}
.tel-box .c-tel {
	margin-bottom: 12px;
	font-family: 'Dancing Script', cursive;
	font-size: 2.4rem;
	line-height: 1.0;
	font-weight: bold;
	color: #99D240;
}
.tel-box .c-tel .tellink {
	display: inline-block;
	margin-left: 15px;
	font-size: 1.5em;
}

.contact-text {
	background: #E6F7F9;
	padding: 18px 25px 14px;
	font-size: .85em;
}
.contact-text .tellink {
	font-weight: bold;
	color: #99D240;
}
.contact-text a {
	text-decoration: none;
	color: #99D240;
}

.privacy {
	font-size: .85em;
}
.privacy p {
	margin-bottom: 1em;
}
.privacy ol li {
	padding-left: .5em;
	margin: 0 0 1em 1.5em;
	list-style: decimal outside;
}
.privacy ol li:last-child {
	margin-bottom: 0;
}

.content .contact {
	display: none;
	margin: 0 auto;
}
.content .module .contact {
	display: block;
}
