/* CSS Document */


.sub-fv-title-box::before{
	content: 'CONTACT';
}

.grey-box{
	background: #f1f1f1;
	padding: 50px;
	width: 100%;
}

.grey-box h4{
	font-size: 1.8rem;
    line-height: 1;
}

.grey-box-tel a{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:5px;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: 5px;
	color: #000A63;
}


.grey-box-tel a i{
	position: relative;
	top:5px;
	font-size: 3.5rem;
}

.ps-tel-box {
	padding: 50px;
}

.ps-tel-box p{
	font-size: 1rem;
	line-height: 1.65;
}

.ps-tel-box p a{
	text-decoration: underline;
}

.ps-tel-box p a:hover{
	color: blue;
}

.ps-mailform {
	display: flex;
	flex-direction: column;
	gap:2px;
	margin: 20px 0;
}

.ps-mailform p a{
	text-decoration: underline;
}


@media(max-width: 850px){
	
	
	
	.ps-mailform {
    	gap: 10px;
	}
	
	.ps-mailform p{
		font-size: 0.9rem;
	}
	
	.grey-box {
    	padding: 5vw;
	}
	
	.ps-tel-box {
		padding: 5vw 0;
	}

	.grey-box-tel a {
		letter-spacing: 2px;
		font-size: max(7vw, 2rem);
	}
	
	.grey-box h4 {
		font-size: max(3.5vw, 1.25rem);
	}
	
	.grey-box-tel a i {
		font-size: max(6vw, 1.5rem);
	}

}

