.contactBox{
	margin-bottom: 120px;
}
.contactBox .inner + .inner{
	margin-top: 80px;
}
.title_02{
	margin-bottom: 40px;
}
.contactBox .inner p{
	font-size: 14px;
	line-height: 2;
}
a.textLink{
	color: #249fa0;
}
a.textLink:hover{
	text-decoration: none;
}
@media screen and (max-width: 720px){
	.contactBox .inner p{
		font-size: 28px;
	}
}
