@charset "utf-8";

/*----------------------------------------*----------------------------------------
about
----------------------------------------*----------------------------------------*/

@media screen and (max-width: 767px) {
#about h1{
	text-align:center;
	}
#about h1 img{
	width:141px;
	height:38px;
}
#about h2{
	margin-top:-20px !important;
	text-align:center;
}
#about p{
	text-align:center;
	font-size:1.6rem;
	line-height:2.6rem;
	margin-bottom:10px !important;
}
}
@media print, screen and (min-width: 768px) {
#about h1 img{
	width:282px;
	height:76px;
}
#about p{
	text-align:center;
	font-size:1.6rem;
	line-height:3.8rem;
}
}