@charset "UTF-8";
/* form request.css */

#lower_mv {
	background-image: url(../../img/contact/request_mvSP.jpg);
}
@media screen and (min-width:769px) {
	#lower_mv {
		background-image: url(../../img/contact/request_mvPC.jpg);
	}
}

#lower_mv {
    background-position: left 65% bottom !important;
}
/* heading */
.h2_bgBorder::before {
	height: 26px;
	max-width: 20px;
	background-image: url(../../img/contact/request_icon.svg);
	background-size: contain;
}
.reauest_cont_hidden {
    display: none !important;
}
div.wrap .request_cont {
    display: inherit !important;
}
@media screen and (min-width: 769px) {
    .h2_bgBorder::before {
    	height: 29px;
    	max-width: 23px;
    }
}