@charset 'utf-8';

.title_02{
	width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.title_02 img{
	width: 100%;
}


/* スマホ対応
 * --------------------------------------------------------*/



@media only screen and (max-device-width: 600px) {

	.title_02{
		width: 100%;
		height: 400px;
		background: url(http://www.1101.com/dokushokai/images/02/tite_img_sp.png) no-repeat center center;
		background-size: contain;
	}

	.title_02 img{
		display: none;
	}
}