@charset "utf-8";

#consult h2 {
	position: relative;
}
#consult h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../../images/common/icon_consult.svg") no-repeat left bottom;
}
#consult #kensa .right {
	text-align: right;
}

@media screen and (max-width: 768px) {

	/* mv */
	#mv {
	}
	#consult #contents {
		width: 92vw;
		margin: 0 auto;
	}

	#consult h2 {
		font-size: 5vw;
		margin-bottom: 4vw;
		padding-top: 2.6vw;
		padding-left: 8vw;
	}
	#consult h2::before {
		width: calc(49vw / 7.5);
		height: calc(51vw / 7.5);
		background-size: contain;
		top: 2vw;
		margin: auto;
	}
	#consult section:not(#c1) h2 {
		margin-top: 6vw;
	}
	#consult section p {
		margin-bottom: 4vw;
	}

} 

@media screen and (min-width: 769px) {
	
	/* mv */
	#mv {
		margin-bottom: 50px;
	}

	#consult h2 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 73px;
	}
	#consult section:not(#c1) h2 {
		margin-top: 60px;
	}
	#consult h2::before {
		width: 49px;
		height: 51px;
		bottom: 8px;
	}
	#consult section p {
		margin-bottom: 20px;
	}
} 
