@media screen and (max-width: 768px){
	#main_sp > h1{
		width:40%;
		left:4%;
	}
	#main_sp > div.smacere_title{
		bottom:25px;
	}
	dl.char_list dt > h3{
		padding:5px 30px 5px 10px;
	}
	div.problem_catch > p {
	    width: 95%;
	    font-size: 1em;
	    height: 50px;
	    line-height: 1.6;
	}
	dl.support_list dt > div.title > h4{
		padding-right:25px;
	}
	div.service_detail_img > img{width:100%;}
	#right_banner > div.sp_banner > div.company > a{
		width:82%;
	}
}