@charset "UTF-8";

.h3_box {
	height: 245px;
	background: transparent url('/style/female/img/bg_female_001.jpg') no-repeat center center;
	background-size: cover;
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:768px) {
	.h3_box {
		background: transparent url('/style/female/img/bg_female_001_sp.jpg') no-repeat left top;
		background-size: 100% auto;
	}
}
