@charset "UTF-8";

/*SP時、文章左寄せに変更*/
@media screen and (max-width: 900px){
	#text_center+section .inner_item_txt p{
		text-align: left!important;
	}
}