@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Contact Styles
------------------------------------------------------------------------ */

/* Utilities
---------------------------------------------------------- */

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

#main {
	padding-bottom: 3rem;
	background: #f7f7f7;
}

#main-content {
	margin-top: 1rem;
	padding: 3rem 2rem;
	background: #fff;
	border-radius: 10px;
}

/* #section-phone */

#section-phone .section-content {
	margin-top: 2.5rem;
	text-align: center;
}

#section-phone .section-content > .num {
	margin-bottom: 1.5rem;
	line-height: 1;
}

#section-phone .section-content > .num > a {
	display: block;
	color: #019944;
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0;
}

#section-phone .section-content > .hour {
	margin-top: 1.5rem;
	font-weight: 700;
	font-size: 1.2rem;
}

/* #section-form */

#section-form {
	margin-top: 2.5rem;
	padding: 3rem 0 0 0;
	border-top: 1px solid #b2b2b2;
}

#section-form .section-content {
	margin-top: 3.5rem;
}






/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

.section-header > .title {
	font-size: 2rem;
}

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

#main {
	margin-top: -5rem;
	padding-bottom: 10rem;
}

#main-header {
	padding-top: 20rem;
}

#main-content {
	margin-top: 0;
	padding: 8rem 10rem 9rem 10rem;
	border-radius: 30px;
}

/* #section-phone */

#section-phone .section-content {
	margin-top: 5.5rem;
}

#section-phone .section-content > .num {
	margin-bottom: 1rem;
}

#section-phone .section-content > .num > a {
	font-size: 7.8rem;
}

#section-phone .section-content > .hour {
	margin-top: 1.5rem;
	font-size: 2rem;
}

/* #section-form */

#section-form {
	margin-top: 5.5rem;
	padding-top: 6.5rem;
}

#section-form .section-content {
	margin-top: 2rem;
}

}