@charset "utf-8";
/* CSS Document */

.img_bg {
	position: relative;
}
.onimg {
	color: #fff;
	position: absolute;
	left: 105px;
	right: 105px;
	bottom: 20px;
}

/* SP Layout Setting Utility mergin // */
@media screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}
	
	.pc-none {
		display: block !important;
	}
	
	.onimg {
		color: #000;
		position: static;
		
	}
	body #rwd-content .rwd-sp-margin-bottom20 {
		margin-bottom: 20px !important;
	}
}
