@charset "UTF-8";

/*for sp*/
@media only screen and (max-width: 736px) {
    #welfareWrapper main #carName h2 {
			background: url("../img/main_sp.jpg") center center no-repeat;
			width: 100%;
			height: 0;
			padding-top: 30.6666%;
			background-size: contain;
			text-indent: 100%;
    		white-space: nowrap;
    		overflow: hidden;
	}
}

/*for pc*/
@media only screen and (min-width: 737px) {
      #welfareWrapper main #carName h2 {
        background: url("../img/main_pc.jpg") center center no-repeat;
	}
}

