@charset "utf-8";

#main .mainImg{
	background: url(/images/lp_3grn/mintra/images/enterprise/main_img_bg.png) no-repeat center top;
}

@media screen and (min-width : 1024px){

	.btn_text{
		font-size:14px;
		padding:0.5em 0 1em;
	}
}
@media screen and (max-width : 1024px){
	#main .mainImg{
		padding-top: 20px;
	}
	.op_media_main_visual02 {
		display: none;
	}
}
@media screen and (max-width : 640px){
	#header {
		padding-bottom: 10px;
	}
	#main .mainImg{
		padding-top: 13px;
	}
	.btn_text{
		padding:1em 2em 1em;
	}

}