/* ----------------------------
#about
---------------------------- */
#about__image-title {
	text-align: center;
	max-width: 621px;
	margin: 50px auto 80px auto;
	width: auto;
}
#about__text-01 > p {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
}
#about__text-02  > p {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
}
#about__text-02{
	margin-top: 50px;
	margin-bottom: 150px;
}

/* ----------------------------
#about 767px
---------------------------- */
@media screen and (max-width: 767px) {
#about__image-title {
    display: block;
	width: 85%;
	max-width: 300px;
	margin: 0 auto 80px auto;
}
#about__text-01 > p {
	font-size: 16px;
	margin-top: 0;
	line-height: 2.4;
}
#about__text-02  > p {
	font-size: 16px;
	margin-top: 0;
	line-height: 2.4;
}
#about__text-02{
	margin-bottom: 80px;
}
}