@charset "utf-8";

#contact h2 {
	position: relative;
}
#contact h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../../images/common/icon_contact.svg") no-repeat left bottom;
}

@media screen and (max-width: 768px) {

	/* mv */
	#mv {
	}
	#contact #contents {
		width: 92vw;
		margin: 0 auto;
	}

	#contact h2 {
		font-size: 5vw;
		margin-bottom: 4vw;
		padding-top: 2.6vw;
		padding-left: 6.3vw;
	}
	#contact h2::before {
		width: calc(35vw / 7.5);
		height: calc(47vw / 7.5);
		background-size: contain;
		top: 2vw;
		margin: auto;
	}
	#contact section:not(#c1) h2 {
		margin-top: 6vw;
	}
	#contact section p {
		margin-bottom: 4vw;
	}
	#contact table.table1#contactTable td {
		font-size:3.5vw;
	}

} 

@media screen and (min-width: 769px) {
	
	/* mv */
	#mv {
		margin-bottom: 50px;
	}

	#contact h2 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 45px;
	}
	#contact section:not(#c1) h2 {
		margin-top: 60px;
	}
	#contact h2::before {
		width: 35px;
		height: 47px;
		bottom: 8px;
	}
	#contact section p {
		margin-bottom: 20px;
	}
} 
