@charset "utf-8";
/* CSS Document */





@media screen and (max-width: 768px) {
	#home_about_content_container h2, #home_about_content_container h3, #home_about_content_container p  {
		text-align: center;
	}
	
	#home_about_content_container button {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.index-body-type-label {
		height: 40px;
		overflow: hidden;
	}
}