#contact_section {
	background: url(../images/contact_img.png) center center/cover no-repeat;
	border-top: solid #E5001B 11px;
	padding: 4rem 1.5rem 4rem;
}

#contact_section .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: 60px;
	max-width: 365px;
	width: 100%;
}

@media (max-width: 480px) {
	#contact_section .contact {
		margin-right: auto;
	}
}

#contact_section .contact .contact_text {
	color: #fff;
	font-size: 1rem;
	margin: 0.875rem auto 0.75rem;
	height: 52px;
}

#contact_section .contact .contact_btn {
	max-width: 316px;
	max-height: 66px;
	width: 100%;
	height: 100%;
	background-color: #E5001B;
	margin-bottom: 1.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 480px) {
	#contact_section .contact .contact_btn {
		margin-bottom: 1rem;
	}
}

#contact_section .contact .contact_btn a {
	text-align: center;
	color: #fff;
	font-size: 1rem;
	padding: 1.5rem 1rem;
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing: 1.76px;
	line-height: 1;
}

#contact_section .contact .contact_num .contact_num_tel {
	color: #fff;
	font-size: 2.75rem;
	font-family: 'Roboto';
	line-height: 1.3;
	position: relative;
}

@media (max-width: 480px) {
	#contact_section .contact .contact_num .contact_num_tel {
		font-size: 2.25rem;
	}
}

#contact_section .contact .contact_num .contact_num_tel::before {
	content: 'TEL';
	color: #fff;
	font-size: 1.875rem;
	font-family: 'Roboto';
}

#contact_section .contact .contact_num .contact_num_tel span {
	position: absolute;
	color: #fff;
	display: block;
	right: 0;
	bottom: -14px;
}

#contact_section .contact .contact_num .contact_num_fax {
	color: #fff;
	font-size: 45px;
	line-height: 1.3;
	font-family: 'Roboto';
	margin-top: 0.75rem;
}

@media (max-width: 480px) {
	#contact_section .contact .contact_num .contact_num_fax {
		font-size: 2.25rem;
	}
}

#contact_section .contact .contact_num .contact_num_fax::before {
	content: 'TEL';
	color: #fff;
	font-size: 1.875rem;
	font-family: 'Roboto';
}
